* {
	margin:0;
	padding:0;
}

html, body { height:100%; }
/* General Style Info */
body {
	background: #fff;
	color: #000;
	font-family:Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
}
a {
	color: #007d7d;
	text-decoration:none;
}
a:hover {
	color: #000;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	color: #007d7d;
	font-size: 100%;
	padding: 6px 8px;
}
h3 {
	color: #339797;
	font-size: 165%;
	padding-top: 1em;
}
h4 {
	color: #339797;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}
p {
	margin: 0 0 1em 0;
}

.hide {
	display: none;
	visibility: hidden;
}
.hide img {
	display: none;
	visibility: hidden;
}

/* Layout */
#container {
	position:relative; /* needed for footer positioning*/
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/

	min-height:100%; /* real browsers */
	
	min-width: 960px;
	
	background: url(../img/cont_back.gif) #e6f2f2 0 24px repeat-x fixed;
	text-align: left;
	border: 24px solid #fff;
	overflow: hidden;
}

#header{
	position: relative;
	z-index: 100;
}
#content{
	clear: both;
	color: #333;
	border-right: 97px solid #fff;
	width: 719px;
	background: #e6f2f2;
	position: relative;
	z-index: 60;
}
#content .items {
	padding: 0 0 47px 0;
}
#footer {
	clear: both;
	text-align: left;
	position: fixed;
	left: 743px;
	top: 0;
}
* html #footer {
	left: 719px;
	top: -24px;
}
#footer #logo {
	position: relative;
	width: 241px;
	height: 335px;
	background: url(../img/logo_vert.gif) bottom right no-repeat #fff;
	text-indent: -300em;
}
#footer #logo a {
	display: block;
	position: absolute;
	width: 146px;
	height: 179px;
	bottom: 0;
	left: 95px;
}

#content .headerImg {
	border-bottom: 1px solid #fff;
	width: 719px;
	height: 190px;
}

#content .headerImg, #content .items img, #content img {
	-ms-interpolation-mode: bicubic;
}

/* Nav */
#header ul {
	list-style: none;
	padding: 0; margin: 0;
}
#header .nav li {
	float: left;
	display: inline;
	width: 144px;
	position: relative;
	padding: 0;
	margin: 0 0 0 0;
}
#header .nav li a {
	display: block;
	text-decoration: none;
	color: #339797;
	width: 135px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 25px 0 6px 8px;
	background: #cce5e5;
}
#header .nav li.sel a {
	background: #80bebe;
	color: #000;
}
#header .nav li:hover a,
#header .nav li.sfhover a {
	background: #f3c33f;
	color: #000;
}

#header .nav li li {
	width: 127px;
}
#header .nav li:hover li a, 
#header .nav li.sfhover li a, 
#header .nav li.sel li a, 
#header .nav li li a {
	display: block;
	color: #178888;
	width: auto;
	border: 0;
	padding: 0 0 0 0;
	background: none;
	line-height: 1.4em;
}
#header .nav li li.sel a, 
#header .nav li li a:hover {
	color: #000;
	background: none;
}

#header .nav li ul {
	position: absolute;
	height: 0;
	left: -999em;
	width: 127px;
	padding: 6px 8px;
	background: url(../img/trans_white.png);
}
#header .nav li:hover ul, 
#header .nav li.sel ul, 
#header .nav li.sfhover ul {
	left: auto;
	height: 178px;
}

#content .headerImg #contact {
	width: 127px;
	background: #cce5e5;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 6px 8px;
	margin-left: 431px;
	height: 178px;
}
#content .headerImg p {
	margin: 0 0 1em 0;
}
#content #googleMap {
	width: 719px;
	height: 382px;
	border-bottom: 1px solid #fff;
}
#content .footer {
	position: absolute;
	bottom: 0;
	border-top: 1px solid #fff;
}
#content .footer.contact div {
	margin-left: 431px;
	border-right: 1px solid #fff;
}
#content .footer.contact a {
	color: #000;
}

#content .footer.client div {
	width: 719px;
	border: 0;
}
#content .footer.client p {
	color: #000;
	padding: 6px 8px 6px 8px; margin: 0;
	line-height: 1em;
}
#content.clientlogin .headerImg {
	background: #e6f2f2;
}


#content .footer.client, #content .footer.contact {
	position: relative;
	bottom: auto;
}
#content .footer.client {
	border: 0;
}
#content.clientlogin {
	background: #cce5e5;
}


#content .footer div {
	float: left;
	width: 143px;
	height: 46px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #cce5e5;
	overflow: hidden;
}
#content .footer div.fI {
	border-left: 0;
}
#content .footer a, #content .footer p {
	display: block;
	padding: 6px 8px 0 8px; margin: 0;
	line-height: 52px;
	color: #007d7d;
}
#content .footer div.wide {
	width: 287px;
}
#content .footer a:hover {
	background: #f3c33f;
	color: #000;
}



/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}



/* Notices and Errors */
div.message {
	clear: both;
	color: #66b1b1;
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/* Related */
div.related {
	clear: both;
	display: block;
}



.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.cF:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.cF {display: inline-table;}

/* Hides from IE-mac \*/
* html .cF {height: 1%;}
.cF {display: block;}
/* End hide from IE-mac */
