/**************************************************************************************************
* author:		Christopher Sheldon, www.christophersheldon.ca
*
* notes:		The code contained within this file is not liscensed for public usage.  Do not		
*				reproduce or alter this file complete or in part without the express written				
*				permission of the author.
*
**************************************************************************************************/

body {
	margin: 0px;
	background-color: #e5e5e5;
	
	background-image: url(../images/body.gif);
	background-repeat: repeat-y;
	background-position: top;
}

#printLogo {
	display: none;
}

#page {
	margin: 0px auto 0px auto;
	width: 768px;
}
#pageTop {
	height: 280px;

	border-bottom: 4px solid #000;

}
#pageTop div.left {
	float: left;
	padding: 10px 0px 0px 20px;
	width: 426px;
	height: 270px;
	
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #666;
	
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #fff;	
}

#pageTop div.left a {
	color: #c00;
	text-decoration: none;
}
#pageTop div.left a:hover {
	color: #c00;
	text-decoration: underline;
}

#pageTop div.right {
	float: left;
	padding: 80px 0px 0px 0px;
	width: 322px;

	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: top;
}

/******************************************************************************
*
********/

#feature1 {
	margin: 0px 0px 1px 0px;
	background-image: url(../images/feature1_out.gif);
}
#feature2 {
	margin: 0px 0px 1px 0px;
	background-image: url(../images/feature2_out.gif);
}
#feature3 {
	background-image: url(../images/feature3_out.gif);
}

div.feature {
	padding: 11px 20px 0px 100px;
	width: 202px;
	height: 55px;

	font-family: arial, sans-serif;
	text-align: right;

	background-repeat: no-repeat;
	background-position: top;
}
div.feature h2 {
	margin: 0px;
	padding: 0px;

	font-size: 14px;
}
div.feature p {
	margin: 0px;
	padding: 0px;

	font-size: 10px;
	text-transform: uppercase;
}
div.feature a {
	color: #fff;
	text-decoration: none;
}
div.feature a:hover {
	color: #fff;
	text-decoration: none;
}

/******************************************************************************
*
********/

#marketShare {
	display: block;
	margin: 10px auto 0px auto;
	width: 398px;
}
#map {
	width: 468px;
}
#pageMiddle {
	height: 100%;
	
	background-image: url(../images/pageMiddle.gif);
	background-repeat: repeat-y;
	background-position: top;
}

#pageMiddle div.left {
	float: left;
	width: 268px;
	height: 300px;
	
	border-right: 1px solid #666;
	
	background-image: url(../images/pageMiddle.left.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#pageMiddle div.right {
	float: left;
	width: 499px;
	padding-bottom: 10px;
}
#pageMiddle div.right p.pageMessage {
	color: #369 !important;
}
#pageMiddle div.right img.agentThumb {
	margin: 10px auto 5px auto;
	width: 78px;
	border: 1px solid #333;
}
#pageMiddle div.right div.agentProfile {
	float: left;
	margin: 10px 7px 0px 7px;
	width: 145px;
	height: 180px;
	
	font-family: arial, sans-serif;
	font-size: 10px;
	text-align: center;
	
	overflow: hidden;
	
	border: 1px solid #999;
}
#pageMiddle div.right div.agentProfile p {
	margin: 0px auto 0px auto !important;
	padding: 0px;
	
	font-size: 10px;
}
#pageMiddle div.right a.mailLink {
	color: #369;
	text-decoration: none;
}
#pageMiddle div.right a.mailLink:hover {
	color: #369;
	text-decoration: none;
}

.clear {
	clear: both;
}

#menu {
	margin: 5px 4px 0px 4px;
	padding: 0px 0px 5px 0px;
	list-style-type: none;
	border-bottom: 1px solid #666;
}
#menu li.menuButton_over {
	margin: 0px 0px 1px 0px;
	padding: 6px 0px 0px 45px;
	height: 24px;
	
	font-family: arial, sans-serif;
	font-size: 12px;
	
	background-image: url(../images/menuButton_over.gif);
	background-repeat: no-repeat;
	background-position: top;
	cursor: pointer;
}
#menu li.menuButton_out {
	margin: 0px 0px 1px 0px;
	padding: 6px 0px 0px 45px;
	height: 24px;
	
	font-family: arial, sans-serif;
	font-size: 12px;
	
	background-image: url(../images/menuButton_out.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#menu li a {
	color: #fff;
	text-decoration: none;
}

#addressTitle {
	margin: 5px 0px 0px 0px;
	height: 26px;
	
	background-image: url(../images/addressTitle.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#address {
	margin: 0px 4px 10px 4px;
	padding: 10px;
	
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #333;

	background-image: url(../images/address.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#pageMiddle div.right em.printUrl {
	display: none;
}

#pageMiddle div.right h1 {
	margin: 0px;
	padding: 16px 15px 9px 15px;
	
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	
	background-image: url(../images/h1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#pageMiddle div.right h2 {
	margin: 0px;
	padding: 10px 15px 0px 15px;
	
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #369;
}
#pageMiddle div.right h3 {
	margin: 0px;
	padding: 10px 15px 0px 15px;
	
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #333;
}
#pageMiddle div.right p {
	margin: 0px;
	padding: 10px 15px 0px 15px;
	
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #666;
}
#pageMiddle div.right a {
	color: #d60126;
	text-decoration: none;
}
#pageMiddle div.right a:hover {
	color: #d60126;
	text-decoration: underline;
}
#pageMiddle div.right ul {
	margin: 10px 0px 0px 0px;
	padding: 0px 15px 0px 32px;
	
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
#pageMiddle div.right ol {
	margin: 10px 0px 0px 7px;
	padding: 0px 15px 0px 32px;
	
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
#pageMiddle div.right ul li, #pageMiddle div.right ol li {
	line-height: 16px;
}
#pageMiddle div.right li.title {
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	color: #000;
}

#pageMiddle div.right p.topLink {
	clear: both;
	width: 40%;
	margin-top: 10px;
	padding-top: 10px;
	
	font-size: 10px;
	
	border-top: 1px solid #999;
}


#pageBottom {
	clear: both;
	height: 34px;

	background-image: url(../images/bottom.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#pageBottom div.copyright {
	float: left;
	padding: 11px 0px 0px 10px;
	width: 300px;
	
	font-family: tahoma, sans-serif;
	font-size: 11px;
}
#pageBottom div.links {
	float: left;
	padding: 11px 10px 0px 0px;
	width: 447px;

	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #666;
	
	text-align: right;
}
#pageBottom div.links a {
	color: #c00;
	text-decoration: none;
}
#pageBottom div.links a:hover {
	color: #c00;
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}
table.form {
	margin: 5px;
	
}
table.form td.field {
	padding: 5px;
	
	font-family: arial, sans-serif;
	font-size: 11px;
	vertical-align: top;
}
table.form td.field input.textHalf {	
	width: 225px;
}
table.form td.field input.textFull {	
	width: 468px;
}
table.form td.field textarea.textFull {	
	width: 468px;
	height: 150px;
}
table.form td.buttons {
	padding: 5px;
}