/* MAIN CSS FOR THE SITE */

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

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

a:hover
{
	color: #1f4b77;
	text-decoration: underline;
}

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

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

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

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



#banner
{
	height: 106px;
	background-color: #fff;
	text-align: center;
	background-image: url(../images/site/banner_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
}

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

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

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

a.navButton 
{
	position: relative;
	display: block;
	width: 100px;
	height: 32px;
	
	line-height: 32px;
	text-align: center;
	color: #fff;	
}
a.navButton:link, a.navButton:visited 
{
	color: #fff;	
	background-image: url(../images/site/navBar_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
a.navButton:hover 
{
	color: #fff;	
	background-image: url(../images/site/navBar_bg_rol.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-decoration:none;	
}


/*------------------- CONTENT COLUMNS -------------------*/
#content
{
	padding: 5px 0 50px 0;
}

#maincol
{
	width: 500px;
	display: block;
	text-align: left;
	position:relative;
	float:left;
	left:7px;
	
	}
#maincol2
{
	width: 650px;
	display: block;
	text-align: left;
	position:relative;
	float:left;
	left:7px;
	
	}
#leftCol
{
	width: 172px;
	text-align: left;
	padding: 0;
	position:relative;
	top:0px;
	float:left;
	z-index:1;

}

#rightCol
{
	width: 172px;
	position: relative;
	float: right;
	text-align: left;
	padding: 0;
	background-color: #e1ebe9;
}

#maincol p
{
	margin: 0;
	padding: 8px 0 8px 0;	
}
#pageContainer #content #maincol .topboximage {
	background-image: url(../images/site/index_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#pageContainer #content #maincol .topboximage #toptestimonial 
{
	margin-top: 75px;
	margin-right: 150px;
	margin-bottom: 10px;
	margin-left: 25px;
	font-style: italic;
	color: #3E5D62;
}
.centerBox
{
	width: 230px;
	margin: 5px 0 0 0;
	padding: 0 10px 0 10px;
	
	background-image: url(../images/site/center_box_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: top center;
	background-color: #fff;
	
	border-width: 1px;
	border-style: solid;
	border-color: #5393b8;
}

.centerBoxRight
{
	width: 230px;
	margin: 5px 0 0 0;
	padding: 0 10px 0 10px;
	
	background-image: url(../images/site/center_box_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: top center;
	background-color: #fff;
	
	border-width: 1px;
	border-style: solid;
	border-color: #5393b8;
	
	float:right;
}
.titleBar
{
	padding: 5px 2px 2px 5px;

	color: #fff;
	font-size: 11pt;
	font-weight: bold;

	background-image: url(../images/site/title_bar_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #9dcdcf;
}

.sideBox
{
	background-color: #e1ebe9;
	margin: 0;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #488cb3;
}

.sideBox p
{
	margin: 0;
	padding: 5px 5px 0 5px;	
}

#certifications
{
	height: 154px;
}

/*------------------- FOOTER -------------------*/
#footer
{
	width: 860px;
	margin: 0 auto;
	padding: 0;
	font-size: 10pt;
	color: #0d334b;
	text-align: center;
	
	background-image: url(../images/site/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #b7d1db;
}

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

#footer a:hover
{
	color: #0d334b;
	text-decoration: underline;
}



/*====================================== FONT STYLING ======================================*/
h1
{
	font-size: 18pt;
	font-weight: bold;
	color: #227b83;
	display: inline;
	line-height: 26pt;
}

h2
{
	font-size: 12pt;
	font-weight: bold;
	color: #8bb83c;
	display: inline;
	line-height: 18pt;
}

/*====================================== FORMS STYLING ======================================*/


.formButton {
	font-size:8pt;
	color:#fff;
	font-weight:bold;
	background-color:#a1ce52;
	border: 1px solid #658cb1;
}

.formfield {
	width:135px;
	font-size: 8pt;
}

