/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

*{
	padding:0px;
	margin:0px;	
}
body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #efefef;
	color: #333;
	font-size: 12px;
}

a:link, a:visited, a:hover {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;	
}

p img{
	margin: 0px 5px 0px 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 10px 0px;	
	font-weight: normal;
}

h6{ 
	display: inline;
	color:#333;
}

#home h1{
	font-size: 240%;
	color: #243f8f;
	font-weight: normal;
	background-image: url(images/nhs_back.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 40px;
}

h1{
	font-size: 240%;
	color: #243f8f;
	font-weight: normal;
}

h2{
	font-size: 110%;
	color: #333;	
	font-weight: bold;	
}

h3{
	font-size: 200%;
	color: #999999;
	margin-bottom: 5px;
	letter-spacing: 2px;
}

h4{
 font-size: 125%;
 font-weight: normal;
 color: #243f8f;
}

h5{
 font-size: 95%;
 color: #666;
}

ul{ 
 list-style-type: none; 
}

ul li {padding-bottom: 5px;}


label{
 font: bold 100% Arial,sans-serif;
 color: #666;
 display: block;
}

fieldset{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	width: 350px;
}
 legend{
 	font-weight: bold;
	color: #666;
 }
 
 @media screen {
	* html legend {
	margin: -20px 0 0 0;
	position: fixed;
	line-height: 1.4;
	}
}

p input{
	width: 200px;
	background: #ccc;
}	
textarea{
	width: 300px;
	height: 100px;
	background: #ccc;
}

input:focus, textarea:focus{
	background: #efefef;
}

img{ border:none;}

p{ padding-bottom: 10px}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#wrapper{
	width: 932px;
	margin-left: auto;
	margin-right:auto;
	border-left: solid 1px #333;
	border-right: solid 1px #333;
	margin-top: 20px;
	background-color: #fff;
}

#mainArea{
	padding: 0px;
}



#rightColumn{
	width: 530px;
	float: right;
	margin-right: 10px;
}

#catNav {
	float: right;
	width: 170px;
	padding-top: 20px; 
	 
}


#content{
	margin: 10px 0px 0 0;
	padding: 0px;
	float: left;
	
}



#wrapper #header{
	height: 150px;
}

.clear{ clear: both;}

/********** topStrip **************/
#topStrip{
	margin: 0px;
	font-size: 11px;
	color: #fff;
	background-color: #2d1d5e;
	margin-bottom: 10px;
}

#topStrip #logo{
	width: 50px;
	float: left;
	padding-left: 25px;
	padding-top: 28px;

}

#topStrip #midB{
	width: 300px;
	float: left;	
	padding: 60px 20px 0 10px;
}

#topStrip #rightB{
	width: 490px;
	float: right;
	text-align: right;
	padding: 25px 0px 0 0;
	line-height: 1.5em;
}
#topStrip #rightB #Taddress{
	padding-right: 20px;
}
#topStrip #rightB #Taddress #nme{
	font-size: 120%;

}
#topStrip a:link, #topStrip a:visited, #topStrip a:hover{
	color:#fff;
	text-decoration:none;
}

/************** content styles ***************/


.pageContent{
	padding: 10px;		
}

.pageContent .intro{
	color: #999;
	font-size: 130%;
	font-weight: bold;
}

.pageContent .sName{
	color:#36286d;
	font-weight: bold;
}
#content .pageContentFull{
	padding: 10px 10px 0 10px;
}

#content ul li{
	background-image: url(images/bullet.gif);
	background-position:left 5px;
	padding-left: 15px;
	background-repeat:no-repeat;

}

#leftText{
	padding: 20px;
}

#textColumn{
	float: left;
	width: 270px;
	padding-left: 20px;
}

#portfolio #textColumn{
	float: left;
	width: 500px;
	padding-left: 20px;
}

#fullColumn{
padding-left: 20px;
float: left;
width: 860px;
}
#portfolio .galleryColumn{
	float: right;
	width: 315px;
	padding: 12px 20px 20px 20px;
	border: solid 1px #333;
	margin-right: 20px;
	margin-top: 20px;
}

#portfolio .galImage{
	float: left; margin: 10px;
}

.portfolioCat{
	margin-bottom: 10px;
	margin-top: 10px;
	height: 175px;
}

.portfolioCat .portText{
	width: 490px;
	float: left;
	padding: 20px 15px 0px 20px;
}

#wrapper #content ul.subNav li{
	background-image: url(images/nhs_back.gif);
	background-position:left 5px;
	padding: 8px 5px 8px 40px;
	background-repeat:no-repeat;
	font-size: 205%;
	
}
#wrapper #content ul.subNav li a:link, #wrapper #content ul.subNav li a:visited{
	color: #243f8f;
}

#wrapper #content ul.subNav li a:hover{
	color:#333;
}
/****************** Top Icon Styles********************/
.icon{
	float:right;
	border: 0px;	
}


a.linkOpacity img {
	filter:alpha(opacity=100);  	
	opacity: 1.0;
	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 	
	opacity: 0.5;
	
}


/*********** #navBar styles ***********/


#navContainer{
	height: 25px;
	background-color: #FFFFFF;
	display:block;
	border-bottom: solid 2px #fff;
	padding: 10px 10px;
	background-image: url(images/nav_back.gif);
	background-repeat: repeat-x;
}

#nav, #nav ul { 
	padding: 0px; 
	margin: 0px; 
	list-style: none;	
	float: left;
}

