/* 
===========================================================
pallette 
===========================================================
All colours used in this stylesheet are defined below.
You can use this section to keep track of and easily 
globally change colour definitions
===========================================================
#EFEFEF;
#333333;
#5C0000;
#878787;
#AD7F7F;
===========================================================
*/

/* main styles */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin:0;
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left:0;
	background-color:#EFEFEF;
	}

* img {
	border: 0;
	}
	
* td {	
	border: none;
	}
	
td {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#333333;
	}

a:link {
	color:#5C0000;
	text-decoration:underline;
	}
	 
a:active {
	color:#5C0000;
	text-decoration:underline;
	}
	 
a:visited {
	color:#5C0000;
	text-decoration:underline;
	}
	 
a:hover {
	color:#5C0000;
	text-decoration:underline;
	}  

H2 {
	font-size:14px;
	color:#000000;
	}

H3 {
	font-size:12px;
	color:#000000;
	}
	
H6 { /* breadbrumb style */
	font-size:10px;
	color:#000000;
	display:inline;
	}

/* footer styles */

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	text-align:center;
	padding:5px;
	}

#footer a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:underline;
	}
#footer a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:underline;
	}
#footer a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:underline;
	}
#footer a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:underline;
	}

#sagefooter {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#000000;
	text-align:center;
	padding:5px;
	}

#sagefooter a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#000000;
	}
#sagefooter a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#000000;
	}
#sagefooter a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#000000;
	}
#sagefooter a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#000000;
	}

#OuterTable{
	border-right: 1px solid #878787;
	border-left: 1px solid #878787;
	height: 100%;
}

#MainTable{
	height: 100%;
}

#MainTable .Header{
	width: 770px;
	height: 143px;
}

#Nav ul{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#Nav ul li a{
	color: #FFFFFF;
	line-height: 20px;
	text-decoration: none;
	background-image: url(../images/nav/nav-05.gif);
	background-repeat:no-repeat;
	background-position:center left;
	display: block;
	width: 100%;
	background-color: #5C0000;
	padding-left: 30px;
}

#Nav ul li a:hover{
	color: #FFFFFF;
	line-height: 20px;
	text-decoration: none;
	background-image: url(../images/nav/nav-03.gif);
	background-repeat:no-repeat;
	background-position:center left;
	display: block;
	width: 100%;
	background-color: #AD7F7F;
	padding-left: 30px;
}

#Nav2 ul{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 18px;
	margin-botom: 20px;
}

#Nav2 ul li a{
	color: #FFFFFF;
	line-height: 20px;
	text-decoration: none;
	background-image: url(../images/nav/nav_square-24.gif);
	background-repeat:no-repeat;
	background-position:center left;
	display: block;
	width: 100%;
	background-color: #5C0000;
	padding-left: 30px;
}

#Nav2 ul li a:hover{
	color: #FFFFFF;
	line-height: 20px;
	text-decoration: none;
	background-image: url(../images/nav/nav-08.gif);
	background-repeat:no-repeat;
	background-position:center left;
	display: block;
	width: 100%;
	background-color: #AD7F7F;
	padding-left: 30px;
}

/* This is a fix for the left nav with the square bullets in Firefox */
html > body #Nav2 ul{
	margin-bottom: 19px;
}
/* This is a fix for the main left navigation in Firefox */
html > body #Nav ul li a, html > body #Nav ul li a:hover, html > body #Nav2 ul li a, html > body #Nav2 ul li a:hover {
	width: auto;
}

#HomeContent{
	padding: 10px 10px 10px 10px;
	background-image: url(../images/nav/nav-03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

	#HomeContent H1 {
		font-size:18px;
		color:#8F0000;
		width:70%;
		border-bottom: 1px solid #B7B7B7;
	}

#Content{
	padding: 10px 10px 10px 10px;
}

	#Content H1 {
		font-size:18px;
		color:#8F0000;
		width:100%;
		border-bottom: 1px solid #B7B7B7;
	}

#NavFooter {
	background-image:url(../images/nav/nav-09.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color: #5C0000;
}

/* this is the styles that are used on the testimonial box in the left nav */
#Testimonials{
	border: 1px solid #878787;
	background-image:url(../images/nav/nav-12.gif);
	background-repeat: repeat-y;
	width: 158px;
	margin-top: 15px;
}

/* this is used by the testimonial box to set the style of the text and the spacing */
#Quote{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style: italic;
	text-align:left;
}

	#Quote a{
		color: #5C0000;
	}

/* This aligns the exclusive and featured properties and aligns them to the right */
#SideContent{
	float: right;
	margin-top: 30px;
}

/* This is the styles for the exclusive and featured property boxes */
#Exclusive{
	border: 1px solid #878787;
	background-image:url(../images/nav/nav-06.gif);
	background-repeat: repeat-y;
	width: 158px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

	#Exclusive .Text{
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		text-align:left;
	}

	#Exclusive .Text .IFrame{
		border: none;
		height: 130px;
	}

/* This is the bar above the footer text and below the bottom navigation */
#Divider{
	border-top: 1px solid #878787;
	border-bottom: 1px solid #878787;
	height:7px;
}

#Divider div{
	width: 586px;
	border: 1px solid #FFFFFF;
	height: 9px;
	background-color: #5C0000;
	display: block;
}

/* This is a fix for the footer divder bar in Firefox */
html > body #Divider div{
	height: 7px;
	width: 584px;
}

#FooterNav{
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#Partners th{
	text-align: left;
	color:#FFFFFF;
	font-size: 12px;
}

#AltTables {
	border: 1px solid #666666;
	border-collapse: collapse;
}

#AltTables th{
	background-color: #5C0000;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

#AltTables tr.LightRow td{
	background-color: #EFEFEF;
}

#AltTables tr.WhiteRow td{
	background-color: #FFFFFF;
}

.IFrame {
	border: 0px solid #EFEFEF;
}

/* LOT PLAN STUFF */

.facebook {
	height:253px; width:158px;
	background-image: url(../images/cm-facebook-main.jpg);
	margin-left:11px;	
}

.Scott-Marchant { position:absolute; margin-left: 0px; margin-top: 21px;}
.Scott-Marchant :hover{ z-index: 50; }
.Scott-Marchant .selector { /*enlarged image*/ position: absolute; background-color: transparent; padding: 0px; left: -1000px; border: 0px dashed gray; visibility: hidden; color: #000000; text-decoration: none; }
.Scott-Marchant .selector { /*enlarged image*/ border-width: 0; padding: 0px; }
.Scott-Marchant:hover .selector { /*enlarged image on hover*/ visibility: visible; top: -16px; left: 0px; /*position where enlarged image should offset horizontally */ }

.Guy-Crozier { position:absolute; margin-left: 73px; margin-top: 2px;}
.Guy-Crozier :hover{ z-index: 50; }
.Guy-Crozier .selector { /*enlarged image*/ position: absolute; background-color: transparent; padding: 0px; left: -1000px; border: 0px dashed gray; visibility: hidden; color: #000000; text-decoration: none; }
.Guy-Crozier .selector { /*enlarged image*/ border-width: 0; padding: 0px; }
.Guy-Crozier:hover .selector { /*enlarged image on hover*/ visibility: visible; top: 0px; left: -11px; /*position where enlarged image should offset horizontally */ }
