/* <style type="text/css"> */

#mainContainer {
	width: 920px;
	margin: 0px auto;
	}
#header {
	width: 920px;
	height: 73px;
	position: relative;
	}
#logoBox	{
	width:100%;
	text-align: center;
	float:left;
	}
#logoBox img{
	border:0px;
	margin-top:20px;
}
	/* Horizontal Navigation */	
	#menuContainer {
	width:880px;
	clear: both;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	}
	


#picBox	{
	background-image: url(images/design/front/picBoxBg.jpg);
	height: 185px;
	width: 920px;
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	margin: 0px;
	padding: 0px;
	}	
#picBox	img	{
	float:right;
}

.extraDiv01	{
	background: url(images/design/front/extraDiv01.gif) no-repeat left top;
	clear:both;
	height:16px;
	
}	
#mainData, #lowerSection, {
	width:920px;
	clear:both;
}
#column1	{
	width: 417px;
	padding:10px;
	float:left;
}
.subNavigation	{
	background-color:#391E01;
}
.subNavigation ul{
		list-style:none; margin:0px; padding:0px;
		}
	.subNavigation li	{
		float:left; margin:0px; padding:0px;
	}
	.subNavigation ul li a:link, .subNavigation ul li a:visited {
	text-decoration:none;
	display:block;
	padding:3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #420;
	}
.slogan	{ 
	margin:0px;
	height:51px;
	clear:both;
}
.slogan span	{
	display:none;
}
#mainData	{
	padding-top:20px;
}
#slidingImages, #areaImages	{
	padding: 42px 96px 39px 94px;
	width:272x;
	float:left;
	}

#textAreas	{
	float:left;
	width:555px;
}

.textAreasPic	{
	width:156px;
	height:115px;
	padding: 21px 26px 44px 23px;
	float:left;
}
#mainContent	{
	float:right;
	width:750px;
	padding:10px;
}
/* Left Column */
.pressImg	{
	width:50%;
	float:left;
	text-align:center;
	padding:10px 0px;
}
#navColumn{
	float: left;
	padding: 10px;
	}
#navColumn h3 {
	font-size: 12px;
	color: #023681;
	text-align: left;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}


#footer {
	margin: 0px auto;
	width: 900px;
	text-align:center;
	font-size: 11px;
	color: #6F3700;
	padding:10px;
	}
	#footer a:link, #footer a:visited {
	color: #6F3700;
	font-size: 11px;
}
	#footer a:hover, #footer a:active {
	color: #FFF;
}

.footerIcons{text-align:center;}
.footerIcons img {margin:4px;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail img{
	border:3px solid #E8E1C5;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #E8E1C5;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0px;
left: 60px; /*position where enlarged image should offset horizontally */
z-index:200px;

}

