html {
	text-align: center;
	font: 12px/1.4 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	background: #c00 url(images/bg.gif) repeat-x scroll;
	color: #4b4b4b;
}

body {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background-color:#fff;	
	text-align: left;
	border-left: none;
	border-right: none;
	border-bottom: 1pt solid #333;
}

div#logo {
	width: 800px;
	height: 192px;
}

strong	{
	color: #c00;
}

a:link, a:visited {
	background-color: inherit;
	color: #333;
	text-decoration: underline;
}

a:hover, a:active {
	background-color: inherit;
	color: #c00;
	text-decoration: underline;
}

.img-border		{
	border: 1pt solid #CCCCCC;
	padding: 5px;
}

.img-left		{
	float: left;
	border: 1pt solid #CCCCCC;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-right		{
	float: right;
	border: 1pt solid #CCCCCC;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-service		{
	float: none;
	border: 1pt solid #CCCCCC;
	padding: 5px;
	margin-left: 10px;
}

ul#nav {
	margin: 0;
	padding: 0 0 0 6px;
	width: 794px;
	height: 44px;
	background: #000 url(images/nav_bg.gif) repeat-x;
	color: inherit;
}

ul#nav li {
	float: left;
	margin: 0;
	padding: 15px 0 0 0;
	list-style-type: none;
	text-transform: uppercase;
}

ul#nav li a {
	text-decoration: none;
	padding: 13px 36px 14px;
}

ul#nav li a:link, ul#nav li a:visited {
	background-color: inherit;
	color: #fff;
}

ul#nav li a:hover, ul#nav li a:active {
	background-color: inherit;
	color: #c00;
}

ul#subnav {
	margin: 0;
	padding: 0 0 0 30px;
	width: 770px;
	height: 31px;
	background: #000 url(images/subnav_bg.gif) repeat-x;
	color: inherit;
}

ul#subnav li {
	float: left;
	margin: 0;
	padding: 9px 0 0 0;
	list-style-type: none;
	text-transform: uppercase;
}

ul#subnav li a {
	text-decoration: none;
	padding: 7px 20px 7px 24px;
	background: transparent url(images/subnav_sep.gif) no-repeat left;
}

ul#subnav li a:link, ul#subnav li a:visited {
	background-color: inherit;
	color: #303030;
}

ul#subnav li a:hover, ul#subnav li a:active {
	background-color: inherit;
	color: #393;
}

ul#subnav li#subnavfirst a:link, ul#subnav li#subnavfirst a:visited {
	background: transparent url(images/subnav_icon.gif) no-repeat left;
	color: #303030;
}

ul#subnav li#subnavfirst a:hover, ul#subnav li#subnavfirst a:active {
	background: transparent url(images/subnav_icon.gif) no-repeat left;
	color: #000;
}

div#banner {
	margin: 0;
}

div#colone, div#coltwo, div#colthree {
	width: 240px;
	float: left;
	margin: 0 0 20px 10px;
}

div#colright {
	width: 240px;
	float: right;
	margin: 0 0 35px 35px;
}

div#colone h2, div#coltwo h2, div#colthree h2 {
	font: bold 12px/1.3 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	background-color: inherit;
	color: #c00;
	margin: 20px 0 0 7px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 9px;
}

h2 span {
	background-color: inherit;
	color: #c00;
}

div#colone h2 {	color: #c00;
}

div#coltwo h2 {
	color: #c00;
}

div#colthree h2 {
	color: #c00;
}

div.featureimg {
	padding: 12px 0px 0px 12px;
	width: 206px;
	height: 96px;
	background: #fff;
	color: inherit;
	margin-right: 0px;
}

ul.featurelist {
	margin: 0 0 0 20px;
	padding: 0;
}

ul.featurelist li {
	margin: 5pt 0pt 0pt;
	padding: 3px 3 3px 3px;
	list-style-type: none;
	background: #fff;
	color: inherit;
}

h2.heading {
	font: bold 16px/1.3 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	color: #4b4b4b;
	margin: 20px 0 0 0;
	padding: 0 0 1px 25px;
	background: #fff;
	color: #c00;
	clear: both;
}


h4.heading {
	font: bold 13px/1.3 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	color: #4b4b4b;
	margin: 20px 0 0 0;
	padding: 0 0 1px 25px;
	background: #fff;
	color: #c00;
	clear: both;
}


h3.heading {
	margin: 5px 20px 0px;
	padding: 5px 0px 5px 5px;
	background: #fff;
}

p {
	font-size: 11px;
	margin-bottom: 10px;
	margin-left: 26px;
	margin-right: 20px;
}

div#footer {
	clear: both;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 33px;
	background-color: #333;
	color: #fff;
	text-align: center;
}

div#footer p {
	padding: 9px 0 0;
}

div#footer p a {
	text-decoration: none;
}

div#footer p a:link, div#foot p a:visited {
	background-color: #999999;
	color: #fff;
}

div#footer p a:hover, div#foot p a:active {
	background-color: inherit;
	color: #ccc;
}

/*Form*/

label{
float: left;
width: 120px;
font: 11px/1.3 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
background-color: #fff;
color: #000;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}

