/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin-top: 12px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFF9A;
	color: #030;
}

/* Sets all margins and padding to zero*/

* {
margin: 0;
padding:0;
}

/* Main Wrapper*/
#wrapper {
	text-align:left;
	width:970px;
	position:relative;
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.2em;
}
#ContentWrapper {
	float: left;
	width: 755px;
	background-color: #FFFFFF;
	margin-left: 20px;
	background-image: url(images/images/BG_ContentMid.gif);
	background-repeat: repeat-y;
}
#ContentText {
	background-color: #FFFFFF;
	float: left;
	width: 665px;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 20px;
}
.gallery {
	width: 253px;
	float: left;
	margin-left: 50px;
	margin-bottom: 25px;
}

#bio1 {
	float: left;
	width: 270px;
	background-color: #FFFFCC;
	padding: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}
#bio2 {
	float: left;
	width: 270px;
	margin-left: 40px;
	background-color: #FFFFCC;
	padding: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}
.bioTitle {
	margin-bottom: 10px;
	float: right;
	margin-left: 15px;
}

#ContentWrapperLower {
	background-image: url(images/images/BG_ContentMid.gif);
	background-repeat: repeat-y;
	float: left;
	width: 755px;
}
#logoWrapper {
	float: left;
	width: 755px;
}
#borderOverlapLeft {
	float: left;
	width: 10px;
}

#borderOverlapRight {
	float: left;
	width: 10px;
}
#bottom {
	float: left;
	width: 755px;
}
#leftBordTop {
	float: left;
	width: 10px;
}
#logoBand {
	float: left;
	width: 735px;
}
#rightBordTop {
	float: left;
	width: 10px;
}
#leftBordMiddle {
	float: left;
	width: 10px;
}


/* Navigation*/

#navigationBox {
	width: 176px;
	position: absolute;
	left: 781px;
	top: 78px;
	z-index: 2000;
}

#navigationBox a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #005842;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	line-height: 1.3em;
}

#navigationBox a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #005842;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
}

#navigationBox a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #005842;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFF99;
	line-height: 1.3em;
}

#navigationBox a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #005842;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
}



/*
JESSE FOOTER CREDITS
*/
a.jesse:link {
	color: #333333;
	font-size:8pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none
}
a.jesse:visited {
	color: #333333;
	font-size: 8pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none
}
a.jesse:hover {
	color: #333333;
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	letter-spacing: 1pt
}
a.jesse:active {
	color: #333333;
	font-size: 8pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none
}



#jesseCredit {
	width: 755px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 30px;
}

/*
PAGE FOOTER
*/

#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}

#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}

#footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}



#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}

#footerBox {
	width: 755px;
	padding-top: 10px;
	margin-left: 20px;
	float: left;
	margin-bottom: 30px;
}





/*
Clears floats within container, so container continues to wrap around contents
*/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
#sidebarHome {
	float: right;
	margin-left: 20px;
	width: 234px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #060;
	font-style: italic;
}
#RElogos {
	float: left;
	width: 660px;
	vertical-align: top;
}
h4 {
	font-size: 1.3em;
	color: #900;
}

#slideshowBox {
	height: 180px;
	width: 232px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}
#formBox {
	float: left;
	width: 425px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#sidebar {
	float: left;
	margin-left: 20px;
}
#mortgageBox {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
li {
	margin-bottom: 10px;
	margin-left: 20px;
}
.testimonialsBox {
	background-color: #FFFFCC;
	margin: 15px;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}

/*
Controls quote mark on testimonials
*/
.style1 {
	font-size: 2em;
	font-weight: bold;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}

a:active {
	color: #005842;
}
.sidebarWrapper {
	width: 200px;
	float: left;
	margin-left: 20px;
}
.sidebarTop {
	width: 200px;
}
.sidebarMiddle {
	background-color: #FF9900;
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	height: 50px;
}
.sidebarBottom {
	width: 200px;
}
.listingsBox {
	background-color: #FFFFCC;
	margin: 15px;
	padding: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	float: left;
	width: 600px;
}
.listingText {
	float: left;
	width: 310px;
	margin-left: 30px;
}

.listingPhoto {
	float: left;
	border: 1px solid #999999;
}
.listingSidebar {
	background-color: #FFFFCC;
	margin: 15px;
	padding: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	float: left;
	width: 600px;
}
#sidebarCenter {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
#photoSidebar {
	width: 253px;
	float: right;
	margin-left: 30px;
}



a.sidebarLink:link {
	color: #005842;
	font-size: 1.2em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: underline;
	font-weight: bold;
}
a.sidebarLink:visited {
	color: #005842;
	font-size: 1.2em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: underline;
	font-weight: bold;
}
a.sidebarLink:hover {
	color: #005842;
	font-size: 1.2em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: underline;
	font-weight: bold;
}
a.sidebarLink:active {
	color: #005842;
	font-size: 1.2em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: underline;
	font-weight: bold;
}
a.moreinfo:link {
	color: #005842;
	font-size: 1.2em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: underline;
	font-weight: bold;
}

a.moreinfo:visited {
	color: #005842;
	font-size: 1.2em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: underline;
	font-weight: bold;
}

a.moreinfo:hover {
	color: #005842;
	font-size: 1.2em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: underline;
	font-weight: bold;
}

a.moreinfo:active {
	color: #005842;
	font-size: 1.2em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: underline;
	font-weight: bold;
}#formBox2 {
	float: left;
	width: 500px;
	padding-bottom: 30px;
	padding-left: 0px;
}
bigred {
}
bigred {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bolder;
	font-variant: normal;
}
