@charset "UTF-8";

/* MAIN */

body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
}
#container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 925px;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 35px 0 0 35px;
	height: 110px;
	position: relative;
}
#content {
	background: #FFFFFF;
}
#footer {
	background: #FFFFFF url(images/page_bottom.gif) no-repeat bottom;
	height: 56px;
	margin: 0;
	padding: 0;
}


/* HEADER */

.hdnav {
	float: right;
	width: 780px;
	height: 47px;
	background-image: url(images/hd_bar_orange.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.hdnavtop {
	float: right;
	width: 750px;
	height: 23px;
	padding-right: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #939598;
}
.hdnavbtm {
	float: right;
	padding: 10px 30px 0 0;
	margin-bottom: 0px;
}


/* NAVIGATION */

#ddnavmenu {
	bottom: 15px;
	left: -23px;
	position: absolute;
	width: 960px;
}
#navmenu {
	bottom: 15px;
	left: 25px;
	position: absolute;
	width: 960px;
}
#navmenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#navmenu ul li {
	display: inline;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0px;
	padding: 3px 40px 3px 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7E7E7E;
}
#navmenu ul li.navlast {
	border: none;
}
#navmenu ul li a, a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}
#navmenu ul li a:hover {
	color: #F8981D;
	text-decoration: none;
}
#navmenu ul li a.navover, a.navover:link, a.navover:visited, a.navover:active, a.navover:hover {
	color: #F8981D;
	text-decoration: none;
}
.navmenulink {
	display: inline;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0px;
	padding: 3px 40px 3px 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7E7E7E;
}


/* LEFT NAV */

#leftnavarea { 
	float: left;
	width: 220px;
	margin: 35px 0 30px 0;
	min-height: 300px;
	height: expression( this.scrollHeight < 301 ? "300px" : "auto" ); /* sets min-height for IE */
}
#leftnavtop {
	width: 200px;
	height: 11px;
	background-image: url(images/left_nav_bg.gif);
	background-repeat: repeat-y;
}
#leftnav {
	background-image: url(images/left_nav_bg.gif);
	background-repeat: repeat-y;
	width: 200px;
	min-height: 125px;
	height: expression( this.scrollHeight < 126 ? "125px" : "auto" ); /* sets min-height for IE */
	padding: 5px 5px 10px 40px;
}
#leftnavbtm {
	width: 200px;
	height: 11px;
	background-image: url(images/left_nav_btm.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#leftnav h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 4px;
}
#leftnav h1 a, a:link, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#leftnav h1 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#leftnav ul {
	margin-left: 0px;
	padding-left: 15px;
	margin-top: 10px;
}
#leftnav ul li {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: 5px;
}
#leftnav ul li a, a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
}
#leftnav ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#leftnav ul li a.leftnavover {
	color: #FFFFFF;
}


/* MISC CLASSES FOR REUSE */

.floatrt { 
	float: right;
}
.floatlf { 
	float: left;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* FOOTER */

#footer p {
	margin: 0;
	padding: 18px 0 0 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#footer a, a:link, a:active, a:visited {
	color: #666666;
	text-decoration: underline;
}
#footer a:hover {
	color: #999999;
}
.footerleft {
	float: left;
	width: 850px;
	height: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #939598;
}
#footer > .footerleft > div {
	margin: 0;
	padding: 18px 0 0 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.footerright {
	float: right;
	width: 60px;
	height: 36px;
}


/* HOME CONTENT AREA */

#homefea { 
	float: left;
}
.homefeacontent {
	background-image: url(images/home_fea_bkgd.gif);
	background-repeat: repeat-x;
	padding: 40px 25px 0 25px;
}
#homefea h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 30px;
	font-weight: normal;
}
#homefea p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
}
#homecontent {
	width: 960px;
	height: 260px;
	padding: 25px 0 30px 0;
	background-image: url(images/home_bars_orange.gif);
	background-position: left 45px;
	background-repeat: no-repeat;
}
#homeboxes {
	background-image: url(images/bg_homeboxes.gif);
	background-repeat: repeat-y;
	background-position: right;
	border: 1px solid #000000;
}


/* HOME BOX RIGHT */

