@charset "utf-8";
/* CSS Document */

html{
overflow-y:scroll;
} 
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */



/* END OF CSS RESET  */







div{
	position:relative;
}
#logo{
	width:238px;
	float:left;
}
#description img{
	margin-top:25px;
	margin-left:30px;
}
#search{
	clear:both;
	height:110px;
}
#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 5px;
		background: url(img/line.gif) bottom left no-repeat;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #f5f5f5;
		font-family:Verdana, Geneva, sans-serif;
		font-size:9px;
		line-height: 14px;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #f5f5f5;
		border-bottom: #ccc;
		border-right-width:0;
		text-decoration: none;
		color: #3989d9;
	}

#tabnav a:link.selected, #tabnav a:visited.selected
	{
		border: 1px solid #ccc;
		border-bottom: 1px solid #fff;
		background: #fff;
		margin-right:3px;
		color: #333;
	}

#tabnav a.selected:hover{
		border: 1px solid #ccc;
		border-bottom: 1px solid #fff;
		background: #fff;
		margin-right:3px;
		color: #333;
}

#tabnav a:hover
	{	
		border: 1px solid #e0e0e0;
		border-bottom: #ccc;
		border-right-width:0;
		background: #e0e0e0;
	}




#search-bar{
	clear:both;
	display:block;
	margin-top:20px;
}
#search_button{
	background-color:#555;
	margin:0;
	padding:0;
	width:114px;
	float:right;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:32px;
	border: 0;
	background: transparent url(img/button.gif) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
#search_button:hover{
	background-color:#333;
	background-position:0 -32px;
}



#main-nav{
	clear:both;
	display:block;
	margin-top:10px;
}

#main-nav a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#616161;
	background-color:#eee;
	padding:7px;
	padding-right:32px;
	line-height:25px;
	background-image:url(img/tedge.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	height:25px;
	overflow:hidden;
}

#main-nav a:hover{
	background-color:#e3e3e3;
	
}

#main-nav-description{
	height:1px;
	border-top:2px solid #6188bf;
	clear:both;
	margin-bottom:-10px;
}

#main-nav .selected{
	background-color:#6188bf;
	color:#fff;
}

#main-nav .selected:hover{
	background-color:#6188bf;
}

div.clear {
	clear: both; margin: 0; padding: 0; width: auto;
}

