

/* Start Header  Styles

-----------------------------------------------------*/
#wrapper{
	
	margin: 0 auto;
	width: 896px;
}
#header {
	position: relative;
	width: 894px;
	height: 397px;
	border: 1px solid #666667;
	background-image: url(/images/HomeHeader.jpg);
	background-repeat: no-repeat;
	
}
#header07 {
	position: relative;
	width: 894px;
	height: 397px;
	border: 1px solid #666667;
	background-image: url(/images/HomeHeader07.jpg);
	background-repeat: no-repeat;
	
}

#header09 {
	position: relative;
	width: 894px;
	height: 397px;
	border: 1px solid #666667;
	background-image: url(/images/HomeHeader09.jpg);
	background-repeat: no-repeat;
	
}
/* Gallery Styles*/

#galleryHover{
	position: absolute;
	top: 237px;
	left: 513px;
	width: 481px;
	height: 216px;
	z-index: 1;
	
}


	
	
/* End Gallery Styles*/


#description{
	font-size: 10px;
	color: #121212;
	float: right;
	font-family: Arial, sans-serif;
}


/* End Header  Styles

-----------------------------------------------------*/

#content{
	width: 896px;
	background-color: #fff;
	height: 217px;
}


/*   Div Boxes

-----------------------------------------------------*/
#boxwrapper {
	width: 896px;
	height: 218px;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #fff;
	
}



#boxwrapper .box1Position{
	position:absolute;
	top: 0;
	left: 0;
	
}

#boxwrapper .box2Position{
	position:absolute;
	top: 0;
	left: 299px;
}

#boxwrapper .box3Position{
	position:absolute;
	top: 0;
	left: 597px;
}


.boxcontent #news{
	margin: 10px;
	
}
.boxcontent #news p{
	padding: 4px;
	border-bottom: 1px solid #666667;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

.boxcontent #news a{
	text-decoration: none;
	color: #000;
}

.boxcontent #news a:hover{
	text-decoration: underline;
}

.boxcontent td{
	padding: 4px;
	border-bottom: 1px solid #666667;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #000
}

.boxcontent td a{
	text-decoration: none;
	color: #000;
}

.boxcontent td a:hover{
	text-decoration: underline;
}

/*  End right Column Div Boxes

-----------------------------------------------------*/


/*-----------------Footer
------------------------------------------------------------------------------*/


#footer {
	position: relative;
	width: 894px;
	height: 63px;
	margin-top: 10px;
	border: 1px solid #666667;	
	background-color: #414141;
}

#footer h2 a{
	position: absolute;
	top:0;
	left:0;
	color: #B0232A;
	font-weight: bold;
	text-align: center;
	width: 298px;
	height: 23px;
	padding: 20px 0 20px 0 ;
	border-right: 1px solid #666667;
	text-decoration:none;
	
}
#homethumbs {
	
	position: absolute;
	top:0;
	left: 330px;
}
#homethumbs img {
	margin:  10px 7px 0 0;
	float: left;
}
/*-----------------Footer
------------------------------------------------------------------------------*/

.clearfloats{
	clear: both;
	display: inline;
}

.hide{
	visibility: hidden;
}
.noimg {
	display: none;
}

/*Hide Home*/

#homemenu{
	visibility:hidden;
}