/* CSS Document */

@import url("reset.css");

html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#2D2D2D;
/*	background-color:#999999;*/
	font-family:verdena;
	font-size:.75em;
	color:black;
	}

body {
	
	}

/* ---------------------------------------------------------  Body Layout  */
#container {
	/*position:relative;  needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:970px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	border:1px black solid;
	border-bottom:none;
	}


/* ---------------------------------------------------------  Header  */
#header {
	width:970px;
	background-color:#800000;
	font-family:verdana;
	font-size:12px;	
	}
	
	#top_bar {
		margin: 0 auto;
		width:970px;
		height:75px;
		border-bottom:1px black solid;
		background-color:black;
		}		
		#top_bar ul {
			margin-left:50px;
			list-style:none;		
			}	
		#top_bar ul li{
			float:left;
			margin-top: 0px;
			line-height:40px;
			}	
		#top_bar ul li:hover{
			/*background:url('../images/nav_hover_bg.jpg') repeat-x;	
			background:url('../images/nav_bg.jpg') repeat-x;*/
			background:#350000;
			height:75px;
			}	
		#top_bar ul li ul{
			display:none;
			width:175px;
			position:absolute;	
			background:#0052af;
			}
		#top_bar ul li:hover ul{
			display:block;	
			padding:0 0 0 0;
			}	
		#top_bar ul li:hover ul li{
			height:35px;
			line-height:35px;
			float:none;
			}
		#top_bar ul li:hover ul li:hover{
			background:#003a7c;
			height:35px;
			line-height:35px;
			float:none;
			}
		#top_bar ul li:hover ul li:hover a{
			padding-right:10px;
			width:250px;
			}
		#top_bar ul li:hover ul li a:hover{
			padding-right:10px;
			width:250px;
			}
		#top_bar ul li a{
			text-decoration:none;
			color:white;
			padding-left:15px;
			padding-right:15px;	
			}
		#top_bar ul li a:hover{
			text-decoration:none;
			padding-left:15px;
			padding-right:15px;	
			}

	
	#slider {
		width:970px;
		height:350px;
		background-image:url(/images/logo.png);
		}
	#top_margin {
		width:970px;
		height:50px;
		}


#content {
	width:970px;
	}	
#content_left {
	width:685px;
	float:left;
	padding-left:15px;	
	}	
#content_right {
	width:255px;
	float:left;
	padding-left:15px;	
	}		
/* ---------------------------------------------------------  Content Formatting  */
p {
	padding-bottom:10px;
	line-height:20px;
	}
h1 {
	}
h2 {
	}
h3 {
	}
h4 {
	}
	
/* ---------------------------------------------------------  Footer  */
#footer {
/*	position:absolute;
*/	bottom:0; /* stick to bottom */
	background:#2D2D2D;
	}
#bottom_1 {
	height:200px;
	background:url(/images/bg-b1.jpg);
	background-repeat:repeat;
	}
#bottom_2 {
	height:60px;
	background:url(/images/bg-b2.jpg);
	background-repeat:repeat;
	}
	#footer a {
		color:#999;
		}
	#footer a:hover {
		color:white;
		}		
#bottom_3 {
	margin:0 auto;
	padding: 10px 0 10px 0;
	font:  10px verdana;
	width:800px;
	color:#999;
	}
#bottom_4 {
	margin:0 auto;
	padding: 10px 0 30px 0;
	font:  10px verdana;
	width:900px;
	color:#999;
	}
	#bottom_4 ul {
		float:left;
		list-style:none;
		display:block;
		width:450px;
		}
	#bottom_4 li {
		display:inline;
		}
	#bottom_4 a {
		color:white;
		text-decoration:none;
		}
	#bottom_4 a:hover {
		text-decoration:underline;
		color:white;
		}
	.copyright {
		text-align:right;
		display:block;
		float:right;
		}
/* ---------------------------------------------------------  Misc  */
.clear {clear:both;}

