/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

*{
	padding:0px;
	margin:0px;	
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e0eae6;
	color: #7c7c7c;
	font-size: 11px;
	background-image: url(images/stripe_purpbackgr.gif);
	background-repeat: no-repeat;
	background-position: 0px 160px;
}

body#cosmetic{
	background-color: #aaa2ba;
}

a:link, a:visited, a:hover {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;	
}


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:#d9497b;
}

h1{	
	font-size: 140%;
	color: #866296;	
	font-weight: bold;
}

h2{
	font-size: 110%;
	color: #666;	
	font-weight: bold;	
}

h3{
 font-size: 230%;
 color: #243f8f;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #666;
}

h5{
 font-size: 95%;
 color: #666;
}

ul{ 
 list-style-type: none; 
}

ul li {
	padding: 7px 5px;
}


label{
 font: bold 100% Arial,sans-serif;
 color: #666;
 display: block;
}

fieldset{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #f8f8f8;
	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;
}	
textarea{
	width: 300px;
	height: 100px;
}

input:focus, textarea:focus{
	background: #efefef;
}

img{ border:none;}

p{ padding-bottom: 10px}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#wrapper{
	width: 950px;
	margin-left: 50px;
	margin-top: 40px;
}

#mainArea{
	float: left;
	width: 520px;
	background-color: #fff;
}

#content{
	margin: 20px 0px 0 20px;
	padding: 0px 0px 10px 0px;
	float: left;
	
}

#wrapper #header{
	height: 105px;
}

.clear{ clear: both;}

#rightImage{
	float: left;
	width: 400px;
	border-right: solid 10px #fff;
	border-bottom: solid 10px #fff;
	border-top: solid 10px #fff;
}
#logo{
	height:100px;
	padding: 20px 0px 0px 20px;
}

#topStripe{
	height:38px;
	background-image: url(images/stripe_purpwhite.gif);
	padding-left: 20px;
	padding-top: 2px;

}

#cosmetic #topStripe{
	height:35px;	
	padding-top: 5px;
}



#topStripeTitle{
	width: 150px;
	float: right;
}
#topStripeLink{
	width:250px;
	float: left;
	margin-top: 11px;
	font-size: 115%;
}

#cosmetic #topStripeTitle{
	width: 330px;
	float: right;
}
#cosmetic #topStripeLink{
	width:150px;
	float: left;
	margin-top: 8px;
}

#topContainer{
	height: 310px;
}

#topContainer #navContainer{
	width: 175px;
	float: left;
	padding: 0px 10px 0px 0px;
}

#topContainer #topImage{
	width: 270px;
	float: left;
	padding-right: 10px;
	padding-left: 12px;
}

#topContainer #topImage .topImageButton{
	width: 130px;
	float: left;
	margin-right: 1px;
}

#topContainer #topImage #topImageGra{
	width:274px;
	height:293px;
	background-image: url(images/topimage_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
}
/************** content styles ***************/

#content .pageContent{
	padding: 10px 20px;
	width: 450px;
	float: left;
	background-color: #f7f7f7;
}

#content .pageContentFull{
	padding: 10px 10px 0 10px;
}

/****************** Opacity Styles********************/

a.linkOpacity img {
	filter:alpha(opacity=100);  	
	opacity: 1.0;
	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 	
	opacity: 0.5;
	
}


/*********** horiontal nav #navContainer styles ***********/
#navContainer ul{
	margin-top: 7px;
}

#navContainer ul li{
	border-bottom: dotted 1px #666;
}


#navContainer ul a:link,#navContainer ul   a:visited{
	color: #979797;
	
}

#navContainer ul a:hover{
	color: #ccc;
	text-decoration: none;
}

#wrapper #navContainer ul .dwn{
	color: #876296;	
}


/*********** #footer styles ***********/
#footer{
	width: 900px;
	margin-left: 50px;	
	padding-bottom: 20px;
	margin-top: 10px;
	color: #666;
}

#credit{
	color: #fff;
	margin-top: 10px;
	margin: 0 10px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#credit a{
	color: #fff;	
}

#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;
	
}



/****************** Clean 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;
	
}


/******************floating layer Styles********************/
#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 370px;
	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;
}

.thumbs_box img{
	border: #efefef solid 1px;	
}
.thumbs_box .descTxt{
	padding: 5px;
	color: #535353;
}
 
/******************treatment Styles********************/

.treatmentDetails{	
	display:none;
	border: solid 1px #efefef;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 5px;
	font-weight: normal;
}

.treatmentTitle{
	cursor:hand;
	cursor:pointer;
	margin-bottom: 5px;
	font-size: 115%;
}

.treatmentDetails img{
	float: right;
}

.treatmentDetailsSub{	
	display:none;
	/*border: solid 1px #efefef;*/
	margin-bottom: 5px;	
	margin-left: 20px;
	padding: 5px 5px 5px 20px;
	font-weight: normal;
	background-image:url(images/bullet_a.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	
}

.treatmentTitleSub{
	/*border-bottom: dashed 1px #FF3399;*/
	text-decoration:none;		
	background-image:url(images/bullet_q.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	
	padding: 3px 3px 3px 20px;
	font-weight: normal;
	font-size: 110%;
	color: #838383;
	margin-bottom: 5px;
	cursor:hand;
	cursor:pointer;
}

.pageContentFull ul li{
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left 15px;
	padding-left:15px;
}
