@charset "utf-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #0A485A;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/bg.gif);	

}

.thrColFixHdr #container {
	width: 860px;
	margin:auto;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url(images/contact_main_bg.jpg);
	border: 1;
	border-color: #666666;
	margin-top: 20px;
	margin-bottom: 40px;
	border-right: 1px solid;

} 
.thrColFixHdr #container1 {
	width: 860px;
	margin:auto;
	text-align: left;
	background-image: url(images/contact_main_bg.png);
	background-repeat: no-repeat;

} 

.thrColFixHdr #header {
	padding-top: 0px;
	padding-bottom: 0px;
	height: 150px;
	padding-left: 0px;

} 

.boxHeader {
	width: 670px;
	font-weight: bolder;
	height: 30px;
	font-variant: small-caps;
	font-size: 16px;
	margin-left: 2px;
	position: relative;
	
}

.boxHeader1 {
	width: 670px;
	font-weight: bold;
	height: 25px;
	font-variant: small-caps;
	font-size: 1.2em;
	margin-left: 2px;
	position: relative;
}

h4 {

	color: #6C9531;
	font-size: 1em;

}



h5 {

	color: #6C9531;
	font-size: 1.2em;

}



.boxcontent {
	padding: 5px;
	width: 760px;
	border: 0px groove #6C9531;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 20px;

}

.boxcontent2 {
	background-color: #e1f5fa;
	padding: 5px;
	width: 600px;
	border: 0px groove #6C9531;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 60px;

}



.thrColFixHdr #header h1 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}

.thrColFixHdr #sidebar1 {
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	list-style-type: none;
	list-style-image: none;
	width: 195px;
}

.thrColFixHdr #sidebar1 {
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	list-style-type: none;
	list-style-image: none;

}

.thrColFixHdr #sidebar1 ul{

margin-left:0px;

padding-left:5px;

}

.boxContnet2 {

	width: 156px;

	border: 0px groove #6C9531;

	font-size: 0.8em;

	padding: 10px;

	margin-bottom: 10px;

	height: auto;

}

.boxHeader2 {

	background-color: #6C9531;

	width: 160px;

	font-weight: bold;

	color: #003300;

	height: 30px;

	padding-left: 20px;

	padding-top: 10px;

	font-variant: small-caps;

	margin-top: 20px;

}

.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	height: auto;
	font-weight: lighter;

} 

.thrColFixHdr #mainContent2 {
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	height: auto;
	font-weight: lighter;
	margin-left: 210px;

} 


.thrColFixHdr #footer {
	position: relative;
	width: 760px;
	background-image: url(images/footer_bg.png);
	height: 165px;
	clear: both;
	background-repeat: no-repeat;
	margin-left: 0px;
}
 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #DFFF12;
	}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;

}

#mainContent a {
	color:#0A485A;
	text-decoration: none;
	font-family: Biondi;
	font-weight: bold;
	font-size: 14px;

}

#mainContent .boxHeader a:link {
	color:#0A485A;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;

}

#mainContent .boxHeader a:visited {
	color:#0A485A;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;

}



#mainContent .boxHeader a:hover {
	color: #E1F5FA;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	background-color:#0A485A;

}



#mainContent .boxHeader a:active {
	color:#0A485A;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;

}

h2 {
	color: #0A485A;

}

#header a {
	
	font-weight: bold;

}

#footer a {
	color:#FFFF00

}

#footer2 a {
	color:#0F4D5B

}

#footer3 a {
	color:#0F4D5B

}

.thrColFixHdr #footer1 p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #0F5C5C;

}

#footer1 a {
	color:#0F5C5C

}

