@charset "utf-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #000;
}
a {
	color: #4F7282;
	text-decoration: none;
}
a:hover {
	color: #7CBD61;
}
#layout {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
}

#top {
	background-color: #000;
	background-image: url(images/top_back.png);
	background-repeat: repeat-x;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#header {
	background-image: url(images/header_back.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 80px;
	background-color: #FFF;
	position: relative;
	text-align: left;
}
#header #logo {
	position: absolute;
	left: 20px;
	top: 14px;
}
#header #logo_name {
	font-size: 31px;
	color: #000;
	position: absolute;
	left: 53px;
	bottom: 12px;
	font-weight: bold;
}

#header #login {
	height: 100%;
	width: 300px;
	position: absolute;
	top: 0px;
	right: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#header #login .title {
	font-size: 16px;
	font-weight: bold;
	color: #7CBD61;
	margin-top: 10px;
	margin-bottom: 1px;
}
#header #login .forgot {
	text-align: right;
	float: right;
}
#header #login label {
	font-size: 11px;
	width: 110px;
	display: block;
	margin-right: 10px;
	float: left;
}
#header #login label input{
	width: 110px;
}
#header #login #login_submit {
	position: absolute;
	right: 0px;
	bottom: 12px;
	width: 60px;
}
#banner_back {
	background-color: #333;
	border-top: 1px solid #7CBD61;
	border-bottom: 1px solid #7CBD61;
}

#banner {
	background-color: #eeeeee;
	height: 250px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#nav_back {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 50px;
	background-image: url(images/nav_back.png);
	background-repeat: repeat-x;
	background-color: #E7E7E7;
	opacity:.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	z-index: 1;
}
#nav {
	position: absolute;
	z-index: 99;
	height: 50px;
	width: 940px;
	margin: auto;
	text-align: left;
	left: 20px;
	top: 0px;
}
#nav ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#nav ul li {
	float: left;
	width: 182px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	height: 50px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 58px;
	margin: 0px;
	overflow: hidden;
	color: #000;
}
#nav ul li ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	left: -1px;
	top: 50px;
	display: none;
}
#nav ul li li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	line-height: 16px;
	border-top-width: 1px;
	border-top-color: #FFF;
	margin: 0px;
	height: auto;
	padding: 0px;
	background: #4F7282;
}
#nav .first  {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#nav li .first  {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}


#nav li a{
	display: block;
	text-align: center;
	text-decoration: none;
	height: 50px;
	color: #000;
}
#nav li a:hover {
	color: #FFF;
	text-decoration: none;
	background: #7CBD61 url(images/nav_hover.png) repeat-x;
}
#nav li:hover {
	text-decoration: none;
	overflow: visible;
	color: #FFF;
	background: #4F7282 url(images/nav_hover.png) repeat-x;
}
#nav li:hover ul {
	display: block;
}
#nav li:hover a {
	color: #FFF;
}


#nav li li a {
	height: auto;
	margin: 0px;
	display: block;
	text-align: left;
	padding: 5px;
	color: #FFF;
}
#nav li li a:hover {
	color: #FFF;
	background-image: none;
}
#nav li li:hover {
	background: #7CBD61 url(none);
}



#main_top {
	background-image: url(images/main_top_back.png);
	height: 10px;
	background-repeat: repeat-x;
	background-color: #FFF;
	overflow: hidden;
}
#main_top #right_top {
	float: right;
	width: 320px;
	height: 10px;
	margin-right: 20px;
	background-color: #E7E7E7;
	background-image: url(images/right_top_back.png);
	background-repeat: repeat-x;
	display: inline;
}

#main {
	background-color: #FFF;
	background-image: url(images/main_back.png);
	background-repeat: repeat-y;
	background-position: 620px top;
	text-align: left;
	margin: auto;
	width: 960px;
}
#left {
	float: left;
	width: 570px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 14px;
	line-height: 20px;
	display: inline;
}
#left h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
	line-height: 21px;
}
#left h2 {
	font-size: 16px;
	color: #7CBD61;
	font-weight: bold;
	margin: 0px;
}



#right {
	float: right;
	width: 320px;
	background-color: #e7e7e7;
	margin-bottom: 20px;
	margin-right: 20px;
	display: inline;
}
#right .padding {
	padding-left: 10px;
	padding-right: 10px;
}
#right .right_head {
	height: 35px;
	text-align: center;
	color: #FFF;
	margin-bottom: 20px;
	font: bold 16px/35px Arial, Helvetica, sans-serif;
	background: #63a448 url(images/right_head_back.png) repeat-x;
}
#right .rightimg {
	text-align: center;
	padding-top: 20px;
}
#right .rightimg img {
	border: 1px solid #FFF;
	margin: auto;
}
#right h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
#footer {
	background-color: #0c0c0c;
	color: #FFF;
	font-size: 11px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
}
#footer a {
	color: #999;
	text-decoration: underline;
}
#credit {
	font: 12px Tahoma, Geneva, sans-serif;
	color: #CCC !important;
	text-decoration: none !important;
	text-align: center;
	background: #666 url(http://www.webdesignsmallbusiness.com/images/credit_darkbg.png) no-repeat center 3px;
	float: right;
	white-space: nowrap;
	display: block;
	padding: 35px 5px 3px;
	min-width: 140px;
	border-radius: 2px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #333;
	text-shadow: 0 1px #333;
}
#credit:hover {
	color: #CCC !important;
	text-decoration: none !important;
	background-color: #006;
	border-top: 1px solid #00C;
	border-bottom: 1px solid #003;
}


.fyi_pdf  {
	margin-right: 30px;
	text-align: center;
	float: left;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	width: 102px;
}
.fyi_pdf img  {
	border: 1px solid #717171;
	margin-bottom: 10px;
}
.header_row {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(images/right_head_back.png);
	background-repeat: repeat-x;
	background-position: left center;
	line-height: 18px;
	background-color: #F90;
	color: #FFF;
}
.table_header {
	font-weight: bold;
	color: #FFF;
	background-color: #c0504d;
}

.alert {
	color: #F00;
	font-weight: bold;
}

.clear {
	clear: both;
}
.orange {
	color: #7CBD61;
}
.center {
	margin: auto;
	width: 960px;
	position: relative;
	height: 100%;
}
.caption {
	font-size: 11px;
}
.noborder {
	border-style: none !important;
}

