/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
                          
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html, label, table, tr, td {
	margin:0;
	padding:0;
	vertical-align:top;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img, a img, :link img, :visited img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body {
	background:#0d285d url(../images/repeat-x.jpg) top repeat-x;
	text-align:center;
	font:13px/21px Arial, Helvetica, sans-serif;
	color:#036;
}
#top-special {
	display:none;
}
blockquote {
	margin-left:10px;
	margin-right:10px;
}
h1 {
	font-size:1.5em;
	color:#405278;
}
h1 span {
	color:#00818F;
}
h2 {
	font-size:1.4em;
	color:#405A6B;
}
body#index h2 {
	font-size:1.6em;
	color:#4C5C66;
	text-transform: capitalize;
	font-weight: lighter;
}
body#index .feature-pods h2 {
	color: #DEC378;
	margin: 0;
}
h3 {
	font-size:1.1em;
	color:#7ba1aa;
}
h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
p {
	color: #036;
}
p.review-comments {
	display:block;
	padding:0 10px 0 0;
}
a:link, a:visited {
	color:#405A6B;
	text-decoration:none;
	outline:none;
}
a:hover, a:active {
	color:#003363;
	text-decoration:none;
	outline:none;
}
.split-pod a:link, .split-pod a:visited {
	color:#4C5C66;
	text-decoration:underline;
	outline:none;
}
.split-pod a:hover, .split-poda:active {
	color:split-pod;
	text-decoration:none;
	outline:none;
}
h2 a:link, h2 a:visited {
	color:#D7D7D7;
	text-decoration:underline;
	outline:none;
}
h2 a:hover, h2 a:active {
	color:#D7D7D7;
	text-decoration:underline;
	outline:none;
}
h1, h2, h3, p {
	margin-bottom:10px;
}
h1, h2, h3 {
	text-transform:capitalize;
	font-weight:bold;
}
.special {
	display:none;
}
ul#sub-nav {
	background:url(../images/bg-sub-nav.png) top left no-repeat;
	padding: 5px 0 0 0;
}
ul#sub-nav li {
	list-style:none;
	margin:0 0 7px 45px;
}
/* ------------------------ classes ------------------------ */
.clear {
	clear:both;
	width:100%;
}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url(../images/bullet-back-to-top.jpg) right no-repeat;
}
img.img-left {
	float:left;
	margin:2px 10px 10px 0px;
}
img.img-right {
	float:right;
	margin:5px 0px 10px 10px;
}
/* ------------------------ form elements ------------------------ */
form {
	width:400px;
	margin:10px 0 15px 0; /* set margin left and right below */
}
.col-right form {
	width:255px;
	margin:0 0 0 50px;
	display:block;
}
.col-right form#searchform {
	width:100%;
	margin:0 0 10px 0;
	display:block;
}
.col-right form#searchform #searchsubmit {
	width:80px;
	margin:0 0 0 5px;
	display:inline;
	height: 23px;
	background: url(../images/button-submit-small.png);
	color: #E8CB5D;
	border:none;
	padding:0;
}
form label {
	font-size:.95em;
}
form br {
	line-height:0;
	height:0;
} /* defaults vertical spacing between fields */
input, textarea, select {
	background:#fff3dd; /* to prevent highlighting by Google Toolbar */
	border:2px solid #fdb813;
	color:#003162;
	width:250px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
}
textarea {
	height:90px;
	overflow:auto;
}
input#encrypt-form, input#reply-from {
	display:none;
}
input#check-form {
	display:none;
} /* test before you change !! will be display:none;*/
.copyright {
	display:none;
	z-index:-99;
}
/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main {
	margin:0;
}
#contact-main label {
	width:150px;
	position:relative;
	display:block;
	text-align:right;
	margin-bottom:20px;
	font-size:1em;
	color:#042e68;
	font-weight: bold;
}
#contact-main label input, #contact-main label textarea, #contact-main label select {
	width:250px;
	position:absolute;
	left:110%;
	top:-2px;
	vertical-align: middle;
	padding:10px 0 0 10px;
}
#contact-main label select {
	width:175px;
} /* fixes display issue - 5px larger than input field */
#contact-main label textarea {
	height:100px;
	overflow:auto;
}
/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main {
	width:60px;
	height:20px;
	cursor:pointer;
	padding:0;
}
input.submit-contact-main {
	margin:40px 0 0 130px;
	width: 100px;
	height: 30px;
	background-color: #FDB813;
	color: #030;
	font-weight: bold;
} /* defines placement of contact-main submit button */
/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ all about wrap ------------------------ */
body#contact #wrap {
	display:block;
	width:920px;
	margin:20px auto;
	background-color:#FFF;
	border:3px solid #fdb813;
	padding:20px 0;
}
#main-wrap {
	background: url(../images/main-bg-repeat-x.gif) top repeat-x;
	width:100%;
	margin:0 auto;
	text-align:left;
}
#main-wrap .top-wrap {
	background: url(../images/main-top-wrap.jpg) top center no-repeat;
	width:100%;
	margin:0 auto;
	text-align:left;
	height:360px;
}
#intro-wrap {
	background:#a6adb1 url(../images/intro-bg-repeat-x.gif) top repeat-x;
	width:100%;
	margin:0 auto;
	text-align:left;
}
#intro-wrap .top-wrap {
	background: url(../images/intro-top-wrap.gif) top center no-repeat;
	width:100%;
	margin:0 auto;
	text-align:left;
	padding: 20px 0 0 0;
}
#feature-wrap {
	background:url(../images/feature-bg-repeat.gif) top repeat-x;
	width:100%;
	margin:0 auto;
	text-align:left;
	color:#FFF;
}
#feature-wrap span {
	display:none;
}
#feature-wrap .top-wrap {
	background: url(../images/feature-top-wrap.gif) top center no-repeat;
	width:100%;
	margin:0 auto;
	text-align:left;
	height:206px;
	padding: 57px 0 0 0;
}
.feature-image {
	width:300px;
	float:left;
	display:block;
}
.feature-image img {
	display:block;
	margin:10px auto 0 auto;
}
.feature-pods {
	width:342px;
	float:left;
	display:block;
	padding:10px 0 0 20px;
}
.feature-pods h3 {
	margin:0;
}
a#feature-button {
	background:url(../images/feature-button.jpg);
	height:31px;
	width:305px;
	display:block;
}
#footer-wrap {
	background:url(../images/footer-top-wrap.gif) top center no-repeat;
	width:920px;
	margin:0 auto;
	text-align:center;
	color:#426067;
	padding: 0;
}
#footer-wrap td { width:50%; text-align:center;}
#footer-wrap td span{ display:none;}
#footer-wrap h3 {
	color: #CDD1DC;
}
.footer-pods {
	width:320px;
	float:left;
	display:block;
	padding:0 0 0 20px;
}
.footer-pods h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#666;
}
.wrap {
	width:920px;
	display: block;
	margin: 0 auto 20px auto;
	padding: 0;
	background:url(../images/repeat-y.jpg) top repeat-y;
}
#content-bottom {
	background:url(../images/content-bottom.jpg) bottom no-repeat;
}
#bottom-wrap {
	background:url(../images/bg-bottom.jpg);
	height:20px;
	clear:both;
	width:920px;
}
.split-pod {
	width:472px;
	padding:0;
	float:left;
	display:block;
	margin: 0 25px 0 15px;
}
.split-pod ul {
	margin:0 0 10px 0;
	display:block;
	padding:5px;
}
.split-pod li {
	list-style:disc;
	margin:0 0 5px 15px;
	font-size: 11px;
	color: #161E20;
}
/* ------------------------ subpage ------------------------ */
#sub-wrap {
	background: url(../images/main-bg-repeat-x.gif) top repeat-x;
	width:100%;
	margin:0 auto;
	text-align:left;
}
#sub-wrap .top-wrap {
	background: url(../images/sub-top-wrap.gif) top center no-repeat;
	width:100%;
	margin:0 auto;
	text-align:left;
	height:308px;
}
body#sub #intro-wrap {
	background: url(../images/sub-intro-wrap.gif) top center no-repeat;
	width:100%;
	margin:0 auto;
	text-align:left;
	color:#CCC;
}
body#sub #intro-wrap small {
	color:#7ba1aa;
	font-size:0.8em;
}
body#sub #intro-wrap h1 {
	color:#e8cb5d;
	font:2em/1.2em Arial, Helvetica, sans-serif;
	margin: 0;
}
body#sub #intro-wrap h2 {
	margin:0 0 10px 0;
	color: #FFC;
	font-weight: lighter;
}
body#sub #footer-wrap {
	background: url(../images/sub-footer-wrap.gif) top center no-repeat;
	width:100%;
	margin:0 auto;
	text-align:left;
	color:#426067;
	padding: 20px 0;
}
body#sub .footer-pods {
	width:320px;
	float:left;
	display:block;
	padding:0 0 0 20px;
}
body#sub .footer-pods#left li, .footer-pods#left li {
	border:none;
	padding:0;
}
body#sub .footer-pods#left h3 {
	color:#6C9DA8;
}
.col-left {
	width:440px;
	float:left;
	padding:0 0 0 20px;
	margin: 0;
	text-align: left;
	color: #405278;
}
#call-main {
	background:url(../images/callus-box.jpg) top no-repeat;
	height:115px;
	position:relative;
	display:block;
}
#call-main h2 {
	display:block;
	top:47px;
	left:154px;
	position:absolute;
	color: #042E68;
	font-size: 2.2em;
	height: 37px;
	width: 254px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 0 20px 0;
	margin: 0;
}
#call-main h3 {
	display:none;
}
p#intro {
	display:block;
	padding:10px 0 0 0;
	background: url(../images/col-left-shadow.jpg) top no-repeat;
}
#fadeshow1 {
	width:350px;
	height:200px;
	border:3px solid #fdb813;
	margin: 20px auto 0 auto;
	z-index: 0;
}
ul#features li {
	width:210px;
	display:block;
	float:left;
	margin:0 10px 10px 0;
	list-style:none;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
