@charset "UTF-8";
/* CSS Document */

@import url("navigation.css");
@import url("tags.css");

*{
	margin:0;
	padding:0;
}

img
{
	border:none;
}

body{
	text-align:center;
	margin:80px auto;
	/*min-width:840px;for netscape browsers*/
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background-image: url(../images/layout/background.jpg);
	background-repeat: repeat;
}

#header
{
	width:1021px;
	height:147px;
	background-image: url(../images/layout/header.jpg);
	background-repeat: no-repeat;
}


#header_text
{
	text-align:right;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #FFFFFF;
	font-weight: bolder;
	margin-right: 60px;
	font-style: italic;
}

#home_main_Image
{
	float:none;
	height:310px;
	width:615px;
}

#main_Image
{
	float:none;
	height:210px;
	width:615px;
}

#logo
{
	float:left;
}

#content
{
	width:1021px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background: url(/images/layout/bodybackground.jpg) left top repeat;
}

#main_content_footer
{
	float:left;
	width:595px;
	padding:5px;
	margin-left:5px;
	margin-bottom:4px;
	margin-top:20px;
	background:#516027;
	color:#ffffff;
	font-size:10px;
}

#main_content_footer .address
{
	float:left;
}

#main_content_footer .phone
{
	float:right;
	text-align:right;
}

.main_content_text
{
	float:left;
	padding-left:100px;
	padding-right:100px;
	padding-top: 20px;
	padding-bottom: 20px;
	width:821px;
	background: url(/images/layout/bodybackground.jpg) left top repeat;
}

#footer
{
	width:961px;
	height: 60px;
	clear:both;
	color:#FFDC7B;
	text-align:right;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	font-size:10px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
	line-height: 16px;
	background: url(/images/layout/footer.jpg) left top repeat;
}

#footer a
{
	color:#FFDC7B;
}

#footer #copyright
{
	float:right;
}

#footer #reference
{
	float:left;
	text-align:left;
}

#photos
{
	float:left;
	width:574px;
	height:300px;
	border: 1px solid black;
	margin-bottom:15px;
}

#large_photo
{
	float:left;
	height: 300px;
	width: 400px;
}

#large_photo img
{
	height: 300px;
	width: 400px;
}

#thumbnails
{
	float:left;
	overflow: auto;
	height: 300px;
	width: 174px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
}

#thumbnails img
{
	height: 113px;
	width: 150px;
	padding-bottom: 6px;
	padding-left: 6px;

}

#description
{
	float:left;
	width:575px;
	padding-top:15px;
	padding-bottom:10px;
}

.BulletListGeneral
{
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom:10px;
}

