/* 
	CSS by Paul Haimes. Written in 2006. 
*/

h1 {
	color: #333;
	margin: 0 0 0.3em 0;  
	font-size: 1.0em;  
}

h2 {
	color: #333;
	margin: 1ex 0;
	font-size: 0.9em;
}

h3  {
	color: #333;
	margin: 1.5ex 0 1ex 0;
	font-size: 0.8em;
}

h4, h5, h6 {
	font-size: 0.7em;
	color: #333;
	margin-top: 2ex;
	margin-right: 0;
	margin-bottom: 1ex;
	margin-left: 0;
	padding-top: 2ex;
	padding-bottom: 1px;
}

.clear {
	clear: both;
}

.hdrtxt {
	display: none;
}

legend {
	font-size: 0.8em;
	font-weight: bold;
	color: #333;
}

p {
	font-size: 0.7em;
	color: #000;
	margin: 1ex 0;
	text-align: justify;
}

img {
	border: 0;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul, ol, td, th {
	font-size: 0.7em;
	color: #666666;
	margin-top: 0;
}

li {
	margin: 1ex 0;
}

* html li {
	margin: 0;
}

ul li ul, ul li p, ol li p {
	font-size: 1em;
}

table {
	margin: 1ex 10px 1ex 0;
	width: 490px;
	border: 1px solid #333;
}

td, th {
	color: #333;
	padding: 3px 5px;
	text-align: left;
}

fieldset {
	margin: 1ex 10px 1ex 1px;
	padding: 10px;
	width: 490px;
	border: 1px solid #333;
}

.left {
	float: left;
	margin: 0 3px 3px 0;
}
img.left {
	margin-right: 20px;
	margin-bottom: 20px;
	clear: both;
}

.right {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 3px;
}
div.right {
	margin-left: 20px;
	margin-bottom: 20px;
}

hr {
	height: 1px;
	color: #666;
	background: #F5C120;
	border: 0;
	padding: 0;
	margin: 1ex 1px;
}

* html hr {
	margin: 0 1px;
}
/*______________ Contact form _________________*/

form ol {
	margin: 2ex 10px 1ex 1px;
	padding: 5px 0;
	width: 500px;
}

form ol li {
	list-style: none;
	line-height: 3em;
	display: block;
}

/* light border for form inputs and textarea */
form ol li span input, form ol li span textarea {
	border: 1px solid #999;
}

form ol li label {
	float: left;
	width: 100px;
	font-weight: bold;
	text-align:right;
	padding-right: 10px;
}

form ol li textarea {
	margin-top: 6px;
	float: left;
}
form .required {
	color: #FF0000;
}


* html form ol li input {
	float: left;
	margin-top: 6px;
}

