*{
	padding:0px;
	margin:0px;
}

body{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	background-color: #404041;
	background-image:url(images/back_image.gif);
	background-repeat:repeat-x;
	background-position:left 11px;
	line-height: 16px;
	color: #88898c;
	font-size: 11px;
}

label{
	font-weight: bold;
	color: #999;
	display: block;
}

fieldset{
	margin: 10px;
	padding: 1em;
	border: 1px solid #ccc;
	width: 350px;
}
 legend{
	font-weight: bold;
	color: #999;
 }

 p input{
	width: 200px;
}	


textarea{
	width: 300px;
	height: 100px;
} 

input:focus, textarea:focus{
	background: #efefef;
}
.error{border:1px solid #fbc2c4;background-color: #fbe3e4;padding:5px;color: #8a1f11;}
img{border:none;}

#outerwrapper {
	width:980px;
	margin-left: auto;
	margin-top:20px;
	margin-right: auto;
	background-color:#fff;
}

#wrapper {
	width:816px;
	background-color:#FFFFFF;
	float: right;
}
#midContainer{
	height:335px;
}
#leftNav{
	float:left;
	width:163px;
	background-color: #fff;
	height: 335px;
	}
#topContainer{
	height:108px;

	background-color: #fff;
}

#logo {
	float:right;
	width:470px;
	height:66px;
}
#topAdd{
	float:left;
	width:400px;
	padding:30px 0 0 30px;
	color:#999;
	margin:0;
}
#topAdd a{
	color:#999;
}

#flashContainer {
	width:816px;
	height:335px;
	background-color: #efefef;
	float: right;
}

#bannerContainer {
	background-color:#ebe8d6;
	float:right;
	width:545px;
	height:149px;
}

#leftLinks {
	background-color:#404041;
	height:50px;
	padding:50px;
}

#contentContainer {
	background-color:#6d6e67;
}

#textContainer {
	padding:20px 50px;
	width:716px;
	float: right;
	background-color: #fff;
	min-height: 350px;
}
#buttons{
	height:111px;
	background-color: #404041;

}

.line { 
	margin-top:6px;
	width:816px;
	height:1px;
	background-color:#ddddde;
}

.clear {
	clear:both;
}

p{
	margin-bottom:10px;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 10px 0px;	
}

h6{ 
	display: inline;
	color:#88898c;
}

h1{	
	font-size: 115%;
	color: #88898c;	
	font-weight: bold;
}

h2{
	font-size: 105%;
	color: #88898c;	
	font-weight: bold;
}

h3{
	font-size: 100%;
	color: #88898c;	
	font-weight: bold;
}

h4{
 font-size: 120%;
 font-weight: bold;
 color: #88898c;
}

h5{
 font-size: 100%;
  font-weight: bold;
 color: #88898c;
}




#footer {
	padding-top:10px;
	color:  #666;
	background-color: #404041;
	width:980px;
}

#footer a:link {
	color:  #666;
	text-decoration: none;
}

#footer a:visited {
	color:  #666;
	text-decoration: none;
}

#footer a:hover {
	color: #d2d2d0;
	text-decoration: none;	
}

#footLeft{
	width:400px;
	float:left;
	
}

#footRight{
	width:450px;
	float:right;
	
}
#footRight img{
	margin-right:15px;
	margin-bottom:15px;
}
a:link, a:visited  {
	color:  #666;
	text-decoration: none;
}


a:hover {
	color: #a5a6a6;
	text-decoration: underline;	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 	
	opacity: 0.5;
	
}


#navContainer{

height:25px;
border-top: solid 1px #ddddde;
border-bottom: solid 1px #ddddde;
padding:10px 0px 5px 20px;
}

#subnavContainer{
	height:21px;
	padding:7px 8px 5px 10px;
	margin-top:20px;
}


#navtext{
	color: #88898c;
	padding:0px 50px 10px 10px ;

}

#navtext ul{
	
}

#navtext ul li{
	float:left;
	list-style:none;
	padding:0px 19px 0px 0px;
}
 #subnavContainer ul li{
	list-style:none;
	padding:5px 23px 5px 0px;
	width:120px;
	border-bottom: solid 1px #ccc;
	display:block;
}
#navtext ul li a:link, #navtext ul li a:visited, #subnavContainer ul li a:link, #subnavContainer ul li a:visited{
	color:#88898c;
	text-decoration: none;
}

#wrapper ul li .selected:link, #wrapper ul li .selected:visited{
	color:#333;
}


#navtext ul li a:hover, #subnavContainer ul li a:hover{
	color:#e3e2d8;
	text-decoration: none;
}

/******************* Gallery *************************/

#galleryContainer{
	margin-top:10px;
	margin-bottom:10px;
	/*margin-right:-15px;
	margin-left:-15px;*/
}

.galleryItem{
	width:150px;
	float:left;
	margin:8px 12px;

}
.galleryItem img{
	border:solid 1px #ccc;
	padding:4px;
}

.gallery {
	float: left;
	margin: 10px 8px;
	border: 1px solid #666;
	padding: 6px;
}
  
 
.gallery p {
	text-align: center;
	font-size:85%;
	margin-top: 5px;
}

.gallery img { 
	border: #000 solid 1px;
	padding: 0px;
}


/***********************************************************************/

.tariff_table tr td{
	padding:10px;
}
.tariff_table .header td{
	background-color:#2f0000;
	color:#fff;
}
.tariff_table td{
	background-color:#eaebe2;
}
.tariff_table .alt1{
	background-color:e5e7d9;
}


.bannerImg{
	float:left;
	width:326px;
	height:111px;
}


#midBanner{
	width:670px;
	float:left;

}

#midRight{
	width:290px;
	float:right;
}
#midTop{
	height:83px;
	border-top: solid 1px #525254;
	background-color: #404041;
}
#midLower{
	height:30px;
	padding-left: 470px;
	border-top: solid 1px #525254;
	border-bottom: solid 1px #525254;
	padding-top: 10px;
	background-color: #404041;
}

#bannerLeft{
	width:125px;
	float:left;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#full_width{
margin:0px -50px;

}
.stripe1{
	background-color:#f5f4eb;
	height:145px;

}

.stripe2{
	background-color:#ebe8d6;
	height:145px;

}

#full_width .imageHolder{
	width:195px;
	float:left;
	height:145px;
}

#full_width .textHolder{
	width:570px;
	float:right;
	padding:20px;

}

/****************** Tariff Tables ********************/
.cleanTable {
	border-collapse:collapse;
}

.cleanTable td {
	margin:5px; 	
	padding: 5px;
	border:1px solid #ccc;	
	color:#000000;
	text-align:center;
	background-color: #efefef;
}

.cleanTable .tariffTitle td{
	background-color:#ccc;	
	font-weight:bold;
}