/*
Author: Jeff Golenski - jeffgolenski@midnight-shift.net
*/

/* --------------------------------------- BODY  */

body {
	margin: 0;
	padding: 0 0 10px 0;
	color: #000;
	font-family:  Arial, Verdana, Tahoma, "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
	background: #c5c5c5 url(images/mainbg.gif) 0 0 repeat-x;
}

html>body { /* Opera Fix */
	font-size: small;
}

a:link, a:visited {
	color: #417FE7;
	font-weight: bold;
	text-decoration: none;
}
	
a:hover {
	color: #417FE7;
	font-weight: bold;
	text-decoration: underline;
}
	
a:active {
	color: #417FE7;
	font-weight: bold;
	text-decoration: none;
}



/* --------------------------------------- STRUCTURE  */

#shell {
	width: 967px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}

#topbar {
	background: #e4e4e4;
	border-bottom: 1px #fff solid;
	text-align: center;
	color: #bdbdbd;
	font-size: 90%;
	padding: 4px 0;
}


#buffer {
	padding: 0 6px 6px 6px;
	
}

#header {
	width: 100%;
	text-align: left;
	padding: 0;
	margin: 0;
	background: #e7e7e7 url(images/headerbg.gif) 0 0 repeat-x;
	border-bottom: 1px #cac8c8 solid;   
}

#titlephoto {
    margin: 0;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;    
}

#nav {
	float: left;
	width: 184px;
	margin: 0;
	padding: 0; 
}
 

#content {
	width: 100%;  
	padding: 0;
	margin: 0;
	background: #fff url(images/contentbg.gif) 0 0 repeat-y;
	border-bottom: 6px #fff solid;
}


#textholder {
	float: left;
	width: 755px;
	text-align: left; 
	background: transparent;
	margin: 0;   
	padding: 10px 0 10px 10px;
}


#footer {
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 1px #a9a8a8 solid;
	background: #dcdbdb url(images/footerbg.gif) 0 0 repeat-x;
	font-size: 90%;   
}



.clear {
	clear: both;
	font-size: 1px;

} 



/* --------------------------------------- COMMON ELEMENTS  */

h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 130%;
	font-weight: bold;
	color: #005ab6;
	border-bottom: 1px #a6c7e9 solid;
}

h1#title {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none; 
}


h2 {
	font-size: 115%;
	color: #285190;
	margin: 0 0 15px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px #eee solid;
}

h3 {
	color: #000;
	font-size: 110%;
	margin: 20px 0;
}

p {
	font-size: 100%;
	line-height: 16pt;
	color: #000000;	
}

p.listing {
	font-size: 100%;
	line-height: 16pt;
	color: #000000;	
}

p.legal {
	font-size: 80%;
	line-height: 14pt;
	color: #585858;	
}

p strong {
	color: #000;
}

p.name {
	margin: -5px 0 0 0;
	font-size: 110%;
	font-weight: bold;
	color: #383838;
	line-height: 14pt;
} 



div.top a {
	padding: 5px;
}

/* --------------------------------------- TOP BAR  */      


#topbar strong {
	color: #444;
	text-transform: uppercase;
}

/* --------------------------------------- MAIN NAV  */      


#nav ul {
	padding: 0;
	margin: 0;
} 
	
#nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	border-top: 1px #3a74b0 solid;
	border-bottom: 1px #002346 solid;
} 
	
#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active  {
	font-size: 90%;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 8px 12px;
	background: #2a4997;
	
	
}

#nav ul li a:hover, #nav ul li a:focus  {
	text-decoration: underline;
	background: #233f87;
	padding: 8px 12px;
}




/* --------------------------------------- FOOTER  */

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #646464;
} 

#footer li {
	margin: 0;
	padding: 3px 0;
}

#footerleft {
	float: left;
	text-align: left;
	padding: 5px 0 5px 10px;
	margin: 0;
}

#footerright {
	float: right;
	text-align: right;
	padding: 5px 10px 5px 0;
	margin: 0;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #00152a;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover, #footer a:focus {
	text-decoration: underline;
}




/* --------------------------------------- HOME */


div.main {
	float: right;
	margin: 0 0 15px 15px;
	padding: 0;
	background: #e8e8e8;
	border: 1px #bfbfbf solid;
	color: #183c64;
	text-align: center;
}

div.main h3 {
	margin: 0;
	padding: 10px;
	font-size: 105%;
	background: #dbdbdb;
	border-bottom: 1px #bfbfbf solid;
}

div.main ul {
	margin: 0;
	padding: 15px 15px 15px 40px;
	list-style-type: disc;
	text-align: left;
}


