/* CSS Document */

/* set page background and include height of 101% so page will be longer than site */
html, body {
	height:101%;
}

/* This is the banner at the top of the page for height, borders and width*/
#header {
	height:120px;
	width: 800px;
	border:#000000 2px solid;
	}
	
#headerhome {
	background-image: url(../imagesinc/header.inc.jpg);
	height:120px;
	width: 800px;
	border:#000000 1px solid;
	border-bottom:#FFE4B5 solid 1px;
	}
	
/* align navigation to center, include background color aand bottom border */
#nav {
	text-align:left;
	width: 802px;
	background-color:#000000;
	/*border-top:#FFE4B5 solid 1px;
	border-bottom:#FFE4B5 solid 1px;*/
		padding-top:3px;
	padding-bottom:3px;
	}
	
#nav li {
	display: inline;
	padding-right: 4px;
	padding-left: 21px;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;

}
	
#nav a:link {
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	color: #FFE4B5;
	text-decoration: none;
}
#nav a:active {
	color: #fff;
	text-decoration: none;
}
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}


#largemain {
	float:right;
	width:600px;
	text-align:center;
	}

/* ----------this is actually the left content----------- */

	
#leftcontent a:link {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
#leftcontent a:hover {
	color: #0000FF;
	text-decoration: none;
}
#leftcontent a:active {
	color: #CC6633;
	text-decoration: none;
}
#leftcontent a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#lower a {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	}
	
.contactform {
padding-left: 13px;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	}
	
.warning {
	color:#FF0000;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	}
	
.contactblack {
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	color:000;
	}
	
	.contactblackpadded {
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	color:000;
		padding-left:20px;
	}
	
	.contactblack12 {
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	color:000;
	padding-left:20px;
}
	.contactblue1 {
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	color: #000033;
		padding-left:20px;
		}
	
.contactblue {
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	color: #990000;
	font-weight:bold;
	}
	
.contactgrey {
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	color:#333333;
	}
	
	

	
	
