/*
Theme Name: Samm Data Coda Style
Author: dnnsldr
Author URI:
Version: 1.0.02
*/
/*global resets*/
* {margin:0; padding:0}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend caption{ margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline}
:focus{outline:0}
ol, ul{list-style:none}
blockquote:before, blockquote:after, q:before, q:after{content:""}
blockquote, q{quotes:"" ""}
strong { font-weight: 700 }
em { font-style: italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */


body {
	line-height: 1.5em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #fff;
	background: #336666 url(images/background.png) repeat-x;
}
body.mappage {
	background: #fff;
	line-height: 1.5em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #424140;
}

h1, h2, h3, h4, h5 { color: /*#99433D;*/#000; margin: 0; font-weight: 500;}
	h1 { font-size: 1.6667em; line-height: 1.4em; padding: 8px 0 0 0;}
	h2 { font-size: 1.3333em; line-height: 1.75em; padding: 0.5em 0 0 0;}
	h3 { font-size: 14px;}
	
a {
	/*color: #47B3B2;*/
	color: #146BCC;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover { border-bottom: none; text-decoration: none;/*color: #99cccc;*/color: #3D6999; }

.clear { clear: both;}
.hidden { display: none; }

.left {
	float: left;
}
.right {
	float: right;
}

.hr {
	width: 100%;
	height: 0;
	overflow: hidden;
	border-top: 1px solid #e3e3ca;
	border-bottom: 1px solid #fffffd;
}
	#content .hr { width: 100%; }
	#content div div.hr { width: 100%; }

/*******************LAYOUT**********************/

/*MAIN BODY*/

#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
}  
/*HEADER*/
#header {
	/*background:url(images/header.png) center top no-repeat;*/
	height: 335px;
} 
#header .maps-trio {
	float: right;
	background: url(images/maps_trio.png) no-repeat;
	height: 250px;
	width: 580px;
	margin-top: 10px;
} 
#header .logo {
	float: left;
	height: 150px;
	width: 365px;
	margin-top: 65px;
	background: url(images/logo.png) no-repeat;
}
#header .logo a {display: block;height: 150px;width: 365px;border: none;}
.logo a:hover {
	border-bottom: none;
}
	#header h1,
	#header h2{
		display:none;
	}
#nav ul{
	margin:0 auto;
	text-align: center;
	margin-top: 15px;
}
#nav li{
	display: block;
	float:left;
	width:320px;
	
}
#nav ul li a {
	text-decoration: none;
	border-bottom: none;
	font-size: 32px;
	
}
#nav ul li a:hover {
	text-decoration: none;
	border-bottom: none;
	font-size: 34px;
}
				
#page_header{
	margin:0 auto;
	width:900px;
	padding-bottom: 15px;
	background:url(images/page_header.png) center top no-repeat;
}
	#page_header p{
		/*display:none;*/
	}

/*CONTENT*/   
#content {
	position: relative;
	width: 960px;
	padding-top: 10px;
}
#content.light {
	width: 90%;
	margin: 0 auto;
}
#content p {
	padding: 5px 0 5px 0;
	line-height: 1.6;
}
#content .links {
	color: #8FB2B1;
	border-bottom: 1px dotted;
}
#content .links:hover {
	border-bottom: none;
}
#content ul {
	padding-left: 30px;
	list-style: none;
}
#content li {
	margin-bottom: 8px;
}
.checks li {
	padding-left: 36px;
	padding-bottom: 3px;
	background: url(images/arrow_right.png) no-repeat left top;
}

.checks a:hover {
	border-bottom: none;
}
			
p.desc {
	font-family: "Avenir LT Std 45 Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;;
	line-height: 1.5;
	color: #fff;
	padding: 0 10px 10px 0;
}

#contact {
	width: 740px;
	padding-left: 20px;
	float: left;
}