body#sub .col-left p strong {
	color:#FFF;
}
body#sub .col-left ul {
	margin:0 0 10px 0;
}
body#sub .col-left li {
	list-style:disc;
	margin:0 0 0 15px;
}
p.postmetadata {
	font-size:9px;
	font-weight:lighter;
}
.col-left .navigation {
	display:block;
	width:100%;
	text-align:right;
}
.col-right {
	width:390px;
	float:left;
	padding:0;
	margin: 0 0 0 40px;
	text-align: left;
}
.col-right #gmap {
	width:350px;
	height:200px;
	border:3px solid #fdb813;
	margin:20px auto;
	text-align: center;
}
.col-right table {
	width:400px;
}
.col-right h3 {
	background:url(../images/small-arrow.jpg) top left no-repeat;
	padding:0 0 0 30px;
}
.col-right h3 span.title {
	display: block;
	width: 160px;
	height:20px;
	font:14px Georgia, "Times New Roman", Times, serif;
	color: #003263;
	font-weight: bold;
}
.col-right h3 span.more {
	display: block;
	width: 160px;
	font:10px Arial, Helvetica, sans-serif;
	color: #900;
	font-weight: bold;
	text-decoration:underline;
}
.col-right h4 {
	background:url(../images/bubble-tryus.jpg) top left no-repeat;
	width:197px;
	height:92px;
	position:relative;
}
.col-right h4 span {
	display: block;
	font:20px Arial, Helvetica, sans-serif;
	color: #003263;
	top: 10px;
	left:28px;
	position:absolute;
	width: 156px;
	text-align: center;
	font-weight: bold;
	height: 52px;
}
.col-right h4 span strong {
	background-color:#750009 !important;
	display:block;
	color: #FFC;
	margin: 0 0 5px 0;
	font:16px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.col-right h3 a.content {
	display:block;
	font:11px Arial, Helvetica, sans-serif;
	padding:0;
	width: 150px;
	height:20px;
	color: #B23233;
	margin: 0;
	font-weight:bold;
}
.col-right h3 a:link, .col-right h3 a:visited {
	color: #B23233;
	text-decoration:underline;
	outline:none;
}
.col-right h3 a:hover, .col-right h3 a:active {
	color: #B23233;
	text-decoration:none;
	outline:none;
}
.title {
	background:url(../images/header-blank.jpg) top no-repeat;
	width:390px;
	height:36px;
	display:block;
	position: relative;
}
.title span {
	position:absolute;
	display:block;
	top:4px;
	left:29px;
	font-size: 20px;
	width: 319px;
}
.title-content {
	padding:10px 0 0 0;
	display:block;
}
.title-content table {
	width:390px;
}
#rating {
	font-size:10px;
	vertical-align:center;
}
#rating img {
	vertical-align:text-top;
}
.title-content table#moresize {
	width:140px;
}
#button-client {
	background:url(../images/button-client-login.png) top no-repeat
}
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background: url(../images/masthead.jpg);
	height:322px;
	margin: 0 0 10px 0;
}
body#sub #masthead {
	position:relative;
	background: url(../images/sub-mast-header.gif);
	height:254px;
}
/* index page link within #masthead */		
#masthead a.logo {
	position:absolute;
	left:31px;
	width:436px;
	top:29px;
	height:63px;
}
#masthead a.consultation {
	position:absolute;
	left:655px;
	width:218px;
	top:73px;
	height:68px;
}
body#sub #masthead a.consultation {
	position:absolute;
	left:11px;
	width:209px;
	top:184px;
	height:52px;
}
body#sub #masthead a.consultation {
	position:absolute;
	left:802px;
	width:217px;
	top:11px;
	height:66px;
}
#masthead #sub-nav-wrapper {
	position:absolute;
	left:661px;
	top:50px;
	width:354px;
	height:28px;
}
#masthead h2#logo {
	display:block;
	top:17px;
	left:328px;
	position:absolute;
	color: #405278;
	font-size: 1.8em;
	height: 109px;
	width: 250px;
	margin: 0;
	border-color: #093282;
	border: #093282 2px solid;
}
#masthead h2#logo span {
	display:none;
}
#masthead h2#phone {
	display:block;
	top:40px;
	left:602px;
	position:absolute;
	color: #405278;
	font-size: 1.8em;
	height: 37px;
	width: 295px;
	padding: 0 0 20px 0;
	margin: 0;
}
#masthead h2#phone span {
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
}
#masthead a span {
	display:none;
}
/* ------------------------footer framework ------------------------ */

