@charset "utf-8";
/* CSS Document */

body {
	background: #6c8f00 url(images/bgpage.gif) top left repeat-x;
	color: #646464;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
	height: 1px;
	width: 100%;
}

.clear img {
	width: 100%;
	height: 1px;
}

A {
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	margin-bottom: 10px;
}

h1 {
	font-size: 2em;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.uppercase {
	text-transform: uppercase;
}

.orangetext {
	color: #ffae00;
}

A.orangebutton {
	background: #ffae00;
	padding: 5px;
	clear: both;
	margin-top: 10px;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	margin-left: 110px;
}

#page {
	width: 980px;
	margin: 0 auto;
}

#header {
	height: 118px;
	margin: 14px 0;
	background: url(images/bgheader.gif) center no-repeat;
}

#header .row {
	height: 65px;
}

#logo {
	float: left;
	width: 387px;
	height: 38px;
	display: inline;
	margin-top: 18px;
	margin-left: 18px;
}

#buttonquote {
	float: right;
	width: 242px;
	height: 38px;
	margin-top: 18px;
	margin-right: 18px;
}

#links {
	clear: both;
	padding: 20px 60px;
}

#links li {
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
}

#links li A {
	color: #fff;
	padding: 6px 20px;
}

#links li A:hover, #links li A.current {
	background: #84af00;
}

#banner {
	margin-bottom: 20px;
}

#content {
	line-height: 1.4em;
	background: #fff;
	padding: 6px;
	clear: both;
	float: left;
}

#leftcolumn {
	width: 283px;
	float: left;
	margin-left: 12px;
	background: #1b2400;
	color: #fff;
}

.leftcoltop {
	height: 37px;
	background: url(images/leftcolumntop.gif) top left no-repeat;
}

.leftcolbottom {
	height: 37px;
	background: url(images/leftcolumnbottom.gif) top left no-repeat;
}

.leftcolcontent {
	padding: 0 20px 10px 20px;
	font-size: 0.9em;
}

.leftcolcontent li {
	background: url(images/bullet.gif) 0.2em 0.2em no-repeat;
	padding-left: 20px;
	margin-bottom: 4px;
}

#leftcolumn h1 {
	text-transform: uppercase;
}

.servicesheading {
	background: url(images/icon-services.gif) center left no-repeat;
	padding: 10px 0px;
	padding-left: 60px;
	margin-bottom: 10px;
}

#rightcolumn {
	width: 644px;
	float: left;
	margin-left: 20px;
}

.subheadings {
	color: #ffae00;
	font-size: 1.2em;
}

#footer {
	clear: both;
	background: url(images/footer.gif) top left no-repeat;
	text-align: center;
	height: 63px;
	color: #fff;
	line-height: 18px;
	font-size: 0.9em;
}

#footer ul {
	margin-top: 20px;
	float: left;
	width: 100%;
}

#footer li {
	display: inline;	
}

#footer li A {
	color: #fff;
	padding: 0 5px;
	border-right: 1px solid #fff;
}

