@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #28303B;
	background-color: #4B6272;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
h1 {
	font-size: 140%;
	color: #353F49;
	font-style: italic;
}

h2 { font-size: 120%; }

#container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #29313C;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-y;
}

#containerHome
{
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #29313C;
	text-align: left;
	background-color: #FFF;
}


#header {
	height: 106px;
	width: 960px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: lowercase;
	color: #FFF;
	font-weight: bold;
	padding-top: 65px;
}
#nav a:link{color:#fff;
text-decoration:none;}
#nav a:hover{color:#fff;
text-decoration:none;}
#nav a:visited{color:#fff;
text-decoration:none;}
#mainContent {
	background: #FFFFFF;
	float: none;
	margin: 0px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 50px;
}

#mainContentHome
{
	background: #FFFFFF;
	float: none;
	margin: 0px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
#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 */
	text-align: center;
}
#footer a:link{color: #28303B;
text-decoration:underline;}
#footer a:visited{color: #28303B;
text-decoration:underline;}
#footer a:hover{color: #28303B;
text-decoration:underline;}#green {
	float: right;
	width: 170px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 10px;
	border: 1px solid #00CC00;
}


#green_header{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/green.jpg);
	background-repeat: no-repeat;
	padding: 4px;
	text-align: center;
}

#red
{
	float: right;
	width: 170px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 10px;
	border: 1px solid #A90303;
}

#red_header
{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/red.jpg);
	background-repeat: no-repeat;
	padding: 4px;
	text-align: center;
}
.sidebar {
	padding: 7px;
}
#subNav {
	float: right;
	width: 330px;
	padding-top: 5px;
	color: #FFFFFF;
	font-size:12px;
	margin-right: 15px;
}
#subNav  a:link{color:#FFFFFF;
text-decoration:none;
}
#subNav  a:visited{color:#FFFFFF;
text-decoration:none;
}
#subNav  a:hover{color:#FFFFFF;
text-decoration:none;
}
#submenu {
	float: left;
	width: 150px;
	background-color: #4F6271;
	margin-right: 10px;
	display: block;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
#submenu a:link{
	color:#FFFFFF;
	text-decoration:none;
display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;	
}
#submenu a:hover{color:#FFFFFF;
text-decoration:none;
display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;}
#submenu a:visited{color:#FFFFFF;
text-decoration:none;
display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;}
.clearit {
	clear: both;
}
#mainContentSide {
	background: #FFFFFF;
	float: right;
	text-align: left;
	margin-top: 0px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 30px;
	width: 730px;
}

#mainContent a:link, #mainContentSide a:link, #mainContentHome a:link{color:#4F6271;
text-decoration:underline;}
#mainContent a:hover, #mainContentSide a:hover, #mainContentHome  a:hover{color:#4F6271;
text-decoration:underline;}
#mainContent a:visited, #mainContentSide a:visited, #mainContentHome  a:visited{color:#4F6271;
text-decoration:underline;}

.paddingLeft { padding-left: 10px; }

#submenu h2 {
	color: #CE0608;
	background-color: #DDD;
	text-align: center;
}

#mainContentSide ol li {
	padding-top: 3px;
	padding-bottom: 3px;
}
