/*******************************************************
FIRST INCLUDE THE RESET CSS FILE
*******************************************************/
@import url("reset.css");


/*******************************************************
TITLE: Fixed One-Column #2 Layout (Basic) V1.0 (Beta)
DATE: 20070807
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body {
margin:0;
margin-top: 5px;
padding:0;
height:100%;
background-color:#ffffff;
color:#000000;  
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:1.3em;
font-size:14px;
}

a {
color:#cc0000;
text-decoration:underline;
}

a:hover {
color:#cccccc;
text-decoration:none;
}

ul {
margin:0 0 0 20px;
list-style-type:disc;
}

li {
margin:4px 0 5px 25px;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #034B9B;
	padding-top: 10px;
}

blockquote {
margin:1em;
padding:.5em;
background-color:#eeeeee;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

blockquote p {
margin:.2em;
}

#container { 	
visibility: hidden;
margin:0 auto;
padding:0;
width:900px;
text-align:left;
vertical-align: middle;	
background-color:#ffffff;

}

#header {
margin:0;
padding:0;
height:160px;
background-color:#2c2c2c;
}

#header h1 {
margin:0;
padding:20px 0 0 20px;
font-size:1.8em;
letter-spacing:.1em;
color:#ffffff;
font-weight:lighter;
}

#header h2 {
margin:0;
padding:0 0 0 20px;
font-size:.9em;
font-weight:lighter;
letter-spacing:.1em;
color:#eeeeee;
}

#leftColumn {
float:left;
margin:0;
padding:0;
width:240px;
font-size:.9em;
height: 720px;
background-image: url("../images/navbg3.gif"); 
background-repeat: repeat-y;
background-position: right;
}

#leftColumn p {
padding:10px
}


#leftColumn h2 {
margin:0;
padding:10px 0 0 10px;
font-size:1em;
}

#leftColumn ul {
margin:0 0 0 0;
list-style:none;
}

#leftColumn li {
margin:4px 0 5px 10px;
}

#leftColumn li a {
text-decoration:underline;
}

#leftColumn li a:hover{
text-decoration:none;
}

#centerColumn { 	
margin:0 26px 0 240px;
padding:0;
padding-left:15px;
background-color:#ffffff;

background-image: url("../images/mainbg2.gif"); 
background-repeat: repeat-y;

height: 720px;

}

#centerColumn p {
padding:10px
}

#centerColumn h2 {
margin:0;
padding:10px 0 5px 0;
font-size:1.3em;
letter-spacing:.1em;
}

#footer {
position:relative;
bottom:0;
margin:80px 0 0 0;
padding:0;
height:60px;
width: 600px;
line-height:60px;
text-align:center;
font-size:.85em;
background-color:#ffffff;
border-top:1px solid #cccccc;
}

#headImage {
	margin: 20px;
	float:left;
}

#navigation {
	/*padding: 200px 10px 1em 0;*/
	position: relative;
	left: -10px;
}

#navigation li {
	min-height: 50px;
	min-width: 130px;
	font-size: 1.3em;
	text-align: right;
	padding: 20px 30px 0 0;
	color: #B17327;
}

#navigation .linkLabel {
	position: relative;
	top: .8em;
	font-weight: bold;
	font-size: 1.1em;
	text-align: right;
	padding-right: 1em;
}

#navigation li:hover {
	background-image: url("../images/navMarker.gif"); 
	background-repeat: no-repeat;
	background-position: right;
	/*border-right: 2px solid #034B9B;*/
}

#navigation .activeItem {
	color: #899647;
}

#navigation .activeItem:hover {
	border-right: 4px solid Red;
	position: relative;
	left: 4px;
}

#navigation .activeItem:active {
	background-color: #E5D37F;
	color: #B17327;
}


#navigation li:active {
	background-image: url("../images/navMarkerDown.gif"); 
	background-repeat: no-repeat;
	background-position: right;
	/*background-color: #B17327;
	color: White;*/
}

.active {
	background-image: url("../images/navMarker.gif"); 
	background-repeat: no-repeat;
	background-position: right;
}

#navigation li .active .linkLabel {
	position: relative;
	left: 20px;
}

#nameplate {
	margin-top: 10px;
	
}

#introFlash {
	text-align: center;
	margin-top: 20px;
	margin-right:18px;
}

#signup {
	margin-right: 10px;
}

#signupDialog {
	font-size: .8em;
}

#signupButton {
	height: 35px;
	font-size: 1.2em;	
	cursor: pointer;	
}

#dialogText {
	font-size: 1.1em;
	text-align: left;
	font-weight: normal;
	font-style: normal;
}

#dialogHeadshot {
	float: right;
	margin: 5px;	
}

#email {
	width: 200px;
}
#msgSpace {
	margin-top: 7px;
	color: Red;
	}
	
.spacer {
	padding-right: 30px;
	}

#eLetterSignup td {
	padding: 2px 0;
}
