	/*  General rules */
	
img	{
	border: 0;
	}
	
.center {
	text-align:center;
}

	/*  Residential & Commercial Main pages use LIGHTBOX styles  */

.lightbox {
	text-align:left;
	padding: 0;
 	font-size:12px;
	font-variant:small-caps;
	letter-spacing: 2px;
	width:400px;
}

	/*  Residential and Commercial Subpages use SHOWCASE styles  */
	
#showcase {
	width:400px;
	background-color:#eee;
	padding: 10px 0;
	text-align:center;
}

#showcase img {
	margin: 0 6px;
	vertical-align:middle;
}

#showcase p a:hover img{
	border:1px solid #A52119;
}
		
	/*  Establish general layout parameters */

body	{
	background-color: #eee;
	color: #666;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	padding-bottom: 25px;
	}
	
body.black {
	background-color:#000000;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	padding-bottom: 25px;
}
	
#header {
	background: #000;
	color:#fff;
	margin: 0;
	padding: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

#wrapper {
	background: #fff;
	color: #333;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #ccc;
	width: 800px;		 
	}

html>#wrapper	{
	width: 800px;
	} 

#sidebar	{
	float: left;
	margin: 0;
	padding: 0;
	width: 180px;
	color: #666;
	}
	
#sidebar img {
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #ccc;
}

#maincontent	{
	padding: 20px 0 50px 0;
	margin: 0 0 0 200px;
	/* compensates for IE Win bungling */
	height: 100%;
	font-size:    x-small;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size:    small;
	text-align:justify;
	}
	
#maincontent img{
	border: 1px solid #ccc;
}
	
#maincontent #lightbox {
	text-align:center;
}

#pagebody {
	width: 400px;
	margin: 0;
	padding: 0;
}

#subnav	{
	margin: 0 0 20px 0;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}

#subnav ul, ul.extranav {
	margin: 0;
	padding: 0;
	text-align: left;
	border: 0;
	font-size: 12px;
	}
	
ul.extranav {
	margin-left: 5px;
}
	
#subnav ul li, ul.extranav li {
	list-style:square outside;
	margin: 1em 0 0 15px;
	padding: 0;
	line-height: 1.4em;
	letter-spacing:normal;
	}	
	
ul.extranav li {
	list-style: none;
}

html>#subnav ul li	{
	font-size: 12px;
	} 

#subnav ul li a {
	font-weight: bold;
	}
	
#subnav dt 	{
	font-weight: bold;
	line-height: 2em;
	letter-spacing: 2px;
	font-size:    x-large;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size:    large; 
	}   
	
html>#subnav dt 	{
	font-weight: bold;
	letter-spacing: 2px;
	font-size: large;
	} 
	
ul.extranav li a {
	font-weight: normal;
}
	
 	/*	typography	*/
	
.small {
	font-weight: normal;
	font-size: x-small;
}

#sidebar .small {
	font-weight: normal;
	font-size: x-small;
	padding-left: 15px;
}
	
h1, h2, h3, h4, h5, h6	{
	font-family: "Gill Sans", "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-weight:lighter;
/*	margin-top: 1em; 	*/
/*	margin-bottom: 2px;  */
	letter-spacing: 10px;
	}
	
h1	{
    margin: 30px 0;
    font-size:    large;      
    voice-family: "\"}\"";   
    voice-family: inherit;   
    font-size:  x-large;
	text-align:center;      
    }

html>h1 	{
	font-size:  x-large;  
	} 

h2	{
    margin-top: 1.5em;   
    font-size:    medium;      
    voice-family: "\"}\"";   
    voice-family: inherit;   
    font-size:    large;       
    }

h3	{
	font-size: small;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size: medium;  
	}

html>h3 	{
	font-size:  medium;  
	} 
	
	/* General linkology */
	
a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #082031;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #A52119;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : underline;
	color: #A52119;
	background: transparent;  
	}

	/*  top nav linkology  */

#menu a:link, #menu a:visited {
	font-size: 11px;
	font-weight:bold;
	color: #fff;
	text-decoration:none;
	background:transparent;
}
html>#menu a:link, html>#menu a:visited {
	font-size: 11px;
	font-weight:bold;
	color: #ccc;
}

#menu a:hover {
	color: #fff;
	background: #A52119;
	text-decoration:none;	
	}

#menu a:active	{
	background: #cc0000;
	color: #fff;
	text-decoration:none;
	}	