
* {margin:0; padding:0}
strong {
font-weight:bold;
}
h1 {
font-size:22px;
}
body {
	font-family: Trebuchet MS;
	font-size: 12px;
	background-color:#ededed;
	color:#666666;
}
h2 {
	font-size:18px;
}
h2 a {
	text-decoration:underline;
}
a {
	border:0px;
	color:#176725;
	text-decoration:underline;
}
h1,h2,h3 {
	margin-bottom:5px;
}
a:hover {
	color:#F88119;
}
p {
margin-bottom:10px;
}
#page-container {
	position:relative;
	width:940px;
	background:url(../images/bg-main.gif) repeat-y;
	padding-left:29px;
	padding-right:29px;
	margin-left:auto;
	margin-right:auto;
}
#page-bottom {
	position:relative;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	padding-left:29px;
	padding-right:29px;
	height:28px;
	background:url(../images/bg-pagebottom.gif) no-repeat;
}
#header {
	position:relative;
	width:940px;
	height:176px;
	background:url(../images/bg-header.gif) center top no-repeat;
}
#logo-main {
	position:absolute;
	width:182px;
	height:60px;
	top:20px;
	left:40px;
}
#navbar {
	position: absolute;
	height: 50px;
	width: 940px;
	top: 95px;
	background:url(../images/bg_subnav.gif) no-repeat bottom;
}
#navbar #bg_left {
	background-image: url(../images/bg_navbar_left.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 17px;
	float: left;
	position: relative;
	padding-bottom: 0px;
}
#navbar #links {
	background-image: url(../images/bg_navbar_center.gif);
	background-repeat: repeat-x;
	height: 44px;
	width: 906px;
	float: left;
	position: relative;
	padding-bottom: 6px;
	text-align:right;
	
}
#navbar #links ul {
position:relative;
top:15px;
height:40px;
}
#navbar #links ul li {
	list-style:none;
	display:inline;
	top:15px;
}
#navbar #links ul li:hover a {
	background:url(../images/bg_navbar_center_hover.gif) repeat-x center;
	color:#FFFFFF;	
}
#navbar #links ul li a {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:12px;
}
#navbar #links ul li .Subnav {
	position:absolute;
	display:block;
	width:900px;
	top:27px;
	padding-top:10px;
	height:25px;
	left:0px;
	visibility:hidden;
	opacity: 0;
}
#navbar #links ul li .Subnav a {
	font-weight:normal;
	color:#333333;
	background:none;
	padding:5px;
	padding-left:10px;
	background:url(../images/subnav-spacer.png) no-repeat left;
	font-size:12px;
}
#navbar #links ul li .Subnav a:hover {
text-decoration:underline;
}
#navbar #bg_right {
	float: left;
	height: 30px;
	width: 17px;
	position: relative;
	background-image: url(../images/bg_navbar_right.gif);
}
#top-links {
	position:absolute;
	right:10px;
	top:35px;
	text-align:right;
}
#top-links ul {
	list-style:none;
	}
#top-links a {
	text-decoration:none;
	color:#000000;
	}	
.horizontal-shaddow {
	position:relative;
	width:940px;
	height:17px;
	margin-top:5px;
	background:url(../images/horizontal-shadow.gif) no-repeat;
	margin-top:10px;
}
#footer {
	width:940px;
	height:60px;
	background:url(../images/bg-footer.gif) repeat-x;
	border:1px solid #e2e2e2;
	margin-top:15px;
}
#footer-content {
	text-align: center;
	margin-top: 2em;
}
#footer #footer-content ul {
	list-style:none;
	text-align:center;
}
#footer #footer-content ul li {
	display:inline;
}
.clear {
	clear:both;
	}
.text-green {
color:#145f15;
}
.text-orange {
color:#f88119;
}
/* Form Section */
.formField {
	padding:2px;
	margin-left:5px;
	border:1px solid #CCCCCC;
}
.formField:hover {
}
.formButtonShort {
	width:115px;
	height:26px;
	background:url(../images/bg-btn-short.gif);
	color:#EEEEEE;
	border:none;
	font-weight:bold;
	cursor:pointer;
	line-height:26px;
	padding-bottom:4px;
}
.formButtonShort:hover {
	background:url(../images/bg-btn-short-h.gif);
}
.formButtonLong {
	width:172px;
	height:26px;
	background:url(../images/bg-btn-long.gif);
	color:#EEEEEE;
	border:none;
	font-weight:bold;
	cursor:pointer;
	line-height:26px;
	padding-bottom:4px;
}
.formButtonLong:hover {
	background:url(../images/bg-btn-long-h.gif);
}
.formButton {
	padding:1px;
	color:#333333;
	border:1px solid #006600;
	background:#EEEEEE;
	cursor:pointer;
}
.formButton:hover {
	color:#FFFFFF;
	background:#006600;
}