/* -----------------------------------------------------------------
Basic Style Sheet for Campus Park Housing.

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: Geneva, Arial, Helvetica, sans-serif;
background-color: #fdfdfd;
}

#wrapper {
width: 779px;
margin: 0 auto;
text-align: left;
background-image: url(../i/bg_middle_sidebar.jpg);
background-repeat: repeat-y;
}

#page_wrapper {
width: 779px;
padding: 0;
margin: 0;
min-height:364px;
background-image:url(../i/middle.jpg);
background-repeat:no-repeat;
}

#branding {

}

#content {
display: inline; /* Double Margin bug in IE 6.0*/
margin: 0 20px 0 50px;
width: 680px;
float: left;
background-color:#fff;
/*border: 1px solid red;*/
}

#content_wrapper {
padding: 0 60px;
margin: 0 0px;
min-height:364px;
}

#footer {
height: 65px;
color: #ccc;
background-image:url(../i/footer.jpg);
background-repeat: no-repeat;
background-position: bottom;
clear: both;
margin: 0;
padding: 0;
text-align:center;
font-size: 10px;
}

#footer p {
font-size: 11px;
padding: 5px 0 0 0;
color: #666;
}
/* Navigation
------------------------------------------------------------------- */

#mainNav {
background-color:#922B26;
/*border: 1px solid red;*/
}

#mainNav ul {
display: inline;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
margin: 81px 20px 0 50px;
padding: 0;
width: 680px;
list-style: none;
float: left;
background-color: #922B26;
}

#mainNav ul a {
display: block;
float: left;
padding: 0 1.38em;
line-height: 2.1em;
/*background: url(../i/divider.gif) repeat-y left top;*/
text-decoration: none;
color: #fff;
}

#mainNav ul .first a {
background: none;
}

#mainNav ul a:hover {
color: #333;
/*background-color: #D4C5A4;*/
background-color: #D4C5A4;
}

#mainNav li {
float: left;
}

.marker {
background-color: #FFFFFF;
}
#mainNav .marker a {
color: #333;
}
/* Page Styles
------------------------------------------------------------------- */

#content ul li {
/*list-style-image:url(../i/bullet_lock.jpg);*/
line-height: 25px;
padding: 0 0 0 10px;
margin: 0;
}

#content ul li ul li {
list-style-image:url(../i/sub_bullet.gif);
}

a img {
border:none;
}

#content ul li {
font-size: 14px;
}

#content p { 
font-size: 14px;
}
/* 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 */


/* Text & Headings
------------------------------------------------------------------- */

#branding h1, .rm {
text-indent: -5000px;
display:none;
}

#content h1, #content h2, #content p {
padding-right: 20px;
}

#intro {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 28px;
color: gray;
width: 275px;
}

h1 {
	color: #77604E;
	font-family: Verdana, "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:18px;
	font-weight: bold;
	padding: 8px 0 0 0;
	margin: 10px 0 15px 0;
	border-bottom: 1px dotted #77604E;
}

h4 {
	color: #77604E;
	font-size: 15px;
	margin: 0;
	padding: 5px 0 0 0;
}

p, address {
	font-size: 13px;
	margin: 0;
	padding: 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;
}


/* Helpers
------------------------------------------------------------------- */
.right {
float: right;
}
