/*
Company:	CCRC
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
body {
	background-color: #b8a170;
}
/* @end */

/* @group Layout */
div#outer-wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bkg.gif) no-repeat;
}
div#hd {
	width: 1000px;
	height: 94px;
	background: url(../images/mid-box-top-shadow.gif) no-repeat bottom center;
}
div#mid-box {
	width: 1000px;
	height: 302px;
	padding: 1px 0;
}
div.mid-box-home {
	height: 300px !important;
}
div#slideshow {
	width: 454px;
	height: 302px;
	float: left;
	overflow: hidden;
	display: inline;
}

div#slideshow-home {
	width: 693px;
	height: 300px;
	float: left;
	overflow: hidden;
	margin-left: 58px;
	display: inline;
}
div#title {
	margin-left: 50px;
	margin-right: 10px;
	margin-top: 190px;
	width: 237px;
	float: left;
	font-family: Verdana, sans-serif;
	display: inline;
}
div#title p {
	text-align: right;
}
div#bd {
	background: url(../images/bd-top-shadow.gif) no-repeat top center;
}
div#content {
	width: 692px;
	background: url(../images/content-top-shadow.gif) no-repeat top center #fff;
	margin-left: 60px;
	padding-top: 36px;
	padding-bottom: 20px;
	color: #333;
}
div.l-col {
	width: 184px;
	float: left;
	margin: 0 32px 0 20px;
	font-family: Verdana, sans-serif;
	font-size: 92%;
	display: inline;
}
div.r-col {
	width: 422px;
	float: left;
	display: inline;
}
img#logo {
	margin-top: 5px;
}
div#ft {
	margin-left: 60px;
	width: 692px;
	margin-top: 10px;
	text-align: right;
	color: #fff;
	margin-bottom: 40px;
	font-size: 92%;
}
div#ft p {
	margin-bottom: 10px;
}

div.floorplan {
	clear: both;
	text-align: center;
	padding: 20px 0;
}

/* Maroon Pages */
body#maroon div#mid-box {
	background: url(../images/maroon-squiggle.gif) no-repeat top left #5c151a;
}
body#maroon div#title {
	color: #b8a170;
}


/* Green Pages */
body#green div#mid-box {
	background: url(../images/green-squiggle.gif) no-repeat top left #4e6025;
}
body#green div#title {
	color: #b8a170;
}

/* @end */

/* @group Nav */
div#nav {
	width: 249px;
	float: left;
	display: inline;
}
div#nav ul {
	margin-top: 8px;
}
div#nav ul li {
	margin-bottom: 4px;
	font-family: Georgia, serif;
	font-size: 136%;
	/*float: left;*/
}
div#nav ul li a {
	display: block;
	width: 234px;
	padding: 4px 0 4px 15px;
}

body#maroon div#nav ul a:link, body#maroon div#nav ul a:visited {
	color: #fff;
	background-color: #6a2b30;
	text-decoration: none;
}
body#maroon div#nav ul a:hover {
	background-color: #7e4c52;
}

body#green div#nav ul a:link, body#green div#nav ul a:visited {
	color: #fff;
	background-color: #5d6e3a;
	text-decoration: none;
}
body#green div#nav ul a:hover {
	background-color: #6c7d4f;
}
/* @end */

/* @group Headings */
h1 { }
div#title h1 {
	font-size: 159%;
	text-align: right;
	margin-bottom: 8px;
}
body#maroon div#title h1 {
	color: #fff;
}
body#green div#title h1 {
	color: #fff;
}
h2 {
	font-family: Verdana, sans-serif;
	font-size: 152%;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #4e6025;
}
h3 {
	font-family: Verdana, sans-serif;
	font-size: 114%;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #5c151a;
}
body#maroon div#title h4 {
	font-size: 159%;
	text-align: right;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	font-style: italic;
}
h5 { }
h6 { }
/* @end */

/* @group Text Styles */
.bold {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* @end */

/* @group Lists */
div#content {
	font-family: Georgia, serif;
}
div#content ul {
	margin: 10px 0;
	list-style-type: disc;
}
div#content ul li {
	margin-left: 30px;
	margin-bottom: 2px;
}
div#content ol {
	margin: 10px 0;
	list-style-type: decimal;
}
div#content ol li {
	margin-left: 30px;
	margin-bottom: 2px;
}
div#content p {
	margin: 10px 0;
	line-height: 150%;
}
/* @end */

/* @group Forms */
div#content input {
	margin: 5px 0;
}
/* @end */

/* @group Links - link visited hover active */
div#ft a:link, div#ft a:visited {
	color: #fff;
	text-decoration: none;
}
div#ft a:hover {
	text-decoration: underline;
}
div#title a:link, div#title a:visited {
	text-decoration: none;
}
body#maroon div#title a:link, body#maroon div#title a:visited {
	color: #b8a170;
}
body#green div#title a:link, body#green div#title a:visited {
	color: #b8a170;
}

div#content a:link, div#content a:visited {
	color: #000;
}
div#content a:hover {
	text-decoration: none;
}

div#title a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */