/* CSS Document */
body {
	font-family: tahoma, arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: center;
	color: #5F6060;
	background-color: #335BA5;
	background-image: url(site_bac.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: scroll;
	margin-right: 20px;
	margin-left: 20px;
}

/* basic divs */

#seo {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	font-size: 8px;
	line-height: 10px;
	color: silver;
}

#wrapper {
	width: 100%;
}

#leftshadow {
	width: 5px;
	vertical-align: top;
}

#rightshadow {
	width: 5px;
	vertical-align: top;
}

#sitearea {
	background-color: #ffffff;
	background-image: url(page_bac.jpg);
	background-position: right;
	background-repeat: repeat-y;
	vertical-align: top;
}

#header {
	margin-left: auto;
	margin-right: auto;
	height: 83px;
	background-image: url(hea_bac.gif);
	position: relative;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#phone {
	position: absolute;
	top: 16px;
	right: 16px;
}

#mainpage {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
}

#navigation {
	float: right;
	width: 269px;
	background-image: url(nav_bac.jpg);
	height: 596px;
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 28px;
	padding-top: 62px;
}

#navigation img {
	margin: 0px 0px 18px 33px;
}

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

#navigation a:link, #navigation a:visited {

}

#navigation a:hover {

}

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

#footer{
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid black;
	height: 20px;
	background-color: #AABFE5;
	clear: both;
}

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

/* mail form elements */

.error {
	color: red;
}

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

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

.mailusa {
	padding: 4px;
}

/* html standard tags as needed*/

h1 {
	color: #335BA5;
	font-size: 1.3em;
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {
	margin-bottom: 0px;
}

a:link, a:visited {
	
}

a:hover {
	
}

a:active {
	
}

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