/* CSS Document */

/* ----- HTML STYLES ----- */
/* undo default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,td,tr,th,td
{ margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; border:none;}

a img,:link img,:visited img { border:none; }

address { font-style:normal }

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #82400E;
	margin: 10px 0px;
	padding: 0px;
	text-align: center; 
	color: #000000;
}

/* ----- LAYOUT STYLES ----- */
.oneColFixCtr #container {width: 780px; background: #ffffff; margin: 0 auto; text-align: left;}
.oneColFixCtr #mainContent {padding: 0px; margin:0px;}

.clear {clear:both; height:1px; overflow:hidden;}
.divider {clear:both; height:0px;}
.divider001 {clear:both; height: 20px;}
.dividerRule {
	border-bottom:solid 1px #9999a9;
	clear:left;
	height:20px;
	paddding:0px;
}
.dividerMenu {height:4px;}


/* ----- HEADER & MENUS ----- */

#header {}

#headerLogo {
	float:left;
	background-image: url(logo-ashlar-group.gif);
	height:80px;
	background-repeat: no-repeat;
	}

#headerLogo span {display:none;}
#headerLogo h2 {
	margin-left: 146px;
	vertical-align: bottom;
	margin-top: 40px;
	font-weight: bold;
	font-size: 1.5em;
	color: #646464;
}

/* ----- HEADER : SUB MENU  ----- */

#headerSubMenu {float:right; padding-top:5px;}
#headerSubMenu li {text-align: right; font-size: 1em; padding-right:5px;}
#headerSubMenu li a {color:#646464;}


/* ----- MAIN CONTENT ----- */
.mainContent  {clear:both; width:100%; display:block; margin-bottom: 0px;}
.mainContent p {padding: 10px 0px 10px 0px; font-size:12px; line-height:18px;}
.mainContent h1 {padding: 0px 0px 30px 0px;}

/* ----- Property development micro-site: content panels  ----- */

#navBar001 {float:left; position:relative; width:780px; height:23px; background-image:url(menu-bar.gif);}
#navBar001 ul {float:right; padding:4px 20px 0 0;}
#navBar001 li {color:#FFFFFF; float:left; padding-left:8px;}
#navBar001 a {color:#FFFFFF;}
#navBar001 a:hover {color:#000000;}
#navBar001 a.current {color:#000000;}

#equus-home {float:left; position:relative; width:780px; height:468px; background-image:url(equus-home.jpg); background-repeat:no-repeat; }
#equus-home a {color:#FFFFFF; font-weight:bold;}
#equus-home a.register {color:#773A0A; font-weight:bold; position:absolute; top:170px; right:68px;}
#equus-home a:hover {text-decoration:underline;}
#equus-home p.contact {color:#FFFFFF; font-weight:normal; position:absolute; top:420px; left:68px; padding:0px; margin:0px;}


#equus-about {float:left; position:relative; width:744px; height:381px; background-image:url(equus-about.jpg); background-repeat:no-repeat; padding:89px 0 0 34px; }
#equus-about p {font-size:11px; color:#000000; line-height:1.6em; font-family:Georgia, Serif; width:360px; padding:0px 0 12px 0px;}
#equus-about a {color:#773A0A; font-weight:bold;}
#equus-about a:hover {text-decoration:underline;}

#equus-location {float:left; position:relative; width:780px; height:468px; background-image:url(equus-location.gif); background-repeat:no-repeat;  }
#equus-location p {position:absolute; top:190px; right:30px; text-align:right; font-family:Georgia, Serif; color:#773A0A; line-height:1.6em;}


#equus-contact {float:left; position:relative; width:780px; background-color:#FAF3E6; background-image:url(equus-contact.gif); background-repeat:no-repeat; padding-bottom:15px;}
#registration-form {display:inline; float:left; font-family:Georgia, Serif; position:relative; width:360px; background-color:#82400E; margin:90px 0 0px 35px; padding:15px 0 15px 0;}
#registration-form .spacer {height:25px; padding-top:2px;}
#registration-form label {float:left; width:80px; font-size:11px; color:#ffffff; padding:0 0 0 15px;}
#registration-form input {float:left; width:233px; height:14px; border:none; padding:1px; font-size:11px;}
#registration-form .shortInput {width:96px; font-size:12px;}
#registration-form .wide {width:273px;}
#registration-form #address {display:none;}
#registration-form .lookUp {font-family:Georgia, Serif; font-size:11px; text-align:left; height:18px; width:60px; padding-left:10px; margin:0px;  border:none; background-color:Transparent; color:#ffffff; text-decoration:underline;}
#registration-form a {color:#ffffff; text-decoration:underline;}
#registration-form .submitButton {background-color:#ffffff; position:relative; float:right; width:123px; height:30px; display:block; background-image:url(submit.gif); background-repeat:no-repeat; margin-right:25px;}
#registration-copy {width:330px; float:left; position:relative;}
#registration-copy p {color:#FFFFFF; line-height:1.1em; font-size:11px; padding-left:15px;}
#registration-copy a {color:#FFFFFF;}
.validation {padding:10px 0 0 15px; font-size:11px; font-weight:bold;}


