/* CSS Document */
body {
	font-family: arial, sans-serif;
	font-size: 0.8em;
	text-align: center;
	color: black;
	margin: 0px;
	font-style: italic;
	background-image: url(site_back.jpg);
	background-repeat: repeat-y;
	background-position: left;
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
}

/* basic divs */

#header {
	margin-left: auto;
	margin-right: auto;
	height: 55px;
	background-color: #3399CC;
	background-image: url(headerback.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 2.2em;
	padding-left: 30px;
	padding-top: 20px;
	color: #ffffff;
}

#mainpage {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 400px;
	text-align: left;
}

#mainpage td {
	vertical-align: top;
}

#navtab {
	background-color: #3399CC;
	background-image: url(nav_bac.jpg);
	background-position: top;
	background-repeat: repeat-x;
	width: 200px;
}

#maintab {
	background-color: #ffffff;
	background-image: url(main_bac.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#navigation {
	width: 180px;
	margin: 20px 10px 10px 10px;

}

/* within the navigation div - these control how links will look */

#navigation a:link, #navigation a:visited {
	display: block;
	width: 170px;
	height: 20px;
	padding-top: 2px;
	padding-left: 5px;
	background-color: white;
	border: #023751 solid 1px;
	color: #023751;
}

#navigation a:hover {
	background-color: #023751;
	color: #ffffff;
}

#maincontent {
	padding: 20px 20px 20px 20px;
}

#footer{
	margin-left: 30px;
	margin-right: 30px;
	height: 5px;
	font-size: 3px;
	clear: both;
	border-top: 1px solid #3399CC;
}

#info {
	margin-left: 30px;
	margin-right: 30px;
	font-size: 8px;
	text-align: right;
}

/* mail form elements */

.error {
	color: red;
}

.mailustab {
	width: 400px;
	background-color:  #F5F5F5;
}

.mailusq {
	padding: 4px;
	text-align: right;
	width: 150px;
}

.mailusa {
	padding: 4px;
}

/* html standard tags as needed*/

h1 {
	
}

h2 {
	
}

h3 {
	margin-top: 0px;
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {
	
}

a:link, a:visited {
	color: #0089CE;
}

a:hover {
	color: #003149;
}

a:active {
	
}

input {
	border: 1px solid black;
	background-color: white;
}

.tableimage {
	width: 400px;
	vertical-align: top;
}

.tabletext {
	padding-left: 30px;
	vertical-align: top;
}

.houseimage {
	float: left;
	margin-right: 20px;
	margin-bottom: 50px;
}
