@import "reset.css";

body {
	text-align: center;
	color: #323232;
}

/*--- Typography ---*/

a, p, h1, h2, h3, li, b, span, td {
	line-height: 1.5;
}

a {
	text-decoration: none;
	color: #3125E9;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4 {
	font-weight: bold;
	padding-bottom: 10px;
}

p {
	padding-bottom: 10px;
}

h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
h4 { font-size: 0.9em; }

#logo h1 {
	color: #8CCA3B;
	text-transform: uppercase;
	font-size: 1.5em;
}
#logo h1 span {
	color: #0D8730;
}
#logo h1 span span {
	font-size: .6em;
}

/*--- Structure ---*/

#container {
	margin: 0 auto;
	width: 1024px;
}

#header {
	background: transparent url(../images/blackbar.jpg) 15px -18px no-repeat;
}

#logo {
	height: 52px;
	padding: 13px 0px 0px 200px;
}

#header-nav {
	background: transparent url(../images/greenbar.jpg) 550px -16px no-repeat;
	height: 25px;
	padding: 10px 0px 0px 600px;
}

#header-content {
	background: transparent url(../images/colorpic.jpg) right top no-repeat;
	height: 239px;
}

#call-to-action {
	padding-left: 235px;
	min-height: 90px;
}

#header-form {
	padding-left: 40px;
}

#header-image {
	width: 199px;
	height: 202px;
	background: transparent url(../images/bluehat.png) left top no-repeat;
	position: absolute;
	top: 12px;
	margin-left: 40px;
	cursor: pointer;
}

#content {
	margin-left: 35px;
	padding: 20px 0px 0px 20px;
	/*background: transparent url(../images/container-map.gif) -80px -165px no-repeat;*/
	border-top: 5px solid #77A952;
}

strong{
	font-weight:bold;
}

#content a{
	text-decoration:underline;
}

#content a:hover{
	text-decoration:none;
}


#footer {
	background: transparent url(../images/blackbar.jpg) 15px 10px no-repeat;
	height: 25px;
	padding: 35px 0px 0px 80px;
	color: #FFF;
}
#footer a {
	color: #FFF;
}

/*--- Navigation ---*/
.nav {
	list-style-type: none;
	float: left;
}
.nav li {
	display: inline;
	border-right: 1px solid #FFF;
	padding: 0px 5px;
	color: #FFF;
	font-size: .7em;
	text-transform: uppercase;
}
.nav .last {
	border-right: none;
}
.nav a {
	color: #FFF;	
}
.nav a.tabon { font-weight: bold; }

.nav li ul { display: none; }

/*--- Elements ---*/
.right-box {
	float: right;
	width: 450px;
	padding: 0px 0px 20px 20px;
	margin: 0px 0px 5px 10px;
}

.box {
	background: transparent url(../images/box_slice.jpg) left top repeat-y;
	padding: 10px 20px;
}
.box-top { background: transparent url(../images/box_top.jpg) left top no-repeat; height: 12px; }
.box-btm { background: transparent url(../images/box_btm.jpg) left top no-repeat; height: 12px; }

.service-button {
	width: 238px;
	height: 64px;
	background: transparent url(../images/getservice.jpg) top left no-repeat;
	cursor: pointer;
}

.phone{
	font-size:1.4em;
	color:#fff;
	float:right;
	display:inline;
	margin:0 25px 0px 0px;
	padding:0;
}

.bullet{
margin-left:25px;
padding-left:25px;
list-style-type:disc;
}
/*--- Forms ---*/
#header-form textarea {
	float: left;
}

input, textarea {
	border: 1px solid #cacaca;
}

.cmxform td {
	vertical-align: top;
	padding: 5px;	
}

/*--- Utility Classes ---*/

.img_left 	{ float:left; margin:0px 15px 15px 0px; }

.img_right { float:right; margin:0px 0px 15px 15px; }

.smaller { font-size: .7em; }

/*--- System Messages ---*/

.error-box, .message {
		padding: 0;
		margin: 0;
		line-height: 1;
}

.error-box p, .message p {
		padding: 10px 10px 10px 40px;
		margin: 10px 0;
}

.error-box p.alert, .message p.alert {
		border: 1px solid #FFFF66;
		background: #FFFFCC url(../images/icons/error.png) 13px 13px no-repeat;
}

.error-box p.error, .message p.error{
		border:1px solid red;
		background:#FFE0E3 url(../images/icons/exclamation.png) 13px 13px no-repeat;
}

.error-box p.success, .message p.success{
		border:1px solid green;
		background:#C7F1B9 url(../images/icons/accept.png) 13px 13px no-repeat;
}

input.error, textarea.error {
	border:1px solid red;
	background: #FFE0E3;
	margin:0;
	padding:0;
}

