/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #fff;
}

a {
	color: #006699;
	text-deocration: underline;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	width: 800px;
	margin: 10px auto;
}

#header {
	width: 800px;
}

#navigation {
	width: 470px;
	float: right;
}

#navigation ul {
	width: 468px;
	height: 50px;
	background: url(../images/navbg.png);
	margin-top: 68px;
	overflow: hidden;
}

#navigation ul li{
	display: inline;
}

#navigation ul li a {
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	padding: 15px 23px;
	line-height: 55px;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #ff9933;
	text-decoration: underline;
}

#container {
	margin-top: 5px;
	width: 800px;
}

.grayheader485 {
	width: 485px;
	height: 40px;
	background: url(../images/grayheader485.png) no-repeat;
	color: #fff;
	font-size: 1.8em;
	text-indent: 20px;
	line-height: 40px;
	margin-bottom: 25px;
}

.grayheader450 {
	width: 450px;
	height: 40px;
	background: url(../images/grayheader450.png) no-repeat;
	color: #fff;
	font-size: 1.8em;
	text-indent: 20px;
	line-height: 40px;
	margin-bottom: 25px;
	float:right
}

.leftP {
	margin: 15px 0px 0px 0px;
}

.leftP2 {
	margin: 8px 0px 0px 0px;
}

.bold {
	font-weight: bold;
}

.pure {
	font-weight: bold;
	color: #3AA9C7;
}

.bigblue {
	font-size: 1.3em;
	font-weight: bold;
	color: #3AA9C7;
}

.boldItalic {
	font-weight:bold;
	font-style: italic;
}

#servicesUl {
	list-style-type:none;
}

#servicesUl table {
	width: 410px;
	border-collapse: collapse;
	margin: 15px 0px 15px 20px;
}

#servicesUl table td {
	vertical-align:top;
	padding: 3px 0px;
}

#contactForm {
	margin: 20px 15px 0px 0px;
	float:right;
	font-weight: bold;
	width:260px;
}

#contactForm input, #contactForm textarea {
	width: 250px;
	padding: 2px;
	margin-bottom: 5px;
}

#contactForm textarea {
	height: 80px;
}

#contactForm label {
	display:block;
}
#contactForm .fs1 {
	display:block;
}
#contactDesc {
	float: left;
	margin-top: 50px;
}

#footer {
	border-top: 2px solid black;
	margin-top: 30px;
	text-align:center;
	padding-top: 10px;
	font-weight: bold;
}
