/* CSS Document */
/* First, a CSS Reset 				*/
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;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
} :focus { outline: 0 }

img.left { float:left; margin:5px 20px 10px 0 }
img.right { float:right; margin:5px 0 10px 20px }

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	border-top:5px solid #666666;
	width:999px;
	margin:0px auto;
	padding:0px ;
	}
/* header */	
#header {
	width:999px;
	height:127px;
	position:relative }
#header #eyebrowNav {
	position:absolute;
	top:1px;
	left:798px;
	height:25px;
	padding:8px 0 0 15px;
	width: 210px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#666666;
	}
.eyebrowNav ul li{
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
	display:inline;
	}
.eyebrowNav ul li a{
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
	display:block;
	padding-left:5px;
	padding-right:5px;
	}
.eyebrowNav a:hover{
	color:#0099FF;
	text-decoration:none;
	}
	
/*end*/


/* navigation 
#hole_nav{
	width:999px;
	margin: 0px auto;
	padding:0px;
	}
#left_nav{
	position:absolute;
	background:url(../images/left_nav.gif) left top no-repeat;
	height:41px;
	width:8px;
	float:left;
	margin-right:980px;
	}
#right_nav{
	position:absolute;
	background:url(../images/right_nav.gif) left top no-repeat;
	height:41px;
	width:8px;
	float:left;
	margin-left:983px;
	}

#navigation{
	background:url(../images/nav_mid.gif) repeat-x right top;
	height:41px;
	padding:7px 0 0 10px;
	margin-bottom:20px;
	margin:top:5px;
	margin-left:8px;
	margin-right:25px;
	position:absolute;
	width:965px;
	}

#navigation .grid_11 {
	height:41px }

#navigation ul {
	list-style:none;
	margin:0; padding:0 }
	
#navigation ul li {
	font-size:12px;
	font-family:"Segoe UI"Geneva, Arial, Helvetica, sans-serif;
	text-transform:none;
	margin:0 3px 0 3px;
	color:#666666;
	font-style:normal;
	font-weight:bold;
	float:left 
	}
#navigation ul li a {
	text-decoration:none;
	display:block;
	color:#666666;
	padding:1px 15px 
	} 
		
#navigation ul li a:hover { 
	color:#ffffff;
	background:url(../images/nav_mid_hover.gif) repeat-x top right;
	height:41px;
	display:block; 
	}
.textbox{
	background:url(../images/text_box.gif) left top no-repeat;
	Width:139px;
	height:20px;
	}
/*end*/
/* NAVIGATION */
#nav { 
width: 990px; 
height: 41px; 
position: absolute; 
top: 100px; 
background:url(../images/nav_mid.gif) repeat-x;margin:top:5px; 
}
#nav .left { 
width: 8px; 
height: 41px; 
position: absolute; 
left: 0; 
background: url(../images/left_nav.gif) no-repeat; 
}
#nav .right { 
width: 8px; 
height: 41px; 
position: absolute; 
right: 0; 
background: url(../images/right_nav.gif) repeat-x;  
}
#nav ul { 
height: inherit; 
list-style: none; 
}
#nav ul li { 
width: 117px; 
height: 41px; 
float: left; 
}
#nav ul li a { 
width: inherit; 
height: inherit; 
display: block; 
background: url(../images/nav_mid_hover.gif) no-repeat -300px 0; 
text-align:center; 
font-family:Geneva, Arial, Helvetica, sans-serif; 
font-size:14px; 
font-style:normal; 
font-weight:bold; 
color:#FFFFFF; 
text-decoration:none; 
padding-top:8px; 
}
#nav ul li a:hover { 
background-position: -200px 0; 
background:url(../images/nav_mid_hover.gif) left top repeat-x; 
height:41px;
color:#666666; 
text-decoration:none; 
}
#nav ul li a:active { 
background-position: -100px 0; 
background:url(../images/nav_mid_active.gif) left top repeat-x; 
height:41px;
color:#ffffff; 
text-decoration:none; 
}
#nav ul li a.active { 
background-position: 0 0; 
}
