/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


* Filename: BellW.css
* Version: 1.0.0 (2008-02-15) YYYY-MM-DD
* Website: http://bellwoodneighborhood.com/
* Author: Eric Appleton - www.cubicalstudio.com
* Description: Handles the site layout.

== STRUCTURE: ==============================
* Page width: 800 px
* Number of columns: 1
============================================

== INDEX: ===================================
_MainBody : Site Content Container
_header : Site Heading
_MainMenu : Left Side Nave Bar
_content : Main Content Container
_footer : Footer
============================================

== COLORS: ===================================
_Body Color #587397
_Box Color #6D8FB5
============================================
*/

body { 
	width:800px;
	PADDING-TOP: 2px;
	margin: 0px auto;
	text-align: center;
	background-color:#587397;

}

a {
	color:#333333;
	text-decoration:underline;
}

a:hover {
	color:#FFFFFF;
}

#MainBody {
	width:800px; 
	text-align:left; 
	position:relative; 
	margin:0 auto;
}

#header {
	position:relative;
	width:800px;
	height:171px;
	background-image:url(images/headerBG2.gif);
	background-repeat:no-repeat;
	margin-bottom:0px;
	margin-top:5px;
	margin-left:-9px;
}

/*#BellwoodLogo {
	position:absolute;
	width:250px;
	height:70px;
	background-image:url(images/BWlogo.gif);
	left: 12px;
	top: 9px;
}*/

#BellwoodLogo span {
	display:none;
}

#content {
	position:relative;
	width:819px;
	overflow:visible;
}

/*#content ul{
	background: url(images/Cbox_mid.gif); 
	background-repeat:repeat-y; 
	padding:-25px 0px -25px 25px; 
	width:819px;
}*/
.Ctop_mid{
	background: url(images/Cbox_mid2.gif); 
	background-repeat:repeat-y;  
	width:819px;
}

.Cbox_top {
	background: url(images/Cbox_TopHouse.jpg) 0 0 no-repeat; 
	width:862px;
	height:228px;
	margin-left:-43px;
	overflow:visible;
	position:relative;
/*	width:819px; 
	height:26px;*/
}

.Cbox_bottom {
	background: url(images/Cbox_bot2.gif) 0 100% no-repeat; 
	width:819px; 
	height:26px;
}

#content p {
	padding:5px 50px 5px 45px;
	text-align:justify;
}

#content h1 {
	font-size: 1.4em;
	color: #293C82;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	margin-right:130px; 
	margin-bottom:-10px; 
	background-image:url(images/h1Bg.gif);
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding:13px 5px 5px 75px; 
	height:45px;
}

.firstlmargin220 {
	margin-top:-5px;
	margin-left:220px;
}
.lmargin220 { margin-left:220px}
.lmargin90 { margin-left:90px}
.indent {padding-left:45px;}

#content h2 {
	font-size: 1.1em;
	color: #293C82;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	margin-right:130px; 
	margin-left:220px;
	margin-bottom:-10px; 
	padding:13px 5px 5px 25px; 
}

#divider {
	margin-top:10px;
	margin-bottom:10px;
}

/* =-=-=-=-=-=-=-[Main Menu]-=-=-=-=-=-=-=- */

#MainMenu {
    width: 200px;
	position:relative;
	float:left;
	margin:20px 10px 5px 14px;
	

}

#MainMenu li a {
    height: 32px;
    height: 24px;
    text-decoration: none;
	top:5px;
}

#MainMenu li a:link, #MainMenu li a:visited {
    color:#CCCC99;
    display: block;
    background: url(images/MainMenu.gif);
    padding: 8px 0 0 30px;
}

#MainMenu li a:hover, #MainMenu li #current, #MainMenu li a:active {
    color: #283A50;
    background: url(images/MainMenu.gif) 0 -32px;
    padding: 8px 0 0 30px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* =-=-=-=-=-=-=-[End Main Menu]-=-=-=-=-=-=-=- */

#jmenu {
	width: 200px;
	position:relative;
	float:left;
	clear:left;
	margin:20px 0px 5px 14px;
	text-align: left;
	padding-left: 10px;
}

