/* Mine */

/* Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;

}

/* Fonts */

@font-face {
    font-family: 'LithosProRegular';
    src: url('fonts/lithospro-regular-webfont.eot');
    src: url('fonts/lithospro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lithospro-regular-webfont.ttf') format('truetype'),
         url('fonts/lithospro-regular-webfont.woff') format('woff'),
         url('fonts/lithospro-regular-webfont.svg#LithosProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Baseline */

html {
	/*background-color: #DAA338;*/
}

body {
	font-size: 15px;
	line-height: 1.4666666666666666em;
	margin: 0; padding: 0
}
h1 {
	margin: 0;
	font-size: 1.7333333333333334em;
	line-height: 0.9565217391304348em;
	margin-bottom: 0.9565217391304348em;
}
h2 {
	margin: 0;
	font-size: 1.5em;
	line-height: 1.0476190476190477em;
	margin-bottom: 1.0476190476190477em;
}
h3 {
	margin: 0;
	font-size: 1.2666666666666666em;
	line-height: 1.1578947368421053em;
	margin-bottom: 1.1578947368421053em;
}
h4 {
	margin: 0;
	font-size: 1.1333333333333333em;
	line-height: 1.2941176470588236em;
	margin-bottom: 1.2941176470588236em;
}

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

p, ul, blockquote, pre, td, th, label {
	margin: 0;
	font-size: 1em;
	line-height: 1.4666666666666666em;
	margin-bottom: 1.4666666666666666em;
}
p.small {
	margin: 0;
	font-size: 0.8666666666666667em;
	line-height: 1.6923076923076923em;
	margin-bottom: 1.6923076923076923em;
}
table {
	border-collapse: collapse;
	margin-bottom: 1.4666666666666666em;
}

iframe {
	margin-bottom: 1.5em;
}

/* END Baseline */

body {
	width: 100%;
	background-color: #F1DD86;
	background-image: url(../../images/background.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
	font-family: Arial;
	color: #C2C2C2;
}

a {
	color: #F8F8FF;
}

a:hover, a:focus, a:active {
	color: #ECC319;
}

div#mainContainer {
	width: 100%;
	min-width: 1024px;
	/*padding-top: 10px;*/
}

div#contentContainer, div#footerContainer {
	min-width: 1024px;
	width: 1024px;
	overflow: hidden;
	position: relative;
	margin: 0em auto;
}

div#headerContainer {
	/*background-color: #A61103;*/
	background-color: #333333;
	background-image: url(../../images/headerbg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	height: 14.4em;
	min-width: 1024px;
	width: 100%;
}

div#header {
	width: 1024px;
	margin: 0em auto;
	position: relative;
	height: 14.4em;
}

div#logo {
	width: 24.53em;
	height: 10.2em;
	position: absolute;
	left: 0em;
	bottom: 1.5em;
}

a.logo {
	display: block;
	text-indent: -9999em;
	width: 24.53em;
	height: 10.2em;
	background-image: url(../../images/logo.jpg);
	background-repeat: no-repeat;
}

div#socialmedia {
	position: absolute;
	top: 1.5em;
	right: 0em;
	color: #333333;
	width: 220px;
	height:55px;
}

div#socialmedia p {
	font-size: 21px;
	height: 55px;
	position: relative;
	width: 220px;
}

a.social {
	display: block;
	text-indent: -9999em;
	width: 44px;
	height: 44px;
	background-repeat: no-repeat;
	margin: -10px 4px 0px;
	float: right;
	background-image: url(../../images/socialmedia.png);
	position: absolute;
	top: 0px;
}

a.social.twitter {
	background-position: -44px 0px;
	right: 0px;
}

a.social.twitter:hover, a.social.twitter:focus {
	background-position: -44px -45px;
}

a.social.facebook {
	background-position: 0px 0px;
	right: 50px;
}

a.social.facebook:hover, a.social.facebook:focus {
	background-position: 0px -45px;
}

div#topcontact {
	position: absolute;
	bottom: 2.5em;
	right: 0em;
}

div#topcontact p {
	font-size: 2.13em;
	font-family: Arial;
	text-align: right;
	margin-bottom: 0em;
	color: #444444;
}

