body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #444444;
    background-color: #FFFFFF;
	margin-left: 0px;
    margin-top: 0px;
}

* html {
    left: 119px;
}

div#title {
    color: #1F4599;
    font-family: "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	font-style:italic;
	padding-top: 80px;
	padding-bottom: 20px;
}

div#formLayout {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
}

div#leftNav {
    float: left;
	width: 119px;
	text-align: right;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
}

div#leftNavListLogo {
    position: relative;
    float: left;
    height: 356px;
    width: 119px;
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 0px;
    padding-top: 0px;
}

div#leftNavListGradient {
    background-image: url("images/navMenuBackground_02.jpg");
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 119px;
    height: 540px;
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 0px;
    padding-top: 0px;
}

ul#leftNavList {
    margin-left: 0px;
    padding-left: 0px;
    margin-right: 10px;
    list-style: none;
    font-family: verdana, sans-serif;
    font-size: 12px;
    font-stretch: extra-expanded;
    font-weight: bolder;
   /* text-shadow: silver; */
    text-decoration: none;
}

a#navListLink {
    text-decoration: none;
}

/*
 * The following anchor links MUST remain the order below. They all have 
 * the same priority in the cascade, and so can override each other. If hover
 * is not last it can be obscured by the anchor pseudo class that follows it.
*/
a#navListLink:link, a#navListLink:visited {
    color: white;
}

a#navListLink:hover {    
    color: black;
}

div#main {
    width: 662px;
    float: left;
}

div#contactInfo{
    height: 820px;
    width: 100%;
	float: left;
    padding-left: 20px;
	background-image: url("images/house_screened.jpg");
	background-repeat: no-repeat;
}

div#footer {
    float: left;
    width: 100%;
    text-align: center;
}

.instructionText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-bottom: 40px;
}

.textInput {
    display: block;
    width: 175px;
    float: left;
}

.textInputLong {
    display: block;
    width: 400px;
    float: left;
}

label {
    display: block;
    text-align: left;
    float: left;
    width: 75px;
    padding-right: 20px;
    padding-top: 5px;
    margin-bottom: 10px;
}

.labelText {
    color: black;
    font-size: 14px;
    font-weight: bolder;
}

.radioButton {
    color: black;
    font-size: 12px;
    font-weight: bold;
}

.checkbox {
    width: 1em;
}

 br {
	clear: left;
}

.buttonSubmit {
    width: 75px;
}  
