﻿/*
 * 		CONTENTS
 * ============================================================
 * 		> Page
 *		> Containers and Layout
 *		> Rules
 *		> Typography
 *		> Headings
 * 		> Header
 * 		> Footer
 * 		> Sub-menu
 *		> Forms
 * 		> Lists
 *		> Page Specific
 * 		> Homepage
 *		> Tour
 * 		> Report Cards
 *		> Landing Pages (/welcome)
 *		> Grid Columns
 *		> Spacers
 *		> Divider (sidebar)
 *		> Misc
 *		> sIFR
 *		> Deprecated
 *		> To be deleted
 *		
 * ============================================================
 */


@import url('/css/reset.css');

body 
{
	margin:0px;
	padding:0px;
	background-color: #fff;
	font-family: Verdana,Georgia,Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #000;
	line-height: 20px;
}

#header
{
	background-color: #daecca;
}

#home_banner
{
	background-color:#003366;
	background-image:url(/images/home-banner-bg.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#home_menu
{
	background:url(/images/home-menu-bg.png);
}

#page_menu
{
	background:url(/images/menu-bg.png);
}

#foot {
	background-color: #daecca;
}

#footer_bottom
{
	background-color: #699e38;
}

/* ===========================================
	CONTAINERS AND LAYOUT
============================================== */

.container, #container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

.leftCol{
	float: left;
	width: 250px;
	padding-right: 10px;
}
.rightCol {
	float: left;
	width: 675px;
	padding-left: 20px;
/*	border-left: 1px solid #DDD;*/
}
.midCol {
	float: left;
	width: 350px;
	padding-right: 30px;
}
.triCol {
	float: left;
	width: 200px;
	padding-right: 30px;
	padding-top:10px;
}

.clBoth, .clearb {
	clear: both;
}
.fLeft {
	float: left;
	text-align: left;
}
.fRight {
	float: right;
	text-align: left;
}


/* hack for shifting footer links in IE */
.layout {
	height: 0;
	he\ight: auto;
	zoom: 1;
}


/* ===========================================
	TYPOGRAPHY
============================================== */
p {
	margin-bottom: 20px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/* main links */
a:link, a:active, a:visited {
	color: #004993;
	text-decoration: underline;
}
a:hover {
	background-color: #afcb95;
	color: #fff;
	text-decoration: none;
}


/* ===========================================
	HEADINGS
============================================== */

h1 {
	font: normal 26px/35px Verdana,Helvetica, Arial, sans-serif;
	padding-right: 35px;	
	color:#003366;
	margin-bottom:10px;
}

h2 {
	font: normal 24px/33px Verdana, Helvetica, Arial, sans-serif;
	color: #666666;
	margin-bottom: 10px;
}

h3 {
	font: normal 22px/25px Verdana, Helvetica, Arial, sans-serif;
	color: #699e38;
	margin:0;
	padding:0;
}

h5
{
	font: normal 11px/18px Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#003366;
}


#home_menu {
	height: 38px;
	padding-top: 8px;
}

#home_menu ul.menu {
	float: left;
	margin: 0;
}
#home_menu ul.menu li {
	list-style: none;
	display: block;
	float: left;
	height: 29px;
	_width: 1px;
}

#home_menu ul.menu .active, #header ul.menu a.active:hover {
	display: block;
	height: 29px;
	font-weight: bold;
	line-height: 26px;
	padding: 0 15px;
	color: #ffffff;
	background: url("/images/header/tab_active.gif") repeat-x;
}
#home_menu ul.menu a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 29px;
	font-weight: normal;
	line-height: 26px;
	padding: 0 12px;
	border-right:solid 1px #daecca;
	font-size:17px;
}
#home_menu ul.menu a:hover {
	background: url("/images/header/tab_hover.gif") repeat-x;
}

#home_menu ul.menu li a.first
{
	padding-left:0px;
}

#page_menu {
	height: 38px;
	padding-top: 8px;
	background-color:#003366
}

