﻿
body {
	background: #ffffff;
	color: #000000;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
}

.title { 
	text-transform: uppercase;
	font: bold 130% Arial, Helvetica, Verdana, sans-serif;
}

h1 { 
	text-transform: uppercase;
	font: bold 130% Arial, Helvetica, Verdana, sans-serif;
}

h2 {
	text-transform: uppercase;
	color: #666666;
	font: bold 130% Arial, Helvetica, Verdana, sans-serif;
}

h3 {
	text-transform: uppercase;
	color: #666666;
	font: bold italic 125% Arial, Helvetica, Verdana, sans-serif;
}

h4 {
	text-transform: uppercase;
	color: #666666;
	font: bold 120% Arial, Helvetica, Verdana, sans-serif;
}

h5 {
	text-transform: uppercase;
	color: #666666;
	font: bold italic 115% Arial, Helvetica, Verdana, sans-serif;
}

h6 {
	text-transform: uppercase;
	color: #666666;
	font: bold 110% Arial, Helvetica, Verdana, sans-serif;
}

A:link { color: #3970D9 }
A:visited { color: #61759D }
A:hover { color: #AB743C }

A:active { color: #AB743C }

/* custom classes */

.textbox {
	border: solid 1px #afafaf;
	background: #ededed;
	padding: 3px;
	margin-bottom: 5px;
}

.textbox2 {
	border: solid 1px #afafaf;
	margin-bottom: 5px;
}

.contacttextbox {
	border: solid 1px #afafaf;
	background: #ededed;
	padding: 3px;
	margin-bottom: 5px;
	width: 250px;
}


/* div and layout stuff */
#menu {
	width: 920px;
	height: 205px;
}

#mainmenu {
	width: 179px;
	height: 202px;
	float: left;
	margin-right: 7px;
}
	html>body #mainmenu {
		margin-right: 0px;
	}

#mainmenu a:visited {
	width: 179px;
	height: 30px;
	display: block;
	color: #ccc;
	text-transform: uppercase;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#mainmenu a:link {
	width: 179px;
	height: 30px;
	display: block;
	color: #ccc;
	text-transform: uppercase;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#mainmenu a:hover {
	font-size: 17px;
}

#mainmenu a:active {
	font-size: 17px;
}

#lowermenu{
	width: 179px;
	height: 202px;
	float:left;
	margin-right: 7px;
}
	html>body2 #lowermenu{
		margin-right: 0px;
	}

#lowermenu a:visited {
	width: 179px;
	height: 30px;
	display: block;
	color: #ccc;
	text-transform: uppercase;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#lowermenu a:link {
	width: 179px;
	height: 30px;
	display: block;
	color: #ccc;
	text-transform: uppercase;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#lowermenu a:hover {
	font-size: 17px;
}
	
#lowermenu a:active {
	font-size: 17px;
}
	
.mainpic {
	float: left;
	margin-right: 3px;
}

.pic {
	margin-left: 3px;
	border-width:0;
}

#body1 {
	margin: 0px 0px 5px 181px;
	width: 730px;
	padding: 3px;
}
	html>body #body1 { 
		margin-left: 190px; 
		width: 730px;
	}

#body2 {
	width: 180px;
	float: left;
}

	html>body #body2 {
		width: 184px;
	}

#ContactForm {
	width: 450px;
	border:medium;
	float: left;
	position: absolute;
	left: 475px;
	top: 300px;
}

.cssform p{
width: 450px;
clear: left;
margin: 0;
padding: 2px 0 2px 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: 100px;
}

/*.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;
}


#flashcontentHOME {
	width: 920px;
	float:left;
}

#thanks {
	width: 920px;
	text-align:center;
}


#footer {
	clear: both;
	border-top: solid 1px #cccccc;
	padding-top: 2px;
	width: 728px;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
}
	html>body #footer {
		width: 728px;
	}

.HEADLINEblue { font-family: Arial, Helvetica, sans-serif; font-size: 16pt; font-weight: bold; font-style: normal; color: #102F8C}
.MOUSECOPY { font-family: Arial, Helvetica, sans-serif; font-size: 7pt; color: #8495A4 ; font-weight: lighter}
.SUBHEADblue { font-family: "Arial", Arial, Helvetica; font-size: 11.5pt; font-weight: bold; color: #102F8C}
.SUBHEADblack { font-family: "Arial", Arial, Helvetica; font-size: 11.5pt; font-weight: bold; color: #000000}
.SUBHEADgray { font-family: "Arial", Arial, Helvetica; font-size: 11.5pt; font-weight: bold; color: #999999}

ul { 
	list-style:circle;
	list-style-image:url('images/bullet.png');
	line-height:18px;
 }
 
.visual {
	position:relative; left:30px; width:400px;
}