@charset "UTF-8";

/*************************************
BODY
*************************************/
 
body  {
	background: #000033 url(img/bkground.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}

#wrapper {
	background: url(img/wrapper.png); 
	margin-left: auto;
	margin-right: auto; 
	padding: 20px 0 0 0;
	width: 1000px; 
	height: 900px;
}

#container {
	width: 800px;
	height: 900px;
	border: 1px solid #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
} 

#header {
	width: 800px;
	height: 180px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #000;
	background-image: url(img/header.jpg);
} 

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#06F;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	color:#fff;
	
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color:#FFF;
}

#s1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}

/*************************************
NAVIGATION
*************************************/

#navContain {
	width: 800px;
	height: 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
} 

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
*{
	margin:0;
	padding:0;
}

	#menu{
	/*		margin:0 auto;*/
		width:800px;
	height:40px;
	background:url(img/menu_bg.jpg) repeat-x;
	}
		#menu ul{
			list-style:none;
			margin:0 auto;
			width:600px;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
				height:40px;
				line-height:40px;
			}
				#menu li a{
	display:block;
	float:left;
	color:#000;
	text-transform:none;
	font-size:11px;
	font-weight:bold;
	line-height:40px;
	text-decoration:none;
	padding:0 20px;
				}
					#menu li a:hover{
						color:#06F;
						background:url(img/menu_h.png) no-repeat bottom;
					}
				#menu li a.current{
	display:block;
	float:left;
	background:url(img/menu_h.png) no-repeat bottom;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	line-height:40px;
	text-decoration:none;
	padding:0 20px;
				}
					#menu li a:hover.current{
						color:#fff;
					}
/*************************************
SUBNAV CALLOUTS
*************************************/

#callout {
	float: left;
	width: 800px;
	height: 200px;
	background-color: #FFF;
}

.callout {
	border: none; 
	float: left;
	padding: 0;
}

/*************************************
FOOTER
*************************************/
#footer {
	height: 60px;
	width: 800px;
	background-color: #000;
} 

.location {
	border: none; 
	float: left;
	padding: 0;
}

/*************************************
MISC
*************************************/

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	background-color: #000;
}
 
</style>[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar { padding-top: 30px; }

/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
