@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;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.greenlinks {
	color: #154D34;
	text-decoration: none;
}

.greenlinks a {
	color: #154D34;
	text-decoration: none;
}
.greenlinks a:hover {
	color: #BA313B;
	text-decoration: none;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.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;
}
#container  {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #154D34;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 10px;
} 
#logo  {
	float: left;
	width: 265px;

} 
#headerRight {
	float: left;
	width: 685px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#headerRight     p  {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 1.2em;
}


#navbar {
	float: right;
}
#mainContent  {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 304px;
} 

#mainContent2  {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 450px;
}

#mainContent3  {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 350px;
}

#mainContent a,
#mainContent2 a,
#mainContent3 a {
	color: #154D34;
	text-decoration: none;
}

#mainContent a:hover,
#mainContent2 a:hover,
#mainContent3 a:hover {
	color: #154D34;
	text-decoration: underline;
}


#mainContent ul,
#mainContent2 ul,
#mainContent3 ul {
	list-style-image: url(../images/bullet_logo.gif);
	margin-top: 0px;
	margin-bottom: 0px;
}

#mainContent h3,
#mainContent2 h3,
#mainContent3 h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
}

#mcQuickSearch  {
	float: left;
	height: 280px;
	width: 241px;
	text-align: center;
	border: 1px solid #024731;
	margin-right: 10px;
	padding: 10px;
	}

#mcQuickSearch p {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

#mcQuickSearch #quickSearchForm {
	margin: 0px;
	padding: 0px;
	font-size: small;
}

#mcQuickSearch #quickSearchForm select   {
	width: 160px;
}
#frameSearch  {
	float: left;
	height: 280px;
	width: 222px;
	text-align: center;
	margin-left: 10px;
	display: inline;
}

#frameSearch p {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

#frameSearch #quickSearchForm {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}

#frameSearch #quickSearchForm select   {
	width: 160px;
}

#mcRight p {
	margin-top: 10px;
	margin-bottom: 10px;
}






#footer  {
	background-color: #154D34;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
} 
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}




#company_details {
	font-size: 0.7em;
	float: left;
	padding-top: 5px;
}
#links  {
	text-align: left;
	width: 300px;
	float: left;
	padding-left: 180px;
	padding-top: 5px;
	font-size: 0.7em;
}
#websiteCredits {
	font-size: 0.7em;
	color: #999999;
	float: right;
	padding-top: 5px;
}
#websiteCredits  a {
	color: #999999;
	text-decoration: none;
}
#websiteCredits a:hover {
	color: #999999;
	text-decoration: underline;
}




body,td,th {
	color: #154D34;
}
