@charset "utf-8";
/* CSS Document */

body {
	background: #fbffd7 url('../images/bground.jpg') repeat-x;
	margin:0px;
	padding:0px;
	font: 16px Arial, Helvetica, sans-serif;
	color: #000;
}

.required {
	color:red;
	font-family:"Tahoma";
	font-size:10pt;
}

h1{
	padding:5px 0 5px 0;
	margin:0px;
	font-size:22px;
	color:#F00;
}
h2{
	padding:5px 0 5px 0;
	margin:0px;
	font-size:20px;
	color:#F00;
}
h3{
	padding:0 0 5px 0;
	margin:0px;
	font-size:18px;
	color:#09F;
}
h4{
	padding:0 0 10px 0;
	margin:0px;
	font-size:14px;
	color:#0FF;
}

#main_container{
	width:900px;
	height:auto;
	margin:auto;
	background-color:#FCF; z-index:100;
}

#blank_header{
	width:900px;
	height:60px;
	margin:auto;
	background-color:#FCC;
}

#header{
	width:900px;
	height:203px;
	margin:auto; 
	background:#ffffff url('../images/headerBG.jpg') repeat-x;
}

#h_left{
	width:181px;
	float:left;
	z-index:20;
}
#h_right{
	widows:700px;
	margin-left:210px;
}

#content_wrapper{
	text-align:left;
	margin:0px auto;
	padding:0px;
	border:0;
	widows:900px;
	background: url('../images/bgCols.jpg') repeat;
}

/*-----------------LEFT MENU--------------*/
#left_menu{
	width:180px;
	height:auto;
	float:left;
	padding-left:10px;
	padding-top:45px;
}
#left_menu ul{
	list-style:none;
	padding:5px 0 0 0;
	margin: auto;
	display:block;
}
#left_menu ul li{
	list-style:none;
	display:inline;
	float:left;
	width:155px;
	height:40px;
	padding:0px;
	line-height:35px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px;
	text-align:justify;
}
#left_menu ul li a{
	height:40px; 
	width: 155px;
	display:block;
	text-decoration:none;
	padding:0 0 0 35px; 
	margin:7px 0 7px 0;
	color:#fcc;
	background:url(../images/btn1.jpg) no-repeat center;
	background-position:0px 0px;
}
#left_menu ul li a:hover{
	height:40px;
	width: 155px;
	display:block;
	text-decoration:none;
	color: #fcc;
	padding:0 0 0 0px;
	margin:7px 0 7px 0;
	background:url(../images/btn2.jpg) no-repeat center;
	background-position:0px 0 px;
	text-align:center;
	font-weight:bold;
}
#left_menu ul li a:current{
	height:40px;
	width: 155px;
	display:block;
	text-decoration:none;
	padding:0px;
	color: #fcc;
	padding:0 0 0 0px;
	margin:7px 0 7px 0;
	background:url(../images/btn2.jpg) no-repeat center;
	background-position:0px 0px;
}

/*----------------RIGHT----------------*/
#right{
	width:600px;
	height:auto;
	margin-left:250px;
	padding-top:50px;
	padding-right:10px;
}

/*---------------IMAGE-----------------*/
#about{
	width:272px;
	height:400px;
	float:left;
	border:0;
	padding-right:20px;
}


/*---------------FOOTER----------------*/
#footer{
clear:both;
width: auto;
height:45px;
background: url(../images/footerBG.jpg) repeat-x;
font-size:10px;
}
.copyright{
float:left;
padding-left:10px;
}
.footer_links{
padding-left:300px;
padding-top:17px;
}
.copyRT{
float:right;
display:inline;
vertical-align:bottom;
padding-right:10px;
}
.footer_links a{
text-decoration:none;
padding-left:10px;
}
.footer_links a:hover{
text-decoration:underline;
}

/*--------------GALLERY----------------*/
.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 380px; 
}
.content a, div.navigation a {
	text-decoration: none;
	color: #000;
}
.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
.controls {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-top: 5px;
	height: 23px;
}
.controls a {
	padding: 5px;
}
.ss-controls {
	float: left;
}
.nav-controls {
	float: right;
}
.slideshow-container {
	position:relative;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	width: 360px;
	margin: 0 0 20px 10px;
}
.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
.slideshow {

}
.slideshow span.image-wrapper {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}
.slideshow a.advance-link {
	display: block;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
	max-height:502px;
	max-width:340px;
}
#download {
	float: right;
}
.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
.span.image-caption {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}
#caption {
	padding: 12px;
}
.image-title {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.image-desc {
	font-size: 10px;
	padding-top: 8px;
}
.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
		width: 50px;
	height: 60px;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
