/*-- define headers --*/

h1,h2,h3,h3,h4,h6 {
	color: #191919; 
	font-family: Georgia, "Times New Roman", Times, serif;
}
	
h1 {
	font-size: 1em;
	line-height: 1.25em;
	margin: 30px 0px 10px 0px;
	letter-spacing: 2px;
	word-spacing: 1px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #caccc4;
	color: #1b1b1b;
}

h2 {
	font-size: 1.25em; font-weight: bold;	line-height: 1.5em;
	margin: 2.5em 0 1.25em 0;
	color: #2c2c2c;
}

h3 {
	font-size: 1em; 
	line-height: 1.25em; 
	font-weight: bold; 
	margin: 1.25em 0 1.125em 0;
}
	

/*-- inline text styles  ----------*/

.bold { font-weight: bold;}
.italic { font-style: italic;}
.smallcaps { font-variant: small-caps; font-size: 1.25em;}


/*-- p classes ----*/

p {font-size: 0.75em;  margin-bottom: 1em;	margin-top: 1em;}

table {font-size: 0.75em;  margin-bottom: 1em; width: 700px;}
table.datasheet_recaptcha {font-size: 0.75em;  margin-bottom: 1em; width: 550px;}


td {
	vertical-align: top;
}

form  {
	padding-bottom: 5px;
}

.form_section {
	padding:  0px 0px 10px 0px;
	border-bottom: 1px solid #caccc4;
}

/*-- body ---------*/

body {  	
	font-family:Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size:100%; /* 1em = 16 px*/
	line-height: 1.25em;
	background-color: #f8f9f0; 
	min-width: 700px;    	
}

/*-- links -------*/

a:link, a:visited {
	color: #880f07; 
	text-decoration: none;
	}

a:hover {
	color: #6d0c04; 
	text-decoration: underline;
	}

a.selected {
	text-decoration: underline;
	}

/*-- content ---*/

#content	{
	margin: 0px;
	padding: 20px 20px 0px 20px; 
	 
	}

#content h1 {
	font-size: 1.5em;
	line-height: 1.75em;
	letter-spacing: -.005em;
	word-spacing: 2px;
	margin-top: -5px;
	}
	

#content h2 { 
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1.125em;	
	line-height: 1.375em;
	}

#content h3 {
	font-size: 1em;
	line-height: 1.1875em;
	padding: 0px 0px 0px 0px;
	color:  #555;
	}
	
	
.content_section {
	margin:  30px 0px 15px 0px;
	border-top: 1px solid #caccc4;
}	

/*--- pg_top --------------*/

.pg_top {
	clear: both;
	margin-bottom: 20px;
	font-size: 0.75em;  
	line-height: 1.25em;
	}


#datasheet_controls {
	padding: 5px;
}


#form_footer {
	border-top: 1px solid #d3d3c7; 		
	padding: 5px 0px; 
	clear: both; 
	border-color: #bbb; 
	font-size: .75em; 
	line-height: 1.5em;
	margin: 20px 0px 10px 0px;
	color: #333;
}

#form_footer img {
	float: left;
	margin: 0 5px 0px 0px;
	padding-top: 0px;
	}

p.error_msg {
	color: #951100;
	font-weight: bold;
}

.required_field {
	color: #951100 !important;
	font-weight: bold;
}

#close_window {
	float: right;
	font-size: .750em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: -45px;
	padding-top: 5px;}
	
	
#recaptcha_explain {
	width: 200px;
	margin-top: 5px;
	font-size: .9em;
	line-height: 1.5em;
}

#recaptcha_icons {
	width: 200px;
	margin-top: 5px;
	font-size: .9em;
	line-height: 1.5em;
	}
	
#recaptcha_icons img {
	vertical-align: sub;
}

#recaptcha_icons li {
	margin-bottom: 1px;
}
