@charset "utf-8";
input, textarea {
	padding: 5px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	background: #FFFFFF url('bg_form.html') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	 border-top-left-radius: 5px; border-top-right-radius: 5px;
	 border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;
	font-size: 15px;
	}

textarea {
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}
input:hover, textarea:hover,
input:focus, textarea:focus  {
	border-color: #C9C9C9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}
.submit input {
	width: auto;
	padding: 9px 15px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	cursor: hand;
	}
/*
Author: Local Domains
Author URL: http://www.local-domains.co.uk
*/

/************************************************************************
DEFAULT
************************************************************************/

html, body { margin: 0; padding: 0;}

body { font-family: Arial, Helvetica, Verdana, Sans-serif;  background-color:#ffffff; background-image:url(../images/bg.png); background-repeat:repeat-x; background-position:center; background-position:top; font-size: 12px; color:#7b7b7b; line-height:20px;}

#date { display:none; }

/************************************************************************
LAYOUT CONTAINER
************************************************************************/
	
#container { width:981px; margin:auto; background-repeat:repeat-y; background-image:url(../images/container_bg.html);}

/************************************************************************
HEADINGS
************************************************************************/

h1  { font-weight:normal; margin:10px 0px 13px 0px; color:#353535;}

h2  { font-size:10px; font-weight:normal; color:#2d2d2d; margin-top:-10px}

h3  { font-weight:normal; margin:10px 0px 13px 0px; color:#353535;}

h4, h5, h6 { font-weight:normal; margin:10px 0px 13px 0px; color:#2d2d2d;}

/************************************************************************
HEADER
************************************************************************/

#header { width:981px; height:112px; background-image:url(../images/header.png); background-repeat:no-repeat;}
	
#header h1 { display:none; }
	
#header h3 { display:none; }	

/************************************************************************
BANNER
************************************************************************/

//#banner { background-image:url(../../images/rot1.png); height:331px; width:981px; }

/************************************************************************
FLASH BANNER
************************************************************************/

#flash_banner {
	display:none; width:981px; height:331px; }
	
/************************************************************************
NAVIGATION
************************************************************************/

#navigation { height:78px; width:981px; background-image:url(../images/navigation.png); }
	  
#navigation ul { margin:0 0 0 26px; padding:3px 0 0 0px; }
	  
#navigation li { list-style-image:none; list-style:none;  margin:0; padding:10px; float:left; }
	  
#navigation a { font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 14px; text-decoration:none;	font-weight: bold ; color: #2d2d2d;  margin-right:3px; background: rgb(64,150,238);
background: #828282; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #b7b7b7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#b7b7b7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#b7b7b7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#b7b7b7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#b7b7b7 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#b7b7b7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b7b7b7',GradientType=0 ); /* IE6-9 */  } 

#navigation .active { font-weight:bold; color:#2d2d2d; background-color:#6f6f6f; } 

#navigation a:hover { font-weight:bold; color: #2d2d2d;  background-color:#006cff;} 

#navigation li {  list-style:none;  }
	  
#navigation li a {  
font-size: 14px;
 text-decoration:none;
	font-weight: bold ; 
color: #2d2d2d;
  margin-right:3px;
 background-color: #00608f;
 padding:20px 30px 20px 30px;
display:block; 
border-top-left-radius:0px; 
border-top-right-radius:0px;
 border-bottom-left-radius:0px; 
border-bottom-right-radius:0px;
z-index: 999;
border-top-left-radius:0px; border-top-right-radius:0px;   } 

#navigation .active { font-weight:bold; color:#fff; background-color:#2d2d2d; } 

#navigation a:hover {
 font-weight:bold; color: #2d2d2d;
background: #828282; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #828282 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#828282)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#828282 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#828282 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#828282 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#828282 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#828282',GradientType=0 ); /* IE6-9 */

} 

#nav,  {
	padding: 0;
	margin: 0;
	list-style: none;
	opacity:0.98; 
z-index: 999;
}

#nav ul {
	//opacity:0.98;
	padding: 0;
	margin: 0;
	list-style: none;
	opacity:0.98;
	position: relative;
z-index: 999;
}

#nav a {
	inherit: none;
	//opacity:0.98;
	background-color:#2d2d2d;
	display: block;
z-index: 999;
}

#nav li {
	float: left;
	//display: inline;
	//width: 10em;
	padding-top: 0px;
	padding-left: 0px;
