html {margin: 0px;}
body { 
 background: #000000; 
 text-align: center; 
 font: 11px Verdana, Arial, Helvetica, sans-serif; 
 margin: 0px; 
 padding: 0px; 
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	}
#wrapper { 
background:   url(assets/diamondplatetile.jpg) repeat;
 margin: 0px auto;  /* to fix centering in Mozilla */ 
 text-align: left; 
 width: 747px;   /* width should be the same as the background image */ 
 padding: 0px 17px 0px 17px; 
 /* box model hack */ 
 voice-family: "\"}\""; 
 voice-family:inherit; 
 width: 750px; 
} 
 html>body #wrapper { width: 750px; } 

 

#map {
padding: 5px;
color: #302c30;
text-align: center;
}
	
#map a:link, #map a:visited {
color: #302c30;
}
#map a:active, #map a:hover {
color: #B2ADC6;
}
#header {
	margin: 0px auto;
	height: 113px;
	background:  #000000 url(assets/header.jpg) no-repeat center top;
	width: 747px;
	padding: 0px;
	z-index: 1;
	border-top: thin solid #000000;
	border-right: thin solid #000000;
	border-bottom: none;
	border-left: thin solid #000000;
	}
#statel a:link, #statel a:visited {
	margin: 0;
	padding: 0px 5px 5px 5px;
	color: #fff;
	font-weight: bold;
	float: right;
	right: 720px;
	width: 50px;
	display: none;
}
#statel a:active, #statel a:hover {
color: #81a2e1;}
#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8A3E0;
	background: #78716a url(assets/menuback.gif) repeat-y;
	padding- right: 50px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 119px;
	float: left;
	border: #fff;
}
#menu ul {
list-style: none;
padding: 0px;
margin: 0px;
}
#menu ul li {
display: block;
padding: 10px 10px 10px 0px;
}
#menu a:link, #menu a:visited {
	color: #000000;
	text-decoration: none;
	border-top-width: 19px;
	border-right-width: 19px;
	border-bottom-width: 19px;
	border-left-width: 19px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #2d3a53;
	border-right-color: #2d3a53;
	border-bottom-color: #2d3a53;
	border-left-color: #2d3a53;
	display: block;
	padding: 5px;
}
#menu a:active, #menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-left-color: #81a2e1;
	padding: 5px;
	text-decoration: none;
	}
#rightside {
	background:   url(assets/pageback.gif) repeat-y;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 747px;
	float: left;
	display: inline;
	border: thin solid #000000;
}
#bottomshade {
	background:    url() bottom repeat-x;
	padding: 0px;
	margin: 0;
	width: 100%;
	height: 48px;
}
#content {
	padding-left: 5px;
	margin-top: 0px;
	margin-left: 0px;
	width:565px;
	float: right;
	top: 1px;
}
#homephoto1 {
	margin: 10px;
	float: right;
	width: 150px;
	border: thin solid #000000;
	left: 10px;
}
#homephoto2 {
	margin: 10px;
	float: left;
	width: 150px;
	border: thin solid #000000;
	right: 400px;
}


* html #content {  /* This is the Tan hack */
	width: 565px; 
	w\idth: 555px; }
#state {
	text-align: center;
	font-size: 9pt;
	background:   url(assets/bar.gif) bottom repeat-x;
	width: auto;
	height: 32px;
	color: #000000;
	padding: 0px;
	margin: 78px auto 0px;
	overflow: hidden;
	position: relative;
	top: 5px;
	left: 0px;
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
	background-image: url(assets/bar.gif);

}
#middle {
	float: left;
	left: 560px;
	top: 0px;
	width: 423px;
	padding: 8px 3px 3px 3px;
}
#slideshow {
	float: left;
	left: 560px;
	top: 0px;
	width: 500px;
	padding: 8px 3px 3px 3px;
}
#rtcol {
	text-align: center;
	margin-top: 10px;
	margin-right: 8px;
	padding: 2px;
	float: right;
	left: 5px;
	top: 5px;
	height: 440px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
	#rtcolhead {
	padding-bottom: 2px;
	border-bottom: thin dotted #81a2e1;
}
#socmedia a:active, a:hover {
	color: #81a2e1;}
#socmedia a:visited {
	color: #fff;}

#footer {
	margin: 0px auto;
	background:   url(assets/bar.gif) bottom repeat-x;
	width: 747px;
	height: 29px;
	padding: 0px 0 0px 0;
	bottom: auto;
	z-index: 3;
	border-top: none;
	border-right: thin solid #000000;
	border-bottom: medium solid #000000;
	border-left: thin solid #000000;
}


#map ul { 
 list-style: none;    /* removes list marker */ 
 padding: 0px;    /* removes left indent */ 
 margin: 0px; 
} 

#map ul li { 
 display: inline;    /* sets list items to display in a row */ 
 padding-left: 10px;  /* puts space in between list items */ 
} 

#map a:link, #map a:visited { 
 color: #fff; 
 text-decoration: none; 
 font:  1em Verdana, Arial, Helvetica, sans-serif; 
} 

#map a:active, #map a:hover { 
 color: #81A2E1; 
 text-decoration: underline; 
}
.clear {
clear: both;
}
.block {
   display: block;
}
#photocontent {
 text-align: left;
  width: 500px;
  float: left;
  padding: 0px 15px 18px 15px;
  
}
#photocontent a:link, #photocontent a:visited {
color: #81a2e1;
text-decoration: none;
}
#photocontent a:active, #photocontent a:hover {
color: #687a97;
}

#photocontent a, #photocontent a:hover{text-decoration: none;}

#cc a:link, #cc a:visited {
color: #000000;
}
#cc a:active, #cc a:hover {
color: #fff;
}


#formHolder {
	width: 400px;
	background-color: e1e1e1;
}
h3 {
	margin: 0px 0px 4px;
	padding: 0px;
	top: 0px;
}