div#navigation {
	position: absolute;
	bottom: 0.25em;
	right: 0em;
}

div#navigation ul.menu li {
	float: left;
	position: relative;
	margin: 0em 0.5em;
	color: #F8F8FF;
}

div#navigation ul li a {
	color: #F8F8FF;
	text-decoration: none;
	font-family: Arial;
	font-size: 1.66em;
}

div#navigation ul li a:hover, div#navigation ul li a:focus {
	color: #ECC319;
}

div#contentContainer {
	min-height: 13.33em;
	padding-top: 1em;
}

div#above {
	/*height: 27.4em;*/
	overflow: hidden;
	/*border: 0.2em solid #F8F8FF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	margin-bottom: 1.5em;
}

div#rotator {
	float: left;
	position: relative;
	width: 47.2em;
	height: 27.4em;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0.2em solid #F8F8FF;
}

ul.sidemenu {
	width: 19.66em;
	margin-bottom: 0em;
	height: 27.4em;
	float: right;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0.2em solid #F8F8FF;

}

ul.sidemenu li {
	/*height: 3.475em;*/
	/*height: 2.205em;*/
	height: 2.16em;
	width: 19.26em;
	background-image: url(../../images/sidemenu.jpg);
	background-repeat: repeat-y;
	padding-top: 1.2em;
	padding-left: 0.4em;
	margin-bottom: 0.07em;
	background-position: center right;
	background-color: #7B7B79;
}

ul.sidemenu li a {
	width: 13.28em;
	display: block;
	color: #ECC319;
	text-decoration: none;
	font-family: LithosProRegular;
	font-size: 1.36em;
}

ul.sidemenu li a:hover, ul.sidemenu li a:focus {
	color: #F8F8FF;
	/*background-image: url(../../images/check.png);
	background-repeat: no-repeat;
	background-position: center right;*/
}

ul.menucompact, div.pagination ul {
	background-color: #333333;
	padding: 1em 0em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	border: 0.2em solid #F8F8FF;
}

ul.menucompact li, div.pagination ul li {
	display: inline;
	margin: 0em 0.65em;
}

ul.menucompact li a {
	color: #F8F8FF;
	text-decoration: none;
}

ul.menucompact li a:hover, ul.menucompact li a:focus {
	color: #ECC319;
}

div#footerContainer {
	min-height: 6.66em;
}

div#bottomnavigation {
	position: relative;
	background-color: #333333;
	padding: 1em 0em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	border: 0.2em solid #F8F8FF;
}

div#bottomnavigation ul.footermenu li {
	display: inline;
	margin: 0em 0.5em;
	color: #F8F8FF;
}

div#bottomnavigation ul li a {
	color: #F8F8FF;
	text-decoration: none;
	font-family: Arial;
	font-size: 1em;
}

div#bottomnavigation ul li a:hover, div#bottomnavigation ul li a:focus {
	color: #ECC319;
}

div#left.homepage {
	float: left;
	position: relative;
	width: 47.4em;
	overflow: hidden;
}

div#left.box {
	float: left;
	position: relative;
	width: 46em;
	overflow: hidden;
}

div#right {
	float: right;
	position: relative;
	width: 19.86em;
	margin: 0em 0em 0em 1em;
	overflow: hidden;
}

form#contact {
	background-color: #6E6E6D;
	padding-top: 5em;
	padding-bottom: 1em;
	background-image: url(../../images/contact.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 1.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0.2em solid #F8F8FF;
}

div#left form#contact {
	border: none;
	background-image: none;
	padding-top: 0em;
}

form#worth h3 {
	padding: 0.75em;
	color: #F8F8FF;
	background-color: #A61103;
	margin-top: 0.75em;
	margin-left: -0.75em;
	margin-right: -0.75em;
}

div.formRow {
	overflow: hidden;
}

span.error {
	display: block;
	clear: both;
	color: #FF0000;
}

div.formRow label, div.formRow input, div.formRow textarea {
	float: left;
	position: relative;
	clear: left;
	font-size: 15px;
	margin-left: 1em;
}

