/* CSS Document */
body {
	font-family: arial, sans-serif;
	background-image: url(site_bak.gif);
	background-position: left;
	background-repeat: repeat-y;
	font-size: 0.8em;
	text-align: center;
	color: black;
	margin: 0px;
}

/* basic divs */

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

#rightside {
	position: absolute;
	top: 16px;
	right: 20px;
	width: 302px;
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
}

#phone {
	color: #ffffff;
}

#address {
	color: #5A0100;
	margin-top: 12px;
}

#header {
	margin-left: auto;
	margin-right: auto;
	height: 119px;
	background-image: url(hea_bak.gif);
	border-bottom: 4px solid #DB1B01;
}

#mainpage {
	margin-left: 30px;
	position: relative;
	text-align: left;
}

#navigation {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 220px;
	height: 200px;
	text-align: right;
}

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

#navigation a:link, #navigation a:visited {
	display: block;
	width: 213px;
	height: 16px;
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(button_fade.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: white;
	color: #2B7EC4;
	text-decoration: none;
}

#navigation a:hover {
	color: #DB1B01;
}

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

#ender {
	border-bottom: 4px solid #DB1B01;
	padding-top: 50px;
}

#info {
	font-size: 8px;
	text-align: right;
	padding-top: 10px;
}

#seo {
	font-size: 8px;
	text-align: right;
}

/* mail form elements */

.error {
	color: red;
}

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

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

.mailusa {
	padding: 4px;
	vertical-align: top;
}

#bottom_left{
	position: absolute;
	bottom: 0px;
	left: 40px;
}

/* html standard tags as needed*/

h1 {
	color: #257AC1;
	font-size: 1.6em;
}

h2 {
	color: #257AC1;
	font-size: 1.4em;
}

h3 {
	color: #257AC1;
	font-size: 1.2em;
}

h4 {
	color: #257AC1;
}

h5 {
	color: #257AC1;
}

h6 {
	color: #257AC1;
}

p {
	
}

a:link, a:visited {
	color: #2B7EC4;
}

a:hover {
	color: #DB1B01;
}

a:active {
	
}

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

#serviceportfolio {
     width: 630px;
}

#serviceportfolio td {
vertical-align: top;
width: 200px;
padding-left: 10px;
}
