/*
	-- -- -- -- -- -- --
	Author: Paul David Jacobson
	Description of stylesheet: Axiom Properties, Inc.	
	last edit: 29 October 07
	-- -- -- -- -- -- --
	QuickReference - Axiom's Color:
	
	Dark-Grey: #4C4D4F
	Dark-Brown: #87594F
	Medium-Brown: #B16857
	Light-Brown: #D9A089
	Medium-Tan: #E8E9DE
	Light-Tan: #FAFBF8
	
*/

@media screen {

/* ---------------------------------------------- */
/* -- GENERAL GLOBAL ELEMENTS ------------------- */					
acronym, abbr { 
	cursor: help; 
	}
a:link, a:visited {	
	text-decoration: none;
	color: #B16857;
	}
a:active, a:focus {
	outline: 0;
	}
a:hover {
	color: #87594F;
	text-decoration: underline;
	cursor: pointer;
	}
blockquote {
	margin: 0;
	padding: 0;
	}
html {
	background: #E8E9DE url(../_images/axiom_bg4.gif) repeat-y center top;
	}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: url(../_images/axiom_bg3.gif) repeat-x left top;
	margin: 0px;
	padding: 0px;
	cursor: url(_images/axiom3.cur);
	}
code, kbd {
	font: 1em Monaco, monospace;
	}
pre code {}
dl {
	margin: 0.5em 0 1.5em 0;
	}
dt {
	font-weight: bold;
	line-height: 1.5;
	margin-top: 1em;
	padding: 0 25px;
	}
dd {
	line-height: 1.5;
	padding: 0 25px;
	}
h1 {
	font: 22px "Lucida Grande","Lucida Sans Unicode", geneva, verdana, sans-serif;
	color: #87594F;
	margin: 0;
	padding: 15px 0 5px 0;
	}
h2 {
	font: 18px "Lucida Grande","Lucida Sans Unicode", geneva, verdana, sans-serif;
	color: #87594F;
	border-left: 4px solid #D9A089;
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	width: 160px;
	}
h3 {
	font: lighter 18px "Lucida Grande","Lucida Sans Unicode", geneva, verdana, sans-serif;
	color: #B16857;
	}
h4 {
	font-size: 1em;
	}
h5 {
	font-size: .9em;
	}
h6 {
	font-size: .8em;
	}
li {
	line-height: 1.2em;
	}
p {
	line-height: 1.6em;
	}
.subHeading {
	font: bold 14px "Lucida Grande","Lucida Sans Unicode", geneva, verdana, sans-serif;
	color: #666666;
	display: block;
	width: 100%;
	padding: 15px 0px 5px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	clear: both;
	}
.bodyHeading {
	clear: both;
	float: left;
	position:relative;
	background: #FAFBF8;
	width: 380px;
	padding: 5px;
	margin-top: 40px;
	border-bottom: 1px solid #B16857;
	}
.intoParagraph {
	color: #7C8080;
	line-height: 1.6em;
	font: bold 14px "Lucida Grande","Lucida Sans Unicode", geneva, verdana, sans-serif;
	}
form {
	margin: 0;
	padding: 0;
	}
.imgBorder {
	border: 1px solid #ccc;
	background: #fff;
	padding: 4px;
	margin: 0px 10px 10px 0px;
	text-align: left;
	display: inline;
	float: left;	
	}
a:link img , a:visited img  {
	border: 3px solid #fff;
	margin: 0;
	padding: 0p;
	}
a:hover img {
	border: 3px solid #D9A089;
	}
.callout {
	background:transparent url(../_images/callout_generic_btm.gif) no-repeat scroll left bottom;
	color: #5E472A;
	height: auto !important;
	margin: 20px 0pt 15px;
	min-height: 74px;
	padding: 10px 22px 5px;
	position: relative;
	width: 344px;
	text-align: center;
	}
.callout_top {
	background: transparent url(../_images/callout_generic_top.gif) no-repeat scroll 0%;
	height: 10px;
	left: 0pt;
	position: absolute;
	top: 0pt;
	width: 388px;
	}
#top {
	position: absolute; 
	top: 0px; 
	left: 0px;
	}
#backToTop {
	clear: left;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	width: 665px;
	}
.backToTop {
	float: right;
	position: relative;
	margin: 0;
	padding: 0 10px 0 0;
	display: block;
	background: url(../_images/upArrow.gif) no-repeat right top;
	}
	
