/***GLOBAL***/
/**{
	margin:0;
	padding:0;
}*/

body{
	background-image: url(../images/interface/bkg.gif);
	font-family:Verdana, Arial, Helvetica;
	font-size:95%;
}

.clear{
	clear:both;
}
img{
	border:none;
}

li{
	font-size:90%;
}

p{
	padding:0;
}

/*STRUCTURE*/
#container{
	width:950px;
	margin:auto;
	margin-top:40px;
	border:1px solid #999999;

}
#wrapper{
	width:950px;
	margin:auto;
	margin-top:40px;


}
#header_top{
	width: 950px;
	height: 90px;	
	background-color:#FFFFFF;
}
#header{
	width: 950px;
	height: 100px;	

}

#logo{
	float:left;
	margin:10px 20px 0 20px;

}
#nav{
	background-image: url(../images/interface/menubar.gif);
	width: 950px;
	height: 31px;
}
#subnav{
	background-image: url(../images/interface/submenubar.gif);
	width: 950px;
	height: 35px;
	
}

#search_wrapper{
	float:right;
	width:250px;
	margin-top:35px;
}
.searchbtn{
	display: block;
	width: 41px;
	height: 18px;
	background-image: url(../images/common/search.gif);
	margin-left:5px;
	padding:0;
}
#search input {
	width:150px;
	border:1px solid #999999;
	color:#004C70;
	}
#banner{
	background-image: url(../images/interface/banner.jpg);
	width: 950px;
	height: 150px;

}
#content { 
	width:950px;
	margin:auto;
	position:relative;
	text-align:left;
	background-color:#FFFFFF;
	font-size:90%;

}
#maincol {
	position:relative;
	margin:0;
	padding:10px;

	}
#leftcol-index { 
	position:relative;
	float:left;
	width:280px;
	margin:0;
	padding:10px;
	border:1px solid #FFFFFF;
	border-right-color:#999999;


	}
#rightcol-index {
	position:relative;
	float:right;
	width:280px; /* actual value */
	padding:10px;
	border:1px solid #FFFFFF;
	border-left-color:#999999;


	}
#centercol {
	position:relative;
	width:270px;
	margin:auto;
	padding:10px;

	}
#footer_wrapper{
	position:relative;
	clear:both;
	margin:0;
	padding:0;
	height:3px;
}

#footer{
	width:950px;
	margin:auto;
	margin-top:40px;
}

.mediaforce{
	float:right;
}

/*Lists*/
#searchbar li{
	list-style-type: none;
	float:left;

}



#cont-l a{
	color:#ccc;
}


#cont-l a:hover{
	color:#fff;
}
/*Typography*/

#container{
	font-size: 90%;
}

.slogan{
	font-size: 95%;
	color:#000000;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.quotes{
	font-size: 95%;
	color:#EB8A24;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#container h1{
	padding-bottom:15px;
	font-weight: 100%;
}
.headers{
	font-weight:bold;
	font-size:120%;
	color:#004C70;
	padding-bottom:5px;
}
.headers_sml{
	font-weight:bold;
	font-size:90%;
	color:#004C70;
	padding-bottom:5px;
}
.headers_wht{
	font-weight:bold;
	font-size:90%;
	color:#FFFFFF;
}

#footer {
	background-image: url(../images/interface/bkg.gif);
	position:relative;
	width:100%;
	clear:both;
	margin:0;
	padding-top:20px;
	height:50px;
	}
#foot-r {
	float:right;
	color:#999999;
	font-size:75%;
}

/***LINKS***/
.search_menu ul { }
.search_menu li {
	list-style:none;
	float:right; 
	padding-bottom:5px;

}
.search_menu a, .search_menu a:active, .search_menu a:visited {
	border-style:none;
	text-decoration:none;
	color:#004C70;
	padding:10px;
	font-size:80%;
	}
.search_menu a:hover{
	color:#EB8A24;
}

a:link, a:active, a:visited{
	color:#FA9932;
}
a:hover{
	color:#004C70;
}
/*Nav effect*/

.menu {
	background:url(../images/bg.gif) repeat-x; 
	height:31px; width:800px;
	color:#ffffff; 

}
.menu ul {
	list-style:none; 
	z-index:10; 
	position:absolute; 
	z-index:100; 
	padding:0px;
	margin:0px;
}
.menu li {
	float:left;
	padding-top:9px;
	padding-left:15px;
	padding-right:40px;

}
.menu a, .menu a:active, .menu a:visited{
	border-style:none; 
	text-decoration:none; 
	color:#ffffff; 
	font-size:90%;
	float:left;
}
.menu a:hover{
	color:#EB8A24;
}

/*.submenu_text{
	font-size:75%;
	line-height:50%;
}*/




