@charset "utf-8";
/* CSS Document */


#wrap{
	width:960px;
	height:auto;
	min-height:600px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-480px;
	}

#header{
	width:960px;
	height:110px;
	}

#logobox{
	width:560px;
	height:110px;
	float:left;
}

#searchbox{
	width:300px;
	height:100px;
	float:right;
	color:#CCC;
}



#navlinks{
	width:960px;
	height:35px;
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
	}

#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em;
font-weight:bold;
}

#nav a{
display:block;
padding:0px 25px;
border:0px solid #333;
color:#000;
text-decoration:none;
}

#nav a:hover{
background-image:url(../images/nav_hover.jpg);
background-repeat:repeat-x;

color:#333;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:12em;
top:1.5em;
}

#nav li ul a{
width:12em;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
background-image:url(../images/nav_hover.jpg);
background-repeat:repeat-x;

color:#333;
width:auto;
}

#flashbox{
	width:960px;
	height:285px;
	}

#mainContent{
	width:640px;
	height:auto;
	min-height:150px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	border-right:#CCC dotted;

	}

#mainContent a{
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
		font-size:20px;
	text-decoration:none;
	}

#mainContent a:hover{
	color:#0000FF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	
	}

#mainContent a:visited{
	color:#0000FF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	
	}

#mainContent p{
	padding:5px;
	}

#mainContentHome{
	width:960px;
	height:auto;
	min-height:150px;
	float:left;
	}

#news{
	width:300px;
	height:auto;
	min-height:150px;
	float:right;

	font-size:20px;
}

#news p{
	padding:5px;
	}

#footer{
	width:960px;
	height:35px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	font-size:14px;
	color:#999999;
	font-weight:bold;
	}

#footer a{
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}

#footer a:hover{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	
	}

#copyright{
	width:960px;
	height:45px;
	color:#CCCCCC;
	text-align:right;
	}

#copyright a{
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	}

#copyright a:hover{
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	
	}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#666666;
	padding:2px;
	}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666666;
		padding:2px;
	}
	
