@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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.thrColFixHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.thrColFixHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
} 
.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; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #footer {
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 946px;
} 
.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 */
}
.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;
}

#banner{
position: absolute; 
left: 0%; 
width: 1000px; 
top: 96px; 
height: 240px;
background-color:#009900;
}

#menu-navigation{
position: absolute; 
left: 0%; 
width: 1000px; 
top: 336px; 
height: 46px;
/*background-image:url(../images/menu-navigation.jpg);*/
background-color:#FFFFFF;
}
.mainContent-div{
	float: right;
}
.thrColFixHdr #mainContent,
.colHighlights-home {
	font-family: arial;
	font-size: 12px;
	color: #5d5d5d;
	padding: 0;
	width: 946px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #mainContent h3{
	font-family: arial;
	font-size: 16px;
	color: #80ab44;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#footer-links{
font-family: Arial;
font-size: 11px;
font-weight: normal;
}
.header_placer{
	width: 1000px;
	display: block;
	height: 96px;
	margin: 0px;
	padding: 0px;
}
.header-left{
	float: left;
	width: 128px;
	margin-bottom: 22px;
	margin-left: 24px;
	display: block;
	margin-top: 22px;
}
.header-right{
	width: 480px;
	margin-bottom: 5px;
	float: right;
	height: 25px;
	margin-top: 15px;
}
#header-links{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	margin-top: 10px;
	height: 22px;
}
#header-links div img{
	vertical-align: bottom;
}

#footer-message{
color:#666666;
font-family: Arial;
font-size: 11px;
font-weight: normal;
}
#header-links a:link,
#header-links a:visited{
	text-decoration: none;
	color:#5D5D5D;
	line-height: 22px;
}
#footer-links a:link,
#footer-links a:visited{
	text-decoration: none;
	color:#010101;
}
#header-links a:hover,
#footer-links a:hover{
	text-decoration: underline;
	color:#000000;
}

.font{
font-size:10px;
color:#666666;
font-family: Arial;
font-size: 12px;
font-weight: normal;
}

.submenu
{
color:#666666;
}
/*-----------------------------------contents*/
.img_01{
	padding-top: 25px;
	padding-right: 27px;
	padding-bottom: 6px;
	padding-left: 16px;
}
.img_02{
	padding-right: 27px;
}
.content_placer{
	margin-left: 151px;
}
.content_placer-thumb{
	margin-left: 262px;
}
.col500 a:link,
.col500 a:visited,
.col600 a:link,
.col600 a:visited{
	color: #FFA800;
	text-decoration: none;
}
.col500 a:hover,
.col600 a:hover{
	text-decoration: underline;
}
.col500{
	float: left;
	width: 508px;
	line-height: 18px;
}
.col500-sub{
	float: left;
	width: 508px;
	line-height: 18px;
}
.col600{
	float: left;
	width: 670px;
	line-height: 18px;
}
.contentdiv img{
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	border: 2px solid #CCCCCC;
	margin-bottom: 40px;
}
.contentdiv p{
	margin-top: 0px;
}
div.img_header-sub{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
}
.img_header-sub img{
	margin-bottom: 7px;
	padding: 0px;
	margin-top: 26px;
}
.img_header-home img{
	margin-bottom: 18px;
}
.colHighlights-home{
	list-style-type: none;
	margin: 0px;
	float: left;
	width: 220px;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 26px;
	font-size: 10px;
}
.colNewsHighlights-sub{
	list-style-type: none;
	float: left;
	width: 220px;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 26px;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
.colQContacts-home {
	font-size: 10px;
	width: 162px;
	float: left;
	margin: 0px;
	padding-left: 12px;
}
.colQContacts-home img{
	border: 2px solid #CCCCCC;
}
.colNewsHighlights-sub a:link,
.colNewsHighlights-sub a:visited,
.colHighlights-home a:link,
.colHighlights-home a:visited,
.colQContacts-home a:link,
.colQContacts-home a:visited{
	color: #ffa800;
	text-decoration: none;
}
.colHighlights-home a:hover,
.colQContacts-home a:hover{
	text-decoration: underline;
}
.colHighlights-home h3{
}
.colNewsHighlights-sub ul,
.colHighlights-home ul,
.colQContacts-home ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.colNewsHighlights-sub li,
.colHighlights-home li,
.colQContacts-home li{
	margin-bottom: 10px;
	color: #5D5D5D;
	font-family: arial;
}
.colNewsHighlights-sub strong{
	color: #80AB44;
}
.colHighlights-home strong{
	color: #333333;
}
#home div.colNewsHighlights-sub{
	border: none;
	margin: 0px;
	padding: 0px;
}
#home div.colNewsHighlights-sub ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
p.quote{
	font-family: Georgia;
	color: #797979;
	font-size: 14px;
	margin: 0px;
	padding: 6px;
	font-style: italic;
}
p.quote span{
	font-size: 150%;
	font-weight: normal;
	line-height: 14px;
}
.colNewsHighlights {
	border:1px solid #CCCCCC;
	float:left;
	font-size:10px;
	list-style-type:none;
	margin:0 0 0 8px;
	padding:8px 18px 8px 26px;
	width:220px;
}
.colNewsHighlights ul, .colHighlights ul, .colQContacts ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.colNewsHighlights li, .colHighlights li, .colQContacts li {
	color:#5D5D5D;
	font-family:arial;
	margin-bottom:10px;
}
.colNewsHighlights strong {
	color:#80AB44;
}
.colNewsHighlights a:link, .colNewsHighlights a:visited, .colHighlights a:link, .colHighlights a:visited, .colQContacts a:link, .colQContacts a:visited {
	color:#FFA800;
	text-decoration:none;
}