/*CONTAINER CLASS - This is the container needed to produce this fixed width design. It is set at a mx width of 850px, rather than ems or %*/
.container
{
	position: relative;
	width: 1006px;








padding: 0px;
margin: 0px auto 0px auto;
	background-color: #262B25;
	margin-right: auto;
	overflow: hidden;
	margin-top: 0px;
	margin-left: 15%;


}

/*CONTENT CLASS - This is set to relative positioning to the containing block. I've added a left margin in order to push it from the left column, and added some margins for space*/
.content
{
	position: relative;
	margin-top: 60px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 240px;
	padding-right: 20px;
	overflow: visible;
}
.textalignleft {
	padding-right: 350px;
}

/*NAV BAR CLASS - This is for the nav bar below the header. It is a set height and has been given padding left to the same value of the left margin of the content div, in order to 
separate it from the left column*/
.nav	{
	height:auto;
	padding-left: 0px;
}
/*FLOAT RIGHT - This is a generic float right class that I'm using for images that I want to float right. I'm using this rather than "align=right". */
.floatright {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.floatrightstate {
	float: right;
}

/*PADDING CLASS - Another generic class I'm using for images to give them space. */
.img_padding {
	padding: 20px;
}



/*MENU CLASS - This is for the side nav menu. It has been absolutely positioned within the container and will not scale. */

.Menu {
	top:auto;
	width:150px;
	/* This is a hack from the brainjar.com website, which allows for browser compatibility for Explorer 6.0 */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:auto;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20%;
	margin-top: 15px;
	float: left;
		}
		
		/* NEW LEFT STATE NAV MENU
		/* =-=-=-=-=-=-=-[Menu Three]-=-=-=-=-=-=-=- */
	
#menu3 {
	width: 200px;
	border: 0;
	margin: 0px;
	}
	
#menu3 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #000000;
	display: block;
	padding: 8px 0 0 30px;
	background-image: url(../menu3.gif);
	}
	
#menu3 li a:hover, #menu3 li a:active {
	color: #283A50;
	padding: 8px 0 0 30px;
	background-image: url(../menu3.gif);
	background-position: 0 -32px;
	}
	ul {
	margin: 0;
	padding: 0;
	float: none;
	color: #FFFFFF;
	font-weight: bold;
	list-style-type: none;
	list-style-position: inside;
	}
		
		/* HEADER HORIZONTAL NAVIGATION - requires javascript */
		
		/* Horizontal Navigation Styles */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	padding-left: 0px;
	height: 25px;
	background-image: url(bg_test.jpg);
	z-index: 100;
	margin-left: 200px;
}
.nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	border-right-width: medium;
	border-left-width: 1px;
	border-right-style: groove;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	color: #333333;
	display: block;
	text-transform: lowercase;
	text-decoration: none;
	background-color: #FF0000;
	background-image: url(bg_test.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 25px;
	font-weight: bold;
	padding: 0 40px;
}

.nav li a:hover {
  background: #ccc;
  color: #000;	

}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #ccc;
  color: #000;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
	color: #FFFFFF;
	background-color: #000000;
	border: thin solid #FFFFFF;
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #ccc;
  color: #000;	
}

.nav ul {
	border-bottom: 1px solid #000;
	list-style: none;
	margin: 0;
	width: auto;
	position: absolute;
	top: -999em;
	left: -1px;
	background-color: #000000;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
	border: 1px solid #000;
	border-bottom: 0;
	padding-right: 20px;
	width: auto;
	white-space: nowrap;
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
}


		
		
		
		/*FOOTER CLASS - This has been set to repeat using a graphic slice. There were issues when I moved the css files to their own folder, and so I had to change the links and place
		the background images in the same folder as the CSS. */
	.footer
	{
	position: relative;
	margin-top: 10px;
	width: auto;
	height: 80px;
	background-image: url(footer_bg.jpg);
	background-repeat: repeat;
	padding-left: 20%;
	padding-top: 10px;
	padding-bottom: 8px;
	}
.copyright {
	position: absolute;
	right: 30px;
}


#footerlinks {
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	width: auto;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}

#footerlinks a {
	color:#000000;
	padding:0.2em;
}

#footerlinks a:hover {
	text-decoration:underline;
	background-color: #FFFFFF;
}


.header {
	padding-bottom: 0px;
	height: 144px;
	width: 1006px;
}
/* footer nav */
#footer ul {
	float:left;
	margin:30px 0 0 20px;
	padding:0;
	font-size:85%;
	list-style:none;
}
#footer ul li {
	line-height:1.4;
}
.formstyle {
	background-color: #333333;
	padding-left: 50px;
	padding-top: 5px;
	margin-left: 40px;
	margin-right: 200px;
	margin-bottom: 50px;
	margin-top: 20px;
	background-image: url(box_bg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	border: thick solid #000000;
}
.floatleft {
	float: left;
}
/* IMAGE GALLERY STYLES */
.gallery {

width: 99%;

}
.photo {

float: left;

display: inline;

width: 174px;

height: 170px;

overflow: auto;

position: relative;

}
.photo a img {

margin: 0 auto 1px auto;

border: 4px solid #DEBE81;

}

.photo a:hover img {

border: 4px solid #A42A00;

}



.photo p, .photo p a, .photo p a:visited {

margin-left: 1px;

}

.cleaner {

clear: both;

height: 0;

font-size: 0;

visibility: hidden;

}