#page_menu ul.menu {
	float: left;
	margin: 0;
}
#page_menu ul.menu li {
	list-style: none;
	display: block;
	float: left;
	height: 29px;
	_width: 1px;
}

#page_menu ul.menu .active, #header ul.menu a.active:hover {
	display: block;
	height: 29px;
	font-weight: bold;
	line-height: 26px;
	padding: 0 15px;
	color: #ffffff;
	background: url("/images/header/tab_active.gif") repeat-x;
}
#page_menu ul.menu a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 29px;
	font-weight: normal;
	line-height: 26px;
	padding: 0 12px;
	border-right:solid 1px #cccccc;
	font-size:17px;
}
#page_menu ul.menu a:hover {
	background: url("/images/header/tab_hover.gif") repeat-x;
}

#page_menu ul.menu li a.first
{
	padding-left:0px;
}

#page_menu ul.menu li a.last,#home_menu ul.menu li a.last
{
	border-right:0px;
}

ul.banner-icons
{
	margin:0;
	padding:0;
	float:left;
	width:600px;
}

ul.banner-icons li
{
	float:left;
	display:block;
	list-style:none;
	width:147px;
	height:147px;
}




/* ===========================================
	HEADER
============================================== */
#header {
	height: 91px;
	text-align: right;
}

.logoarea {
	clear: both;
	overflow: hidden;
	height: 90px;
}
.logoarea .logo {
	padding: 5px 0;
	margin-top: 5px;
	float: left;
}
.logoarea .phone {
	float: right;
	padding-top: 0px;
	text-align: right;
	line-height: 24px;
}


/* ===========================================
	FOOTER
============================================== */
#foot {
	font-size: 11px;
	color: #333333;
	text-align: center;
	border-top: 0px solid #699e38;
	padding-top: 0px;
	margin-top: 30px;
	clear: both;
}
#foot a {
	color: #003366;
	text-decoration: underline;
	padding: 1px 0;
}

#foot a:hover {
	background-color: #FFF;
	color: #3193DD;
}
#footer_bottom {
	line-height: 1.6em;
	padding: 20px 0;
	color:White;
}

#footer_bottom a
{
	color:#ffffff;
}

#footer_bottom .footer_bottom_left {
	float: left;
	width: 230px;	
}
#footer_bottom .footer_bottom_mid {
	float: left;
	width: 300px;
}
#footer_bottom .footer_bottom_right {
	float: right;
	width: 280px;
	text-align: right;
}
#footer_bottom .footer_bottom_right img{
	float: right;
	margin-left: 15px;
}


/* ===========================================
	SUB-MENU
============================================== */
ol.submenu { /* Fixed Opera hitbox bug */
	margin: 0px;
	padding: 0;
}
.submenu li {
	font: bold 15px/normal Arial, Helvetica, sans-serif;
	float: left;
	display: block;
	list-style: none;
	border-right: 2px solid #ccc;
	padding: 0 3px;
}
.submenu a:link, .submenu a:visited, .submenu a:active {
	float: left;
	display: block;
	padding: 0 2px;
}
.submenu li.active a {
	background-color: #69af00;
	color: #fff; 
	text-decoration: none;
}
.submenu li.last {
	border: 0;
}




/* ===========================================
	FORMS
============================================== */

label {
	float: left;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	text-align: right;
	padding-right: 5px;
	margin-bottom: 5px;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}
textarea {
	margin-top: 1px;
}
fieldset {
	background-color: #F0F9FF;
	border: 1px solid #0D83DD;
	border-top: 3px solid #0D83DD;
	display: block;
	position: relative;
	width: 480px;
	padding-left: 10px;
}
legend {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000;
	border: 1px solid #0D83DD;
	border-top: 3px solid #0D83DD;
	padding: 5px 10px;
	position: relative;
	top: -13px;
}
.req {
	font-weight: bold;
	color: #f00;
}
.errField {
	border: 1px solid #f00;
	background-color: #FFF4F4;
}

