* {
	margin:0;
	padding:0;
}
body {
	background:url(/images/BG_gradient.jpg) repeat-x #2d4a03;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin:0 auto;
}
.clearFloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
}

/*******************
General Structure
*******************/
#wrap {
	width:950px;
	margin:auto;
	text-align:left;
}
img#logo {
	position:absolute;
	left:50%;
	top:5px;
	margin-left:-475px;
	z-index:1000;
}
#company {
	width:525px;
	padding:60px 0 0 125px;
	float:left;
	font-size:30px;
	color:#8c0d1a;
	text-transform:uppercase;
}
#contact-info {
	width:185px;
	padding:65px 15px 0 0;
	font-size:20px;
	text-align:right;
	font-weight:bold;
	float:right;
}
#header {
	width:920px;
	padding:0 15px;
	background:#ffffff;
}
#content {
	width:920px;
	padding:15px;
	background:#ffffff;
}
#footer {
	width:950px;
	font-size:11px;
	text-align:center;
	margin:0 auto;
	color:#ffffff;
}

#footer a:link, #footer a:visited, #footer a:hover {
	color:#ffffff;
	text-decoration:none;
}


.curve-top {
	width:950px;
	height:10px;
	background:url(/images/BG_curve-top.png) no-repeat;
}
.curve-bottom {
	width:950px;
	height:10px;
	background:url(/images/BG_curve-bottom.png) no-repeat;
}

/*******************
Content Area
*******************/
.photo {
	width:190px;
	padding:0 15px 0 0;
	float:left;
}
.text {
	width:520px;
	padding:5px 15px 0 0;
	float:left;
}
img.marginLt {
	margin-left:15px;
}
img.marginRt {
	margin-right:15px;
}
.feature {
	width:160px;
	padding:15px 0 0 15px;
	border-left:solid 2px #e3ece2;
	float:left;
}

h1 {
	font-size:20px;
	color:#367334;
	font-weight:normal;
}
h2 {
	font-size:18px;
	color:#8c0f1b;
	font-weight:normal;
	text-transform:lowercase;
}
p {
	line-height:17px;
	margin:5px 0 10px 0;
}
a:link, a:visited, a:hover {
	color:#336699;
}

li {
	margin:3px 0 0 20px;
	list-style:disc;
}
hr {
	color:#cccccc;
	background-color:#ccccc;
	border:solid 1px #cccccc;
}
blockquote {
	margin:0 0 0 25px;
}
/*******************
Navigation
*******************/
#nav-main {
	width:920px;
	padding:0 15px;
	background:#ffffff;
	text-align:left;
}
#nav-main .left {
	width:10px;
	height:40px;
	background:url(/images/NAV_left.png) no-repeat;
	float:left;
}
#nav-main .right {
	width:10px;
	height:40px;
	background:url(/images/NAV_right.png) no-repeat;
	float:left;
}
#nav-main ul {
	width:800px;
	height:20px;
	padding:10px 0 10px 100px;
	background:url(/images/NAV_slice.png) repeat-x;
	float:left;
}
#nav-main li {
	list-style:none;
	display:inline;
	padding:0 15px;
	text-transform:uppercase;
	font-size:15px;
	margin:0;
}
#nav-main a, #nav-main a:link, #nav-main a:visited {
	color:#ffffff;
	text-transform:uppercase;
	text-decoration:none;
}
#nav-main a:hover {
	color:#fffaa2;
	text-decoration:none;
}

#nav-bottom {
	width:930px;
	text-align:center;
	margin:0 auto;
	padding:10px 10px 5px;
}
#nav-bottom li {
	list-style:none;
	display:inline;
	padding:0 5px;
	border-right:solid 1px #ffffff;
	margin:0;
}
#nav-bottom li.contact {
	border-right:solid 0px #ffffff;
}
#nav-bottom a:link, #nav-bottom a:visited, #nav-bottom a:hover {
	font-size:12px;
	color:#ffffff;
	text-transform:lowercase;
}

/*******************
Forms
*******************/
.label {
	width:75px;
	float:left;
	line-height:20px;
	font-weight:bold;
}
.control {
	width:200px;
	float:left;
	line-height:25px;
}
.required {
	width:15px;
	float:left;
	color: #a90d01; 
	line-height:25px;
	margin-left:25px;
}
