/* CSS Document */

/* MAIN AREA STYLES */

body {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: .80em;
	background-color:#336633;
	color: #000000;
	text-align: center;		
	margin: 0 auto;
}

#container {
	width: 770px;
	background-color:#FFFFFF;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	border: solid thin #ffffff;
	}
	
#leftcolumn {
	background-color:#ffffff;
	float: left;
	width: 204px;
	}  
	
#leftcolumn img {
	margin:0px 0px 5px 0px;
  	}  
	
#leftcolumn p {
	margin:10px;
  	} 	
	
#rightcolumn {
  	float: right;
	width: 534px;
	margin:5px 15px 10px 15px;
	}	

#rightcolumn img {
	float:right;
	margin:5px 0px;
	}
	
#locations {
	margin:30px 0px 0px 0px;
	background-color:#ffffff;

}

#locationsCol1 {
  	float: left;
	width:50%;
}

#locationsCol2 {
  	float: right;
	width:50%;
}

#footer {
	clear: both;
	background: #FFF url(chextop_images/footer-final.gif) 0 10px no-repeat;
	color: #000;
	padding: 20px 10px;
	font-size:90%;
	text-align:center;
}

	

header {
	height:175px; 
	}

#headerbanner {
	margin: 0;
	}

#headerlogo {
	float: left;
	position: absolute;
	border:solid 1px white;
	}

#main {
	margin: 0;
	float: left;
	}



/* TEXT STYLES */

h1 {
	font-size: 1.5em;
	color: #006633;
	}

h2 {
	font-size: 1.4em;
  	border-bottom:solid thin #006633;
	margin:0px;
	color: #006633;
	}
	
h3 {
	font-size: 1.3em;
	color: #006633;
	margin:5px 0px 10px 0px;
	}
	
h4 {
	font-size: 1.2em;
	color: #006633;
	margin:5px 0px 10px 0px;
	}
	
.question {
	font-weight: bold;
	margin: 15px 0px 5px 0px;
	}

.answer {
	margin: 5px 0px 20px 0px;
	}
	

.paragraphtitle {
	font-size: 1.1em;
	font-weight: bold;
	color:#333;
	margin: 5px 0;
	}

.paragraphcontent {
	padding: 3px 0 0px 0;
}

.paragraphlink {
	margin: 0 10px 10px 0;
	text-align: right;
}

a { 
  color: #678B27; 
  }
  
.footnote {
	font-style: italic;
	color: #999;
	}  


/* NAVIGATION STYLES */

#mainnavigation, #mainnavigation ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#mainnavigation a {
	display: block;
}

#mainnavigation li { /* all list items */
	float: left;
}

#headernavigation {
	height:1.75em;
	line-height:1.75em;
	margin:0 1px 0 1px;
	background:#cc0000;
	color:#ffffff;
}

#headernavigation li{
	float:left;
	list-style-type:none;
	border-right:1px solid #ffffff;
	white-space:nowrap;
}

#headernavigation li a{
	display:block;
	padding:0 10px;
	font-size:85%;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color: #ffffff;
}

#headernavigation .active {
	background:#cc3333;
	color:#ffffff;
	text-decoration:none;
}

#headernavigation a:hover{
	background:#edc504;
	color:#cc0000;
	text-decoration:none;
}



.gallery {
	float:left;
}





/* LIST STYLE */

#term {
	font-weight: bold;
	font-style: italic;	
	}
	
.indent {
	padding: 0 0 0 20px;
	}
	
#locallist {
	margin: 0;
	padding: 0 0 0 20px;
	}
	
#locallist li {
	margin: 0 0 0 30px;
	padding: 0;
	}
	
.checkmark {
	list-style:none;
	margin:0;
	padding:0;
	
	}
	
li.checkmark {
	background-image: url(chextop_images/checkmark.gif);
	background-repeat:no-repeat;
	padding:3px 0 3px 15px;
	margin:.2em;
	}
	
.disclaimer {
	font-weight:bold;
	color:#FF0000;
	}

		
/* TABLE STYLE */

table {
  	width: 100%;
  	position: relative;
  	border: 1px solid #000;
  	background: #fff;
}
	
table caption {
  	margin: 0;
  	padding: 8px 5px;
  	text-align: left;
	font-weight: bold;
 	border: 1px solid #000;
  	border-bottom: none;
 	background: #fff;
}
	
table th, table td {
  	margin: 0;
	padding: 4px;
  	text-align: center;
  	border-bottom: 1px solid #b5b5b5;
}
	
table th {
  	color: #000;
}
	
table .name {
  	text-align: left;
}
	
table tr {
  	background: #e6e6e6;
}
	
table tr.alt {
  	background: #f1f1f1;
}
	
table td a {
  	display: block;
  	font-weight: bold;
}
	
table td.left {
	text-align: left;
}	
	
#interestedform {
	margin: 0 20px 0 10px;
}

#interestedform .label {
	float: left;
	clear: left;
	width: 125px;
	margin-right: 10px;
	text-align: right;
}

input#name, input#email, input#organizationname, textarea#comments {
	width: 200px;
	font-size: .9em;
	margin-top: -2px;
}

#interestedformsubmit {
	margin: 0 0 0 150px;
}

.step {
	clear: both;
}

.stepname {
	font-size: 1.1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#333;
	margin: 5px 0;
}

.stepbrief {
	float: left;
	width: 200px;
	margin: 0 0 20px 0;
}

.stepfull {
	margin: 0 0 0 210px;
}