/* ---------------------------------------------- */
/* -- WRAPPER ELEMENTS --------------------------- */	
#wrapper {
	background: url(../_images/axiom_bg_1.jpg) no-repeat center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
#internalWrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	}
	
/* ---------------------------------------------- */
/* -- HEADER ELEMENTS --------------------------- */
#header {
	background: ;
	float: left;
	position: relative;
	width: 100%;
	height: 112px;
	}
#logo a {
	float: left;
	position: relative;
	background: url(../_images/axiom_logo.png) no-repeat top left;
	width: 200px;
	height: 112px;
	text-indent: -1000em;
	overflow: hidden;
	display: block;
	}
#utility {
	float: right;
	position: relative;
	width: 650px;
	font-size: 10px;
	color: #B16857;
	}
#pageActions {
	float: right;
	margin: 0;
	padding: 10px;
	list-style: none;
	width: 350px;
	}
#pageActions li {
	float: right;
	position: relative;
	margin: 10px 10px 0px;
	padding: 5px 0px 5px 25px;
	list-style: none;
	line-height: normal;
	}
#pageActions a, #pageActions a:visited {
	color: #B16857;
	text-decoration: none;
	}
#pageActions a:hover {
	text-decoration: underline;
	}
.print {
	background: url(../_images/icon_printer.png) no-repeat;
	}
.mail {
	background: url(../_images/icon_mail.png) no-repeat;
	}
#login {
	clear: right;
	position: relative;
	float: right;
	margin: 0px;
	padding: 0px;
	height: 57px;
	list-style: none;
}
#login li {
	float: left;
	position: relative;
	background: url(../_images/bg_login.png) no-repeat top left;
	height: 30px;
	padding: 12px 10px 0px 12px;
	list-style: none;
	line-height: normal;
	}
.loginField {
	background: transparent;
	float: left;
	margin: 0px;
	padding: 0px 2px 0px 0px;
	width: 110px;
	border: none;
	font-size: 10px;
	color: #B16857;
	white-space: nowrap;
	}
#login li.btnLogin {
	background: #fff;
	padding: 0;
	margin: 0;
	}
	
/* ---------------------------------------------- */
/* -- MAIN NAVIGATION --------------------------- */
#mainNav {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
	background: #B16857 url(../_images/nav_bg_full.png) no-repeat top left;
	border-bottom: 3px solid #854E41;
	}
#mainNav ul {
	float: left;
	margin: 0px;
	padding: 2px 20px 0px;
	list-style: none;
	}
#mainNav ul li {
	float: left;
	margin: 0;
	padding: 0;
	}
#mainNav ul li a {
	float: left;
	display: block;
	margin: 0;
	padding: 10px 25px 7px 20px;
	background: url(../_images/nav_divider.png) no-repeat top right;
	color: #FFF;
	font: 11px "Lucida Grande","Lucida Sans Unicode", geneva, verdana, sans-serif;
	text-decoration: none;
	}
#mainNav ul li a:hover {
	color: #fff;
	text-decoration: underline;
	}

/* ---------------------------------------------- */
/* -- SUB NAVIGATION ---------------------------- */
#subNav {
	float: left;
	position: relative;
	background: #4C4D4F url(../_images/bg_hdr_finder.png) no-repeat bottom right;
	width: 900px;
	margin: 0;
	padding: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}
#subNav ul {
	float: left;
	position: relative;
	background: url(../_images/bg_subNav.png) repeat-x bottom left;
	width: 675px;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#subNav ul li {
	float: left;
	position: relative;
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 14px 0px 15px 20px;
	text-decoration: none;
	}
#subNav li a:link, #subNav li a:visited {
	color: #E8E9DE;
	}
#subNav li a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
/* ---------------------------------------------- */
/* -- FLASH (HOME PAGE GALLERY) ----------------- */
#flash {
	clear: both;
	height: 344px;
	background: #4C4D4F;
	border-bottom: 2px solid #CCCCCC;
	margin: 0;
	padding: 0;
}	
 
/* ---------------------------------------------- */
/* -- HOME BODY ELEMENTS ------------------------ */
#bodyHome {
	clear: both;
	float: left;
	position: relative;
	margin: 0px;
	padding: 10px 30px 10px 30px;
	width: 840px;
	background: #fff;	
	border-bottom: 2px solid #87594F;
}
#colHome_left {
	float: left;
	position: relative;
	background: #E8E9DE url(../_images/featureBox_bg.jpg) no-repeat top left;
	width: 177px;
	margin: 0px;
	padding: 10px 10px 10px 20px;
	}
