/* CSS Document */
h1	{
	font-size: 10px;
	color: #e2e1d7;
	font-family: Georgia, Times, Serif
}
a.navLink{
	color: #a1b687; 
	font: 12px Georgia, Times, serif;
	text-decoration: none;
	}
a.navLink:hover{
	color: #80a1b6; 
	text-decoration: none;
	}

body{
	background-color: #fcfbf0;
	margin: 0px;
	scrollbar-arrow-color: #fcfbf0;
	scrollbar-base-color: #b3cc95;
	scrollbar-dark-shadow-color: #b3cc95;
	scrollbar-track-color: #f1f5de;
	scrollbar-face-color: #b3cc95;
	scrollbar-shadow-color: #b3cc95;
	scrollbar-highlight-color: #b3cc95;
	scrollbar-3d-light-color: #fcfbf0;
	}

div.intro{
	padding: 10px 0px 10px 8px;
	text-align: left;
	}
div.subtitle{
	padding: 10px 10px 0px 10px;
	text-align: left;
	}
div.text{
	padding: 10px 0px 10px 10px;
	text-align: left;
	}
div.title{
	padding: 10px 10px 10px 10px;
	text-align: left;
	}
	
.galThSpacer{
	margin-left: 15px;
	}
	
img{
	border: none;
	}

input{
	font-size: 11px;
	}
input.phoneArea{
	width: 27px;
	}
input.phonePre{
	width: 27px;
	}
input.phonePost{
	width: 35px;
	}
input.textFieldLong{
	width: 197px;
	}
input.textFieldShort{
	width: 180px;
	}
	
#photoCredit{
	color:#CCC;
	font: 9px Arial, Geneva, Helvetica, Verdana, serif;
	left: 0px;
	position: absolute;
	text-align: center;
	top: 450px;
	width: 300px;
	z-index: 20;
	}
	
.popup{
	margin: 0px;
	text-align: center;
	}	

table.abMain{
	background-image: url('../images/ab_back.jpg'); 
	background-repeat: no-repeat;
	height: 463px;
	width: 714px;
	}

table.homeMain{
	background-image: url('../images/home_back.jpg'); 
	background-repeat: no-repeat;
	height: 463px;
	width: 714px;
	}

table.ccpMain{
	background-image: url('../images/ccp_back.jpg'); 
	background-repeat: no-repeat;
	height: 463px;
	width: 714px;
	}

table.conMain{
	background-image: url('../images/con_back.jpg'); 
	background-repeat: no-repeat;
	height: 463px;
	width: 714px;
	}

table.newsMain{
	background-image: url('../images/news_back.jpg'); 
	background-repeat: no-repeat;
		height: 463px;
	width: 714px;
	}

table.flMain{
	background-image: url('../images/fl_back.jpg'); 
	background-repeat: no-repeat;
	height: 463px;
	width: 714px;
	}
	
table.galMain{
	background-image: url('../images/gal_back.jpg'); 
	background-repeat: no-repeat;
	height: 463px;
	width: 714px;
	}

table.socMain{
	background-image: url('../images/soc_back.jpg'); 
	background-repeat: no-repeat;
	height: 463px;
	width: 714px;
	}

table.spMain{
	background-image: url('../images/sp_back.jpg'); 
	background-repeat: no-repeat;
	height: 463px;
	width: 714px;
	}
	
table.vidMain{
	background-image: url('../images/vid_back.jpg'); 
	background-repeat: no-repeat;
	height: 200px;
	width: 200px;
	}

table.wcMain{
	background-image: url('../images/wc_back.jpg'); 
	background-repeat: no-repeat;
	height: 463px;
	width: 714px;
	}

td.bg{
	vertical-align: top;
	width: 714px;
	}
td.ccpText{
	text-align: left; 
	vertical-align: top; 
	width: 216px;
	}
td.copyright{
	font: 10px Georgia, Times, serif;
	color: #e2e1d7;
	height: 45px; 
	text-align: right; 
	vertical-align: bottom;
	}
td.header{
	height: 80px;
	/* \*/height: 50px;/* */
	text-align: right;
	}
td.leftColSpacer{
	height: 312px; 
	width: 54px;
	}
td.topSpacer{
	height: 50px;
	width: 714px;
	}
td.homeText{
	text-align: center; 
	vertical-align: middle; 
	width: 216px;
	}
td.nav{
	text-align: right;
	vertical-align: bottom; 
	width: 444px;
	}

.button{
	background-color: #a7ba8e;
	font: 11px Georgia, Times, serif;
	color: #FFFFFF;
	cursor: hand;
	cursor: pointer;
	}