@charset "utf-8";

/* Hack for IE7 */

*+html #content #large #right {height: 185px;
	width: 265px;
	float: right;
	margin: 0;
	padding: 15px 0 0 15px;}
	
*:first-child+html #details {
	margin:38px 0 0 0;	
}



/* Main */
body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #000;
}
h1 {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	color: #630;
	border-bottom: solid #630 1px;
}
h2 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	color: #630;
}




/* CSS Document */



#wrapper {
	margin: 0 auto;
	width: 1000px;
	padding: 0;
}
#weather {
	width: 300px;
	background-image: url(images/weatherbg.jpg);
	height: 175px;
	float: left;
	border: none;
	background-repeat: no-repeat;
}
#weather a img {
	margin-top: 25px;
	margin-left: 10px;
}

#header {
	width: 700px;
	height: 175px;
	float: right;
	background-image: url(images/headerbg.jpg);
	border: none;
	background-repeat: no-repeat;
}
#leftcol {
	width: 300px;
	background-image: url(images/leftcolbg.jpg);
	height: 398px;
	float: left;
	background-repeat: no-repeat;
}
#content {
	width: 700px;
	margin: 0;
	float: right;
	padding: 0;
	background-repeat: no-repeat;
	height: 398px;
	background-image: url(images/contentbg.jpg);
}
#content #large {
	padding: 20px;
	height: 195px;
	margin: 15px 25px 0 25px;
	width: 615px;
}
#content #large #left {
	height: 190px;
	width: 285px;
	float: left;
}
#content #large #left p {
	margin: 8px 0 0 0;
}

#content #large #left img {
	margin: 10px 10px 0px 0;
	float: left;
	border: solid #630 1px;
}

#content #large #right {
	height: 185px;
	width: 270px;
	float: right;
	margin: 0;
	padding: 15px 0 0 15px;
	text-align: left;
}

#content #large #right ul {
	margin: 0;
	padding: 0;
}
#right #details li {

}




#main {
	clear: both;
	border: none;
	margin: 0;
	padding: 0;
}
#main #rightbutton {
	height: 120px;
	width: 300px;
	float: right;
	margin: 0 25px 0 0;
	padding: 18px 0 0 27px;
}
#rightbutton img {
	border: none;
}

#main #leftbutton {
	width: 310px;
	height: 130px;
	float: left;
	margin: 0 0 0 25px;
	padding: 6px 0 0 10px;

}
#leftbutton img {
	border: none;
}






#navi {
	margin-top: 152px;
	height: 20px;
	font-size: 15px;
	padding: 3px 0 0 0;
}
#navi a {
	color: #F9AF4E;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: -2px;
	font-weight: normal;
	margin-left: 44px;
}

#navi a:hover {
	color: #FFF;
	text-decoration: underline;
	text-transform: uppercase;
	margin-bottom: -2px;
	font-weight: normal;
	padding: 0px 0px 7px 0px;
}




#footer {
	height: 150px;
	background-image: url(images/footerbg.jpg);
	clear: both;
	margin: 0;
	padding: 0;
}
#footer a {
	color: #999;
}

#footer #contact {
	width: 275px;
	height: 130px;
	float: left;
	color: #999;
	padding: 35px 0 0 25px;
}
#footer #copy {
	height: 115px;
	width: 300px;
	float: right;
	padding: 35px 25px 0 0;
	text-align: right;
}

#contentbig {
	width: 700px;
	margin: 0;
	float: right;
	padding: 0;
	background-repeat: no-repeat;
	height: 398px;
	background-image: url(images/contentbig.jpg);
}
#contentbig #large {
	padding: 20px;
	height: 310px;
	margin: 15px 25px 0 25px;
	width: 615px;
}
#contentbig #large #left {
	height: 320px;
	width: 295px;
	float: left;
}
#contentbig #large #left p {
	margin: 8px 0 0 0;
}

#contentbig #large #left img {
	margin: 15px 10px 0px 0;
	float: left;
	border: solid #630 1px;
}

#contentbig #large #right {
	height: 290px;
	width: 260px;
	float: right;
	margin: 0;
	padding: 15px 0 0 5px;
}
#contentbig #large #right ul {

}
.indent {
	padding-left: 25px;

}
#gallery {
	height: 320px;
	width: 630px;
	float: left;
}
#gallery img {
	border: none;
}
#gallery h2 {
	margin-bottom: 20px;
}


/* Lightbox CSS */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
#contact {
	height: 320px;
	width: 625px;
	float: left;
}
.text {
	width: 190px;
}
.textarea {
	width: 190px;
}
.submit {
	width: 150px;
	text-align: center;
	height: 30px;
	font-size: 14px;
}
#details {
	margin-top: 10px;
}
.hometitle {
	margin: 10px 0 10px 0;
	font-size: 15px;
	font-weight: bold;
	color: #630;
	border-bottom: solid #630 1px;
}
label {
	font-size: 10px;

}