#homeboxrt {
	float: right;
	width: 304px;
}
#homeboxhdrt {
	width: 304px;
	height: 74px;
	background-color: #000000;
	background-image: url(images/box_hd_rt.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 18px;
	text-align: left;
}
#homeboxhdrt h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #F8981D;
	margin-top: 0px;
	font-weight: bold;
}
.homeboxcopyrt { 
	float: right;
	width: 158px;
	padding-right: 12px;
}
#homeboxareart {
	width: 264px;
	background-color: #f1f1f2;
	text-align: left;
	padding: 20px 20px 10px 20px;
	min-height: 118px;
	height: expression( this.scrollHeight < 119 ? "118px" : "auto" ); /* sets min-height for IE */
}
#homeboxareart h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
	background: none;
}
#homeboxbtmrt {
	width: 304px;
	height: 10px;
	background-image: url(images/box_btm_rt.gif);
	background-repeat: no-repeat;
	background-position: top;
}


/* HOME BOX */

#homebox {
	float: right;
	width: 317px;
}
#homeboxhd {
	width: 317px;
	height: 74px;
	background-color: #000000;
	background-image: url(images/box_hd.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 18px;
	text-align: left;
}
#homeboxhd h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #F8981D;
	margin-top: 0px;
	font-weight: bold;
}
.homeboxcopy { 
	float: right;
	width: 158px;
	padding-right: 25px;
}
#homeboxarea {
	width: 264px;
	background-color: #f1f1f2;
	text-align: left;
	padding: 20px 20px 10px 20px;
	min-height: 118px;
	height: expression( this.scrollHeight < 119 ? "118px" : "auto" ); /* sets min-height for IE */
	margin-right: 13px;
}
#homeboxarea h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
	background: none;
}
#homeboxbtm {
	width: 317px;
	height: 10px;
	background-image: url(images/box_btm.gif);
	background-repeat: no-repeat;
	background-position: top;
}


/* PAGE IMAGE */

#pageimage {
	height: 99px;
}


/* CONTENT */

#pagecontent {
	float: right;
	width: 620px;
	margin: 35px 0 30px 0;
	padding: 0 60px 0 30px;
	min-height: 300px;
	height: expression( this.scrollHeight < 301 ? "300px" : "auto" ); /* sets min-height for IE */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #939598;
}
.pagetitle {
	font-size: 17px;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	margin-top: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 26px;
	background-image: url(images/header_bar.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 12px 30px 0 30px;
	margin-left: -30px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-bottom: 3px;
}
td	{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
p {
	margin: 5px 0 10px 0;
	font-size: 12px;
}
a, a:link, a:visited, a:active {
	color: #000000;
}
a:hover {
	color: #F8981D;
}
#pagecontent ul {
	margin-left: 0px;
	padding-left: 0px;
}
#pagecontent ul li {
	list-style-type: disc;
	list-style-image: url(images/bullet.png);
	margin-left: 20px;
	padding-left: 0px;
	margin-bottom: 8px;
	list-style-position: outside;
}
#pagecontent ul li ul li {
	list-style-type: disc;
	margin-left: 20px;
	padding-left: 0px;
	margin-bottom: 2px;
	margin-top: 3px;
	list-style-position: outside;
	list-style-image: none;
}
#pagecontent ul li ul li ul li {
	list-style-type: circle;
	margin-left: 20px;
	padding-left: 0px;
	margin-bottom: 2px;
	margin-top: 3px;
	list-style-position: outside;
	list-style-image: none;
}
hr {
	width: 100%;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 0px solid #CCCCCC;
	margin-bottom: 10px;
}
a.action, a.action:link, a.action:active, a.action:visited {
	font-size: 12px;
	font-weight: bold;
	color: #F8981D;
}
a.action:hover {
	color: #FFB266;
}
.big {
	font-size: 13px;
}
.small {
	font-size: 11px;
}
a.small_gray, a.small_gray:link, a.small_gray:active, a.small_gray:visited {
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
a.small_gray:hover {
	color: #999999;
}
a.gray, a.gray:link, a.gray:active, a.gray:visited {
	color: #666666;
	text-decoration: underline;
}
a.gray:hover {
	color: #999999;
}
.contentblk {
	color: #000000;
}
.nomargin_top {
	margin-top: 0px;
}
.formfield {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	border: 1px solid #C9C7C5;
	padding: 1px 3px 1px 3px;
}
.error {
	color: #CC0000;
}
table.logotable tr td {
	padding: 20px 0 20px 0;
}
.tdborder_btm_rt {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #e1e1e1;
	border-bottom-color: #e1e1e1;
}
.tdborder_btm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
}
.tdborder_rt {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e1e1e1;
}

