* { 
	margin:0; 
	padding:0;
}

/* no shift */
html { height: 101%; }

body { 	
	background:#e4e7de url(images/tail_site.gif) top center repeat-x; 
	font-size:12px;
	line-height: 18px; 
	font-family:tahoma; 
	color:#221F1D; 
	text-align: justify;
        text-justify: newspaper;
}


/* --------------------------------------  high level */
a {text-decoration: none;}

a:hover {text-decoration: underline;}

h1, h2, h3 {
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 7px;
        letter-spacing:1px
}

img {border:0; vertical-align:top; text-align:left;}
h1 {font-size: 22px; margin-bottom: 20px;}
h2 {font-size: 14px;color: #E5530C}
h3 {font-size: 14px; color: #2B6885;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
strong{color:#38849d;}
sup, sub {line-height:0;font-size: 10px; margin-left: 10px;}
td { padding: 4px;}
th { font-size: 16px; padding-bottom: 10px; padding-right: 10px;}


/* --------------------------------------  main page div */
#page {
	width: 700px;
	margin: 0 auto;
}

/* -------------------------------------- logo */
#logo {
	padding:10px 0 0 7px;
}

/* -------------------------------------- home navigation*/
.navigation {
	background:url(images/nav_bar.png) 0 0 repeat-x;
	height: 50px;

}


.navigation a{
	font-weight: bold;
	color:#265665;
	text-indent: 45px;
	background-repeat: no-repeat;
	background-image: url(images/menu_bull_list.gif);
	float: left;
	padding-top: 17px;
        margin-left: -2px;
        margin-right: 14px;
}



#nav1 {
  padding-left: 13px;
}
#nav2 {
  padding-left: 108px;
}
#nav3 {
  padding-left: 94px;
}
#nav4 {
  padding-left: 96px;
}
#nav5 {
  padding-left: 90px;
}

.navigation a:hover{
	text-decoration: underline;
}

#first_link {
	background-image: none;
}

/* -------------------------------------- home banner*/
#banner_header img{
	padding:0px;
}

#banner_header {
    padding:0px;
    margin: 0px;
}

/* -------------------------------------- Rotating home banner*/
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:250px;	width: 700px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 1px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	border: 1px solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}



/* -------------------------------------- content*/
.content{ 
	border-width: 5px;
	border-color: #000;
	background-color: white;
	
}

.content a{
        text-decoration: underline;
}


.small_sub_image {
	padding:0px;
        float: right;
}

/* -------------------------------------- table*/
table{
  border-collapse:collapse;
}
th {
  padding:5px 5px 3px 5px;
  background-color:#E4E7DE;
  border-top-style:none;
  border-right-style:none;
  border-bottom-style:solid;
  border-left-style:none;
  border-color:#CED4DA;
  }

/* -------------------------------------- zohot*/
#zohoWebToLead {
        margin-top:-26px;
       }

/* -------------------------------------- promo content*/
#promo { 
	font-size:15px;
	color:#666666;
	line-height: 25px;
}
#promo ul{
	padding-left:40px; padding-top:30px; 
	color:#ED650E; 
	font-weight:bold; 
	line-height:1.5em; 
	text-decoration:none;
}



/* -------------------------------------- footer*/
.footer{ 
	padding:10px 0; 
	color:#798186; 
	text-align:center;
}

.footer a{ color:#38849d; text-decoration:none; font-weight:bold;}
.footer a:hover{ text-decoration:none; color:#798186;}
.footer img{vertical-align:middle;} 

/* --------------------------------------  misc */
.bg_none{ background:none !important;}

.clear {
	line-height: 0;
	font-size: 0;
	height: 0;
	display: block;    
	clear: both;
}


/* --------------------------------------  to get rid of page shift in Firefox/opera/safari */
html { min-height: 100%; margin-bottom: 1px; }

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_5 {
	margin-left: auto;
	margin-right: auto;
	width: 685px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 6px;
	margin-right: 6px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 5 Columns
----------------------------------------------------------------------------------------------------*/

.container_5 .grid_1 {
	width:125px;
}

.container_5 .grid_2 {
	width:262px;
}

.container_5 .grid_3 {
	width:399px;
}

.container_5 .grid_4 {
	width:536px;
}

.container_5 .grid_5 {
	width:673px;
}



/* Prefix Extra Space >> 5 Columns
----------------------------------------------------------------------------------------------------*/

.container_5 .prefix_1 {
	padding-left:137px;
}

.container_5 .prefix_2 {
	padding-left:274px;
}

.container_5 .prefix_3 {
	padding-left:411px;
}

.container_5 .prefix_4 {
	padding-left:548px;
}



/* Suffix Extra Space >> 5 Columns
----------------------------------------------------------------------------------------------------*/

.container_5 .suffix_1 {
	padding-right:137px;
}

.container_5 .suffix_2 {
	padding-right:274px;
}

.container_5 .suffix_3 {
	padding-right:411px;
}

.container_5 .suffix_4 {
	padding-right:548px;
}



/* Push Space >> 5 Columns
----------------------------------------------------------------------------------------------------*/

.container_5 .push_1 {
	left:137px;
}

.container_5 .push_2 {
	left:274px;
}

.container_5 .push_3 {
	left:411px;
}

.container_5 .push_4 {
	left:548px;
}



/* Pull Space >> 5 Columns
----------------------------------------------------------------------------------------------------*/

.container_5 .pull_1 {
	left:-137px;
}

.container_5 .pull_2 {
	left:-274px;
}

.container_5 .pull_3 {
	left:-411px;
}

.container_5 .pull_4 {
	left:-548px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.formbox a{color:#0033CC;}


.formbox input{	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}
.formbox h2{	color:#666666; 
	margin-bottom:20px;
	font-size:16px;
}

.formbox {
	border:solid 1px #81B3CF;
	background:#FFF;
	padding:10px;
	margin-bottom:20px;
        justify: left;

}
.formbox h1 {
	font-size:14px;
	color:#000000;
	padding-bottom:4px;
}
.formbox p{padding-bottom:14px;}

.formbox input .input-text{
	border:1px solid #3b6e22;
	color:#666666;
	width:180px;
}

.formbox label{
	display:block;
	margin-bottom:10px;
	color:#555555;
}

.formbox label span{
	display:block;
	float:left;
	padding-right:6px;
	width:70px;
	font-weight:bold;
}
.spacer{margin-left:175px; 
	margin-bottom:10px;
	font-size:11px;
	color:#555555;
}
.green{
	background:url(img/green.gif);
	padding:0px 6px;
	border:1px solid #3b6e22;
	height:28px; 
	line-height:24px;
	color:#03C;
	font-size:12px;
	margin-right:10px;
	display:inline-block;
	text-decoration:underline;
}


/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

