@charset "utf-8";
/* CSS Document */

span.subscript {
	font-size: 14px;
	font-style: italic;
	display: block;
	margin-top: 10px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

p {
	margin-bottom: 25px;
}

img.floatLeft, img.floatRight {
	width:125px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #999;
}

/****** CSS for sticky footer element ******/
html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 30px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: 0; /* negative value of footer height */
	height: 0;
	clear:both;
	padding-top:5px;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
/***** end sticky footer CSS *****/

/*for development only - delete before launch 
div {border:1px solid #f00;}
div div {border:1px solid #0f0;}
div div div {border:1px solid #00f;}
div div div div {border:1px solid #ff0;}
img { behavior: url(iepngfix.htc) }*/

body {
	padding:0;
	margin:0;
	background:url(images/stripes.gif) #2d6b3e;
	font-family:"Times New Roman", Times, Georgia, serif;
}
img {
	border:none;
	}
h1 {
	color:#a20b35;
	}
#wrapper {
	width:900px;
	margin:0 auto;
	background:url(images/red-stripe.gif) repeat-x bottom #fff;
	box-shadow: 0 0 15px #000;
	-moz-box-shadow: 0  0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
	}

#nav {
	width:100%;
	height:40px;
	background:url(images/red-stripe.gif) repeat-x #fff;
	}
#nav ul {
	float:right;
	list-style-type:none;
	text-align:center;
	padding:0;
	margin:0;
	}
#nav li {
	float:left;
	margin-right:5px;
	background:url(images/tab.gif) no-repeat center bottom transparent;
	}
#nav a {
	width:90px;
	height:36px;
	display:block;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:1.2em;
	padding-top:2px;
	}
#nav a:hover {
	padding-top:4px;
	}
#header {
	display:block;
	}
#content {
	width:535px;
	float:right;
	padding:15px 30px 15px 15px;
	}
#content li {
	padding-bottom:1em;
	}
	
#sidebar {
	width: 300px;
	float: left;
}

#sidebar #green_box {
	width:291px;
	background:url(images/green_box_stroke_top.gif) no-repeat;
	text-align:center;
	margin:30px 15px;
	padding-top:1px;
	}
#sidebar #green_box div {
	background:url(images/green_box_stroke_bottom.gif) no-repeat bottom;
	padding-bottom:20px;
	}
#sidebar #green_box h3 {
	color:#fff;
	}
#sidebar #green_box h4 {
	color:#1f2222;
	}
#footer {
	font-size:.8em;
	color:#fff;
	text-align:center;
	}
#footer a {
	color:#fff;
	}

/* Page-specific CSS */
#index #content {
	padding:0;
	margin:0;
	width:546px;
	}
#index #green_box {
	width:312px;
	text-align:center;
	color:#fff;
	background:url(images/home_side_top.gif) no-repeat;
	padding-top:44px;
	}

#index #green_box div {
	width:271px;
	background:url(images/celebrate.gif) no-repeat bottom #363;
	margin:6px;
	padding:1px 15px 75px;
	}


#index h1 {
	color:#fff;
	font-size:22pt;
	}
#bottom {
	text-align:center;
	color:#363;
	padding-bottom:10px;
	}


#contact {
	text-align:left;
	}
#contact legend {
	color:#000;
	font-weight:bold;
	padding-bottom:1em;
}
#contact label {
	display:block;
}
#contact fieldset input, #contact fieldset textarea {
	display:block;
	width:75%;
}
#contact input {
	margin-bottom:15px;
}
#contact fieldset {
	border:1px solid #ccc;
	padding-bottom:15px;
}
#contact address {
	padding-bottom:1em;
	}

#homes #content div {
	clear:both;
	padding-bottom:25px;
	}
	
#homes #content div img {
	float:left;
	margin:0 10px 10px 0;
	box-shadow: 3px 3px 3px #666;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	}
#homes #content h3 {
	color:#a20b35;
	margin:0;padding:0;
}
#homes #content div p {
	margin:0;padding:0;

	}