div.main a, div.main a:visited, div.main a:hover, div.main a:focus, div.main a:active  {
	font-size: 90%;
	font-weight: normal;
	color: #646464;
}


div.main img {
	border: 1px #919191 solid;
	width: 175px;
} 

div.map {
	background: #e8e8e8;
	border: 1px #bfbfbf solid;
	color: #183c64;
	text-align: center;
	padding: 5px 0;	
}

div.map img {
	width: 725px;
	border: 1px #002103 solid;
	margin: 0 0 5px 0;
} 

/* --------------------------------------- RESOURCE CENTER */

table.resourcelist {
	width: 100%;
	border: 1px #ccc solid;
}

table.resourcelist td {
	width: 50%;
	background: #eee;
	vertical-align: text-top;
	text-align: left;
}

table.resourcelist ul {
	margin: 10px 10px 10px 15px;
	list-style-image: url(images/grayarrow.gif);
}

table.contactform td {
	padding: 5px;
	color: #585858;
} 

table.contactform td.commentdesc {
	vertical-align: text-top;
}


table.contactform span.ast {
        font-weight: bold;
        color: #bd0000;
        font-size: 9pt;
}

table.contactform input, table.contactform textarea {
       padding: 3px;
       background: #eee;
       border-top: 1px #bebebe solid;
       border-left: 1px #bebebe solid;
       border-right: 1px #ddd solid;
       border-bottom: 1px #ddd solid;
}

/* --------------------------------------- CONTACT PAGE  */

ul.contact {
	margin: 0;
	padding: 0;
}

ul.contact li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 155%;
}

ul.contact li strong {
	font-size: 110%;
	color: #285190;
	margin: 0 0 15px 0;
} 

div.contact {
	float: right;
	margin: 0 0 15px 15px;
	padding: 5px;
	background: #e8e8e8;
	border: 1px #bfbfbf solid;
	color: #183c64;
	text-align: center;
} 

div.contact img {
	border: 1px #919191 solid;
	width: 250px;
}


/* --------------------------------------- MARKET ANALYSIS  */
   


table.marketform {
	font-size: 9pt;
	border: 1px #CAD3E8 solid;
}

table.marketform h3 {
	margin: 0;
	padding: 17px 0 17px 8px;
	font-size: 120%;
	font-weight: bold;
	background: #E7EFFF;
}

table.marketform td.one {
	padding: 8px;
	background: #D1DAEE;
}

table.marketform td.two {
	padding: 8px;
	background: #bac4d8;
}



table.marketform td table.commenttable td {
	padding: 0;
} 

/* --------------------------------------- LISTINGS */

div.listinglinks {
	width: 100%;
	text-align: center;
	background: #eee;
	border: 1px #ccc solid;
	margin: 0 0 15px 0;
	padding: 5px 0
	
}


div.listinglinks ul li a {
	padding: 0 10px;
}


div.listingpreview {
	border: 1px #ddd solid;
	background: #eee;
	padding: 10px;
	margin: 0;	
}

div.listingpreview img {
	float: right;
	border: 1px #000 solid;
	margin: 0 0 5px 10px;
}

div.listingpreview h3 {
	margin: 0 0 10px 0;
	padding: 0; 
}

div.listingpreview p {
	color: #444;
}

/* --------------------------------------- SUB-LISTING PAGES */


table.listing {
	font-weight: bold;
	line-height: 16pt;
}

table.listing td {
	text-align: left;
}

table.general, table.directions, table.remarkdesc, table.propinfo, table.taxinfo, table.propdesc, table.title, td.photo, table.featuredesc, table.roomlvl {
	 background: #EFEFEF;
	 padding: 10px;
} 

table td b {
	font-weight: normal;
}


table td.h {
	padding: 10px;
	font-size: 125%;
	background: #ccc;
	font-weight: bold;
	border-top: 1px #bbb solid;
	border-bottom: 1px #bbb solid; 
}

table.listing img.propimg {
	border: 1px #000 solid;
}


/* --------------------------------------- IE ERRORS  */


body {
	font-size: x-small; /* IE5/Win Fix*/
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

div.listings {
	background-color: #eeeeee;
	padding: 4px;
	border-top: 2px #DEDEDE solid;
	border-bottom: 2px #DEDEDE solid;
	font-size: 10pt;
	line-height: 18px;
	color: #000000;
}

span.header2 {
	font-size: 11pt;
	line-height: 15px;
	color: #000000;
	font-weight: bold;
}

span.sp {
	font-size: 11pt;
	line-height: 15px;
	color: #000000;
	font-weight: 600;
}

li.proplist 	{padding-left: 3px; font-size:10pt; line-height: 14pt; color:#000000;}
