





/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/


.topnavigation 
{
	list-style-type: none;
	margin-top:90px;
	width: 980px;
	height:40px;
	border-top:1px solid #EBEBEB;
	background: #feffe8; /* old browsers */

	background: -moz-linear-gradient(top, #feffe8 0%, #d6dbbf 100%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffe8), color-stop(100%,#d6dbbf)); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#d6dbbf',GradientType=0 ); /* ie */
	-webkit-border-radius:6px; 
	-moz-border-radius:6px;
}

.topnavigation li {
	float: left;
	list-style: none;
	height:40px;
	padding-top:5px;
	padding-right:30px;
}

.topnavigation li a {
	position: relative; overflow: hidden;
	display: inline;
	list-style-type: none;
	padding: 0px;
	font-size: 13px;
	line-height: 25px;
	float: left;
	display: block;
	text-decoration: none;
	color: #747474;
	font-family: Helvetica;
	font-weight:bold;
	height:30px;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px;
}

.topnavigation li a:hover {
	position: relative; overflow: hidden;
	display: inline;
	list-style-type: none;
	padding: 0px;
	float: left;
	line-height: 25px;
	display: block;
	text-decoration: none;
	color: #005A8C;
	height:30px;
	background-color:#fff;
}


ul.topnavigation .selectedtopmenuitem, ul.topnavigation a:hover.selectedtopmenuitem 
{
	position: relative; overflow: hidden;
	display: inline;
	list-style-type: none;
	padding: 0px;
	float: left;
	height:25px;
	line-height: 25px;
	display: block;
	text-decoration: none;
	height:40px;
	background-color:#FDFDFD;
}


.searchdiv
{
	float:right; width:230px; margin-right:10px;
	padding:10px;
	margin-top:20px;
	background-color:#b8c4d8;
	-webkit-border-radius:8px; 
	-moz-border-radius:8px;
}


#footerlinksdiv
{
	text-align:left;
	background: #a4aec0; /* old browsers */
	background: -moz-linear-gradient(top, #a4aec0 0%, #7d8693 100%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4aec0), color-stop(100%,#7d8693)); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4aec0', endColorstr='#7d8693',GradientType=0 ); /* ie */
	width:950px;
	margin: 0 auto;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
}

#footerlinks
{
	font-size:11px;
	color: #F6F6F6;
        font-family:Georgia;
}

#footerlinks a
{	
	color:#F6F6F6;
	font-size:11px;
}

#footerlinks a:hover
{	
	text-decoration: underline;
}


#footerlinks a.footermaintitle
{
	color:#F7F7F7; font-size:13px; font-weight:bold; 
}
	
#footerlinksdiv p
{
	font-size:11px;
	color: #F6F6F6;
}

.footerh4title
{
	margin-left:32px;font-size:16px;color:#6a717d; font-family:Georgia;
}

#menu-newmainmenu li a:hover
{
	text-decoration: underline;
}