#colHome_middle {
	float: left;
	position: relative;
	width: 340px;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	}
#colHome_right a {
	float: right;
	position: relative;
	background: url(../_images/btn_propertyFinder.png) no-repeat 0px 20px;
	width: 250px;
	height: 125px;
	margin: 0px;
	padding: 0px;
	display: block;
	text-indent: -1000em;
	overflow: hidden;
	}
	
/* ---------------------------------------------- */
/* -- INTERNAL BODY ELEMENTS -------------------- */
#body {
	clear: both;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-bottom: 30px;
	width: 900px;
	background: #fff;	
	border-bottom: 2px solid #87594F;
}
#col_left {
	float: left;
	position: relative;
	width: 207px;
	margin: 0px;
	padding: 10px;
	}
#col_middle {
	float: left;
	position: relative;
	width: 390px;
	margin: 0px;
	padding: 10px 30px 40px 20px;
	}
#col_right {
	float: right;
	position: relative;
	width: 225px;
	margin: 0px;
	padding: 0px;
	}
.featureBox {
	float: left;
	position: relative;
	background: url(../_images/featureBox_bg.jpg) no-repeat top left;
	padding: 15px 10px 10px 15px;
	margin: 0px 0px 20px;
	width: 180px;
	}
	
	
#propertyFinder {
	background: #B16857 url(../_images/bg_propertyFinder2.gif) no-repeat top left;
	padding: 20px;
	margin: 0;
	text-align: center;
	}
#propertyFinder h3 a:link, #propertyFinder h3 a:visited {
	color: #fff;
	}
#propertyFinder h3 a:hover{
	color: #fff;
	text-decoration: underline;
	}
#propertyFinder img {
	margin: 0px;
	}
.propertyFinder_ftr {
	background: url(../_images/ftr_propertyFinder2.gif) no-repeat top left;
	margin: 0;
	padding:0;
	height: 19px;
	white-space: 225px;
	text-indent: -1000em;
	overflow: hidden;
	display: block;
	}
.propertyFinder_ftr a {
	background: url(../_images/ftr_propertyFinder.gif) no-repeat top left;
	margin: 0;
	padding:0;
	height: 55px;
	white-space: 225px;
	text-indent: -1000em;
	overflow: hidden;
	display: block;
	}
.googleMap {
	padding: 5px;
	margin: 0;
	border: 1px solid #d9a089;
	}
	
/* ---------------------------------------------- */
/* -- FOOTER ELEMENTS --------------------------- */
#footer {
	clear: both;
	background: #624139 url(../_images/footer_bg.gif) repeat top left;
	border-top: 1px solid #fff;
	margin: 0px 0px 0px 0px;
	padding: 15px 30px 50px 30px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 840px;
	height: 130px;
}
#footer a, #footer a:visited {
	color: #B16857;
	text-decoration:  none;
}
#footer a:hover {
	color: #fff;
}
#footer ul {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#footer ul li {
	background: url(../_images/ftr_bullet.gif) no-repeat right 4px;
	margin: 0px;
	padding: 0px 12px 0px 0px;
	display: inline;
}
}


@media print {
#mainNav, #subNav, #utility, #login, #col_left, #col_right, #footer {
	display: none;
	}
html, body, #wrapper {
	background: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 20px;
	}
#logo a {
	width: 200px;
	height: 112px;
	font: 20px "Lucida Grande","Lucida Sans Unicode", geneva, verdana, sans-serif;
	color: #87594F;
	}
h1 {
	font: 20px "Lucida Grande","Lucida Sans Unicode", geneva, verdana, sans-serif;
	color: #87594F;
	margin: 0;
	padding: 15px 0 5px 0;
	}
h2 {
	font: 18px "Lucida Grande","Lucida Sans Unicode", geneva, verdana, sans-serif;
	color: #87594F;
	border-left: 4px solid #D9A089;
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	width: 160px;
	}
h3 {
	font: lighter 16px "Lucida Grande","Lucida Sans Unicode", geneva, verdana, sans-serif;
	color: #B16857;
	}
}
@media handheld {}
