/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, img, q, dl, dt, dd, ol, ul, li, legend, caption{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
}
strong{font-weight:bold;}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
a{outline:none;}

body{
	padding:0;
	margin:0 auto;
	font-size:10px;
	font-family: Arial,Helvetica, Verdana, sans-serif;
	color:#4d4d4d;
	line-height: 1.5;
	background: url(../images/main_bodyBG.jpg) top left repeat-x #e6e6e8;
}


/*-------------------
Form Fields
---------------------*/


/*input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  background-color:#fff;
  border:1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus,
input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border-color:#666;
}

input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  margin:0.5em 0;
}

input.text,
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }

input[type=checkbox], input[type=radio],
input.checkbox, input.radio {
  position:relative; top:.25em;
}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }

label {
font-weight:bold;
}
fieldset {
padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;
}
legend {
font-weight:bold;font-size:1.2em;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
background-color:#fff;border:1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
border-color:#666;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
margin:0.5em 0;
}
input.text, input.title {
width:300px;padding:5px;
}
input.title {
font-size:1.5em;
}
textarea {
width:390px;height:250px;padding:5px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
position:relative;top:.25em;
}
form.inline {
line-height:3;
}
form.inline p {
margin-bottom:0;
}*/
.error, .notice, .success {
padding:.8em;margin-bottom:1em;border:2px solid #ddd;
}
.error {
background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;
}
.notice {
background:#FFF6BF;color:#514721;border-color:#FFD324;
}
.success {
background:#E6EFC2;color:#264409;border-color:#C6D880;
}
.error a {
color:#8a1f11;
}
.notice a {
color:#514721;
}
.success a {
color:#264409;
}



/*-------------------
Main Text Formating
---------------------*/

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 {
	font-family: "goudy-old-style", Garamond, "Big Caslon", "Times New Roman", serif;
	font-size: 40px;
	color: #4140427;
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 1em;
}

body.secondary h1 {
	font-family: "goudy-old-style", Garamond, "Big Caslon", "Times New Roman", serif;
	font-size: 20px;
	line-height: 45px;
	color: #fff;
	height: 57px;
	width: auto;
	background: url(../images/secondaryH1.jpg) top left no-repeat;
	margin-left: -44px;
	margin-top: 15px;
	padding: 0 30px;
	
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	font-family: "goudy-old-style", Garamond, "Big Caslon", "Times New Roman", serif;
	font-size: 22px;
	color: #414042;
	font-weight: bold;
	border-bottom: 1px dotted #414042;
	margin-bottom: 5px;
}

h3 a {
	text-decoration: none;
	color: #414042;
	-webkit-transition: padding-left 250ms ease-out;
 	-moz-transition: padding-left 250ms ease-out;
  	/* trans pattern:  property duration timingMethod delay */
}

h3 a:hover {
	color: #95C94D;
	padding-left: 5px;
}

h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }


p{
	font-size:13px;
	line-height:20px;
}

p a{
	color:#007a42;
	text-decoration:underline;
}
	p a:hover{
		color:#024325;
		text-decoration:underline;
	}

#contentRight p a {
	-webkit-transition: padding-left 250ms ease-out;
 	-moz-transition: padding-left 250ms ease-out;
  	/* trans pattern:  property duration timingMethod delay */
}

#contentRight p a:hover {
	padding-left: 5px;
}
	
ul a{
	color:#007a42;
	text-decoration:underline;
}
	ul a:hover{
		color:#024325;
		text-decoration:underline;
	}
	
ul, ol{
	font-size:13px;
	line-height:20px;
}

	ul li{
		list-style: url(../images/li.jpg);
	}

ol li { margin-bottom: 10px; }

p.highlight {
	color: #007a42;
	font-size: 18px;
	margin-bottom: 5px;
}

p.address {
	color: #7c7c7e;
	font-size: 14px;
}

/*-------------------
Text Elements
---------------------*/

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/*-------------------
Lists
---------------------*/

li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 3.333em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/*-------------------
Tables
---------------------*/

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }




/*-------------------
Quick Classes
---------------------*/

