@CHARSET "UTF-8";

body, #contentWrapper, #wrapper {
	height: 100%;
}

div.form {
	text-align: left;
	vertical-align: top;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
	padding: 3px;
	background-color: rgba(255,255,255,.5);
}

div.form input, div.form textarea {
	width: 300px;
}

.success {
	font-weight: bold;
	font-size: 1.1em;
	color: darkgreen;
	margin: 5px;	
}

div.form input.submit {
	width: 150px;
}

div.form div.bFormEntry.bigger {
	display: table-cell;
	vertical-align: top;
	height: 100px;
	line-height: 20px;
}

div.form label {
	display: inline-block;
	width: 120px;
	vertical-align: top;
}



div#mainContent, div#wrapper {
	width: 696px;
	margin: auto;
	background-repeat: no-repeat;
	height: auto;
	overflow: visible;
}

div.footer a {
	text-decoration: none;
}

div.footer {
	text-align: left;
	font-size: 9px;
	font-family: arial;
}

div#contentWrapper {
	width: 100%;
	text-align: center;
	vertical-align: top;
}

div#top {
	overflow: hidden;
}

div#overlayTop {
	width: 456px;
	height: 108px;
	background-image: url(../images/overlayTop.png);
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: top;
	margin: 0 none;
}

div#overlayTopLeft {
	width: 240px;
	height:115px;
	background-image: url(../images/overlayTop2.png);
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: top;
	margin: 0 none;
}

div#imageContent {
	width: 456px;
	display: table-cell;
	vertical-align: top;
	margin: 0 none;
	min-height: 435px;
}

div#textContent {
	height: 100%;
	width: 235px;
	display: table-cell;
	vertical-align: top;
	margin: 0 none;
	background: white;
	text-align: left;
	padding-left: 5px;
	font-family: arial;
	color: black;
	font-size: 10px;
}

div#master {
	height: auto;
}

div#tcContent {
	
}

div#overlayText {
	margin-top: 0px;
	margin-left: -50px;
}

div#imageContent #bigGallery {
	margin-top: 150px;
	padding: 1px;
	background-color: rgba(255,255,255,0.5);
}

div#tcContent h3 {
	font-size: 15px;
	letter-spacing: 2px;
	color: #003399;
	font-weight: normal;
}

div#tcMenu a {
	text-decoration: none;
	color: inherit;	
}

div#tcMenu ul {
	padding: 0px;
	margin: 0 none;
	list-style-type: none;
}

div#tcMenu ul li .mWhite {
	display: inline-block;
	width: 26px;
	height: 12px;
	background-color: white;
	margin-left: -31px;
	
	vertical-align: middle;
}

div#tcMenu ul li .title {
	display: inline-block;
	vertical-align: middle;
}

div#tcMenu ul li {
	vertical-align: middle;
	color: #3366ff;
	letter-spacing: 1px;
	margin-bottom: 7px;
}

div#tcMenu ul li .mRed {
	display: inline-block;
	width: 8px;
	height: 12px;
	background-color: #ea4201;
	margin-left: 6px;
	margin-right: 10px;
	
	vertical-align: middle;
}


#bigGallery ul, #bigGallery li,
	#bigGallery ul, #bigGallery li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#bigGallery{margin-top:1em;}
#bigGallery li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:450px;
		height:200px;
		overflow:hidden; 
		}	
#prevBtn, #nextBtn,
#slider1next, #slider1prev{
	display: none;
	width:30px;
	height:77px;
	position:relative;
	left:-30px;
	z-index:1000;
	}	
#nextBtn, #slider1next{ 
	left:200px;
	}														
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a, #slider1next a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
	}	