#nav a:link, #nav a:visited { 
	display: block;	
	/*height: 10px;	*/
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px 15px;
	font-size: 14px;
	font-weight: bold;	
	/*float: left;	*/
	width: 96px;	
}


/* body #nav .last a:link, body #nav .last a:visited { 
	border-right: none;
} */
#nav li ul a:link, #nav li ul  a:visited { 	
	text-align: left;	
	/*height: 15px;		*/
	border-right: none;
	padding: 2px 2px 3px 5px;		
	font-size: 12px;	
	width: 130px;
}

#nav a:hover,  #navContainer #nav .dwn{	
	text-decoration: none;
	color: #f9b419;
}
#nav li { 
	float: left; 	
	text-align:center;	
}
#nav li ul {
	position: absolute;
	width: 135px;
	left: -999em;	
	background-color:#828199;
	padding-top: 10px;
	margin-left: 20px;
	margin-top: 5px;
	border: solid 1px #efefef;
	
}

#nav li ul li{
	width: 140px;
	/*float: none;*/
}

#nav li:hover ul {
	left: auto;
	font-weight: bold;	
}
#nav li:hover ul, #nav li.sfhover ul {
 left: auto;
 font-weight: bold; 
}
/*********** #footer styles ***********/
#footer{
	width: 902px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 15px;
	border-bottom: solid 1px #333;
	border-left: solid 1px #333;
	border-right: solid 1px #333;
	margin-bottom: 20px;
	background-color: #fff;
}

#credit{
	color: #fff;
	margin-top: 10px;
	margin: 0 10px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#footer #flinks{		
	height: 15px;
	padding-top: 5px;
}
#footer ul li{
	float: left;
	padding: 0px 0px 0px 4px;
}
 #footer a:hover{
 	text-decoration: underline;
 }



a.linkOpacity img {
	filter:alpha(opacity=100);   
	opacity: 1.0;
	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 
	opacity: 0.5;
	
}

a.linkOpacityRev img {
	filter:alpha(opacity=30);   
	opacity: 0.3;
	
}

/******************Main Page Styles********************/

#mainImage{
	margin-left: 5px;
	padding-left: 20px;
	float: left;
	width: 350px;
	margin-top: 10px;
}

#mainImage img{
	border: solid 1px #333;
	padding: 20px;
	margin-bottom: 20px;
}

#subImages{
	height: 85px;
	padding-left: 25px;
	margin-top: 4px;
}

#subImages .sImg{
	width: 138px;
	float: left;
	margin-right: 4px;
}

.horizDots{
	height: 10px;
	background-image:url(images/horiz_dots.gif);
	background-repeat:repeat-x;
	background-position:5px;
	margin: 10px 0px 0px 15px;
	width: 910px;
}

#testimonials{
	padding: 20px 0px 20px 10px;
	color: #6268a7;
	background-color: #2d1d5e;
	margin: 20px 20px 0px 20px;
}

#testimonials .comment{
	font-size: 150%;
}

#testimonials .name{
	font-size: 125%;

}
/****************** Tariff Tables ********************/
.cleantable {
	border-collapse:collapse;
}

.cleantable td {
	margin:5px; 	
	padding: 5px;
	border:1px solid #000;	
	color:#000000;
	text-align:center;
}

.cleantable  .title1 {
	font-weight: bold;
	text-align: center;
}

.cleantable  .title2 {
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #56464f;
}

.cleantable  .shade{
	background-color: #cfcace;
}

.cleantable  .ital{
	font-style:italic;
	text-align:left;
}

.cleantable  .left{
	text-align:left;
}
/****************** Gallery Styles********************/

#landsContainer .gallery {
	float: left;
	margin: 9px 10px;
}
  
  
#portContainer .gallery{
 	float: left;
	margin: 9px 25px 9px 35px;
 }
 
.gallery p {
   text-align: center;
   font-size:80%;
}

.gallery img { 
	border: #000 solid 1px;
	padding: 0px;
}

a.linkOpacity img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
	
}


#landsContainer{
	margin: 10px 0;
	padding: 10px 10px 10px 15px;
	border: 1px solid #ccc;	
	width: 530px;
}

#portContainer{
	margin: 10px 0;
	padding: 10px 10px 10px 25px;
	border: 1px solid #ccc;	
	width: 520px;
}

/******************floating layer Styles********************/
#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 330px;
	height: 1px;
	z-index: 1000;
}
.borderbot {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	background: #cccccc repeat-x;
}
.thumbs_box{
	padding: 5px;	
	border: 1px solid #333;
	/*background-image: url(images/semi_trans.png); */
	background-color: #fff;
	
}

.thumbs_box h2{
	font-size: 12px;
	font-weight: bold;	
	padding-bottom: 0px;
	margin-left: 10px;
}

.thumbs_box img{
	border: #efefef solid 1px;	
}
.thumbs_box .descTxt{
	padding: 5px;
	color: #535353;
}
 
#map{
	width: 280px;
	height: 395px;
	
}
#mapWrapper{
	border: solid 1px #333;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 10px;
}

#map2{
	width: 280px;
	border: solid 1px #333;
	margin: 10px 20px 0px 0px;
	float: left;
	padding: 10px;
}
#flashHolder{
	border:solid 1px #333;
	width: 297px;
}

#morethan{
	height:65px;
}

#mapBox{
	width: 250px;
	height: 60px;
}
#mapBox img{
	float: left;
}
#mapTxt{
	float: right;
	width: 200px;
	margin-top: 20px;
}
