@charset "utf-8";
/* CSS Document */

body {
	background:#151515 url(../images/bg.jpg) repeat-x;
	font-size:.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4b4b4b;
	margin:35px 0 0;
	}
	
#text p {
	margin:0 0 15px;
	padding:0;
	line-height:20px;
	}
	
a {
	color:#000;
	}
	
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 0 8px;
	padding:0;
	color:#999999;
	font-size:2em;
	font-weight:normal;
	}
	
.small {
	font-size:.8em;
	}
	
.photo a img {
	border:10px solid #CCC;
	float:left;
	margin:6px 17px;
	}
	
.photo a:hover img {
	border:10px solid #777;
	}

/* MAIN ELEMENTS */

#main {
	width:863px;
	margin:0 auto;
	}
	
#top {
	background:#FFF;
	width:100%;
	height:104px;
	position:relative;
	}
	
#top .overlay {
	width:100%;
	position:absolute;
	bottom:-26px;
	height:26px;
	background:url(../images/top_bottom.png) no-repeat;
	left:0;
	}
	
#top img {
	margin:5px 0 0 15px;
	}
	
#top #contact-info {
	float:right;
	text-align:right;
	margin:14px 10px 0 0;
	color:#7f7f7f;
	font-size:1.1em;
	}
	
#mid {
	height:298px;
	width:100%;
	background:#880000;
	}
	
#content {
	position:relative;
	width:100%;
	background:#FFF;
	padding:0 0 18px;
	}
	
#content .overlay {
	width:100%;
	position:absolute;
	background:url(../images/content_top.png) no-repeat;
	top:-36px;
	height:36px;
	left:0;
	}
	
#nav {
	position:absolute;
	top:-33px;
	left:10px;
	list-style:none;
	margin:0;
	padding:0;
	width:90%;
	}
	
#nav li {
	float:left;
	margin:-28px 20px 0 0;
	padding:27px 0 0;
	font-size:1.2em;
	height:30px;
	}
	
#nav li:hover {
	background:url(../images/arrow.png) center top no-repeat;
	}
		
#nav a {
	color:#FFF;
	text-decoration:none;
	}
	
#nav a:hover {
	text-decoration:underline;
	}

#text {
	width:95%;
	margin:0 auto;
	padding:15px 0 0;
	}
	
#bottom {
	width:863px;
	margin:10px auto 0;
	clear:both;
	font-size:.9em;
	}
	
#bottom span {
	float:right;
	}
	
#bottom, #bottom a {
	color:#a0a0a0;
	text-decoration:none;
	padding:0 2px;
	}
	
#bottom a:hover {
	text-decoration:underline;
	}

#cws {
	display:block;
	color:#444;
	text-align:center;
	width:863px;
	margin:20px auto 10px;
	font-size:.85em;
	text-decoration:none;
	}
