﻿/* MASTER DEFAULTS ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */
body {margin: 0px;	padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#617C8B; line-height: 155%; background: #ffffff;}
form {padding:0px; margin:0px;}
input,textarea {font-family: Arial, Helvetica, sans-serif; font-size:10px; color:#000000;}
a {color:#617C8B; text-decoration:underline;}
a:hover {color:#617C8B; text-decoration:none;}
p { margin-top:0px; padding-top:0px;}
/* •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */


/* ----- SITE TEMPLATE STYLES -------------------------------------------------------------------------------------------------------------- */
#wrapper {width:960px; margin:0px auto;}
#horizNav {height:63px; float:left; width:960px;}
#footer {font-size:10px; color:#617C8B; padding-bottom:50px; float:left; width:960px;}
	#footer .floatLeft { padding-top:10px;}
	#footer .floatRight { padding-top:10px;}
	#footer a {color:#ABBAC2; text-decoration:none;}
	#footer a:hover {color:#FFF; text-decoration:none;}



/* ----- HOMEPAGE CONTENT STYLES -------------------------------------------------------------------------------------------------------------- */
#mainHm {background:url(../images/bkgMain.gif) repeat-x; padding-left:37px; float:left; width:923px;}
#compareQual {background:url(../images/bkgQualityPod.jpg) no-repeat; height:523px; float:left; width:484px;}
	#compareQual .lft { font-size:12px; color:#FFF; line-height:140%; padding:100px 0px 0px 43px; float:left; width:188px; }
	#compareQual .rt { float:right; width:217px;}
#rtPods { float:left; width:404px; }
	#rtPods .about { padding:55px 50px 0px 26px; line-height:120%; }
	#rtPods .about p {margin-bottom:10px;}
	#rtPods .about .title { font-size:20px; line-height:100%; display:block; padding-bottom:4px;}



/* ----- INTERIOR CONTENT STYLES -------------------------------------------------------------------------------------------------------------- */
#mastermain { background:#FFF; padding:5px 40px 15px 43px; float:left; width:877px; }

	


/* ----- GENERAL STYLES -------------------------------------------------------------------------------------------------------------- */
/*floats*/
.floatLeft {float:left;}
.floatLeftFullWdth {float:left; width:100%;}
.floatRight {float:right;}
.clearLeft { clear:left;}


/*content formatting*/
h1, h2, .head { font-size:20px; color:#6A8B9E; line-height:105%; display:block; padding-bottom:10px; }
	.head a {color:#6A8B9E; text-decoration:none;}
	.head a:hover {color:#435B69; text-decoration:none;}
	.head .subHead { font-size:14px; line-height:105%; color:#559333; display:block; padding:5px 0px 0px 0px;}
h3, 	.subHead { font-size:14px; line-height:105%; color:#559333; display:block; padding:0px 0px 4px 0px; }
.tertHead {font-size:10px; font-weight:bold; color:#559333; text-transform:uppercase; letter-spacing:.05em; display:block; padding-bottom:2px;}
.accent01 {color:#6A8B9E;} /*BLUE*/
.accent02 {color:#559333;} /*GREEN*/


/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;		
}
tr { background: #fff; }
tr.altrow { background: #cccccc;	}
th, td {
	text-align: left;			
	border-width: 1px;
  	border-style: solid;
  	vertical-align:middle;
}
th {
	color: #336633;
	font-weight: bold;
	background: #d7ebf9;
	padding: .8em 1em;	
  	border-color: #aed0ea;	
}
td {
	border-color: #aed0ea;	
	padding: .3em 1em;	
}	
/* end - table */

/* Images */

.imgright 
{
	background: #FAFAFA;
    border: 1px solid #cccccc;
	padding: 8px;
	margin: 5px 0px 10px 10px;
	float: right;
}

.imgleft 
{
	background: #FAFAFA;
    border: 1px solid #cccccc;
	padding: 8px;
	margin: 5px 10px 5px 10px;
	float: left;
}

.img .starrate {
   	border: 0px;
   	padding: 0px;
}

#GIS
{
	background: #FAFAFA;
    border: 1px solid #cccccc;
	padding: 8px;
	margin: 5px 0px 10px 10px;
}


#content-wrapper-split {
	margin: 0 auto;	
	background: #fff url(../images/content-bg.gif) repeat-y center top;	
	padding-bottom: 35px;
	padding-top: 15px;		
	overflow:  visible ; 
}

#content-wrapper-full {
	margin: 0 auto;	
	background: #fff url(../images/content-bg-full.gif) repeat-y center top;	
	padding-bottom: 35px;
	padding-top: 15px;		
	overflow:  visible ;
}

/* left column */
#left-column h2{
	letter-spacing: -0.5px;
	padding: 5px 5px 0 5px;
	margin: 0px 0 5px 0;
}

/* sidebar menu */
.sidemenu ul {
	text-align: left;
	margin: 0px 5px 0px 0px; padding: 0;
	border-top: 1px solid #ebebeb;
}
.sidemenu ul li {
	list-style: none;
	padding: 2px 5px;
	margin: 0;
	
}
* html body .sidemenu ul li {
}
.sidemenu ul li a, 
.sidemenu ul li a:visited, 
.sidemenu a 
{
	background-image: none;	
	background-color: transparent;
	text-decoration: none;
	border: none;
	color: #669966;
	padding-left: 0;
	display: inline-block;
	
}
.sidemenu ul li a span {
	color: #9F9F9F;	
	font-style: normal;
}
.sidemenu ul li a:hover, 
.sidemenu a:hover
 { color: #000;	}
.sidemenu ul ul { margin: 0 0 0 5px; padding: 0; }
.sidemenu ul ul li { background: none; }

/* main column */
#main h2 
{
	margin: 0, 15px, 0, 5px;	
	padding: 0, 0, 3px, 5px;
	border-bottom: 1px solid #cccccc;	
}	

#main h2 a {
	color: #444;
	border: none;
}

#main p,ul,ol,dl {
	text-align: justify;
}

#main ul,ol 
{
	margin-top: 0px;
	margin-bottom: 0px;
}
	
	
/* alignment classes & additional classes*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.no-border { border: none; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

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

.noborder 
{
	border: none 0px !important;
}

.noborder td
{
	border: none 0px !important;
	background-color: transparent;
}
