/* -----------------------------------------------------------------
Basic Style Sheet for Maple Valley Apartments.

version: 1.0
author: Dave Densley
email: dave@densley.us
website: http://www.densley.us
--------------------------------------------------------------------*/

/* Layout
------------------------------------------------------------------- */

body {
text-align: center;
min-width: 760px;
font-family: Georgia, "Times New Roman", Times, serif;
background-color: fdfdfd;
}

#wrapper {
width: 779px;
margin: 0 auto;
text-align: left;
background-image: url(../i/bg_sidebar.jpg);
background-repeat: repeat-y;
}

#branding {
background-color: B8AEA5;
}

.right {
float: right;
}

#content {
display: inline; /* Double Margin bug in IE 6.0*/
margin: 15px 15px 15px 45px;
width: 510px;
float: left;
}

#sideBar {
display:inline; /*Double Margin Bug in IE 6.0*/
margin: 25px 35px 0 5px;
float: right;
width: 153px;
}

#footer {
height: 60px;
color: #ccc;
background-image:url(../i/bg_footer.jpg);
background-repeat: no-repeat;
background-position: bottom;
clear: both;
margin: 0;
padding: 0;
text-align:center;
font-size: 10px;

}

#footer p {
padding: 7px 0;
}
/* Navigation
------------------------------------------------------------------- */

#mainNav {
background-color:#64302F;
margin: 0 0 0 30px;
}

#mainNav ul {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
margin: 0;
padding: 0;
list-style: none;
width: 720px;
float: left;
background: #64302F url(mainNavBg.gif) repeat-x;
}

#mainNav ul a {
display: block;
float: left;
padding: 0 1.38em;
line-height: 2.1em;
background: url(divider.gif) repeat-y left top;
text-decoration: none;
color: #fff;
}

#mainNav ul .first a {
background: none;
}

#mainNav ul a:hover {
color: #333;
background: #C1A44A url(mainNavBgHover.gif) repeat-x;
}

#mainNav li {
float: left;
}

/* Page Styles
------------------------------------------------------------------- */

#content ul li {
list-style-image:url(../i/bullet_leaf.gif);
}

#content ul li ul li {
list-style-image:url(../i/sub_bullet.gif);
}

a img {
border:none;
}

#sideBar {
font-size:12px;
}

#sideBar h3 {
font-family: Georgia, "Times New Roman", Times, serif;
}

/* Link Styles
------------------------------------------------------------------- */

a:link {color: #64302F}     /* unvisited link */
a:visited {color: #996600}  /* visited link */
a:hover {color: #64302F}   /* mouse over link */
a:active {color: #FFCC00}   /* selected link */


/* Headings
------------------------------------------------------------------- */

#content h1, #content h2, #content p {
padding-right: 20px;
}

h1 {
	color: #77604E;
	font-family: "Bookman Old Style", "Courier New", Courier, monospace;
	font-size:25px;
	font-weight: bold;
	margin: 0;
}
h2 { 
	color: #77604E;
	font-size:20px;
	font-weight: bold;
}
h3 {
	color: #77604E;
	font-size:15px;
	font-weight: bold;
	padding: 8px 0 0 0;
}


/* Easy Drop Shawdow
------------------------------------------------------------------- */

.img-wrapper {
  background: url(i/shadow.gif) no-repeat bottom right;
  float:left;
  line-height:0;
}
 
.img-wrapper img {
  background:#fff;
  padding:6px;
  border:1px solid #a9a9a9;
  position:relative;
  left:-5px;
  top:-5px;
}


/* Contact Form Styles
------------------------------------------------------------------- */

fieldset {
margin: 1em 0;
padding: 1em;
border: 1px solid #ccc;
background: #f8f8f8;
}

legend {
font-weight: bold;
}

label {
display:block;
}

input {
width: 200px;
}

textarea {
width: 300px;
height: 100px;
}

input:focus, textarea:focus {
background: #ffc;	
}

input[type="text"], textarea {
border-top: 2px solid #999;
border-left: 2px solid #999;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}

.required {
font-size: 0.75em;
color:#760000;	
}


/* Slide Show Styles
------------------------------------------------------------------- */
.slideshow {
float: left;
border: 1px solid #ccc;
padding: 10px;
font-size:10px;
text-align:center;
}
.slideshow img {
border:none;
}