@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
}
body
{
	background-color: #FFF;
	margin: 20px 0 0 5px;
}

#outerContainer
{
	width: 773px;
	position: relative;
}

#toolsContainer {
	width: 135px;
	position: absolute;
	top: 35px;
	right: 6px;
}

/**** Primary Navigation ****/

#navContainer
{
	width: 773px;
	height: 25px;
	background: #FFF url(/images/nav_bg.gif) no-repeat;
	padding:  0;
	margin-bottom: 3px;
}

#navList ul, ul#navList
{ 
	margin-left: 12px;
	list-style-type: none;
}

#navList li
{
	display: inline;
	width: 103px;
	height: 15px;
	float: left;
	margin: 4px 9px 0 0;
	border: 1px solid #CDC;
	background-color: #8B7;
	text-align: center;
}

#navList a
{
	width: 100%;
	height: 100%;
	display: block;
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
	text-decoration: none;
}

#navList a:hover, #navList a.highlight
{
	background-color: #EB3;
	color: #373;
}

/**** Secondary page container styles ****/

#artbar
{
	display: block;
	margin-bottom: 3px;
}

#leftColumn
{
	width: 114px;
	float: left;
	display: inline;
}
#centerColumn
{
	width: 455px;
	float: left;
	display: inline;
	margin: 18px 0 50px 18px;
}
#rightColumn
{
	width: 178px;
	float: left;
	display: inline;
	margin: 10px 0 0 8px;
}


/*** Secondary navigation ****/

#snavContainer
{
	width: 114px;
	padding: 14px 0;
	background: transparent url(/images/snav_bg.gif) no-repeat left bottom;
}
ul#secondaryNav
{
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
ul#secondaryNav li
{
	width: 114px;
	background: #85BB77 none;
	border-top: 1px dotted #FFF;
}
ul#secondaryNav > li:first-child
{
	border-top: none;
}
ul#secondaryNav li a
{
	width: 92px;
	padding: 6px 6px 6px 16px;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	text-decoration: none;
	background: #85BB77 url(/images/snav_bullet_white.gif) no-repeat 7px 10px;
}
ul#secondaryNav li a
{
	display: inline-block;
}
ul#secondaryNav li a
{
	display: block;
}
ul#secondaryNav li a:hover, ul#secondaryNav li a.highlight
{
	color: #373;
	background: #EB3 url(/images/snav_bullet_green.gif) no-repeat 7px 10px;
}

/**** Secondary page content styles ****/

#centerColumn h1
{
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	color: #483;
	margin: 0 15px 10px 0;
}
#centerColumn h1.divider
{
	padding-top: 20px;
	border-top: 1px dotted #666;
}
#centerColumn h2
{
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	color: #483;
}
#centerColumn h3
{
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #352;
}
#centerColumn p
{
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #333;
	margin: 0 15px 10px 0;
}
#centerColumn p.smaller
{
	font-size: 10px;
	line-height: 13px;
}

#centerColumn a
{
	color: #483;
	text-decoration: underline;
}
#centerColumn a:hover
{
	color: #85BB77;
}
#centerColumn ul
{
	margin-bottom: 10px;
}
#centerColumn ul li
{
	margin-bottom: 4px;
	padding-left: 10px;
	background: transparent url(../images/orange-bullet.gif) no-repeat 0 5px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #333;
}
#centerColumn ol
{
	margin: 0 0 10px 10px;
	padding: 0 0 0 10px;
}
#centerColumn ol li
{
	list-style-type: decimal;
	margin: 0 0 4px 10px;
	padding: 0 0 0 5px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #333;
	
}

#rightColumn h1
{
	width: 160px;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	color: #B52;
	margin: 15px 0 15px 10px;
}
#rightColumn ul
{
}
#rightColumn li
{
}
#rightColumn table
{
	margin: 0 0 10px 8px;
}
#rightColumn a
{
	display: block;
	margin: 0 4px 0 10px;
	font-size: 13px;
	line-height: 18px;
	text-indent: -8px;
	color: #483;
	text-decoration: none;
}
#rightColumn a:hover
{
	color: #85BB77;
}

/**** Data table ****/

.dataTable {
	margin-bottom: 8px;
}

.dataTable caption {
	padding: 4px 0 5px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #6A5;
	text-align: left;
}

.dataTable th {
	padding: 4px 0 5px 5px;
	background-color: #BDA;
	font-size: 12px;
	font-weight: bold;
	color: #B63;
	text-align: left;
	border-bottom: 1px solid #FFF;
}

.dataTable td {
	padding: 4px 0 5px 5px;
	background-color: #DEC;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-align: left;
	border-bottom: 1px solid #FFF;
}

/**** Footer ****/

#footer
{
	width: 773px;
	clear: left;
	padding: 16px 0 25px 0;
	background: transparent url(/images/hdiv_greenbar.gif) no-repeat 0 0;
}
#footer ul
{
	margin-left: 56px;
}
#footer li
{
	float: left;
	display: inline;
	list-style: none;
	margin-right: 12px;
	padding-left: 15px;
	background: transparent url(/images/footer_bullet.gif) no-repeat 0 6px;
	font-size: 10px;
	line-height: 12px;
	color: #666;
}
#footer li#copyright
{
	background: none;
}
#footer a
{
	color: #483;
	text-decoration: underline;
}
#footer a.legal
{
	color: #666;
	text-decoration: underline;
}
#footer a:hover, #footer a.legal:hover
{
	color: #EB3;
}


/**** Home page ****/

#toolsContainerHome {
	width: 75px;
	position: absolute;
	top: 35px;
	right: 18px;
}

