@charset "UTF-8";
/* CSS Document */
body {
	background-color: #004262;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/bg_gradient.png);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
h1 {
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bolder;
}
h2 {
	color:#FFFFFF;
	font-size: 28px;
}
h3 {
	color:#FFFFFF;
	font-size: 16px;
	line-height: 0px;
}
h4 {
	color:#004262;
	font-size: 22px;
	margin:-5px 0px
}
h5 {
	color:#FFF;
	font-size: 18px;
	margin:-5px 0px;
}
a:link {
	color: #004262;
	text-decoration:none;
}
a:visited {
	color: #004262;
	text-decoration:none;
}
a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
a:active {
	color: #004262;
	text-decoration:none;
}
.wrapper {
	width: 900px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.header {
	width: 898px;
	height: 98px;
	background-color:#FFFFFF;
	border: #002D3A 1px solid; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#nav {
	width:898px;
	height:28px;
	background-color:#9FA943;
	border: #002D3A 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 0 15px #002D3A;
	-moz-box-shadow: 0 0 15px #002D3A;
}
#sddm {	
	width: 898px;
	height: 28px;
	margin: 0px;
	padding:0px;
	z-index: 50;
}

#sddm li {
	margin: 0;
	padding-left: 15px;
	padding-right:15px;
	padding-top: 5px;
	padding-bottom: 7px;
	list-style: none;
	float: left;
	font-size:15px;
}

#sddm li a {
	display: inline;
	margin: 0 1px 0 0;
	padding-top: 5px; padding-bottom: 5px; padding-left:10px; padding-right: 10px;
	width: 80px;
	background: #9FA943;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover {	
	color: #002D3A;
}

#sddm div {	
	position: absolute;
	visibility: hidden;
	margin-top: 8px;
	padding: 0;
	background: #002D3A;
	border-bottom: 1px solid #9FA943; border-left: 1px solid #9FA943; border-right: 1px solid #9FA943;
	z-index: 50;
}

#sddm div a {	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: 160px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #002D3A;
	color: #FFFFFF;
	font: 11px arial;
}

#sddm div a:hover {	
	background: #FFF;
	color: #002D3A;
}
#footer {
	width: 868px;
	height: 18px;
	background-color: #9FA943;
	text-align: center;
	font-size: 10px;
	color:#FFFFFF;
	border: #002D3A 1px solid; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	clear:both;
	padding: 20px 15px 15px 15px;
	-webkit-box-shadow: 0 0 15px #002D3A;
	-moz-box-shadow: 0 0 15px #002D3A;
}
#pageheadline {
	width: 333px;
	height: 105px;
	background-color: #9FA943;
	float: left;
	position: relative;
	top: 75px;
	z-index:30;
	-webkit-box-shadow: 0 0 10px #002D3A;
	-moz-box-shadow: 0 0 10px #002D3A;
}
.row {
	width: 900px;
	height: auto;
	padding-top: 15px;
}
.left {
	float: left;
	width: 470px;
	height: 305px;
	background-color: #9FA943;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: #002D3A 1px solid; 
	padding: 15px;
	padding-top:10px;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 0 15px #002D3A;
	-moz-box-shadow: 0 0 15px #002D3A;
	
}
.right {
	float: right;
	width: 385px;
	height: auto;
}
.rightbox {
	height: 70px;
	width: 385px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: #002D3A 1px solid; 
	margin-bottom: 15px;
	-webkit-box-shadow: 0 0 15px #002D3A;
	-moz-box-shadow: 0 0 15px #002D3A;
}
.rboxtext {
	height: 50px;
	width: 215px;
	float: right;
	padding: 10px;
	font-size: 10px;
	border-left-color: #002D3A;
	border-left-width: 1px;
	border-left-style: solid;
}
.blackcopy {
	color: #000000;
}
.vertalign_bottom {
	vertical-align: text-bottom;
}
.bold14pt {
	font-weight: bolder;
	font-size: 14px;
}
.subheader {
	font-size:16px;
	font-weight:bolder;
}
.subnav a:link {
	color: #000000;
	text-decoration:none;
	padding-bottom:5px;
}
.subnav a:visited {
	color: #000000;
	text-decoration:none;
	padding-bottom:5px;
}
.subnav a:hover {
	color: #004262;
	text-decoration:underline;
	padding-bottom:5px;
}
.subnav a:active {
	color: #004262;
	text-decoration:none;
	padding-bottom:5px;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.padding_bottom_5px {
	padding-bottom:5px;
}
.lineheight_20 {
	line-height:20px;
	letter-spacing:.5px;
	font-size:13px;
}
.content {
	width: 850px;
	height: auto;
	background-color: #9FA943;
	font-size: 12px;
	color:#FFFFFF;
	border: #002D3A 1px solid; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	clear:both;
	padding: 20px 25px 15px 25px;
	margin: 0px 0px 20px 0px;
	-webkit-box-shadow: 0 0 15px #002D3A;
	-moz-box-shadow: 0 0 15px #002D3A;
}
