@charset "UTF-8";
/* CSS Document */
* {
	margin: 0; 
	padding: 0;
	border:0;
}
body  {
	font: 9pt "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	text-align: center; 
	color: #1C1C1C;
	line-height:1.5em;
}
#container {
	width: 800px;
	background: #655111;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
#header {
	background:url(images/header.gif) #000;
	height:140px;
	text-align: center;
} 
#header h1 {
	margin: 0;
	padding: 10px 0;
}
ul {
	text-decoration:none;
	padding-left:20px;
	}
#header ul {
	list-style:none;
	color:white;
	margin-top: 80px;
	letter-spacing:0.2em;
	font-size:1em;
	z-index:1;
}
#header li {
	position:relative;
	margin:0px;
	z-index:100;
	list-style:none;
	padding:2px 10px;
	text-align:center;
	text-decoration: none;
	display:inline;
	color:white;
	border-left: 1px solid white;
	background:none;
}
#header li a {
	text-decoration:none;
	color:white;
	font-weight:normal;
}
#header li a:hover {
	text-decoration:none;
	color:#FC0;
	font-weight:normal;
}
#header li ul {
	position:absolute;
	left:0px;
	top:22px;
	margin-top:-6px;
	margin-left:0px;
	display:none;
	width:128px;
	background:black;
	}
#header li ul a {
	text-decoration: none;
	color:#CCC;}
#header li ul li {
	text-decoration:none;
	text-align:left;
	font-size:0.9em;
	margin:0px 0px 0px -20px;
	padding:4px 10px 4px 10px;
	display:block;
	border:0;
	border-top:#CCC 1px solid;
	}
#header li ul li:first-child {
	margin-top:8px;
}
#header li:hover ul { 
	display: block; 
	}
#header li ul li:hover {
	background:#999;
	text-decoration: none;
	color:black;
	}
#header li ul a:hover {
	background:none;
	text-decoration: none;
	color:black;
	}
	
#header li.chosen {
	background:#617781;
	color:#FFF2D0;
}
#header li.chosen:hover {
	background:#617781;
	color:#FFF2D0;
}
#header li:first-child {
	border:none;
}
h1, h2, h3 {
	color:#655111;
	display:inline;
	}
h1 {
	font-size:2.0em;
}
h2 {
	font-size:2.0em;
	color:#222222;
}
h3 {
	font-size:1.3em;
}
#content {
	padding:15px 15px 0 15px;
	min-height:290px;
}
#homepage #content {
	background-image:url(images/home-image.gif);
	background-position:15px bottom;
	background-repeat: no-repeat;
}
#firstBox {
	width:560px;
	float:left;
}
#sidebar1{
	float: left;
	width: 140px;
	background:url(images/sidebar1.gif) top no-repeat #DED5B7;
	padding: 15px 10px 7px 20px;
}
.sidebar1-bottom {
	width:170px;
	height:11px;
	background:url(images/sidebar1-bottom.gif);
	margin: 0 0 -7px -20px;
}
.sidebar-join {
	width:170px;
	height:37px;
	background:url(images/sidebar-join.gif);
	margin: 0 0 -7px -20px;
}
.extra-menu {
	width: 100%;
	background:url(images/sidebar1-bottom.gif) bottom no-repeat #DED5B7;
	margin: 7px -10px -9px -20px;
	padding: 1px 10px 13px 20px;
	font-size:1.2em;
    color:#00768d;
}
.extra-menu a {
    color:#56848d;
}
.extra-menu a:hover {
    color:#00768d;
}

#mainContent {
	background:url(images/main-top.gif) top no-repeat;
	float: left;
	width:375px;
	margin-left: 15px;
	padding-top: 10px;
	}
#about #mainContent {
	background:url(images/main-top.gif) top no-repeat;
	float: left;
	width:375px;
	margin-top: 0px;
	margin-left: 15px;
	padding-top: 10px;
	}
#sidebar2 {
	float: left;
	width: 165px;
	color:#DED5B7;
	padding: 15px 10px 0 20px;
	margin-left:15px;
	background: url(images/upper-gray-box.gif) #1C1C1C  no-repeat top;
}
a {
	color:#00768d;
	font-weight:bold;
	font-size:1.1em;
	text-decoration:none;
	}
#sidebar2 a {
	color:#7DEEFF;
}
h1, h2, h3 {
	display:inline;
	line-height: 1.2em;
}
.topMain, .bottomMain {
	background:#DED5B7;
	text-align:left;
	padding:0px 15px;
} 
.bridge {
	width:375px;
	background:url(images/main-midbar.gif);
	height:26px;
}
.bottom-stop{
	width:375px;
	background:url(images/main-bottom.gif);
	height:11px;
	margin-bottom:15px;
}	

#footer { 
	padding: 0 15px 0 15px;
	background:url(images/footer-bkgd.gif) left repeat-y #000;
	color:#FFFFFF;
} 
#footer p {
	margin:0; 
	padding: 10px 0;
}
#footer-left {
	float:left;
	text-align:left;
}
#footer-right {
	float:right;
	text-align:right;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0px;
    font-size:1px;
    width:100%;
}
.clearfloatBig { 
	clear:both;
    height:130px;
    font-size: 1px;
}

.bigStuff {
	font-size: 1.4em;
	font-weight: bold;
	color:#3E3E3E;
	line-height:1em;
}
#homepage span.bigStuff {
	font-size: 2em;
	font-weight: bold;
	color:#3E3E3E;
	line-height:1em;
}
.style2 {
	color: #00768d;
	font-weight: bold;
}
.style5 {
	font-size: 1.3em;
	font-weight: bold;
}
.lightLink  a {
	color:#7DEEFF;
	}
.style7 {color: #3E3E3E;}
.style10 {font-size: 1em;}
h1 + p, h2 + p, h3 + p {
	display:inline;
}
p + p{
	padding-top:1em;
	}
.right-hang {
	width:585px;
	text-align:right;
	height:0px;
	}
.right-hangbox {
	float:right;
	width:195px;
	text-align:left;
	color:#DED5B7;
	margin-top:-11px;
	margin-bottom:15px;
	margin-right:15px;
	background:url(images/lower-gray-box.gif) bottom no-repeat #1C1C1C;
	}
.right-hangbox p {
	padding: 10px 10px 10px;
	}
.inputtext {
	border:solid 1px #3E3E3E;
	padding:4px;
	top:-4px;
	margin:3px;
	}
.submit-button {
	background:#00768d;
	padding:5px;
	color:white;
	font-weight:bold;
	margin:5px;
	margin-left:250px;
	border:1px solid #3E3E3E;
}
.form-para {
	text-align:right;
	width:310px;
	}
blockquote {
		color: #00768d;
	font-weight: bold;

	}