#homeAnimationContainer
{
	width: 773px;
	height: 261px;
	margin-bottom: 3px;
	position: relative;
}
.animImage
{
	position: absolute;
	left: 531px;
	top: 25px;
}
#imgTwo
{
	opacity: 0;
	filter: alpha(opacity=0);
}
#imgThree
{
	opacity: 0;
	filter: alpha(opacity=0);
}
#imgFour
{
	opacity: 0;
	filter: alpha(opacity=0);
}
#imgFive
{
	opacity: 0;
	filter: alpha(opacity=0);
}
#homeContentOuterContainer
{
	width: 773px;
	margin: 4px 0;
	padding: 12px 0;
	background: #F0F4EF;
}
#homeContentInnerContainer
{
	width: 713px;
	padding: 8px 15px 10px 45px;
	background: transparent url(/images/home_content_vdiv_bg.gif) repeat-y 528px 0;
}
#homeContentLeftColumn
{
	width: 450px;
	float: left;
}
#homeContentLeftColumn p
{
	font-size: 15px;
	line-height: 19px;
	color: #454545;
}
#homeContentLeftColumn a.moreLink
{
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	color: #B62;
	text-decoration: none;
}
#homeContentRightColumn
{
	width: 210px;
	float: right;
}
#homeContentRightColumn h1
{
	margin-bottom: 4px;
	font-size: 15px;
	font-weight: bold;
	line-height: 19px;
	color: #418232;
}
#homeContentRightColumn li
{
	margin-bottom: 4px;
	padding-left: 10px;
	background: transparent url(../images/orange-bullet.gif) no-repeat 0 5px;
	font-size: 12px;
	line-height: 14px;
	color: #333;
}
#homeContentRightColumn a.moreLink
{
	font-weight: bold;
	color: #B62;
	text-decoration: none;
	white-space: nowrap;
}

/**** Global utility styles ****/
.clear
{
	clear: both;
}
.orange
{
	color: #B62;
}
.green
{
	color: #418232;
}
img.left
{
	float: left;
	margin: 3px 12px 6px 0;
}
img.right
{
	float: right;
	margin: 3px 0 6px 12px;
}