.fl{float:left; position:relative;}
.fr{float:right; position:relative;}
.clear{clear:both;}
.imgborder{padding:2px; border:1px solid #c1c1c2;}
.noMargin {margin: 0 !important;}

::selection {
	background: #93C844; /* Safari */
	color: #fff;
	}
::-moz-selection {
	background: #93C844; /* Firefox */
	color: #fff;
}

/* -------------
MAIN CSS STYLE
---------------- */

#wrapper {
	position: relative;
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

#header {
	position: relative;
	float: left;
	width: 1000px;
	height: auto;
	margin-top: 25px;
}

#headerLeft {
	position: relative;
	float: left;
	width: 254px;
	height: auto;
}

#headerRight {
	position: relative;
	float: left;
	width: 726px;
	height: auto;
	margin-left: 20px;
}

.contactBump {
	position: relative;
	float: right;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: right;
}

#navigation {
	position: relative;
	float: left;
	width: 726px;
	height: 25px;
	text-align: right;
}

#navigation a {
	padding: 0 10px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

body.about #aboutUsBtn,
body.properties #findPropertyBtn,
body.transactions #recentTransactionsBtn,
body.services #clientServicesBtn,
body.advisors #ourAdvisorsBtn,
body.contact #contactBtn {
	font-style: italic;
	color: #024325;
}

#content {
	position: relative;
	float: left;
	width: 1000px;
	height: auto;
	background: url(../images/content_bg.jpg) bottom center no-repeat #fff;
	margin-top: 35px;
	padding-bottom: 30px;
	   
    -webkit-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, .4);        
    box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, .4);        
}

body.secondary #content {
	background: url(../images/secondry_contentBG.jpg) bottom right no-repeat #fff;
}

#splash {
	position: relative;
	float: left;
	width: 1000px;
	height: 450px;
	z-index: 1;
}

#splashOverlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 380px;
	height: 397px;
	background: url(../images/splashOverlay.png) top left no-repeat;
	z-index: 100;
}

#splashOverlay p {
	font-family: "goudy-old-style", Garamond, "Big Caslon", "Times New Roman", serif;
	font-size: 25px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

a.findProperty_splash {
	position: absolute;
	bottom: 50px;
	left: 130px;
	width: 114px;
	height: 41px;
	background: url(../images/findProperty_splashBtn.png) top left no-repeat;
	text-indent: -9000px;
}

a.findProperty_splash:hover {
	background-position: 0 -40px;
}

#optionBar {
	position: relative;
	float: left;
	width: 870px;
	height: 120px;
	background: url(../images/optionBar_bg.jpg) top left no-repeat;
	padding-left: 130px;
}

.option_findProperty {
	position: relative;
	float: left;
	width: 137px;
	height: 100px;
	background: url(../images/optionBar/option_findProperty.jpg) top left no-repeat;
	text-indent: -9000px;
}

.option_sellProperty {
	position: relative;
	float: left;
	width: 179px;
	height: 100px;
	background: url(../images/optionBar/option_sellProperty.jpg) top left no-repeat;
	text-indent: -9000px;
}

.option_buyProperty {
	position: relative;
	float: left;
	width: 181px;
	height: 100px;
	background: url(../images/optionBar/option_buyProperty.jpg) top left no-repeat;
	text-indent: -9000px;
}

.option_aboutUs {
	position: relative;
	float: left;
	width: 181px;
	height: 100px;
	background: url(../images/optionBar/option_aboutUs.jpg) top left no-repeat;
	text-indent: -9000px;
}

.option_contactAdvisors {
	position: relative;
	float: left;
	width: 181px;
	height: 100px;
	background: url(../images/optionBar/option_contactAdvisors.jpg) top left no-repeat;
	text-indent: -9000px;
}

#optionBar a:hover {
	background-position: 0 -100px;
}

#mainContent {
	position: relative;
	float: left;
	width: 940px;
	height: auto;
	padding: 0 30px;
}

body.properties #mainContent {
	width: 980px;
	padding: 0 10px;
}

#contentLeft {
	position: relative;
	float: left;
	width: 60%;
	height: auto;
}

#contentRight {
	position: relative;
	float: left;
	width: 35%;
	height: auto;
	margin-left: 3%;
	padding-left: 1.5%;
	border-left: 1px solid #c1c1c2;
}

body.secondary #contentLeft {
	width: 65%;
}

body.secondary #contentRight {
	border-left: none;
	width: 30%;
}

