/* global.css | Stevenson Electric */

body, html {
	background: #19557e url(../images/bg.jpg) top left repeat-x;
}

#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: auto;
	border: 1px solid #990000;
	background: #ffffff;
}

a {
	color: #0066CC;
}

a:visited {
	color: #0066CC;
}

a:hover {
	text-decoration: none;
}

.center {
	text-align: center;
}

#header {
	position: relative;
	width: 900px;
	height: 204px;
	background: url(../images/header.jpg) no-repeat;
}

#nav {
	position: absolute;
	width: 900px;
	height: 39px;
	top: 160px;
}

#nav a {
	display: block;
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: 800;
	color: #ffffff;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	height: 29px;
	text-decoration: none;
	background: url(../images/nagDivider.jpg) left top no-repeat;
}

#nav ul {
	width: 900px;
	height: 39px;
	padding: 0;
	margin-top: 0px;
	list-style: none;
	padding-left: 70px;
	margin-left: 0px;
}

#nav li {
	float: left;
	height: 39px;
	text-align: center;
}

#nav li a:hover {
	text-decoration: none;
	color: #ffffff;
	background: #6e86b3;
}

#nav .this a {
	color: #1f4385;
	background: #97b5ed;
}

.this a:hover {
	color: #1f4385;
	background: #97b5ed;
}

#contentWrapper {
	position: relative;
	width: 900px;
	height: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

#leftContent {
	position: relative;
	float: left;
	width: 500px;
	height: auto;
	padding-left: 20px;
}

#leftContent p {
	line-height: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding-left: 20px;
}	

h2 {
	color: #990000;
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	font-size: 16px;
	margin-left: 20px;
}

h3 {
	color: #990000;
	font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
	font-size: 18px;
	margin-left: 20px;
}

#leftContent li {
	padding-bottom: 5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

#rightContent {
	position: relative;
	float: right;
	width: 320px;
	height: auto;
	padding-right: 10px;
}

#footer {
	position: relative;
	clear: both;
	width: 900px;
	height: 131px;
	border-top: 1px solid #990000;
	padding-top: 20px;
	background: url(../images/footerBg.jpg) no-repeat;
}

#footer p {
	line-height: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: center;
}

#footer a {
	color: #6f93d6;
	text-decoration: none;
}

#footer a:hover {
	color: #990000;
	text-decoration: underline;
}

/* -------------------------- */

form {
	position: relative;
	width: 500px;
	height: auto;
	margin-top: 20px;
}

form p {
	margin: 0;
}

label {
	float: left;
	width: 9em;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 14px;
}

input[type="text"] {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 2px;
	height: 15px;
	width: 300px;
	border: 1px solid #5691AF;
	margin-top: 10px;
}

select {
	font-size: 13px;
	color: #333333;
	padding: 2px;
	height: 25px;
	width: 190px;
	margin-top: 10px;
}

#zip {
	width: 100px;
}	

#phone {
	width: 150px;
}

input[type="submit"], input[type="reset"] {
	font-size: 14px;
	color: #333333;
	padding: 2px;
	margin-top: 10px;
	text-align: center;
}

textarea {
	margin-top: 10px;
	width: 300px;
	height: 150px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

/* ------------------------- */

#webfxzone {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 900px;
	height: 20px;
}

#webfxzone p {
	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

#webfxzone a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

#webfxzone a:hover {
	text-decoration: none;
	color: #00CCFF;
}
