@charset "utf-8";

*{
	margin:0;
	padding:0;
	border:0;
	}
body{
		margin:0 auto;
		text-align:center;
		background:#B4CDCD;
	}
p {
	font-size: 13px;
	font-family: arial;
	text-align: justify;
	color:#333366;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 150%;


	}
.gal_h4{
	font-size: 15px;
	font-family: arial;
	text-align: justify;
	color:#333366;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 150%;
		}

.logo_text a	{
	padding-top:10px;
	font-size: 16px;
	text-decoration:none;
	
	text-align:left;
	color:#D1EEEE;
		}
.logo_text {
	padding-top:12px;
	text-align:left;
	font-family: arial;
	font-size: 14px;
	}
.copyright{
	font-size: 10px;
	font-family: arial;
	text-align: right;
	color:#fff;
		}
.search{
	font-size: 11px;
	font-family: arial;
	text-align: center;
	color:#333366;
		}

.imgcontent{
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 5px;
		margin-bottom: 5px;
		border-radius: 3px; 
		border: 2px solid #555555;
		
		}

.imgcontent_left{
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 5px;
		margin-bottom: 5px;
		border-radius: 3px; 
		border: 2px solid #555555;
		float:left;
		
		}
.imglogo{
		margin-left: 0px;
		margin-right:0px;
		margin-top: 0px;
		margin-bottom: 0px;
		//border-radius: 5px; 
		border: 2px solid #D1EEEE;
		}


.nav li {list-style:none;}
.nav li a {  
	border-radius: 3px; 
	text-decoration:none;
	color:#D1EEEE;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	background-color:#333366;
	margin-left:2px;
	border:2px solid #FFFF99;
	width:144px;
	font-size: 11px;				
	font-family: "Verdana";
	text-align:center;


	}

.nav ul li a:hover {	color:#ffffff; 
			background-color: #c0c0c0 ;
	  		transition: all 0.5s ease 0s;
  			-webkit-transition: all 0.5s ease 0s;
 			}

#here {background-color:#FFFFCC;
	color:#333366; }	

/* Hover Styles */
	
.nav li, .nav li a{ float:left;}
.nav li {position: relative;}


.nav li ul  {
	position: absolute;
 	margin:0;
	padding:0;
	top:100%;
	display:none;
	}
.nav li:hover > ul {display:block;}
.nav li ul li ul {
	top:0;
	left:100%;
}

/*Navigation Footer*/

.navifooter {
		text-align:right;
	}

.navifooter li {list-style:none;
	position:relative;}

.navifooter li a {
	text-decoration:none;
	font-size:10px;
	font-family:Verdana,arial;
	text-align:center;
	color:#fff;
	//width:120px;
	display:block;
	float:left;
	//border:2px solid #ff4411;
	//border-radius:5px;
	padding-top:4px;
	padding-bottom:7px;
	//margin-top:10px;
	margin-left:7px;
	}
.navifooter ul li a:hover{color:#999;
			margin-top:0px; }


#hat{
	
	border-bottom:5px solid #FFff99;
	//background: transparent;
        background:#333366;
        height:220px;
	width:100%;
       // background:url(images/main_header.jpg) top repeat-x;
   	//z-index:-1000;
        }
#hat2{
	margin:0 auto;
	background: transparent;
        //background:#555;
        height:35px;
	width:920px;
       
        }

#container{
		margin:0 auto;
		width:920px;
		position:relative;
		margin-top:-180px; 
        	//z-index:1000;
		//border:1px solid #555;
		background-color:#B4CDCD;
		}
.space{
		width:920px;
		height:5px;
		clear:both;
		}
#header{
		width:920px;
		height:250px;
		background-color:#fff;
		border-radius:5px;
		border:0px solid #555;
		}
		
#navigation{
		margin:0 auto;
		width:920px;
		background-color:#333366;
		border: 0px ;
		height:45px;
		border-radius: 6px; 
 		
		}
.nav {
	width:916px;
	//margin:0 auto;
	border: 0px ;
	padding-top:4px;
	padding-left:8px;
	//background-color: #c0c0c0 ; 
 
	}
#main_content{
		width:714px;
		//height:400px;
		background-color:#FFFFCC;
		border-radius:5px;
		border:2px solid #333366;
		float:left;
		}
#secondary_left{
		width:353px;
		height:205px;
		background-color:#FFFFCC;
		border:2px solid #333366;
		border-radius:5px;
		float:left;
		}
#secondary_right{
		width:555px;
		height:205px;
		margin-left:4px;
		background-color:#FFFFCC;
		border:2px solid #333366;
		border-radius:5px;
		float:right;
		}
#right_content{
		width:194px;
		//height:400px;
		background-color:#FFFFCC;
		color:#fff;
		border-radius:5px;
		border:2px solid #333366;
		margin-left:4px;
		float:right;
		}
#footer{
		width:920px;
		height:40px;
		background-color:#333366;
		clear:both;
		border-top:1px solid #555;
		border-radius:5px;
		padding-top:4px;
				}