@import "borders_backgrounds.css";
@import "nav.css";
@import "forms.css";
@import "text.css";
@import "buttons.css";


*{margin: 0px;padding: 0px;}

body{ text-align: center;} /* This is to fix an IE 5 centering bug - functions as LAYOUT rather than TEXT */


/* container styles */
div#container {
	width: 942px;
	margin: 36px auto 0px auto;
	text-align: left; /* This is to reverse the IE Bug F ix - functions as LAYOUT rather than TEXT */
	position: relative;
}

div#content {
	width: 942px;
	height: auto;
	
	min-height: 700px;
	
	margin-top: 0px;
	margin-left: 0px;
	
	position: relative;
}


/* For fixed width layout just give the container a px width eg - div#container{ width:950px } */
/* For a left aligned layout just give the body left text align body{ text-align: left; }  and the container a 0px margin-left. */


/* CONTENT */

div#left_content{
	width: 659px;
	
	margin: 32px 0px 0px 14px;
	
	float: left;
}

div#one_column{
	width: 910px;
	
	margin: 32px 0px 0px 14px;
	
	position: relative;
	
}

div#body-text{
	margin: 0px 50px 10px 10px;
}

div#body-text-onecol{
	margin: 0px 10px 10px 10px;
}

/* For non-floating columns just give the content a width eg - content{ width:70% }. eg 70% for a single side bar and 45% for a 3 column layout */
/* If you are using a LEFT sidebar, give the content{ margin-left:28% } */

div#sidebar_right{
	float: right;
	width: 251px;
	min-height: 216px;

	margin: 32px 16px 0px 0px;
    padding: 0px;
}

*div#sidebar_right{
	position: relative;
	width: 251px;
	min-height: 216px;

	margin: 0px 0px 0px 0px;
    padding: 0px;
    
    top: 32px;
}

div#sidebar_right_content{
	margin: 25px 30px 10px 35px;
}

/* MAIN NAV */

div#nav {
	width:942px;
	height: 99px;
	
	position: relative;

	margin-left: 0px;
	margin-top: 0px;


}

div#logo {
	width: 357px;
	height: 99px;
	
	position: absolute;
	
	left: 0px;
	top: 0px;
}

div#main_nav {
	width:557px;
	height: 69px;
	
	position: absolute;

	margin-left: 357px;
	margin-top: 27px;
	
	z-index: 1;

}

div#feature {
	width: 910px;
	height: 389px;
	
	position: relative;
	
	margin: 14px 0px 0px 16px;
	
	z-index: 0;
	*z-index:-1; /* IE 7 hack */
} 
 
#feature img {     
    width:  910px; 
    height: 389px; 
    top:  0; 
    left: 0;
}


/* EMAIL FORM */

div#email_form {
	margin: 0px 0px 0px 50px;
}

/* FOOTER */


div#footer_container{
	width: 942px;
	clear: both;
	background-color: transparent;
	height: 35px;
	/* margin-top: 20px;
	margin-bottom: 40px; */
}

div#footer{
	float: left;
	width: 942px;
	margin-top: 45px;
	margin-left: 0px;
	margin-bottom: 30px;
	padding: 0px 0px;
	background-color: transparent;
}

div#footer_credits{
	float: left;
	width: 850px;
}

div#ph {
	float: right;
	
	width: 81px;
	height: 25px;
	}
	
a.ph {
    display: block;

	width: 83px;
	height: 25px;
	
    background: url('../images/ph_block.png') 0 0 no-repeat;
    text-decoration: none;
}

a:hover.ph {
    background-position: 0px -25px;
    }
    
    
/* IMG STYLES FOR GALLERY THUMBS */

/*.thumbscontainer {
	
}*/

ul.thumbs li {
}
ul.thumbs {
width: auto;
padding: 15px;
}

ul.thumbs li img {
border-width: 2px;
border-style: solid;
border-color: white;
}