/* DOCUMENT INFORMATION -----------------------------------
Reset any variance across all browsers and apply standard style.
/*------------[RESET] -----------------------------*/
html,body,div,span,applet,object,iframe,table,caption,tbody,tfoot,thead,tr,th,td,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,dl,dt,dd,ol,ul,li,fieldset,form,label,legend{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}
:focus{outline:0}
body{background:#FFF;color:#000;font-family:Arial, Helvetica, sans-serif;font-size:9pt}
h1,h2,h3,h4,h5,h6{padding-bottom:.4px}
h1{font-size:26px; padding-bottom:10px}
h2{font-size:18px; padding-bottom:10px; color:#5e5b4f;}
h3{font-size:16px; }
h4{font-size:12px; padding-bottom:5px; color:#5e5b4f; font-weight:bold;}
h5{font-size:12px}
h6{font-size:10px}
p{padding-bottom:1em}
.bold,strong{font-weight:700}
hr{background-color:#ccc;border:0;color:#ccc;height:1px;width:90%}
.floatLeft{float:left}
.floatRight{float:right}
.clearBoth{clear:both}
.left{text-align:left}
.right{text-align:right}
.center{text-align:center}
table{border-collapse:separate;border-spacing:0}
caption,th,td{font-weight:400;text-align:left}
pre{background:#eee;border:1px solid #999;font-size:.9em;margin:0 auto;padding:.5em;width:90%}
blockquote:before,blockquote:after,q:before,q:after{content:""}
ol,ul,li{list-style-type:none}
a{outline:none;text-decoration:none}
input,textarea{border:0;float:left}
input[type=checkbox]{width:15px}
input[type=submit]{cursor:pointer}
label{float:left;width:130px}
.tiny{width:40px}
.small{width:80px}
.med{width:110px}
.large{width:160px}
.xlarge{width:230px}
textarea,select{font-family:Arial, Helvetica, sans-serif;font-size:9pt}
img{border:0;display:block}

@font-face {
	font-family: 'brandleyhand';
	src: url('bradleyhand.ttf');
}

body {
	background: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;	
	color: #475057;
}

h1 {
	font-family: Georgia, Helvetica, sans-serif;
	line-height: 30px;
	color: #2d3236;
	margin-bottom: 8px;
}

h3 {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color: #5E5B4F;
	margin-bottom: 10px;
}


ul.bullet {
	font-size:12px;
	line-height:17px;
	list-style-type:cirlce;
	margin:0 0 15px 40px;
	padding:0;
}

ul.bullet li{
	padding:0 0 10px 0;
	margin:0;
}

ul.bullet li a:link {
	color:#3399cc;
	text-decoration:none;
}

ul.bullet li a:hover {
	color:#3399cc;
	text-decoration:underline;
}

ul.bullet li a:visited {
	color:#3399cc;
	text-decoration:none;
}

ul.bullet li a:active {
	color:#3399cc;
	text-decoration:underline;
}

.container {
	width: 940px;
	margin: 0 auto;
}

.header {
	height: 119px;
	overflow: hidden;
	margin:20px 0 0 0;
}
	.subheadings {
		float: right;
		text-align:right;
		font-size:13px;
		color: #84a0bb;
	}
	.subheadings p {
		line-height:30px;
		padding: 0px;	
	}
	.subheadings strong { 
		font-size: 24px;
		font-weight: normal;
		padding-left:5px;
	}
	.subheadings .solgan {
		font-family: 'brandleyhand';
		font-size: 20px;
		color: #2d3236;
	}
	.subheadings .info {
		line-height:18px;
		font-size: 12px;
	}

.menu {
	clear: both;
	width: 940px;
	height: 36px;
	overflow: hidden;
	background: url(../images/nav-repeat.jpg) repeat-x;
}
	.menu li {
		float: left;
		display: inline;
		height: 36px;
		background: url(../images/nav-item.jpg) no-repeat right top;
	}
	.menu li a {
		margin-right: 1px;
		font-size: 14px;
		font-weight: normal;
		color: #ffffff;
		padding: 10px 20px 10px 20px;
		display: block;
	}
	.menu li a:hover {
		text-decoration: underline;	
	}
	.menu li.current a {
		background: url(../images/nav-current.jpg) repeat-x;	
	}

.feature {
	clear: both;
	margin: 20px 0 0 0;	
	height: 380px;
}
.feature .image {
	float: right;
}
.feature .text {
	padding: 20px 13px 0 13px;
	height: 360px;
	float: left;
	width: 285px;
	background: #e0dfda;
}
.feature p {
	color: #5e5b4f;
	font-size:12px;
	line-height:17px;
}

.feature p a:link {text-decoration:underline; color:#5e5b4f;}
.feature p a:visited {text-decoration:underline; color:#5e5b4f;}
.feature p a:hover, p a:active {text-decoration:none; color:#5e5b4f;}

.feature p strong {
	font-size:14px;
	line-height:19px;
}

.pod_image {
	border: 14px solid #d6d4cd;
	float: left;
	width: 268px;
	padding: 2px;
	margin: 23px 0 0 0;
}

.pod_call {
	border: 3px solid #d6d4cd;
	float: left;
	width: 290px;
	padding: 2px;
	margin: 23px 20px 0 0;
}

.pod_call h3 {
	background: url(../images/heading-background.jpg) no-repeat;
	height:36px;
	width: 260px;
	overflow: hidden;
	color: #ffffff;
	font-size: 18px;
	line-height:34px;
	padding-left: 40px;
}

.pod_call .image {
	float: left;
	padding: 5px 14px 14px 13px;
}

.pod {
	border: 3px solid #d6d4cd;
	float: left;
	width: 290px;
	height:204px;
	padding: 2px;
	margin: 23px 20px 0 0;
}
.pod h3 {
	background: url(../images/heading-background.jpg) no-repeat;
	height:36px;
	width: 260px;
	overflow: hidden;
	color: #ffffff;
	font-size: 18px;
	line-height:34px;
	padding-left: 40px;
}
.pod h3 a { color: #ffffff; }
.pod .image {
	float: left;
	padding: 5px 14px 14px 13px;
}
.pod p {
	font-size: 12px;
	line-height:16px;
	color: #415f76;
	padding: 5px 20px 0 0;
}
.pod .link {
	clear: both;
	display: block;
	font-weight: bold;
	color: #415f76;
	background: url(../images/bullet.gif) no-repeat left center;
	padding-left:12px;
	font-size: 13px;
	margin-left: 13px;
}

.pod a:hover {
		text-decoration: underline;	
	}


.footer {
	border-top: 2px #475057 solid;
	margin: 20px 0 40px 0;
	padding-top:5px;
	font-size: 13px;
}
.footer a {
	color: #475057;
	font-size: 13px;
}


.footer a:hover {
		text-decoration: underline;	
	}


.content {
	padding: 0 0px 20px 0px;
	font-size: 14px;
}
.content h1 + p, .mainContentOverview h1 + p { font-weight: bold; }
.content h1 + p, .mainContentOverview h1 + p { font-weight: bold; }
.content ol {
	list-style: decimal;
	list-style-position: inside;
	margin: 0.3em 0 0.8em 1.5em;
	line-height: 18px;
	color: #5E5B4F;
}
.content li {
	list-style: disc;
	list-style-position: inside;
	margin: 0.3em 0 0.8em 1.5em;
	line-height: 18px;
	color: #5E5B4F;
}


#sendEmail {
	float: left;
	width: 370px;
}
label {
	float:left;
	font-size:13px;
	font-weight:bold;
	height:16px;
	margin:3px 0 8px;
	padding:1px 0 0;
	width:120px;
	clear: both;
}

input {
	background:url(../images/input-bk.jpg) no-repeat;
	height:21px;
	padding:3px 0 0 8px;
	margin-bottom: 8px;
	width:196px;
}

textarea {
	background:url("../images/textarea-bk.jpg") no-repeat;
	height:100px;
	margin-bottom: 8px;
	padding:8px;
	width:185px;
}
fieldset {
	margin: 15px 0 0 0;
	padding: 1em;
	border: 1px solid #5e5b4f;
}
.terms {font-size: 12px; padding:0 20px 5px 0; float: right;}
.required, sup {
	color: red;
}
legend { 
	font-weight:bold;
	font-size:14px;
	color: #535151;
	padding: 0 8px 0 8px;
}
.error {
	clear:both;
	color:#CC0000;
	float:left;
	font-size:12px;
	margin:-5px 0 0;
	text-align:left;
	width:300px;
}
#submit {
	background:url("../images/submit.jpg") no-repeat scroll 0 0 transparent;
	cursor:pointer;
	float:left;
	height:24px;
	margin-left:120px;
	width:201px;
}
.map {
	width:458px;
	float: right;
}

#map_canvas {
	float:right;
	height:300px;
	width:458px;
	border:1px solid #5e5b4f;
	margin-top:20px;
}
.directonform { 
	float: right;
	width: 520px;
}

.maproute{ 
	float: right;
	width: 460px;
}
.go {
	background:url("../images/go.jpg") no-repeat scroll 0 0 transparent;
	cursor:pointer;
	height:24px;
	width:31px;
}

/*------------[CONTENT PAGES] -----------------------------*/


.introduction {
	position:relative;
	float:left;
	width:440px;
	margin: 30px 20px 0 0;
	display:inline;
}

.introduction p {
	font-size:12px;
	line-height:19px;
	padding:0 0 20px 0;
}

.introduction p a:link, p a:visited {text-decoration:underline; color:#415f76; font-weight:bold;}
.introduction p a:hover, p a:active {text-decoration:none; color:#415f76; font-weight:bold;}

.introduction strong {
	font-size:13px;
	line-height:18px;
}


.photo {
	position:relative;
	float:left;
	width:460px;
	height:320px;
	margin:30px 0 0 20px;
	padding:0;
	background-color:#666666;
}

/* content pages */

.floatright {
	position:relative;
	float:right;
	margin:0 0 0 40px;
	padding:0;
}


.section {
	position:relative;
	float:left;
	width:695px;
	margin:0 0 0 40px;
	padding:0;
	display:inline; /* ie6 double margin bug fix */
}

#col-one {
	position:relative;
	float:left;
	width:580px;
	margin:0;
	padding:0;
	display:inline; /* ie6 double margin bug fix */
}

#col-one p {
	font-size:12px;
	line-height:19px;
	padding:0 0 20px 0;
}

#col-one p a:link, p a:visited {text-decoration:underline; color:#415f76;}
#col-one p a:hover, p a:active {text-decoration:none; color:#415f76;}

#col-two {
	position:relative;
	float:left;
	width:300px;
	margin:20px 0 0 60px;
	padding:0;
}

.productphoto {
	position:relative;
	float:right;
	margin:0 0 0 10px;
	padding:0;
}


/**
 * Testimonials.
 */
div.testimonial {
	position:relative;
	margin: 0 0 25px 0;
}
div.testimonial div.arrow {
	background: url('../images/testimonial-arrow.png') no-repeat left top;
	position:relative;
	float:left;
	display:block;
	width:38px;
	height:34px;
}
div.testimonial div.title {
	position:relative;
	font-size:18px;
	color:#5e5b4f;
	margin: 0 0 5px 0;
}
div.testimonial div.body {
	background: #eeedeb;
	border: 3px solid #d6d4cd;
	padding: 20px;
	font-size:15px;
	color:#335772;
	margin-left:35px;
}
