/* CSS Document */
body {
	background-color:white;
	background-position:center top;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	background-repeat:no-repeat;
}

div#header {
	background-image:url("background_images/logo.jpg");
	background-position:90% 50%;
	background-repeat:no-repeat;
	width:850px;
	margin-left:auto;
	margin-right:auto;
	height:124px;
	text-align:right;
	border-top:1px solid white;
	margin-top:-1px;
}

div#menu {
	margin-top:10px;
	width:838px;
	text-align:left;
	font-size:17px;	
	display:block;
	margin-left:auto;
	margin-right:auto;
}

div#menu a {
	display:inline;
	float:left;
	margin-left:10px;
	margin-right:10px;
	color:#8F8F8F;
	width:120px;
	height:23px;
	text-align:center;
	padding-top:14px;
	text-decoration:none;
	text-transform:lowercase;
	background-image:url("background_images/tab.gif");
	background-position:top left ;
}

div#menu a:hover {
	color:#1ABCB9;
}

#homeSlides div {
	cursor:pointer;
	border:1px solid white;
	-moz-opacity:.0; 
	filter:alpha(opacity=0); 
	opacity:.0;
}

#homeSlides div img {
	height:400px;
	width:290px;
}

div#mainContent {
	clear:both;
	width:850px;
	margin-left:auto;
	margin-right:auto;
	height:670px;
	padding-bottom:20px;
	color:#555555;
	overflow:hidden;
	margin-bottom:-20px;
	background-image:url("background_images/background.gif");
	background-repeat:no-repeat;
	background-position:left -35px ;
}

div#mainContent img {
	margin-top:20px;
}

div#footer {
	clear:both;
	width:860px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
/*	border-top:1px solid #956E8E; */
	text-align:left;
}

div#footer div {
	color:#8F8F8F;
	float:right;
	margin:5px;
	text-align:left;
	font-size:12px;
}

#footer a {
	color:#8F8F8F;
	text-decoration:none;
}

#footer a:hover {
	color:black;

	text-decoration:underline;
}

div#wrapper{
	margin-top:5%;
	border:1px solid #956E8E;
	clear:both;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:621px;
	color:white;
	overflow:hidden;
	background-repeat:no-repeat;
	text-align:left;
}

h1 {
	color:#1ABCB9;
	font-size:18px;
	width:95%;
	border-bottom:1px dashed #1ABCB9;
	margin-bottom:10px;
	margin-left:28px;
	padding-bottom:10px;
	margin-top:-20px;
}

h2 {
	color:#1ABCB9;
	font-size:16px;
	width:100%;
	margin-top:30px;
}

#mainContent div {
	margin-top:30px;
}

#mainContent a {
	color:#1ABCB9;
}

label {
	display:block;
	float:left;
}

.pics {  
    height:  500px;  
    width:   430px;  
	text-align:left;
    padding: 0px;  
    margin:  0px;  
	max-width: 500px;
	max-height:500px;
	margin-right:0px;
	text-align:right;
    border:  none;
	overflow:hidden;
} 
 
.pics img {  
    padding: 0px;  
	border:none;
    background-color: black;  
    width:  500px; 
    height: 430px; 
    top:  0px; 
    right: 0px; 
	max-width: 500px;
	max-height:500px;
	margin:0px;
} 

.thumbDiv {
	cursor:pointer;
	border:1px solid #1ABCB9;
	width:134px;
	text-align:left;
	height:134px;
	float:left;
	margin-right:-10px;
	margin-left:30px;
	background-color:white;
	padding:0px;
	text-align:left;
}

.thumbDiv img {
	border: 1px solid white;
	margin:0px;
	margin-left:auto;
}

.hoverThumb {
	border:1px solid #956E8E;
	background-image:url("background_images/pageFaded.gif");
	background-repeat:no-repeat;
	background-position:bottom left;

}

input,textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#imageNav {
	clear:both;
	top:-15px;
	padding-top:20px;
	margin-right:10px;
	text-align:right;
	position:relative;
	color:#AAAAAA;
}

#photoNav{
	font-size:10px;
	position:absolute;
	top:116px;
	width:105px;
	height:0px;
	overflow:hidden;
}

#imageNav a.currentPage {
	text-decoration:none;
}

#imageOverlay {
	background-repeat:no-repeat;
	background-position:bottom left;
}

#imageOverlay img {
	border:1px solid white;
}

#navOverlay {
	background-image:url("background_images/panel.gif");
	background-position:top left ;
	width:170px;
	height:50px;
}

.navButton {
	width:30px;
	height:30px;
	border:1px solid #1ABCB9;
	margin-top:14px;
	float:right;
	margin-right:7px;
	cursor:pointer;
	background-image:url(background_images/buttons.gif);
}

#backButton {
	background-position:-1% top;
	background-repeat:no-repeat;
}

#closeButton {
	background-position:24% top;
	background-repeat:no-repeat;
}

#nextButton {
	background-position:100% top;
	background-repeat:no-repeat;
}


#pauseButton {
	background-position:49% top;
	background-repeat:no-repeat;
}



