/* MAIN CSS FOR THE SITE */

/*
div {
	border: 1px dotted #000099;
}/**/

/*------------------- LINKS -------------------*/
a:link, a:visited
{
	color: #900;
	text-decoration:none;
}

a:hover
{
	text-decoration: underline;
}

/*====================================== PAGE LAYOUT ======================================*/
body, html
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #f5f5f5;
	background-image: url(../images/site/body_bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	
	color: #333;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}

#pageContainer
{
	width: 796px;
	margin: 0 auto;
	text-align: left;
}

.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}



#header
{
	background-color: #f5f5f5;
	text-align: center;	
}

/*------------------- NAVBAR -------------------*/
#navBar
{
	height: 32px;
	
	font-size: 9pt;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	
	background-image: url(../images/site/navBar_bg.jpg);
	background-repeat: repeat-x;
}

#navBar a:link, #navBar a:visited
{
	color: #fff;
	text-decoration: none;
}

#navBar a:hover
{
	color: #fff;
	text-decoration: underline;
}

#content
{
	padding-bottom: 50px;
	
	background-image: url(../images/site/side_col_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;	
}

#maincol
{
	width:621px;
	position: relative;
	float: left;
	display:block;
	text-align:left;
}

#sideCol
{
	width: 164px;
	position: relative;
	float: right;
	text-align: left;
	padding: 5px 5px 0 5px;
	
	color: #900;
	font-size: 8pt;	
}

#certifications
{
	height: 154px;
}

/*------------------- FOOTER -------------------*/
#footer
{
	width: 800px;
	margin: 0 auto;
	padding: 0 175px 0 0;
	padding-bottom: 1.5em;
	font-size: 8pt;
	color: #333;
	text-align: center;
}

#footer a:link, #footer a:visited
{
	color: #333;
	text-decoration: none;
}

#footer a:hover
{
	color: #333;
	color: #9000;
	text-decoration: underline;
}



/*====================================== FONT STYLING ======================================*/
h1
{
	font-size: 20pt;
	font-weight: bold;
	color: #be3925;
}

h2
{
	font-size: 12pt;
	font-weight: bold;
	color: #d72b00;
}

.qp {
	font-weight: bold;
	color: #006633;
}
.red {
	color: #BE3925;
}
