@charset "utf-8";
/*
Author: Josh Wilkerson
Website: http://www.adelledennis.com
Company: Rex Group
Powered by: PowerServe http://www.powerserve.com
last mod: 04/10/2012 - Josh Wilkerson
*/

/*reset css*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}
:focus{outline:0}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}
/*reset css*/

* {	margin:0; padding:0;}
html{background:#eeeeee;}
body{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(30%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	color:#333; font:normal 13px/22px "Trebuchet MS", tahoma, sans-serif; text-align:center;}
.container{width:960px;margin:0 auto;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	-moz-box-shadow:    0px 0px 10px rgba(0,0,0,0.25);
	box-shadow:         0px 0px 10px rgba(0,0,0,0.25);}
	
#bestof { background:url("http://www.rexgroup.com/include/images/Best-of-Augusta-peal-2012.png") top right no-repeat; display:block; position:absolute; top:0; right:0; width:144px; height:146px; text-align:left; text-indent:-9999px;}
#numbone { background:url("/include/images/1-agent.png") top right no-repeat; display:block; position:absolute; top:0; right:0; width:144px; height:146px; text-align:left; text-indent:-9999px;}

/*Start Headings*/
h1,h2,h3,h4,h5,h6,.contenttitle{color:#000;font-family:"Times New Roman",Times,serif;font-weight:bold;padding:0 0 5px 0;}
h1{font-size:30px;line-height:34px;}
h2,.contenttitle{font-size:26px;line-height:30px;}
h2 span{font-size:75%;line-height:75%;}
h3{font-size:20px;line-height:24px;}
h3 span{font-size:13px;color:#000;}
h4{font-size:17px;line-height:24px;}
h5{font-size:16px;line-height:22px;text-transform:uppercase;}
h6{font-size:16px;line-height:20px;}
/*End Headings*/

/*Start Basic*/
a{color:#fcb040;text-decoration:underline;}
a:hover{color:#c93;text-decoration:underline;}
ul{margin:0 0 15px 25px;list-style:disc;}
ul li{line-height:22px;}
ol{margin:0 0 15px 25px;list-style:decimal;}
ol li{line-height:22px;}
p{padding:0 0 15px 0;}
strong, b{ font-weight:bold;}
em,i{font-style:italic;}
input[type="text"],input[type="password"],input[type="email"],textarea,select{background:#fff;border:1px solid #bbb;border-radius:3px;color:#777;display:block;outline:0;font-size:14px;padding:0 2px 0 10px;margin:0;line-height:18px;height:24px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
input[type="text"]:hover,input[type="password"]:hover,input[type="email"]:hover,textarea:hover{background:none;}
input[type="text"]:focus, input[type="password"]:focus,input[type="email"]:focus,textarea:focus{background:rgba(255,255,204,0.7);border:1px solid #999;color:#444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
textarea{height:auto;}
blockquote { background:#e7e7e7; border:1px solid #ddd; padding:20px; margin:20px 0;}
blockquote p { font-style:italic;}
blockquote img.right { border:3px solid #aaa; margin:0 0 0 20px;}
blockquote .cite { display:block; text-align:right;}
fieldset {border:none; padding:0;}
fieldset legend {font-size:24px; font-weight:normal; color:#555; padding:0 0 10px 0;}
/*End Basic*/

/*Start Misc Classes*/
p.scroll { float:left; font-weight:bold; padding-bottom:0px; width:200px; }
.smalltext { font-size:10px; }
.contactimg { float:left; margin-right:20px; }
.clear {clear:both;}
.clearr {clear:right;}
.clearl {clear:left;}
.agent-name { display:block; font-weight:bold; text-transform:uppercase;}
.req {color:#c00;}
.white {color:#fff;}
.left {float:left;}
img.left { margin:0 10px 10px 0;}
.right {float:right;}
img.right { margin:0 0 10px 10px;}
.contenttext {}
.contenttext .name { padding:0 40px 10px 0; font-weight:bold; font-style:italic;}
.contentphoto { float:left; padding:0; margin:0 10px 10px 0;}
.contentbulletlist li { padding:0 0 5px 0;}
.testamonial { font-style:italic;}
.name { display:block; float:right; font-size:14px;}
.col { float:left; width:48%; padding:0 10px 0 0;}
.small { font-size:14px; font-weight:normal; padding:0 0 0 8px;}
img.border {border:3px solid #aaa;}
img.noborder {border:none;}
/*End Misc Classes*/

.data { border-collapse:collapse; font-size:12px; width:100%; margin:0 0 10px 0;}
.data th, .data td { padding:5px 7px;}
.data th { background:#ddd;}
.data tr.even td { background:#eee;}
.data tr.hover td, .data tr:hover td { background:#ccc; cursor:pointer;}

/*Forms */
ul.forms { list-style:none; margin:0;}
ul.forms li { padding:0 0 5px 0; margin:0 10px 0 0;}
ul.forms li.left { float:left;}
ul.forms li.disclaimer { font-size:10px; width:340px; margin:30px 0 0 10px; padding:0 0 0 10px; border-left:1px solid #ccc;}
ul.forms li.disclaimer strong { font-size:12px;}
ul.forms li.clear { clear:both; font-size:0px; height:0px ; line-height:0px; padding:0; margin:0;}
ul.forms li label { display:block; margin:0 10px 2px 0;}
ul.forms li label.captcha { display:block; margin:0 10px 0 0; text-align:left;}
ul.forms li input, ul.forms li select, ul.forms li textarea { padding:2px 5px;}
ul.forms li.divider { background:#ccc; height:1px; font-size:0; padding:0; margin:10px 0;}
ul.forms .error { font-size:11px; color:#900; font-weight:bold;}
ul.forms li input.submit,#submitbutton,#submitButton,#submitbtn{background:#fcb040;border:1px solid #c60;border-radius:4px;
		-webkit-box-shadow: inset 0px 0px 5px 2px rgba(255,255,255,.3);
		-moz-box-shadow: inset 0px 0px 5px 2px rgba(255,255,255,.3);
        box-shadow: inset 0px 0px 5px 2px rgba(255,255,255,.3);
		color:#fff;display:block;text-align:center;line-height:40px;height:40px;font-size:16px;font-weight:bold;padding:0 20px;margin:20px 0 0 0;}
ul.forms li input.submit:hover,#submitbutton:hover,#submitButton:hover,#submitbtn:hover{text-decoration:none;cursor:pointer;
		-webkit-box-shadow:
			inset 0px 0px 5px 2px rgba(255,255,255,.3), 
			0px 0px 5px 0px rgba(0,0,0,.3);
		-moz-box-shadow:
			inset 0px 0px 5px 2px rgba(255,255,255,.3),
			0px 0px 5px 0px rgba(0,0,0,.3);
        box-shadow:
			inset 0px 0px 5px 2px rgba(255,255,255,.3),
			0px 0px 5px 0px rgba(0,0,0,.3);}
ul.forms li input.submit:active,#submitbutton:active,#submitButton:active,#submitbtn:active{text-decoration:none;cursor:pointer;
		-webkit-box-shadow:inset 0px 0px 5px 0px rgba(0,0,0,.2);
		-moz-box-shadow:inset 0px 0px 5px 0px rgba(0,0,0,.2);
        box-shadow:inset 0px 0px 5px 0px rgba(0,0,0,.2);}


/*Social Sharing*/
.social-share{position:absolute;top:150px;left:0;z-index:50;width:46px;}
.addthis_floating_style{background:#ddd;border:solid #f7f7f7;border-width:1px 1px 1px 0;border-radius:0 5px 5px 0;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	-moz-box-shadow:    0px 0px 2px rgba(0,0,0,0.5);
	box-shadow:         0px 0px 2px rgba(0,0,0,0.5);}

/*Top Bar*/
.top-bar{background:#777;border-bottom:1px solid #555;
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.5);
	-moz-box-shadow:    0px 1px 1px rgba(255,255,255,0.5);
	box-shadow:         0px 1px 1px rgba(255,255,255,0.5);
	width:100%;color:#fff;position:relative;z-index:20;}
.top-bar .container{background:#777;margin:0 auto;padding:9px 0;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;}
.top-bar #mobile_nav_icon{display:none;}
.top-bar h1{color:#fff;display:block;font-size:24px;font-weight:bold;padding:0;line-height:22px;height:22px;width:230px;text-align:center;float:left;}
.top-bar h1 a{color:#fff;display:block;text-decoration:none;padding:0;}
.top-bar h1 a .desktop{display:block;}
.top-bar h1 a .mobile{display:none;}
.top-bar .phone{border-right:1px solid #fff;padding:0 10px 0 0;margin:0 10px 0 0;font-weight:bold;font-size:18px;float:right;line-height:22px;}
.top-bar .phone.mobile{display:none;}
.top-bar .social{float:right;}
.top-bar .social a{display:block;color:#fff;width:22px;height:22px;float:left;text-indent:-9999px;text-decoration:none;}
.top-bar .social a.facebook{background:url('/include/images/icon-sprite.png') 0 0 no-repeat;margin:0 10px 0 0;}
.top-bar .social a.twitter{background:url('/include/images/icon-sprite.png') -22px 0 no-repeat;}
.top-bar .social a.email{display:none;}

#header{width:100%;height:auto;}
#header a{display:block;width:100%;height:auto;}
#header a img{display:block;width:100%;height:auto;}
#header a img.desktop{display:block;}
#header a img.mobile{display:none;}

/*Start Main Page*/
#page { background:#fff; width:100%; overflow:hidden; text-align:left;}

/*Start Left Bar Styles*/
#leftbar{background:#f7f7f7;text-align:left;float:left;width:230px;padding:0 0 2000px 0;margin:0 0 -2000px 0;}
#leftbar .nav_close{display:none;}
/*Start Leftnav*/
#leftnav{background:#fcb040;width:210px;text-align:left;padding:10px;}
#leftnav ul{list-style:none;margin:0;}
#leftnav ul li{border-bottom:1px solid #fd8;}
#leftnav ul li.last{border-bottom:none;}
#leftnav ul li a{color:#fff;display:block;font-weight:bold;text-decoration:none;padding:0 10px;line-height:30px;font-size:14px;}
#leftnav ul li a:hover{background:#fb5;text-decoration:none;}
#leftnav ul li.active a{background:#fc6;color:#fff;display:block;font-weight:bold;text-decoration:none;}
#leftnav ul li ul {display:none;}
#leftnav ul li.active ul.sub {display:block;margin:0 0 0 15px;}
#leftnav ul li.active ul.sub li {border-bottom:1px solid #fd8;}
#leftnav ul li.active ul.sub li.last{border:none;}
#leftnav ul li.active ul.sub li a { background:none; color:#fff; display:block; font-weight:bold; font-size:12px;line-height:30px; text-decoration:none; padding:0 10px; }
#leftnav ul li.active ul.sub li a:hover { background:#fb5; text-decoration:none; }
#leftnav ul li.active ul.sub li.active a { background:#fc6; color:#fff; }
/*End Leftnav*/

#leftbar .contact{margin:10px 0 20px 0;padding:0 20px;}
#leftbar .contact h2{background:#cdebed;color:#000;font-size:22px;font-weight:bold;padding:0 10px;line-height:30px;margin:0 -10px 10px -10px;}
#leftbar .contact p{color:#333;font-size:16px;padding:0;}
#leftbar .contact p .phone{font-size:16px;font-weight:bold;line-height:24px;}

#leftbar .recent{margin:10px 0 30px 0;padding:0 20px;}
#leftbar .recent h2{background:#cdebed;color:#000;font-size:22px;font-weight:bold;padding:0 10px;line-height:30px;margin:0 -10px 10px -10px;}
#leftbar .recent a{color:#333;display:block;margin:-10px -10px 0 -10px;padding:10px;font-size:12px;line-height:16px;text-decoration:none;}
#leftbar .recent img{display:block;float:left;width:50px;height:auto;margin:0 10px 0 0;}
#leftbar .recent a:hover{background:#eee;}
/*End Left Bar Styles*/

/*Start Right side content*/
#content { background:#fff; float:left; width:730px; }
#content .tagline { background:#cdebed; color:#000; font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; text-align:center; padding:7px 10px; }
#content .tagline p { padding:0; }
#content .main {margin:20px;}
#content .main h1 .agent-name { color:#C92929; font-size:30px; }

/*1303 Hickman*/
#content .main .hickman { font-size:16px;}
#content .main .hickman .flyer { float:right;}
#content .main .hickman .photo { width:704px; height:472px; position:relative; z-index:50; margin:0 0 20px 0;}
#content .main .hickman .photo img { background:#fff; border:1px solid #999; padding:3px; position: absolute; top:0; left:0; z-index:51;}
#content .main .hickman .photo .text { position: absolute; top:0; left:0; z-index:52; padding:15px; width:674px;}
#content .main .hickman .photo .text h2 { color:#fff; font:bold 30px/32px "Times New Roman", Times, serif; letter-spacing:-.03em;}
#content .main .hickman .photo .text h3 { color:#fff; font:bold 24px/26px "Times New Roman", Times, serif; letter-spacing:-.02em; text-align:center; margin:322px 0 0 0;}
#content .main .hickman .photo .text p { color:#fff; font:bold 18px/20px "Times New Roman", Times, serif; letter-spacing:-.02em; text-align:center; padding:0;}
#content .main .hickman h4 { color:#000; font-size:18px; font-weight:bold;}
#content .main .hickman h4 .price { color:#C92929; font:bold 24px/26px "Times New Roman", Times, serif; letter-spacing:-.02em;}
#content .main .hickman .gallery img { background:#fff; border:1px solid #999; padding:3px; margin:5px;}

/*JB Whites*/
#content .main .whites { font-size:16px;}
#content .main .whites .flyer { float:right;}
#content .main .whites .photo { width:704px; height:472px; position:relative; z-index:50; margin:0 0 20px 0;}
#content .main .whites .photo img { background:#fff; border:none; padding:0px; position: absolute; top:0; left:0; z-index:51;}
#content .main .whites .photo .cycle { left: 363px; position: absolute; top: 1px; z-index: 999; list-style:none; margin:0;}
#content .main .whites .photo .cycle img { background:none; border:none; padding:0; }
#content .main .whites .photo .text { border:solid #999; border-width:1px 0; font:normal 13px/16px "Times New Roman", Times, serif; position: absolute; top:240px; left:367px; z-index:52; display:block; width:280px; margin:0; padding:10px;}
#content .main .whites .photo .text h5 {color:#53311b; font:normal 19px/20px "Times New Roman", Times, serif; text-transform:uppercase;}
#content .main .whites .photo .text ul {color:#555; text-align:left; margin:0 0 10px 20px; list-style:disc;}
#content .main .whites .photo .text ul li {line-height:16px;}
#content .main .whites .photo .text p {color:#555; padding:0;}
#content .main .whites h4 { color:#000; font-size:16px; font-weight:bold; margin:0 0 10px 0; padding:0;}
#content .main .whites h4 .price { color:#fcb040; font:bold 24px/26px "Times New Roman", Times, serif; letter-spacing:-.02em;}
#content .main .whites .gallery img { background:#fff; border:1px solid #999; padding:3px; margin:5px;}

/*Starter Homes*/
#content .main .starter_homes h1{font-size:29px;margin:0 0 5px 0;}
#content .main .starter_homes .photo{max-height:270px;height:auto;width:100%;overflow:hidden;}
#content .main .starter_homes .photo img{display:block;width:100%;max-width:640px;height:auto;margin:-80px 0 5px 0;}
#content .main .starter_homes table#search-results{margin:0 0 20px 0;}
#content .main .starter_homes table#search-results tr td{vertical-align:top;}
#content .main .starter_homes table#search-results tr td.propimg{padding:7px;position:relative;}
#content .main .starter_homes table#search-results tr td.propimg a{display:block;}
#content .main .starter_homes table#search-results tr td.propimg img{width:150px;height:auto;display:block;}
#content .main .starter_homes table#search-results tr td.propimg .overlay{background:#fcb040;display:block;position:absolute;top:50%;left:0;width:100%;line-height:24px;height:24px;font-size:18px;font-weight:bold;color:#fff;text-align:center;margin:-12px 0 0 0;
	opacity:.8;
	filter:alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";}
#content .main .starter_homes table#search-results tr td.details{line-height:16px;text-transform:none;}
#content .main .starter_homes table#search-results tr.odd td{border-top:1px solid #ccc;}
#content .main .starter_homes table#search-results tr.odd td.propimg{border-bottom:1px solid #ccc;}
#content .main .starter_homes table#search-results tr.odd td.details{border-top:none;border-bottom:1px solid #ccc;line-height:16px;}

/*Wyanesboro*/
#content .main .wyanesboro hr{background:#999;border:none;margin:30px 0;height:1px;width:100%;}
#content .main .wyanesboro .right.col{float:right;width:250px;margin:0 0 0 10px;}
#content .main .wyanesboro .right.col img{width:100%;}
#content .main .wyanesboro h3{margin:0;}
#content .main .wyanesboro blockquote{margin:0 0 20px 0;padding:15px 20px 20px 20px;}
#content .main .wyanesboro .portrait{float:right;margin:0 0 0 10px;width:250px; height:175px; overflow:hidden;}
#content .main .wyanesboro .portrait img{margin:-70px 0 0 0;border:none;}
#content .main .wyanesboro .portrait img.jj{margin:-20px 0 0 0;}
#content .main .wyanesboro .slideshow{text-align:center;}
#content .main .wyanesboro .slideshow .cycle2{width:305px; height:400px;margin:0 auto;}
#content .main .wyanesboro .slideshow .cycle2 img{height:400px;width:auto;margin:0 auto;}
#content .main .wyanesboro .slideshow .nav{margin:10px 0;}
#content .main .wyanesboro .slideshow .nav a{font-size:20px;}

#content .social{float:right;}
#content .social .facebook{float:left;margin:0 10px 0 0;}
#content .social .twitter{float:left;width:90px;}
#content .social .gplus{float:left;width:70px;}

/*Congrats*/
.congrats h1 { font-size:28px; margin:0 0 15px 0;}
.congrats h2 { color: #C92929; font-size: 23px; font-weight: bold; margin:0 0 10px 0;}
.congrats ol { margin:0 0 10px 0; line-height:18px; list-style:none;}
.congrats ol li { color:#333;}
.congrats ol li.one { color:#000; font-size:15px; margin:0 0 10px 0;}

/*Featured Properties*/
#content .main .featured {background: url("/include/images/bg-featured.jpg") center top no-repeat;border:1px solid #ccc; margin:0 0 20px 0; overflow:hidden; height: 185px;}
#content .main .featured ul { list-style:none; margin:0; padding:0; height:185px; overflow:hidden;}
#content .main .featured ul li { cursor:pointer; display:block; height:185px; padding: 10px; }
#content .main .featured ul li a.propimg { border:2px solid #fcb040; display:block; float:left; overflow:hidden; margin:10px 10px 30px 0; max-height:136px; height:auto;width:200px; position:relative;}
#content .main .featured ul li a.propimg:hover { border:2px solid #000;}
#content .main .featured ul li a.propimg img {display:block; border:none; width:200px; height:auto; margin:0;}
#content .main .featured ul li a.propimg .overlay { background:#fcb040; display:block; position:absolute; top:50%; left:0; width:100%; line-height:30px; height:30px; font-size:24px; font-weight:bold; color:#fff; text-align:center; margin:-15px 0 0 0; opacity: .7; filter: alpha(opacity=70); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";}
#content .main .featured ul li .info{float:left;width:454px;}
#content .main .featured ul li h1{font-weight:bold;line-height:22px;font-size:22px;}
#content .main .featured ul li h1 span { font-size:75%; display:block; font-weight:normal;}
#content .main .featured ul li h3 {color:#fcb040;line-height:20px;}
#content .main .featured ul li p{line-height:16px;}
#content .main .featured img {width:200px; height:auto; margin:0 10px 0 0;}
#content .main .featured a img { border:2px solid #C92929;}
#content .main .featured a:hover img { border:2px solid #000;}
#content .main .featured h1 { font-weight:bold;}
#content .main .featured h1 span { font-size:75%; display:block; font-weight:normal;}

#content .main .sale_ad{float:right;margin:0 0 20px 0;padding:0;width:208px;height:auto;}
#content .main .sale_ad a{border:1px solid #ccc;width:100%;height:auto;display:block;}
#content .main .sale_ad a img{width:100%;height:auto;display:block;}
/*#content .main .main_text{float:left;width:438px;}*/
#content .main .main_text{margin:0 0 10px 0;}


#content .main .openhouse { margin:0 0 20px 0;}
#content .main .openhouse h1 { font-weight:bold; font-size:22px;  float:left; margin:0 0 10px 0; line-height:24px;}
#content .main .openhouse h1 span { font-size:85%; font-weight:normal;}
#content .main .openhouse ul { background:#e5e5e5; border:1px solid #ccc; padding:10px; list-style:none; margin:0;}
#content .main .openhouse ul li {display:block; margin:0 10px 10px 0; border-bottom:1px solid #ccc; padding:0 0 10px 0;}
#content .main .openhouse ul li.clear { float:none; clear:both; padding:0; margin:0; width:0; height:0; border:none; background:none;}
#content .main .openhouse ul li.last { border:none; padding:0; margin:0;}
#content .main .openhouse ul li h2 { margin:0;}
#content .main .openhouse ul li h2 span { color:#C92929; font-size:18px; font-weight:bold;}
#content .main .openhouse ul li a.propimg { border:2px solid #C92929; display:block; float:left; overflow:hidden; margin:0 10px 0 0; height:83px; width:125px; position:relative; line-height:0;}
#content .main .openhouse ul li a.propimg:hover { border:2px solid #000;}
#content .main .openhouse ul li a.propimg img { border:none; width:125px; height:auto; margin:0;}

#content .main .tour ul { list-style:disc;}
#content .main .tour h1 span{font-size:75%; display:block;}
#content .main .tour .property {}
#content .main .tour .property a.propimg {border:2px solid #C92929; display:block; width:200px; height:auto; float:left; margin:0 20px 20px 0;}
#content .main .tour .property a.propimg img { border:none;display:block; width:200px; height:auto;}

/*Start Listing Styles*/
#content #listings { border-collapse:collapse; }
#listings th { background:#777; color:#fff; font-size:14px; font-weight:bold; padding:5px 10px; }
#listings td { padding:10px; border-right:1px dashed #ddd; border-bottom:1px solid #ddd; }
#listings td a img { border:1px solid #aaa; }
#listings td a:hover img { border:1px solid #333; }
#listings .address { font-size:14px; width:118px; white-space:normal; }
#listings .price { font-size:16px; }
#listings .description { border-right:none; border-bottom:1px solid #ddd; font-size:12px; line-height:12px; text-transform:lowercase; }
#listings .detail0 { background:#f7f7f7; }
#listings .detail1 { background:#eee; }
/*End Listing Styles*/

/*Start Search Results Styles*/
#content #search-results { border-collapse:collapse; background:none; }
#search-results-hdr { display:none; }
.pagejump { background:none; border:none; padding:5px; float:right; font-size: 14px; }
.pagejump .prev { padding:0 10px 0 0; }
.pagejump .next{ padding:0 0 0 10px; }
#search-results .detail0 { background:#f7f7f7; }
#search-results .detail1 { background:#eee; }
#search-results th { background:#777; color:#fff; font-size:14px; font-weight:bold; white-space:nowrap; padding:5px 10px; }
#search-results td { white-space:normal; padding:7px; font-size:12px; }
#search-results td.no_results{padding:10px;}
#search-results td.no_results a.search{font-size:16px;line-height:40px;}
#search-results .propimg { vertical-align:top; border-right:1px dashed #ddd; }
#search-results td a img { border:1px solid #ddd; height:auto; }
#search-results td a:hover img { border:1px solid #333; }
#search-results .location { white-space:normal }
#search-results .price { }
#search-results .description { line-height:11px; text-transform:lowercase; }
#search-results .details { white-space:normal; line-height:12px; text-transform:lowercase; }
#search-results .details p { line-height:12px; }
#search-results .propimg, #search-results .details, #search-results .vtour {border-bottom:1px solid #ddd;}
#search-results .details, #search-results .vtour {}
#search-results .details ul, #search-results .vtour ul {}
#search-results .bedrooms, #search-results .bathrooms, #search-results .mlsnumber {width:80px;}
#search-results .price, #search-results .location, #search-results .mlsnumber, #search-results .bedrooms, #search-results .bathrooms { border-bottom:1px dashed #ddd;}
/*End Search Results Styles*/

/*Start Property Search form Styles*/
#search-form{background:none;border:none;padding:10px 0;width:100%; }
#search-form label { padding:0 15px 0 0; }
#search-form select { border:1px solid #999; color:#555; font-size:12px; }
#search-form input { border:1px solid #999; color:#555; font-size:12px; }
#search-form input:hover, #search-form input:focus { background:#ffc; }
#search-form th{width:90px;}
#form-footer { margin:7px 0; }
.backbutton a { display:block; padding:3px 10px; width:150px; }
#disclaimer { font-size:10px; line-height:11px; }
#disclaimer img { padding:0 5px 2px 0; }
#mls-search { display:none; }

#mls-search input, #mls-search strong { float:left; margin:0 2px 0 0; }
#mls-search #go { border:none; }
/*End Property Search form Styles*/

/*Start Property Detail*/
ul#features{background:#fcb040;margin:0 0 10px 0;list-style:none;height:30px;}
ul#features li{float:left;border-right:1px solid #fd8;margin:4px 0;}
ul#features li.last{border:none;}
ul#features li a{color:#fff;display:block;font-weight:bold;padding:0 5px;margin:0 3px;line-height:22px;height:22px;text-decoration:none;}
ul#features li a:hover{background:#fb5;}
#property-detail { }
#property-detail #photo .mapit {display:none; border:none; margin:0 10px 0 0; float:left;}
#property-detail #photo .mapit img{ border:none;}
#property-detail td { vertical-align:top; }
#property-detail #photo img { border:1px solid #aaa; }
#property-detail #browse-pics { padding:7px 0 10px 0; font-size:16px; }
#property-detail #browse-pics td { padding:5px; }
#property-detail #browse-pics .nav img{ border:none; }
#property-detail #browse-pics .pgnum, #property-detail #browse-pics .pgnum:focus, #property-detail #browse-pics .pgnum:hover { background:none; border:none; color:#333; font-size:16px; width:20px; }
#property-detail .nav img { border:none; }
#property-detail #details #cstable { width:100%; }
#property-detail #details #cstable td { text-align:right;}
#property-detail #details dl { width:434px; margin:0 0 0 10px;}
#property-detail #details dl dt { color:#333; font-size:12px; padding:2px 0; float:left; line-height:18px; width:110px; }
#property-detail #details dl dd { color:#333; border-bottom:1px solid #ddd; padding:2px 0 2px 110px; text-align:right; line-height:18px; }
#property-detail .virtual { display:inline-block; padding:5px; font-size:14px; font-weight:bold; text-transform:uppercase; }
#content .main .description { margin:10px 0;}
#content .main .description p { font-size:11px;}
#form-nav {padding:10px; font-size:14px; font-weight:bold;}
#form-nav .prev {float:left;}
#form-nav .next {float:right;}

/*End Property Detail*/
table.form {width:auto;}
table.form th { text-align:right; vertical-align:top;}
table.form th.hdr { text-align:left; vertical-align:top;}
table.form th, table.form td { padding:5px;}
table.form th .req {}
/*End Main Page*/

/*Start Footer*/
#footer{background:#777;color:#fff;text-align:center;padding:0 20px;height:80px;}
#footer .info{float:left;margin:29px 70px 0 0;height:22px;}
#footer .info .phone{border-right:1px solid #fff;padding:0 10px 0 0;margin:0 10px 0 0;font-weight:bold;font-size:18px;float:right;line-height:22px;}
#footer .info .social{float:right;}
#footer .info .social a{display:block;color:#fff;width:22px;height:22px;float:left;text-indent:-9999px;text-decoration:none;}
#footer .info .social a.facebook{background:url('/include/images/icon-sprite.png') 0 0 no-repeat;margin:0 10px 0 0;}
#footer .info .social a.twitter{background:url('/include/images/icon-sprite.png') -22px 0 no-repeat;}
#footer .copyright{float:left;font-size:12px;margin:29px 0 0 0;line-height:22px;height:22px;}
#footer .copyright a{color:#fff;}
#footer .realtorlogos{float:right;width:80px;margin:24px 0 0 0;height:32px;}
#footer .realtorlogos img{border:none;margin:0 0 0 10px;display:block;float:left;}
/*End Footer*/

/*End Container*/

/*Font Face*/
@font-face {
    font-family: 'GravitasOneRegular';
    src: url('http://www.adelledennis.com/include/scripts/fonts/gravitas-one/GravitasOne-webfont.eot');
    src: url('http://www.adelledennis.com/include/scripts/fonts/gravitas-one/GravitasOne-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.adelledennis.com/include/scripts/fonts/gravitas-one/GravitasOne-webfont.woff') format('woff'),
         url('http://www.adelledennis.com/include/scripts/fonts/gravitas-one/GravitasOne-webfont.ttf') format('truetype'),
         url('http://www.adelledennis.com/include/scripts/fonts/gravitas-one/GravitasOne-webfont.svg#GravitasOneRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}