z-index: 999;
}

#nav li ul {
	position: absolute;
	width: 136px;
	left: -999em;
	border-style: none;
	border-color:#2d2d2d;
}



#nav li:hover ul {
	left: auto;
	margin: 0px -3px;
z-index: 999;
}


.subnav li {
	float: left;
	//display: inline;
	width: 136px;
	padding-top: 0px;
	padding-left: 0px;
	color: red;
	z-index: 999;
}


#nav li ul li a {
font-size: 12px; color: #2d2d2d;
border-top-left-radius:0px; 
border-top-right-radius:0px;
border-bottom-left-radius:0px; 
border-bottom-right-radius:0px;
margin: 2px;
z-index: 999;
}


//li:nth-child(odd) { background: red; }


#nav li:hover ul {
padding: 1px;
background-color: #2d2d2d;
border-top-left-radius:0px; 
border-top-right-radius:0px;
border-bottom-left-radius:0px; 
border-bottom-right-radius:0px;
//-moz-box-shadow: 5px 5px 5px #888;
//-webkit-box-shadow: 5px 5px 5px #888;
//box-shadow: 5px 5px 5px #888;
z-index: 21;
}

/************************************************************************
CONTENT
************************************************************************/

#content h2 {  font-size:18px; font-weight:bold; margin: 10px 0 10px 0px; padding: 0px; color:#2d2d2d; margin-bottom:20px;  }

#content_container { background-color:#fdfdfd; background-repeat:no-repeat; width:981px; padding-top:15px; padding-bottom:0px; width:981px; border-bottom-left-radius:14px; border-bottom-right-radius:14px;}

#content { 
           margin-top: 10px;
		   margin-left:260px;
		   margin-right:40px;
		   min-height:300px;
		   width:686px; 
		   
}

/************************************************************************
SIDEBAR
************************************************************************/	

#sidebar { margin-top: -19px; float: left; width: 219px; margin-left:24px; }
	
#sidebar p { margin: 0; padding: 0; padding-bottom: 5px; }

#sidebar #sidebar_content { padding:10px; }

//#sidebar #sidebar_content a{ color:#2d2d2d; text-decoration:none; font-weight:bold; padding-left:15px; }

#sidebar #sidebar_content ul { margin:-10px 0 0 -10px; padding:0; text-decoration:none;}

#sidebar #sidebar_content li { list-style:none; border-bottom:solid 1px #CCCCCC; line-height:25px; display:block; width:217px; height:25px; margin:0; padding:0; }

#sidebar #sidebar_content li:hover { color:#2d2d2d; }


#sidebar #sidebar_content a:hover { color:#0081c1;}

#sidebar_container { background-color:#ffffff;  margin-bottom:20px;  }

#sidebar h2 { font-size:16px; font-weight:bold;  margin:0; padding-left:10px; width: 174px; height:39px; line-height:40px; color:#2d2d2d; }

.sidebar_image {margin-bottom: 20px;}

/************************************************************************
FOOTER
************************************************************************/

#footer {  height:94px;  position: absolute; left: 0px; width: 100%; background-color:#6f6f6f; background: #2d2d2d; background-position:left; background-image:url(../images/footer.png); background-repeat:repeat-x; color:#ffffff; border-top:solid; border-width:25px; border-color:#353535 ; text-align:center; margin-top:-20px; margin-left:0px;}
	
#footer a { color: #ccc; text-decoration: none; }

#footer a:hover { color: #ccc; background-repeat:repeat-x;}

/************************************************************************
FOOTER LINKS
************************************************************************/

#footer_links ul { margin:10px 0 0 0px; padding:10px 0 0 0; text-align:center; }

#footer_links li { list-style-image:none; list-style:none; margin:0; padding:0; display:inline; }

#footer_links a { font-size: 12px; text-decoration:underline; font-weight: normal ; color: #ccc; margin:0 15px 0 15px; }

#footer_links .active { color:#FFF; text-decoration:underline; }

#footer_links a:hover { color:#FFF; text-decoration:underline; }

/************************************************************************
KEYWORDS
************************************************************************/

#bottom_phrases {  font-size:12px; color:#000000; }

#bottom_phrases ul { margin:0; padding:0; list-style:none; }

#bottom_phrases li { line-height : 18px; display : inline; margin : 5px; color : #9c9c9c; }