#wide {
	float: left;
	width: 580px;
	padding-bottom: 20px;
}
#wide ul {
	list-style: none;
}
#wide li {
	padding-top: 5px;
}
#wide p {
	padding: 5px 0 5px 0;
	line-height: 1.6;
}
.maps {
	display: block;
	text-align: center; /*centers text & image*/
	margin: 5px auto; /*centers the whole div*/
	padding-bottom: 1px; /*this depends of your design*/
	font-size: 0.85em;
	color: #98cbcb;
}
.maps a { border-bottom: none; left: -7px;}
.maps a:hover { border-bottom: 1px dotted #504D0B; }
.maps img { margin: 0 10px 0 0; }

.map_desc {
	float: left;
}
.map_desc p {
	margin-top: 5px;
}
/*****************sidebar***********/		
#sidebar {
	float: left;
	width: 200px;
}
#sidebar .box {
	width: 200px;
	background: /*#99cccc;*/#8FB2B2;
	color: #594b38;
	border: 1px solid #e7e7d4;
	padding-bottom: 30px;
}
#sidebar .box a {
	color: #594b38; 
	border-bottom: 1px dotted #594b38;
	font-weight: 700;
}
#sidebar .box a:hover {
	border-bottom: none;
	color: #4A320D;
}
#sidebar .box ul.contact { margin: 0 0 0 10px; }
#sidebar .box ul li {
	list-style: none;
	padding-left: 40px;
}
#sidebar .email {
	margin-top: 20px;
	background: url(images/Email.png) no-repeat top left;
}
#sidebar .email span {
	font-size: 12px;
}
#sidebar .info {
	margin-top: 20px;
	background: url(images/info.png) no-repeat top left;
}
#sidebar .info span {
	font-size: 12px;
}
/*************VCARD*****************/
#vcard {
	margin-top: 10px;
	padding-left: 10px;
	font-size: 13px;
}
#vcard h3 {
	font-size: 12px;
	font-weight: 700;
}
#vcard h4 {
	padding: 5px 0px 2px 0px;
	text-decoration: underline;
}
#vcard img {
	padding: 5px 5px 0px 0px;
}
#vcard p {
	margin-top: -12px;
	font-size: 12px;
}	
#vcard .email {
	background: none;
	font-size: 14px;
}
#vcard .tel {padding-bottom: 8px;}

/*************contact form************/
p.emailform {
	margin-left: 25px;
}
p.tech {
	color: #594b38;
}
fieldset {
	border: 1px solid #e7e7d4;
	float: left;
	position: relative;
	width: 718px;
	margin-left: 20px;
	padding: 10px 0 29px 20px;
}
label {
	font: bold .75em;
	color: #000;
	text-transform: uppercase;
	display:block;
	padding-right: 15px;
	height: 20px;
	line-height: 20px;
}
div.row {
  clear: both;
  padding-top: 10px;
  }
  div.row span.label {
  float: left;
  width: 110px;
  text-align: right;
  }

div.row span.formw {
  width: 335px;
  text-align: left;
} 
label.selfcc {
	padding: 5px 0 0 110px;
}
label.send {
	padding: 15px 0 10px 110px;
}
/*************footer***************/
#footer {
	position: relative;
	width: 960px;
	height: 3.833em;
	margin: 0.667em 1px;
	color: #c9c9c9;
}
	
#footer ul {
	position: absolute;
	top: 1.5em;
	left: 0;
	margin: 0;
}
#footer ul li {
	display: inline;
	list-style: none;
	list-style-position: outside;
	padding: 0 0.75em 0 0;
	margin: 0;
}
	
#footer a {
	color: #c9c9c9;
	border: none;
}
#footer a:hover { border-bottom: 1px dotted #c9c9c9; }
		
#footer p.copyright {
	position: absolute;
	top: 1.5em;
	right: 0;
}




#column1 {
	float: left;
	width: 330px;
	padding-bottom: 20px;
}
#column1 ul {
	list-style: none;
}
#column1 li {
	padding-top: 5px;
}

#column2 {
	float: right;
	width: 330px;
	padding-bottom: 20px;
	padding-right: 0px;
}
#column2 ul {
	list-style: none;
}
#column2 li {
	padding-top: 5px;
}
#column2 a {
	color: #8FB2B1;
}