/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

*{
	padding:0;
	margin:0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	background-color: #d6d5d2;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

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: bold;
}


h1{	
	font-size: 110%;
	color: #fff;	
	font-weight: bold;
}

h2{
	font-size: 105%;
	color: #fff;	
	font-weight: bold;	
}

h3{
 font-size: 103%;
 color: #fff;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #fff;
}

h5{
 font-size: 95%;
 color: #fff;
}

ul{ 
 list-style-type: none; 
}

ul li {padding-bottom: 10px;}


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;
 }

p input{
	width: 200px;
}	

p{
	padding-bottom: 10px;
}

textarea{
	width: 300px;
	height: 100px;
} 

input:focus, textarea:focus{
	background: #efefef;
}

img{ border:none;}

@media screen {
	* html legend {
	margin: -24px 0 0 0;
	position: fixed;
	line-height: 1.4;
	}
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#wrapper{
	width: 643px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #dad3ce;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}

#header{
	height: 117px;
	padding: 0;
	margin: 0;
	background-color: #5e5c50;
}


#mainArea{
	padding: 0px;
}



#content{
	padding-bottom: 2px;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;*/
	background-color: #949289;
	
	
}

.clear{ clear: both;}

.error{
	font-weight: bold;
	color: red;
}


/********** topStrip **************/
#topStrip{
	float: left;
	width: 100%;
}

#topStrip #tSLogo{
	clear: both;
	padding: 20px 10px 10px 10px;
	height: 55px;
	width: 350px;
	float: left;
}

#topStrip #tSLogo img{	
	padding-right: 15px;	
}


#topStrip #tSNewsletter{
	float: right;
	margin-top: 42px;
	margin-right: 20px;
	width: 200px;
	text-align: right;
}

#topStrip #tSNewsletter a:link, #topStrip #tSNewsletter a:visited{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

/************** content styles ***************/


#content .pageContent{
	padding: 20px 30px;
	background-image: url(images/vert_line.gif);
	background-repeat: repeat-y;
	background-position: left;	
}

#content #messageStrip{
	padding: 9px 10px 2px;
	background-color:#77B9DD;
	border-bottom: solid #fff 1px;
	margin-top: -1px;
}

#content #messageStrip a:link, #content #messageStrip a:visited{
	text-decoration:none;
}

#content #messageStrip a:hover{
	text-decoration:underline;
}

#pageSub #content .pageContent{
	width: 438px;
	float: left;	
}



#pageSub #content #pageContentThumbs{
	width: 142px;
	float: right;
	padding-top: 7px;
	
}

#pageSub #content #pageContentThumbs a{ 
	font-weight: normal;
	text-decoration: none;
}

#pageSub #content #pageContentThumbs .dwn{ color: #dad3ce;}

#pageSub #content #pageContentThumbs .pCTRow{
	text-align: center;
	/*height: 132px;*/
	width: 90px;
	padding: 10px 5px 5px 5px;
	border: #ccc solid 1px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#pageSub #content #pageContentThumbs .pCTRow img{
	padding-bottom: 5px;
}
#pageSub #content #pageContentThumbs h2{ text-align: center;}
#content .pageImg{
	padding: 5px 0 20px 0;
	width: 240px;
	margin-left: 0px;
	float: left;
}

#pageSub #content {
	background-image: url(images/back_line.gif);
	background-repeat: repeat-y;
	background-position: 497px;

}

/*
#pageSub #content h1, #pageSub #content h2{
	text-align: center;
}
*/

#content .pageImg img{
	float: right;
	margin-bottom: 10px;
}

#content ul li{

	padding: 10px 10px 10px 25px;

	background-image: url(images/bullet.gif);

	background-repeat: no-repeat;

	background-position: 8px 50%;



}


/****************** 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{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px 5px 3px 5px;
	background-color: #949289;
	height: 21px;	
	border-top: #fff solid 1px;
	/* border-bottom: #fff solid 1px; */
	
}

#navContainer ul  .navFinal{	
	border-right: none;	
	padding: 0px 5px 0px 6px;
	float: left;
}


#navContainer ul .nav{
	float: left;
	border-right: #fff solid 1px;
	padding: 0px 4px 0px 4px;
}


#navContainer ul a:link,#navContainer ul  a:visited{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#navContainer ul a:hover{
	color: #dad3ce;
	text-decoration: none;
}

#navContainer ul .dwn{
	color: #dad3ce;	
}


/*********** #footer styles ***********/
#footer{	
	padding: 5px 0;		
	background-color: #5e5c50;
	border-top: #fff solid 1px;
}

#footer #credit{
	font-size: 11px;
	color: #fff;
	padding: 5px 25px 5px 5px;
}

 
 #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{
	height: 394px;
	clear: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #ffffff;
}

#mainImage img{
	float: left;
}

.imgPad{
	margin-right: 2px;
	float: right;
}



#mainImage #mainRight{
	width: 293px;
	float: left;
	background-color: #474440;
	height: 394px;	
	border-left-width: 1px;	
	border-left-style: solid;	
	border-left-color: #fff;
}

#mainImage #mainLeft{
	float: left;
	width: 348px;
}

#mainImage #mainRight #im2{
	border-bottom: #fff solid 1px;
	height: 225px;
}
#mainImage #mainRight #im3{
	border-right: #fff solid 1px;
	width: 145px;
	height: 168px;
	float: left;
	background-color: #97ab9b;
	padding-left: 5px;
}

/****************** Press Styles********************/

.pressDetails{	
	display:none;
	border: solid 1px #efefef;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 5px;
}

.pressDetails img{	
	float: left;
	padding-right: 10px;
}

.pressTitle a{
	text-decoration: none;	
	border-bottom: #efefef dashed 1px;		
}

.pressTitle a:hover{
	text-decoration: none;		
}

.pressTitle{	
	margin-bottom: 5px;
}

/****************** Gallery Styles********************/

.gallery {
	float: left;
	margin: 10px 15px 10px 12px;
	border: 1px solid #666;
	padding: 6px;	
}
  
 
.gallery p {
	text-align: center;
	font-size:95%;
	margin-top: 5px;
}

.gallery img { 
	border: #000 solid 1px;

}
/****************** new Gallery Styles********************/
#galleryContainer{
	margin-top:10px;
	margin-bottom:10px;
	/*margin-right:-15px;
	margin-left:-15px;*/
}

.galleryItem{
	width:150px;
	float:left;
	margin:8px 20px;

}
.galleryItem img{
	border:solid 1px #ccc;
	padding:4px;
}
