/*common.css*/

* {
	font-family: arial, verdana, san-serif;
	font-size: 9pt;
}

body {
	margin: 10px 0;
	padding: 0;
	/*background-color: #94A0A0;*/
	background-color: #B6BBA4;
	color: #121601;
	text-align: center;
}

a {
	color: #344303;
	color: #003366;
	font-weight: bold;
}

#container {

}

/*main block*/

#main {
	text-align: left;
	width: 766px;
}

/*head*/
#headBlock {
	width: 100%;
	height: 70px;
	background-color: white;
	border: 1px solid #344303;
	margin-bottom: 10px;
	background-image: url(../images/head_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	vertical-align: top;
}

#headLogo {
	margin: 10px 0 0 10px;
	float:left;
	vertical-align: text-top;
}

#headline {
	float: left;
	width: 438px;
	margin: 5px 10px 0 10px;
	border-right: 1px solid #344303;
	height: 58px;
}

#contact {
	font-size: 90%;
}

#tagline {
	display: block;
	margin: 0;
	font-style: italic;
	font-family: times new roman;
}

#mainTitle, #mainTitle a {
	display: block;
	margin: 0 0 0 10px;
	font-style: italic;
	font-weight: bold;
	font-size: 250%;
	font-family: times new roman;
}

#mainTitle a {
	font-size: 100%;
	color: #344303;
	text-decoration: none;
}

/*body section*/
#bodyBlock {
	width: 100%;
	background-color: white;
	border: 1px solid #344303;
	margin-bottom: 10px;
}


#tabs {
	width: 660px;
}

#tabBlock {
	height: 25px;
	background-color: #344303;
	color: white;
	background-image: url(../images/tabs_bg.gif);
}

#tabs div {
	height: 25px;
	float: left;
	padding: 0px 10px 0 10px;
	white-space: nowrap;
	border-right: 1px solid #DDE0CE;
}

#tabs div#contactUs {
	border-right: 0;
}

#tabs div.active, #tabs div.active a {
	color: #344303;
	font-weight: bold;
}

#tabs div.active {
	background-color: white;
	background-image: url(../images/active_tab_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#tabs div a {
	font-weight: bold;
	color: white;
	text-decoration: none;
	vertical-align: middle;
}

#tabs div a:hover {
	text-decoration: underline;
}

.activeNode, #tabs div a {
	display: block;
	padding: 0px;
	margin: 4px 0 0 0;
}


#content {
	padding: 10px 12px;
}

#subhead {
	margin: 0 0 10px 0;
	font-size: 140%;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid #344303;
}

#copy {
}

#pitch {
	clear: left;
	/*width: 746px;*/
	margin: 15px 0 15px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #344303;
	text-align: center;
}

#pitch a {
	margin-right: 15px;
	font-weight: bold;
	/*color: #344303;*/
	
}

#photo {
	float: right;
	width: 194px;
	height: 184px;
	border: 1px dashed #344303;
	padding: 3px;
	background-color: white;
	margin-left: 10px;
}

#guts {
	
}



/*footer*/
#footBlock {
	width: 100%;
	background-color: #DDDDCC;
	border: 1px solid #344303;
	margin-bottom: 10px;
	text-align: center;
}

#links {
	margin: 5px 10px;
	font-size: 90%;
}

#links a {
	/*color: #344303;*/
	font-size: 100%;
}

.current {
	font-weight: bold;
	font-size: 100%;
}

#helpful {
	margin: 10px 10px;
	text-align: left;
	font-size: 90%;
	font-style: italic;
	border-top: 1px solid #344303;
	padding-top: 5px;
}

#helpful a {
	font-size: 100%;
	/*color: #344303;*/
}

#copyright {
	font-style: italic;
	font-size: 80%;
	text-align: center;
}

/*contact us stuff */

#phone, #phoneLabel, #address, #addressLabel, #fax, #faxLabel {
	font-size: 100%;
	margin: 4px 10px 0px 5px;
	line-height: 13px;
}

#address a, #phone a, #fax a {
	font-size: 100%;
	/*color: #344303;*/
	font-weight: bold;
}

#phoneLabel, #addressLabel,#faxLabel {
	width: 55px;
	float: left;
	font-weight: bold;
}

#addressLabel {
	height: 19px;
}

/*handy classes */

.emphasis, .important {
	font-weight: bold;
}

#emergencyMessage {
	padding: 10px;
	border: 2px solid #CC0000;
	color: black;
}


#spacer, .spacer {
	padding: 0px;
	margin: 0px;
	width: 0px;
	overflow: hidden;
}

.break {
	clear:left;
}

.intro {
	margin: 0 0 10px 0;
}

.reg {
	font-size: 80%;
	vertical-align: text-top;
}

ul {
	margin: 0px;
	padding: 10px 10px 10px 25px;
}

ul li {
	padding-bottom: 5px;
}

form {
	margin: 0;
	padding: 0;
}

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

.toTop a {
	font-size: 90%;
}

.footnote {
	margin: 10px 0 0 0;
	display: block;
	font-style: italic;
	font-size: 80%;
}

.footnote a {
	font-size: 100%;
	font-weight: bold;
}

.book {
	FONT-SIZE: 100%;
	text-decoration: underline;
}