/* CSS Document */
body {
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 0.8em;
	line-height: 2.0em;
	text-align: center;
	color: black;
	background-image: url(siteback.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #000000;
	margin: 0px;
}

/* basic divs */

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

#header {
   position: absolute;
	z-index: 200;
	width: 100%;
	top: 20px;
	left: 0px;
	height: 135px;
   background-image: url(headback.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
}

#leftnote {
	position: absolute;
	top: 128px;
	left: 0px;
	z-index: 202;
}

#emaillink {
	position: absolute;
	top: 283px;
	left: 45px;
	z-index: 205;
}

#emaillink a:link, #emaillink a:visited {
	display: block;
	width: 102px;
	height: 23px;
	background-image: url(email_off.gif);
	text-decoration: none;
}

#emaillink a:hover {
	background-image: url(email_on.gif);
}



#leftimage {
	position: absolute;
	left: 0px;
	top: 371px;
}

#topnote {
	position: absolute;
	right: 8px;
	top: 40px;
	z-index: 204;
}

#mainpage {
	margin: 6px 20px 0px 168px;
	background-color: #000000;
	border: #ffffff solid 1px;
	position: relative;
	text-align: left;
	color: #ffffff;
	padding: 140px 60px 60px 60px;
	background-image: url(mainpage_bac.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#servicetab td {
	vertical-align: top;
	width: 50%;
}

#navigation {
	position: absolute;
	right: 30px;
	top: 0px;
	z-index: 204;
	line-height: normal;
}

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

#navigation a:link, #navigation a:visited {
	display: block;
	width: 107px;
	height: 29px;
	padding-top: 10px;
	padding-left: 0px;
	color: #ffffff;
	background-image: url(topbut_off.gif);
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

#navigation a:hover {
   background-image: url(topbut_on.gif);
}

#footer{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 20px;
	background-color: gray;
}

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

/* mail form elements */

.error {
	color: red;
}

.mailustab {
	width: 400px;
}

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

.mailusa {
	padding: 4px;
}

/* html standard tags as needed*/

h1 {
	color: #6D9EEE;
	font-size: 1.4em;
}

h2 {
	color: #6D9EEE;
	font-size: 1.2em;
}

h3 {
	color: #6D9EEE;
	font-size: 1.1em;
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {
	
}

a:link, a:visited {
	color: #5185DD;
}

a:hover {
	color: #ffffff;
}

input, textarea {
	border: 1px solid white;
	background-color: #ffffff;
}



.mainimage {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	clear: both;
}

.largetext {
	font-size: 16px;
	color: #6D9EEE;
	font-weight: bold;
}
