﻿/* CSS layout */
h2
{
	color: #003366;
	font: x-large Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 0 2px 0;
}
h4
{
	color: #99CC33;
	font: medium Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#top_nav {
	text-align: right;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#c1 H3 {
	color: #339900;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}
img {
	border-style: none;
}
body {
	background-position: center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #666666;
	background-image: url('assets/images/bg-wrapper-tile.gif');
	background-repeat: repeat-y;
}
a {
	color: #336699;
	text-decoration: underline;
}
#newsbox {
	clear: both;
	width: 100%;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	font-size: x-small;
	margin-bottom: 10px;
	padding-bottom: 10px;
	height: 75px;
}
 
#wrapperBG {
	background-image: url('assets/images/bg-top.jpg');
	background-repeat: repeat-x;
	background-position: center top;
}
#wrapper {
	background-image: url('assets/images/bg-wrapper.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	width: 824px;
	text-align: left;
}
#masthead {
	padding: 18px 0px 0px 0px;
	margin: 0px auto 0px auto;
	width: 804px;
	text-align: center;
}
#c3 {
	width: 115px;
	padding: 0px 0px 0px 10px;
	border: 1px none #333333;
	margin-right: 0px;
	float: left;
}
#c2 {
	width: 425px;
	padding: 10px 20px 20px 20px;
	border: 1px none #333333;
	margin-right: 0px;
	float: left;
}
#c1 {
	width: 165px;
	padding: 0px 10px 0px 20px;
	border: 1px none #333333;
	margin-right: 0px;
	float: left;
	margin-left: 0px;
}
#c2 {
	border-color: #003399;
	background-color: #FFFFFF;
	border-top-style: dotted;
	border-top-width: 3px;
	color: #336699;
}
#f1 {
	width: 125px;
	height: 235px;
	margin-right: 0px;
	float: left;
}
#f2 {
	width: 125px;
	height: 235px;
	margin-right: 23px;
	float: left;
	margin-left: 23px;
}
#f3 {
	width: 125px;
	height: 235px;
	margin-right: 0px;
	float: left;
}
/* middle news section */
.news_image{
	float: left;
	margin-right: 15px;
}
#newsbox h4{
	margin: 0px;
	font-size: small;
	color: #483F3D;
	font-weight: bold;
	padding-bottom: 5px;
}
#newsbox p{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}

p {
	margin: 0 0 12px; 
} 
#footer {
	color : #999999;
	font-size: 10px;
	padding: 6px 0 0 0;
	clear: both;
	background-color: #FFFFFF;
}
#footer p {
	margin: 0px 0 0px 0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*NAVIGATION BAR*/
#navlist
{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid white;
	width: 160px;
	border-bottom-color: #FFFFFF;
	margin-top: 5px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid white;
}

#navlist li a { text-decoration: none; }
#c3 H3 {
	color: #009933;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #009933;
	font-size: 16px;
	font-variant: normal;
	text-transform: uppercase;
}
.FloatLeft {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.FloatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#c2 h2
{
	color: #003366;
	font: x-large Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 0 2px 0;
}

#c2 h2 a { text-decoration: none; }

#c2 h3
{
	color: #99CC33;
	font: large Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0;
	text-decoration: none;
}
#c2 h4
{
	color: #99CC33;
	font: medium Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
#c2 p {
	line-height: 22px;
	text-align: justify;
}
th.bg {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
th.bg {
	border-style: solid none solid none;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-color: #006699;
	text-align: center;
}
table {
	border-collapse: collapse;
}
#styled_box {
	margin: 0px;
	border: 2px solid #FFCC00;
	padding: 0px 10px 0px 10px;
}
.imgLeftPad10px {
	float: left;
	padding-right: 10px;
}