.bumper {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.bumperHead {
	position: relative;
	float: left;
	width: 90%;
	height: auto;
	padding: 5%;
	background: #92c844;
}

.bumperHead p, .bumperBody p {
	margin: 0;
}

.bumperHead p {
	font-family: "goudy-old-style", Garamond, "Big Caslon", "Times New Roman", serif;
	font-size: 25px;
	line-height: 25px;
	font-weight: 900;
	color: #424041;
}

.bumperBody {
	position: relative;
	float: left;
	width: 90%;
	height: auto;
	padding: 5%;
	background: #e6e7e8;
}

/*.bumperBody label {
	position: relative;
	float: left;
	width: 75px;
	height: 18px;
	font-weight: bold;
	line-height: 30px;
}

.bumperBody input[type="text"], .bumperBody input[type="email"] {
	position: relative;
	float: left;
	width: 170px;
	height: 18px;
	line-height: 18px;
	margin-bottom: 8px;
}

.bumperBody textarea {
	width: 166px;
	height: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
	margin-bottom: 8px;
}
*/
/*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.bumperBody label {
	position: relative;
	float: left;
	width: 30%;
	height: 18px;
	font-weight: bold;
	line-height: 30px;
}

.bumperBody input[type="text"], .bumperBody input[type="email"] {
	position: relative;
	float: left;
	width: 60%;
	height: 18px;
	line-height: 18px;
	margin-bottom: 8px;
}

.bumperBody textarea {
	width: 60%;
	height: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
	margin-bottom: 8px;
}

#submit {
	width: auto;
}

}*/

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
	/* .bumperBody label {
	position: relative;
	float: left;
	width: 30%;
	height: 18px;
	font-weight: bold;
	line-height: 30px;
}

.bumperBody input[type="text"], .bumperBody input[type="email"] {
	position: relative;
	float: left;
	width: 60%;
	height: 18px;
	line-height: 18px;
	margin-bottom: 8px;
}

.bumperBody textarea {
	width: 60%;
	height: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
	margin-bottom: 8px;
}

#submit {
	width: auto;
}*/

}

#submit {
	width: auto;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	background: #0e824e;
	color: #fff;
	border: 1px solid #c1c1c2;
	cursor: pointer;
}

#submit:hover {
	background: #0e613c;
}

.categories {
	position: relative;
	float: left;
	width: 90%;
	height: auto;
	padding: 5%;
	background: #fff;
	-webkit-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, .4);        
    box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, .4);
}

.tombstone {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	-webkit-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, .25);        
    box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, .25);
}

.caseTitle {
	position: relative;
	float: left;
	width: 96%;
	height: auto;
	padding: 2% 2% 2% 2%;
	background: #92C844;
	border: 1px solid #E6E7E8;
}

.caseTitle p {
	color: #fff;
	font-weight: bold;
	margin: 0;
	font-size: 15px;
}

.caseContent {
	position: relative;
	float: left;
	width: 96%;
	height: auto;
	padding: 2%;
	
}

.caseContent p {
	margin: 0;
}

.caseImage {
	margin: 0 20px 20px 0;
}

body.advisors .caseImage {
	margin: 0 20px 10px 0;
}

span.position {
	font-size: 13p;x
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: normal;
	float: right;
}

.bio {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.bioLeft {
	position: relative;
	float: left;
	width: 65%;
	height: auto;
}

.bioRight {
	position: relative;
	float: left;
	width: 30%;
	height: auto;
	margin-left: 3%;
	padding-left: 1.5%;
}

.contactForm {
	position: relative;
	flaot: left;
	width: 90%;
	height: auto;
	padding: 5%;
	background: #e6e6e8;
	-webkit-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, .4);        
    box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, .4);        
}

.contactForm label {
	position: relative;
	float: left;
	width: 20%;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
}

.contactForm input {
	position: relative;
	float: left;
	width: 70%;
	height: 18px;
	padding: 0 2.5%;
	margin-bottom: 15px;
}

.contactForm textarea {
	position: rlative;
	float: left;
	width: 70%;
	height: auto;
	padding: 2.5%;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.map {
	border: 1px solid #999;
	-webkit-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, .4);        
    box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, .4);        
}

#footer{
	position: relative;
	float: left;
	width: 1000px;
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

#footer p {
	font-size: 12px;
}

#footerLeft {
	position: realtive;
	float: left;
	width: 30%;
	height: auto;
}

#footerRight {
	position: relative;
	float: left;
	width: 70%;
	height: auto;
	text-align: right;
}