/* form messages */
.error {
	font-weight: bold;
	color: #990000;
	padding: 2px 4px;
	line-height: 20px;
}
.ok {
	font-weight: bold;
	background-color: #00AE00;
	color: #FFF;
	padding: 2px 4px;
	line-height: 20px;
}

/* contact form styles */
.forms label {
	width: 200px;
}
.forms br {
	clear: both;
}
.forms input {
	vertical-align:	middle;
}	
.forms textarea {
	vertical-align:	top;
	width: 260px;
	height: 100px;
	margin-bottom:5px;
}

.forms .formCheckboxList input
{
	width:25px;
	float:left;
}

.forms .formCheckboxList label
{
	display:inline;
	text-align:left;
}




/* ===========================================
	LISTS
============================================== */
ul, ol {
	line-height: 20px;
	margin: 0px 0px 0px 15px;
	padding: 0;
}
ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0;
}
ul li {
	list-style: disc;
}


/* ===========================================
	HOMEPAGE
============================================== */

/* homepage styles */
#home_banner {
	height: 310px;
	padding-top: 40px;
}


/* ===========================================
	SPACERS
============================================== */

.spacer {
	min-height: 1px;
	clear: both;
	width: 100%;
}

.s20
{
	height:20px;
}



/* ===========================================
	MISC
============================================== */

.left { float: left; }
.tleft { text-align: left; }
.tcenter { text-align: center; }
.tright { text-align: right; }
.clear { clear: both; }
.nohover a:hover, a.nohover:hover { background-color: #FFFFFF;}

.sidebar-box {
	margin-bottom: 15px;
}
.sidebar-box .top { 
	background: url("/images/box-top.png") no-repeat;
	height: 10px;	
	padding: 0 10px 0 15px;
	overflow: hidden;
}

.sidebar-box .body { 
	background: url("/images/box-bg.png") repeat-y;	
	padding: 5px 22px 10px 18px;
}

.sidebar-box .bottom { 
	background: url("/images/box-bottom.png") no-repeat;
	height: 10px;	
	padding: 0 10px 0 15px;
}

#foot .container .triCol .menu
{
	margin:0;
	padding:0;
}

#foot .container .triCol .menu li 
{
	list-style-type:none;
}

#foot .container .triCol .menu li a
{
	text-decoration:none;
	color:#666666;
	font-weight:normal;
}

#foot .container .triCol .menu li a:hover
{
	background:none;
}


/*======================================================
BUTTON
======================================================*/

 .clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}



a.button
{
	background:url(/images/btn-100.png);
	display:inline-block;
	height:22px;
	width:104px;
	padding:0px;
	text-align:center;
	text-decoration:none;
	color:#000000;
	background-position: top;
	padding-top:2px;
}

a.button:hover
{
	background-position:bottom;
	background-color:Transparent;
	
}

#foot a.button
{
	text-decoration:none;
	color:#000000;
}

#foot a.button:hover
{
	background-position:bottom;
	background-color:Transparent;
	
}

.testimonials-box
{
	background-color:#efefef;
	border:solid 1px #dfdfdf;
	padding:20px;
	font-style:italic;
}

.testimonialsign
{
	clear:left;
	font-weight:bold;
}

ul.serviceslist li
{
	padding-bottom:15px;
}

.defaultTable
{
	border-collapse:collapse;
	border:solid 1px #dbdbdb;
}

.defaultTable th
{
	border-bottom:solid 1px #dbdbdb;
	border-right:solid 1px #dbdbdb;
	padding:5px 10px 5px 10px;
}

.defaultTable td
{
	border-bottom:solid 1px #dbdbdb;
	border-right:solid 1px #dbdbdb;
	padding:5px 10px 5px 10px;
}

.defaultTable tr.altRow
{
	background-color:#f7f7f7;
}

ul.portfolio
{
	margin:0px;
	padding:0px;
}

ul.portfolio li
{
	list-style-type:none;
	float:left;
	font-size:12px;
	width:225px;
	height:350px;
}

ul.portfolio li a
{
	font-weight:bold;
	font-size:13px;
}
