/* CSS Document */
body {
	behavior: url(css/csshover.htc); /* For IE */
	background-image:url(../images/background_repeat.gif);
	background-repeat:repeat;
	background-color: #898989;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:1;
	color: #666666;
	word-spacing:2px;
}

#main {
	background-color:#FFFFFF;
}



h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#000000;
	font-weight:100;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#f48026;
	font-weight:100;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#f48026;
	font-weight:100;
}

p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}

h1,h2,h3,h4,h5,h6{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


a:link, a:visited {
	color: #F68028;
	text-decoration:none;
	}

a:hover {
	color: #F68028;
	text-decoration:underline;
	}
.insetpic {
	float:right;
	padding: 3px;
	background-color:#F68028;
	margin: 20px 0px 20px 20px;
	border-color: #666666;
	border-width: 1px;
}
/*------------------------------------------------------------------------*/
/*----------------------   Navigations Styles  ---------------------------*/
/*------------------------------------------------------------------------*/


#navpadding {
	background-color:#FFFFFF;
	height:0px;
}


#nav, #nav ul {
	float: left;
	width: 740px;
	height: 25px;
	background-image:url(../images/nav_bg.jpg);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;	
	line-height:2;
	list-style: none;
	border-width: 0px;
	

}

/*
#nav ul {
	float: left;
	width: 740px;
	height: 25px;
	background: #40538D;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;	
	line-height: 2;
	list-style: none;
	border-width: 0px;
}
*/

#nav a {
	display: block;
	width: auto; /* width needed or else Opera goes nuts */
	padding-right: 30px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 10px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	border-bottom-color: #00FF00;

}
/*
#nav a.drop {
	background-color:#FF0000;
	display: block;
	width: 200px;
	color: lime;
	text-decoration:none;
	text-indent: 5px;
	padding: 3px 0px 3px 0px;
}
*/
#nav a.tier1 {
width: auto;
/*	display:block;
	width: 250px;
	vertical-align: middle;
	height: 25px;
	line-height:2;
	text-indent: 10px;
	padding: 0px 0px 0px 0px;
*/
}

#nav a.tier1-arrow {
	display: block;
	width: 250px;
	color: #FFFFFF;
	text-decoration:none;
	text-indent: 10px;
	padding: 0px 0px 0px 0px;
	background: url(../images/arrow.gif) center right no-repeat;
}

#nav li { /* all list items -- width of main nav buttons*/
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	padding-right: 23px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #666666;
	width: 50px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

/* Rollover background states of dropdowns from main navigation*/
#nav li li {
/*	line-height:2;*/
	background-color: #666666;
	padding-right: 0;
	width: 250px;
/*	height: 25px;
	padding-top: 0px;*/

}

/* horizontal spacing placement of list tiers from left edge of parent button */
#nav li ul ul { 
	margin: -25px 0 0 250px;
	
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

/* button holder dimension--causes buttons to tile left to right based on their size in comparison to the width entered -- lists nested under hovered list items */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
	left: auto;
	width: 200px;
}

/*over state colors*/
#nav li:hover, #nav li.sfhover {
	background: #999999;
}

/*------------------------------------------------------------------------*/
/*------------------------   Home Page Styles  ---------------------------*/
/*------------------------------------------------------------------------*/

.quotecallout_ {
	padding-left: 15px;
	
}
.homecontent {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:1;
	padding-left: 10px;
	padding-right: 25px;
	color: #666666;
	word-spacing: 2px;
}

.homecallus {
	background-image:url(../images/behind_right_home_text.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-left:10px;
	padding-right: 10px;
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-weight: 400;
	padding-top: 20px;
	text-align:center;
}

.homecontenttitles {
	font-family: Georgia, Times, serif;
	font-size: 22px;
	font-weight: 400;
	padding-top: 20px;
}

.homelearnmore {
	font-family: Georgia, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #f48026;
	padding-left: 10px;
}

.homelearnmore a{
	font-family: Georgia, Times, serif;
	font-size: 1.1em;
	font-weight: 500;
	color: #f48026;
	padding-left: 10px;
}

.homepic {
	float: left;
	margin: 15px 15px 15px 15px;
	padding: 10px;
	background color: #F68028;

}

.homesubsectiontitle {
	width: 155px;
	height: 38px;
	background-image: url(../images/home_list_header_bg.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-weight: 500;
	vertical-align: middle;
	padding-left: 5px;
	padding-top: 6px;
}

.homesubsectioncontent {
	background-image:url(../images/home_list_content_bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	vertical-align: top;
	padding-top:10px;
	padding-left: 8px;
	padding-right: 8px;
}

.homesubsectionspacer {
	width:20px;
}


/*------------------------------------------------------------------------*/
/*--------------------------   Content Styles  ---------------------------*/
/*------------------------------------------------------------------------*/





/*------------------------------------------------------------------------*/
/*---------------------------   Footer Styles  ---------------------------*/
/*------------------------------------------------------------------------*/

.footeraddress {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 10px;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
}


.footertext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 10px;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
}
.footertext a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 10px;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
}