div.formRow input[type="text"], div.formRow textarea {
	border: 1px solid #444444;
	padding: 0.5em 0em;
	width: 17.86em;
}

div.formRow label {
	margin-bottom: 0.25em;
}

div.formRow input[type="submit"] {
	margin-top: 0.75em;
}

a.button.testimonials {
	display: block;
	text-indent: -9999em;
	width: 298px;
	height: 68px;
	background-image: url(../../images/testimonials.png);
	background-repeat: no-repeat;
}

a.button.testimonials:hover, a.button.testimonials:focus {
	background-position: 0px -68px;
}


.box {
	background-color: #6E6E6D;
	border: 0.2em solid #F8F8FF;
	margin-bottom: 1.5em;
	padding: 0.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.box h3 {
	padding: 0.5em;
	color: #F8F8FF;
	background-color: #A61103;
	margin-left: -0.35em;
	margin-right: -0.35em;
}

.box h2 {
	padding: 0.5em;
	color: #F8F8FF;
	background-color: #A61103;
	margin-left: -0.35em;
	margin-right: -0.35em;
}

.box h1 {
	padding: 0.5em;
	color: #F8F8FF;
	background-color: #A61103;
	margin-left: -0.25em;
	margin-right: -0.25em;
}

/* Ours */
div#netphiles {
	position: absolute;
	width: 94px;
	height: 25px;
	top: 45px;
	right: 5px;
}

div#netphiles a {
	display: block;
	text-indent: -9999px;
	background-image: url(../../images/netphiles.png);
	background-repeat: no-repeat;
	width: 94px;
	height: 25px;
}

div#netphiles a:hover, div#netphiles a:focus {
	background-position: 0px -25px;
}

p.agent {
	overflow: hidden;
	position: relative;
	padding-left: 20px;
	text-align: left;
}

p.agent img {
	float: left;
	position: relative;
	width: 200px;
	left: -20px;
	border: 3px solid #F8F8FF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

p.agent span.caption {
	position: absolute;
	left: 3px;
	bottom: 3px;
	background-color: #F1DD86;
	color: #333333;
	width: 196px;
	padding: 2px;
	overflow: hidden;
	text-align: center;
}

p.agent span.information {
	
}

div#listings div.row {
	overflow: hidden;
	border: 0.2em solid #A61103;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 1.5em;
	padding:0.75em;
	text-align: justify;
	position: relative;
}

div#listings div.row.odd {
	/*background-color: #333333;*/
	background-color: #EDEDED;
}

div#listings div.row.even {
	/*background-color: #666666;*/
	background-color: #EDEDED;
}

div#listings div.row > h3 {
	background-color: #A61103;
	margin: -0.75em -0.75em 0.75em;
	text-align: center;
	padding: 0.5em 0em;
}

h3 a {
	color: #F8F8FF;
}

div#listings div.row p.photo {
	float: left;
	position: relative;
	width: 250px;
	margin-bottom: 0em;
	height: 300px;
	text-align: center;
	border: 2px solid #F8F8FF;
	background-color: #B2B2B2;
	color: #2D2D2D;
}

div#listings div.row p.photo img {
	width: 250px;
	height: 186px;
}

div#listings div.row p.photo span.price {
	font-size: 20px;
	font-weight: bold;
}

span.caption.sold, span.caption.available {
	display: block;
	width: 100%;
}

span.caption.sold {
	display: block;
	width: 100%;
	background-color: #8F0000;
	color: #F8F8FF;
}

span.caption.available {
	background-color: #008F28;
	color: #F8F8FF;
}

div#listings div.row div.description, div#listings div.row div.information {
	background-color: #B2B2B2;
	color: #2D2D2D;
	padding: 0px 5px;
	border: 2px solid #F8F8FF;
	height: 300px;
	float: left;
	position: relative;
}

div#listings div.row div.description {
	width: 380px;
	margin-bottom: 0em;
	margin-left: 15px;
	margin-right: 15px;
}

div.row div.description h3, div.row div.information h3 {
	text-align: center;
	background-color: #7F5959;
	padding: 5px;
	margin: 0px -5px;
	color: #F8F8FF
}

