/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
	background: #e2e3e4 url(images/bodybg.png) repeat-x;
}
a {color: #036; text-decoration: none;}
a:hover {text-decoration: underline;}
a img {border: none;}
ul {padding-left: 20px;}
ul li {margin: 3px 0px; list-style-image: url(images/checkmark.gif)}
p {margin: 3px 0px; padding: 3px 0px;}

.pad10 {padding: 10px;}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}
h5 {font-size: 10px;}
h1, h2, h3, h4, h5 {color: #000; margin: 0px; padding: 4px 0px;}

.clear {clear: both;}
.center {text-align: center;}
.strong {font-weight: bold;}
.pad5 {padding: 5px;}
.margin5 {padding: 5px;}
.title {font-size: 18px; color: #000;}
.center {text-align: center;}

.colorbox {
	background: #f5f5f5;
	border-radius: 3px;
}

.page  {
	position: relative;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
}

#header {
	clear: both;
}
#slogan {
	display: inline;
	font-size: 32px;
	font-weight: bold;
	color: #666;
	letter-spacing: 1px;
	text-align: left;
	padding: 0px 0px 5px 10px;
}

.pagetop {height: 10px; background: url(images/pagetop.png) no-repeat;}
.pagebg {background: url(images/pagebg.png) repeat-y; min-height: 200px;}
.pagecap {height: 10px; background: url(images/pagecap.png) no-repeat;}
.pagepadding {padding: 0px 10px;}

.col80 {float: left; width: 80%;}
.col75 {float: left; width: 75%;}
.col70 {float: left; width: 70%;}
.col60 {float: left; width: 60%;}
.col66 {float: left; width: 66%;}
.col50 {float: left; width: 50%;}
.col40 {float: left; width: 40%;}
.col33 {float: left; width: 33%;}
.col30 {float: left; width: 30%;}
.col25 {float: left; width: 25%;}
.col20 {float: left; width: 20%;}

.featurestable td {
	background: #f4f4f4;
}

.examplephoto {width: 500px; margin: 10px;}

/******* FOOTER *******/

#footer {
	clear: both;
	text-align: left;
	margin-top: 10px;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}
#footer a {
	font-size: 10px;
	color: #036;
	font-weight: bold;
	text-decoration: none;
}
#total {font-size: 18px; color: #030; text-align: center; text-align: center;}

.box {float: left; width: 230px; height: 150px; border: solid 1px #ccc; border-radius: 5px; margin: 5px;}


/****** TOP NAV ******/

#topnav {
	position: relative;
	width: 1000px;
	height: 30px;
	margin: 10px 0px;
	padding: 0px;
	background: url(images/topnavbg.png) no-repeat;
	overflow: hidden;
}
#topnav ul {
	display: table;
	*display: block;
	width: 990px;
	height: 30px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	text-indent: 0px;
}
#topnav ul li {
	display: table-cell;
	*display: block;
	*float: left;
	margin: 0px;
	padding: 0px;
	*padding: 0px 15px;
	border-right: solid 1px #ccc;
	line-height: 30px;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	text-align: center;
	text-indent: 0px;
}
#topnav ul li:hover {
	background: url(images/topnavbg2.png) center repeat-x;
}
#topnav ul li a {
	display: block;
	width: 100%;
	font-family: Helvetica;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
#topnav ul li a:hover {color: #333;}

#topnav ul .last {border-right: none; background: #600; margin-right: 10px;}


/******* CONTACT FORM ********/

.contactform {
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
.contactform input {
	width: 98%;
	border: solid 1px #ccc;
	border-radius: 3px;
	color: #666;
	font-size: 14px;
	font-weight: bold;
}
.contactform textarea {
	width: 98%;
	border: solid 1px #ccc;
	border-radius: 3px;
	color: #666;
	font-size: 14px;
	font-weight: bold;
}
.contactform select, option {
	border: solid 1px #ccc;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	width: 98%;
}
