@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	background: url('bg_main.gif') repeat-x;
}

#container {
	width:980px;
	margin:0 auto;
}

#logo {
	padding:20px 0 0 0;
	width:250px;
	float:left;
}

#search {
	width:730px;
	float:left;
	height:94px;
}

#topSearchForm {
	float:right;
	margin-top:40px;
}

#topSearchForm .searchBox {
	background-color:#fffaf1;
	color:#5f5f5f;
	font-style:italic;
	border:1px solid #d6d2b6;
	font-size:13px;
	width:140px;
	display:block;
	float:left;
	margin-right:5px;
}

#primaryNav {
	float:left;
	width:730px;
	background:url('bg_nav.gif') no-repeat bottom;
	height:50px;
}

#nav, #nav ul {
	padding:0;
	margin:3px 0 0 0;
	list-style:none;
	float:right;
	position:relative;
	z-index:200;
}

#nav a {
	display:block;
}

/*first level*/
#nav li { 
	position:relative;
	float:left;
	font-size:16px;
}

/*second level position*/
#nav li ul {
	position:absolute;
	left: -999em;
	margin:0;
	clear:both;
	background-color:#fdf3ee;
	border-bottom:1px solid #f99d31;
}

#nav li ul li {
	clear:both;
	border:1px solid #f99d31;
	border-bottom:0;
	font-size:12px;
}

/* third level position */

#nav li ul li ul {
	margin-left:150px;
	top:0;
}

/*controls font color and style for first level menu items*/
#nav li a {
	color:#fff;
	text-decoration:none;
	padding:8px 17px;
}

#nav li a:hover {
	text-decoration:none;
}

/*controls font color and style for second level and lower menu items*/
#nav li ul li a {
	color:#333;
	padding:5px 10px;
	width:130px;
}

#nav li ul li a:hover {
	background-color:#fff;
	text-decoration:none;
}
	
/*Hidden nav positioning DO NOT Adjust*/
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {left:-999em;}
#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;}

#nav li:hover, #nav li.hover {
    height:1%;
}

ul#nav iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

* html ul#nav li { z-index: 201; }

/* this is for IE 5.0 */
select.hide { visibility: hidden; }

#main {
	width:980px;
	float:left;
	padding:30px 0 20px 0;
}

#leftCol {
	width:200px;
	float:left;
}

#breadcrumb {
	font-size:12px;
	margin-bottom:15px;
}

#email_print {
	text-align:right;
}

#webFeature {
	width:730px;
	float:left;
	padding-left:20px;
	border-left:1px solid #5f5f5f;
}

#home #webFeature {
	width:445px;
	padding:0 20px 0 0;
	margin:0;
	border:0;
}

#noright #webFeature {
	width:930px;	
}

#rightColInterior {
	float:right;
	width:180px;
	margin-left:10px;
}

#rightCol {
	width:315px;
	float:right;
}

#instantUpdates {
	margin-top:40px;
	font-size:12px;
}

#footerContainer {
	height:100px;
	background:url('bg_footer.gif') repeat-x;
	float:left;
	width:100%;
}

#footer {
	width:980px;
	margin:0 auto;
	height:100px;
}

#copyright {
	width:440px;
	float:left;
	font-size:11px;
	padding:20px 0 0 0;
}

#footerLinks {
	width:530px;
	float:left;
	font-size:11px;
	padding:20px 0 0 0;
	text-align:right;
}

#footerLinks a:link, #footerLinks a:visited {
	color:#5f5f5f;
	text-decoration:none;
}

#footerLinks a:hover {
	text-decoration:underline;
}