#footer-wrap p {
	color:#CDD1DC;
	margin-bottom:5px;
	font-weight: bold;
	text-transform:capitalize;
	font-size: 10px;
}
#footer-wrap a:link, #footer-wrap a:visited {
	color:#CDD1DC;
	text-decoration: none;
}
#footer-wrap a:hover, #footer-wrap a:active {
	color:#CDD1DC;
	text-decoration: underline;
}
#footer-wrap h2 {
	font-size:10px;
	margin:0 0 5px 0;
}
#footer-wrap h2 a:link, #footer-wrap h2 a:visited {
	color:#6c9da8;
	text-decoration:underline;
	outline:none;
}
#footer-wrap h2 a:hover, #footer-wrap h2 a:active {
	color:#6c9da8;
	text-decoration:underline;
	outline:none;
}
#footer-wrap ul {
	margin:0 0 10px 0;
}
#footer-wrap li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
	display: inline;
	border-left: 1px solid #426067;
}
#footer-wrap li.first {
	border: none;
	padding: 0 5px 0 0;
}
/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav {
	width:920px;
	height:54px;
	position:absolute;
	left:150px;
	width:631px;
	top:294px;
	height:19px;
	text-align: center;
}
#nav span {
	display: none;
}
#nav li {
	height:20px;
	list-style:none;
	margin: 0 0 0 10px;
	text-transform: capitalize;
	padding:0 5px 0 15px;
	display: inline;
	border-left: 1px solid #fff;
	font-weight:bold;
}
#nav li.first {
	border: none;
	padding: 0 5px 0 0;
}
#nav a:link, #nav a:visited {
	color:#FFC;
	text-decoration:none;
	outline:none;
}
#nav a:hover, #nav a:active {
	color:#FFC;
	text-decoration:underline;
	outline:none;
}
