@import "reset.css";

body {
	background:#000000;
	font-family:Geneva, Helvetica, Arial, sans-serif;
	}
	
/*--Styles--*/

h1 {
	font-weight:normal;
	font-size:17px;
	text-align:center;
	border-bottom:1px solid #666666;
	margin:0px auto 10px auto;
	padding-bottom:10px;
	width:300px;
	}

h2 {
	font-weight:normal;
	border-bottom:1px solid #222222;
	width:300px;
	margin-bottom:20px;
	margin-top:30px;
	}
	
.pad {
	padding:10px 30px 10px 30px;
	}
	
.pad p {
	margin:10px 0px;
	}
	
#tooltip.tip {
	border:1px solid #CCCCCC;
	font-size:12px;
	background:#A7C7ED;
	font-weight:normal;
	color:#333333;
	font-family:Geneva, Helvetica, Arial, sans-serif;
	}

p {
	line-height:18pt;
	}
	
input[type=text]{
	width:250px;
	font-size:14px;
	height:20px;
	}

table{
	margin:10px 0px;
	border:1px solid white;
	}

table tr td{
	padding:8px 3px;
	border:none;
	background:#3F3F3F;
	}
	
.form {
	font-size:14px;
	text-align:right;
	color:#999999;
	}

table th{
	color:#333333;
	background-color:#A7C7ED;
	border-bottom:1px solid #FFF;
	height:35px;
	}

/*--Layout--*/

#mainDiv {
	width:870px;
	margin:0px auto;
	}
	
#logoDiv {
	background:url(images/logo.png) no-repeat;
	width:250px;
	height:125px;
	margin-top:15px;
	float:left;
	}
	
#tagline {
	width:418px;
	height:18px;
	background: url(images/tagline.png) no-repeat;
	float:right;
	margin-top:119px;
	}
	
/*--Header Photos--*/

#headerPhotos {
	position:relative;
	width:870px;
	height:225px;
	clear:both;
	top:15px;
	z-index:1;
	}
	
#pic1 {
	width:266px;
	height:197px;
	float:left;
	}
	
#pic2 {
	width:266px;
	height:197px;
	margin-left:35px;
	float:left;
	}
	
#pic3 {
	width:266px;
	height:197px;
	float:right;
	}

	
/*--Content--*/

#containerDiv {
	width:870px;
	height:auto;
	margin-top:10px;
	background:url(images/bg.jpg) no-repeat;
	overflow:hidden;
	}
	
#contentDiv {
	width:675px;
	height:auto;
	min-height:644px;
	color:#FFFFFF;
	margin-top:40px;
	float:right;
	z-index:100;
	}
	
/*#contentDiv p {
	padding:5px 10px 10px 10px;
	}*/

/*#contentDiv div{ 
	padding:10px 30px 10px 30px;
	}*/		
	
#contentDiv a {
	color:#A7C7ED;
	}	

/*#contentDiv ul li{
	list-style:disc;
	padding:5px;
	margin-left:30px;
	}*/

/*--Menu--*/

#menuDiv {
	width:195px;
	height:auto;
	float:left;
	margin-top:40px;
	position:relative;
	}
	
#menuBtn {
	width:189px;
	height:78px;
	background:url(images/menu.png) no-repeat;
	margin:0px auto;
	}
	
#menuDiv li {
	list-style:none;
	display:block;
	margin-top:5px;
	margin-left:10px;
	border-bottom:1px solid #999999;
	padding:5px;
	width:160px;
	}
	
#menuDiv li a {
	text-decoration:none;
	color:#FFFFFF;
	font-variant:small-caps;
	font-size:15px;
	border-bottom:1px solid #333333;
	display:block;
	}
	
#menuDiv li a:hover {
	color:#A7C7ED;
	}