a.readon {
	display: block;
	position: absolute;
	right: 5px;
	bottom: 0px;
	font-size: 18px;
	color: #DD0000;
}

div#listings div.row div.information {
	overflow: hidden;
	width: 300px;
	height: 300px;
	float: left;
	position: relative;
	background-color: #B2B2B2;
	color: #2D2D2D;
}

div.information span.row {
	display: block;
	color: #2D2D2D;
}

div.information span.row.odd {
	background-color: #B2B2B2;
	margin: 0px -5px;
	padding: 0px 5px;
}

div.information span.row.even {
	background-color: #B27D7D;
	margin: 0px -5px;
	padding: 0px 5px;
} 

div.information span.entry {
	float: right;
	position: relative;
}

ul.in {
	text-align: center;
}

ul.in li {
	display: inline;
	margin: 0px 0.5em;
}

ul.in li a {
	color: #F8F8FF;
}

ul.in li a:hover, ul.in li a:focus {
	color: #ECC319;
}

div#featuredrotator {
	overflow: hidden;
}

p.featured {
	width: 280px;
	text-align: center;
	overflow: hidden;
	float: left;
	position: relative;
	margin: 0em 1.9em 0.75em;
	padding-top: 0.75em;
	background-color: #333333;
	color: #F8F8FF;
	border: 2px solid #A61103;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#slideshow {
	width: 100%;
	overflow: hidden;
}

div#slideshow a {
	padding: 8px;
}

div#slideshow a img {
	width: 125px;
	height: 93px;
}

div#listing {
	overflow: hidden;
}

div#listing div.topleft {
	float: left;
	position: relative;
	width: 48%;
	overflow: hidden;
}

div#listing div.topright {
	float: right;
	position: relative;
	width: 48%;
	overflow: hidden;
}

div#listing div.middle {
	overflow: hidden;
	clear: both;
}

div#listing div.features {
	overflow: hidden;
	margin-bottom: 1.5em;
}

div#listing div.feature {
	float: left;
	position: relative;
	width: 46%;
	margin: 0px 1%;
	margin-bottom: 0.5em;
}

div#listing div.feature h4 {
	width: 100%;
	text-align: center;
	color: #F8F8FF;
	background-color: #A61103;
}

div#listing div.agent {
	overflow: hidden;
}

div#listing div.agent p.image {
	float: left;
	position: relative;
	margin-right: 8px;
}

div#listing div.agent p.image .caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #F1DD86;
	color: #333333;
	width: 100%;
	padding: 2px;
	overflow: hidden;
}

div.schools {
	overflow: hidden;
	width: 100%;
}

div.schools h2 {
	background-color: transparent;
}

p.school {
	overflow: hidden;	
}

p.school span.name, p.school span.number {
	float: left;
	position: relative;
	margin: 0px 1em;
	display: block;
}

p.school span.address, p.school span.telephone, p.school span.map {
	clear: left;
	margin: 0.25em 1em;
	display: block;
}

div#counties ul {
	text-align: center;
	margin: 1em 0px;
	padding: 0px;
}

div#counties ul li {
	display: inline;
	margin: 0.25em 0.5em;
}

/* END Mine */

div.minibox {
	background-color: #B2B2B2;
	color: #2D2D2D;
	padding: 0px 5px;
	border: 2px solid #F8F8FF;
}

div.minibox h3 {
	text-align: center;
	background-color: #7F5959;
	padding: 5px;
	margin: 0px -5px;
	color: #F8F8FF
}

div.minibox span.row {
	display: block;
	color: #2D2D2D;
}

div.minibox span.row.odd {
	background-color: #B2B2B2;
	margin: 0px -5px;
	padding: 0px 5px;
}

div.minibox span.row.even {
	background-color: #B27D7D;
	margin: 0px -5px;
	padding: 0px 5px;
} 

div.minibox span.entry {
	float: right;
	position: relative;
}

div.minibox span.label {
	float: left;
	position: relative;
}


form.calculator {
	padding: 10px;
}

.gmap {
	color: #333333;
}

.gmap a {
	color: #dd0000;
}

.gmap img {
	padding-right: 6px;
}

.gmap p {
	overflow: hidden;
}

