/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.gif) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h4 {
	margin: 0px;
	font-style: oblique;
	}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
	line-height: 1.3;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	letter-spacing: -1px;
	font-size: 28px;
	font-weight: normal;
	color: #004382;
}

.text2 {
	font-size: 13px;
	font-weight: normal;
	color: #3A9BDF;
}

.text3 {
	font-size: 13px;
	color: #004382;
}

.text4 {
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
	color: #004382;
}

.text5 {
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: normal;
	color: #3A9BDF;
}

.text6 {
	font-size: 18px;
	font-weight: normal;
	color: #3A9BDF;
}

.text7 {
	color: #004382;
}

.text8 {
	text-align: right;
}

.text9 {
	text-align: center;
	font-size: 10px;
	color: #7D7D7D;
}

.text10 {
	color: #3A9BDF;
}

.text11 {
	text-align: center;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 18px;
	text-align: left;
}

.list1 li {
	padding-left: 11px;
	background: url(images/homepage14.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #0074D6;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-align: center;
	text-decoration: none;
	color: #5F5F5F;
}

.link1:hover {
	text-decoration: underline;
}

.link2 {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #494949;
}

.link3 {
	padding-left: 10px;
	background: url(images/homepage13.gif) no-repeat left center;
}

.link4 {
	text-decoration: none;
	color: #FFFFFF;
}

.link4:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage08.gif) no-repeat left top; }
.bg2 { background: url(images/homepage10.gif) repeat-x left bottom; }
.bg3 { background: url(images/homepage03.gif) repeat-y left top; }
.bg4 { background: url(images/homepage17.gif) no-repeat left top; }
.bg5 { background: url(images/homepage18.gif) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.highlight {
	font-weight: bold;
	font-style: italic;
	background-color: #EFEFFF;
	
}

.footnote {
	font-size:  90%;
}

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

.q_form p{
width: 600px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.q_form label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
text-align: left;
}

.q_form input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}


table.q_form {
	table-layout: fixed;
	border-collapse: collapse;
	text-align:center;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.required {
	padding-left: 5px;
	font-weight: bold;
	color: red;
}

/* css to hide field for spammers on contact form */
#human {
visibility:hidden;
display:none;
}
