@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}



body{
	
	background-color: #ffffcc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	line-height:15px;
	
}



#page {
	position:relative;
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image:url(_siteGraphics/blend.jpg);
	background-repeat: repeat-y;
}

#header {
	text-align: center;
}

/*#content {
	padding-left:10px;
	padding-right:10px;
}*/


H2 {
color:#069;
padding-top: 20px;
padding-bottom: 10px;
}


a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #069;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #069;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#0FF;
	text-decoration: none;
}




p {
	padding-bottom: 5px;
}

.clear {
clear:both;
}

.column-1 {
	width:175px;
	float:left;
	margin-top: 20px;
	}
	
	.column-2 {
	width:660px;
	float:right;
	margin-right:40px;
	margin-top: 20px;
	}
	
	.column-a {
	width:175px;
	float:left;
	margin-top: 20px;
	}
	
	.column-b {
	width:520px;
	padding-left:10px;
	float:left;
	margin-top: 20px;
	}
	
	.column-c {
	width:175px;
	float:right;
	margin-top: 20px;
	}
	
#footerLeft{
	width:725px;
	float:left;
	margin-top: 20px;
	}
	


#menu {
    height: auto;
    width: 175px;
}

#menu li {
	height: 60px;
	width: 160px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	line-height: 30px;
	list-style-type: none;
	background-image:url(_siteGraphics/menuGraphics/bg_off.gif);
	background-repeat: no-repeat;
}

#menu .thisOne li {
	height: 60px;
	width: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	line-height: 30px;
	list-style-type: none;
	background-image:url(_siteGraphics/menuGraphics/bg_on.gif);
	background-repeat: no-repeat;
}

#menu li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#menu li a:link {
	background-image:url(_siteGraphics/menuGraphics/bg_off.gif);
	font-size: 14px;
	font-weight: bold;
	color:#000;
}

#menu li a:visited {
	font-size: 14px;
	font-weight: bold;
	color:#000;
}

#menu li a:hover {
	background-image:url(_siteGraphics/menuGraphics/bg_over.gif);
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	color:#09C;
}

#quickLinks li {
	padding-top:10px;
	padding-bottom:5px;
	width: 140px;
	text-align: left;
	list-style-type: none;
	border-bottom-style: dotted;
	border-bottom-color: #069;
}



.galleryTable td {
	margin: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	text-align: center;
	vertical-align: top;
	width: 300px;	
}

.contactTable {
	width: 100%;
}
.contactTable td {
	padding-top:10px;
	border-top-style: dotted;
	border-top-color: #069;
	width: 210px;
}

.contactTable hr {
	
}
.lFloat {
	float:left;
	padding:10px;
}