#jmenu li {
	list-style-type: circle;
	list-style-position:inside;
	padding:2px 0 2px 0;
}

#jmenu li span {
	font-size:.8em;
}

#jmenu li a {
	color:#000000;
	background:none;
	text-decoration:none;
 }
 
#jmenu li a:hover {
	color:#FFFFFF;
	background-color:#333333;
 }
 
#jmenu p {
	text-align:right;
	margin:-5px 0 -5px 0;
	background-image:url(images/Document_Icon.gif);
	background-repeat:no-repeat;
}

#fullCandR {
	position:absolute;
	width:194px;
	height:57px;
	left: 622px;
	top: 2px;
}

#fullCandR p{
	font-size:.7em;
	margin:3px;
	text-align:right;
}

#fullCandR a, a:hover {
	color: #333333;
}

#footer {
/*	border:1px solid #333333;
	background-color: #CCCC99;*/
	font-size:0.7em;
	text-align:center;
	width:800px;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:4px;
	margin-bottom:4px;
	color:#CCCC99;
}

#footer a {
	color:#CCCC99;
}

#footer a:hover, #footer #current {
	color:#FFFFFF;
	background-color:#333333;
}

h1 {
	margin:4px;
	padding:0px;
	font-size: 1.7em;

}

h2 {
	margin:3px;
	margin-right:-75px
	padding:0px;
	font-size: 1.5em;
}

h2 span {
	color:#333333
}
h3 {
	margin:2px;
	padding:0px;
	font-size: 1.3em;
}

h4 {
	margin:1px 0 -10px 0;
	font-size: 1.1em;
}

h5 {
	margin:4px 4px 4px 24px;
	font-size:1.1em;
}

.last {
	margin-bottom:-5px;
}

.first {
	margin-top:-5px;
}

.pixRight {
	float:right;
	margin:20px 30px 10px 10px;
}

.centered {
	text-align:center;
}

.leftPadding30px {
	padding-left:30px;
}

.floatRight {
	float: right;
}

.flash { text-align:right; padding-right:60px}


.platMap { 
	margin-top:0px;
	margin-left:90px;
	border:solid 1px #333333;
	text-align:center;
}

.displaybox {
	position:absolute;
	width:200px;
	height:245px;
	border:#333333 1px solid;
	background-color:#FFFFFF;
/*	top:497px;
	left:90px;*/
	top:285px;
	left:560px;
}

.displaybox h5 {
	color:#006699;
	padding:2px;
}

.displaybox h5 span {
	color:#FF6633;
}

.displaybox h6 {
	text-align:center;
	padding:2px;
	margin-top:-10px;
	font-size:.9em;
	font-weight:normal;
}

.lmargin {
	margin-left: -15px;
	}
.rmargin {
	margin-right: -15px;
}

.form {
	width:550px;
	
	margin:auto;
    background-image: url(images/GrayStrip.png);
	border:dashed 1px #000000;
	
}

.formwide {
	width:550px;
	padding:10px;
	margin:5px 0 5px 0;
	height:36px;
	}
	
.formdiv {
	padding: 15px 10px 15px 10px;
	text-align:right;
	width: 255px;
	float:left
	
}

.formdiv2 {
    padding: 13px 20px 15px 25px;
	text-align:left;
	width:225px;
	float:right;
	}

#life {
	margin: 20px 30px 20px 75px;
	}

.boldIndent {
	padding-left:25px;
	font-size: 18px;
	font-weight:bold;
	}
.PlatEven {
	 background-color: #D5E4F4;
	padding:3px 0 3px 0; margin-top:3px;
	}
.PlatTop { font-size:18px; font-style:italic;}

.PlatSold { color:#FF0000}

.PlatUC {color:#FF9900}

.PlatAvail {color:#009900}

.Overview {text-align:center; font-family: Arial, Helvetica, sans-serif; color: #000000; font-weight:bold}

.hidden {	
	visibility:hidden;
}
.banner { border:2px solid #003; padding:10px; background-color:#CCC; width:445px; margin-left:230px; text-align:center; font-size:24px;
 }