@charset "utf-8";

/*-----------------------------------------------------------------------------
author: PalmettoSoft
date: 04/28/2008
client: Southern Premier Property Management
Copyright 2008 PalmettoSoft, Inc.
-----------------------------------------------------------------------------*/

/* @group GLOBAL */

/*
This code authored by Eric Meyer.
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

The purpose of a reset file, stated in the words of Yahoo, "removes and neutralizes the inconsistent default styling of HTML elements, creating a level playing field across A-grade browsers and providing a sound foundation upon which you can explicitly declare your intentions." (see http://developer.yahoo.com/yui/reset/)

*/

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, fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	color: #000;
	font: 1em/1.3em Georgia, Georgia, serif;
	width: 100%;
	margin: 0 auto;
	

/* make IE center the site */
	text-align: center;
	background: #f7f0d4 url(../_media/bg.jpg);
}

/* My Comment */

/* tables still need 'cellspacing="0"' in the markup */

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: "" "";
}

/* hack for forcing scroll bars to stop page jog - http://www.splintered.co.uk/experiments/49/ */

html {
	margin-bottom: 1px;
	/* ad

ded for flash detection */
	 height: 100%;
}

/*debug border on all divs*/

div {
	border: 0;
}

/* Class for clearing floats */

.clear {
	clear: both;
}

/* Remove border around linked images and fix Firefox odd spaces */

img {
	border: 0;
	vertical-align: bottom;
}

/* @end */

/* @group STRUCTURAL */

#container {
	margin: 0 auto;
	
/* again, makes old, broken IE center the site */
	text-align: left;
	margin: 0 auto;
	width: 950px;
}

#content {
	
}

#top {
	height: 182px;
	width: 100%;
	background: #3f8f2f url(../_media/bg_top.jpg);

}

#mid {
	width: 950px;
	overflow: hidden;
	background-image: url(../_media/bg_content.png);
	margin: 0 auto;
	clear: both;
}

#midinner {
	width: 901px;
	margin: 0 auto;
	overflow: hidden;
}

#leftcol {
	float: left;
	width: 274px;
	margin: 20px 0 10px 10px;
}

#rightcol {
	float: right;
	width: 579px;
	margin: 120px 0 0 19px;
}

#leftcolreverse {
	float: right;
	width: 274px;
	margin: 20px 0 10px 5px;
}

#rightcolreverse {
	float: left;
	width: 880px;
	margin: 20px 0 10px 5px;
	margin-right: 14px;
}

#flash {
	background: url(../_media/bg_flash.jpg);
	width: 579px;
	height: 206px;
}

#logo {
	width: 931px;
	margin: 0 auto;
}

/* @end */

/* @group MAIN CONTENT */

.tagline {
	clear: both;
	height: 44px;
	background: black;
	border-bottom: 1px solid white;
}

#boxone {
	width: 263px;
	background-color: #b3c8af;
	margin-bottom: 12px;
	padding: 6px;
}

#boxtwo {
	width: 263px;
	background-color: #b3c8af;
	margin-bottom: 12px;
	padding: 6px;
}

#boxthree {
	width: 263px;
	background-color: #b3c8af;
	margin-bottom: 12px;
	padding: 6px;
}

#boxfour {
	width: 263px;
	background-color: #b3c8af;
	margin-bottom: 10px;
	padding: .07em 6px 6px 6px;
	color: #103a6b;
}

#provide {
	margin: 40px 0;
	border: 1px solid #b9b9b9;
}

#twocol {
	width: 820px;
	overflow: hidden;
	border: 2px solid #cecfcf;
	margin: 0 auto;
	padding: 20px;
	background-color: #f1fafe;
	font: 1.1em/1.5em Georgia, georgia, serif !important; 
	color: #0d0d0d;
}

#twocol_ps {
	width: 820px;
	overflow: hidden;
	border: 2px solid #cecfcf;
	margin: 0 auto;
	padding: 20px;
	background-color: #f1fafe;
}

.centercol {
	width: 820px;
	overflow: hidden;
	border: 2px solid #cecfcf;
	margin: 0 auto;
	padding: 20px;
	background-color: #f1fafe;
	font: 1.1em/1.5em Georgia, georgia, serif !important; 
	color: #0d0d0d;
}

#lefttwocol {
	float: left;
	width: 400px;
	border-color: #e7f4fa;
}

#lefttwocol2 {
	float: left;
	width: 400px;
	border-color: #e7f4fa;
	font-size: .8em;
}


#righttwocol {
	float: right;
	width: 400px;
}

#righttwocol2 {
	float: right;
	width: 400px;
	font-size: .8em;
}
.centertwocol {
	margin-top: 40px;
	float: left;
	clear: both;
	width: 806px;
}

ul.centertwocolul li {
	font-size: 1em;
	margin-bottom: 20px;
	line-height: 1.2em;
}

.question {
	background-color: #48ae34;
	color: white;
	height: 2em;
	line-height: 2em;
	text-indent: .5em;
}

p.answer {
	border: 1px solid #48ae34;
	padding: 1em;
	position: relative;
	top: -1.3em;
}

/* @end */

/* @group NAV */

/* @group SUBNAV */

/* @end */


/* @end */

/* @group TYPOGRAPHY */

.boxlink {
	width: 263px;
	padding: 15px 0;
	margin-top: 8px;
	text-align: center !important;
	background-color: #ebebea;
}

.boxlink p {
	font: .8em/1.4em Verdana, Geneva, sans-serif;
	width: 240px;
	margin-left: 12px;
}

.copy {
	margin: 20px 0 30px 0;
	line-height: 1.2em;
}

.copy p {
	margin-top: 20px;
}

.quote {
	background-image: url(../_media/bg_brackets.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 545px;
	height: 114px;
	margin-top: 30px;
}

.quote p {
	font: italic 1.3em/1.4em Georgia, Georgia, serif;
	color: #19680a;
	width: 455px;
	margin-left: 55px;
	position: relative;
	top: 15px;
	letter-spacing: .09em
}

#provide ul {
	font-size: .8em;
	padding: 20px;
	list-style:none;
}

#provide li {
	line-height: 1.7em;
	display: block;
	margin: 10px 0;
}

#provide li:hover {
	background-color: #d3eccf;
}

#provide li:first-child {
	margin-top: -10px;
}

strong {
	font-weight: bold;
	color: #103a6b;
}

.smtxt {
	font-size: .01em;
	position: relative;
	top: -6px;
	left: .2em;
}

#twocol p, .centercol p {
	margin: 10px 0 20px;
}

#twocol ul, .centercol ul {
	list-style-type: circle !important;
}

#twocol li, .centercol li {
	line-height: 1.6em;
}

em {
	font-style: italic;
}

ol.ol_1 {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 20px 20px 20px 40px;
}

ol.ol_1 li {
	margin-top: 10px;
}

ol.ol_2 {
	list-style-type: circle;
	margin: 20px 40px;
}

ol.ol_3 {
	font-size: 1em;
	list-style-type: decimal;
	list-style-position: outside;
	margin: 20px 20px 20px 40px;
}

ol.ol_3 li {
	margin-top: 10px;
}

ol.ol_4 {
	list-style-type: circle;
	margin: 10px 40px;
}
ol.ol_4 li {
	margin-top: 3px;
}
ol.ol_5 {
	list-style-type: circle;
	margin: 20px 40px;
	font-size: 1em;
}



/* @end */

/* @group LISTS */

.faq {
	font-size: .9em;
	list-style-type: none;
}

.faq li {
	margin: .5em 0;
}

/* @end */

/* @group H1-H6 */

#header {
	display: none;
}

h3.welcome {
	padding: 23px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 23px;
	width: 579px;
	background: url(../_media/h3_welcome.png) repeat-x center top;
	margin: 40px 0;
}

h3.latestnews {
	padding: 32px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 32px;
	width: 205px;
	background: url(../media/h2_latest-news.png) no-repeat left top;
}

.tagline {
	height: 44px;
	width: 100%;
	background: black url(../_media/tagline.png) no-repeat center 60%;
}

h1.index {
	padding: 113px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 113px;
width: 424px;
	background: url(../_media/logo.png) no-repeat left top;
	position: relative;
	top: 30px;
}

h1.index {
	padding: 113px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 113px;
	width: 424px;
	background: url(../_media/logo.png) no-repeat left top;
	position: relative;
	top: 30px;
	float: left;
}

h2.index {
	padding: 23px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 23px;
	width: 582px;
	background: url(../_media/h3_welcome.png) no-repeat center top;
}

h2.addy {
	padding: 136px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 136px;
	width: 216px;
	background: url(../_media/addy.png) no-repeat left top;
	float: right;
	position: relative;
	top: 30px;
}

h2 {
	font-size: 2.5em;
	background-color: #48ae34;
	width: 580px;
	height: 1.1em;
	line-height: 1.1em;
	text-indent: .2em;
	color: white;
	margin-bottom: .8em;
}

h2.seo {
	font-size: 1.5em;
	background-color: #48ae34;
	width: 580px;
	height: 1.1em;
	line-height: 1.1em;
	text-indent: .2em;
	color: white;
	margin-bottom: .8em;
}

.provide {
	background: url(../_media/bg_h4.png) repeat-x;
	height: 31px;
	width: 859px;
	color: #103a6b;
	font-size: 1em;
	padding-top: 7px;
	padding-left: 20px;
}

h3 {
	font-weight: normal;
	font-family: Georgia, Georgia, serif;
}

#lefttwocol h3, #lefttwocol2 h3, #righttwocol h3, #righttwocol2 h3, .centercol h3, .centertwocol h3  {
	background-color: #d2e5ed;
	line-height: 1.6em;
	padding-left: .3em;
	font-family: Georgia, "Times New Roman", Times, serif !important;
}

/* @end */

/* @group LINKS */

.boxlink a {
	color: #397937;
	font: .8em/1em Verdana, Geneva, sans-serif;
	line-height: 1.3em;
}

.boxlink a:visited {
	text-decoration: none;
}

.boxlink a:hover {
	color: #46ae33;
}

.boxlink a:active {
	
}

/*-------------------------------------*/

.faq a, #rightcolreverse a {
	color: #103a6b;
	text-decoration: none;
	border-bottom: 1px solid #103a6b;
}

.faq a:visited, #rightcolreverse a:visited {
	color: #103a6b;
	text-decoration: none;
	border-bottom: none;
}

.faq a:hover, #rightcolreverse a:hover {
	color: white;
	background-color: #103a6b;
	text-decoration: none;
	border-bottom: none;
}

.faq a:active, #rightcolreverse a:active {
	color: #48ae34;
	background-color: transparent;
}

.question a {
	color: white !important;
	text-decoration: none !important;
	border-bottom: 1px solid white !important;
}

.question a:visited {
	border-bottom: none !important;
	text-decoration: none !important;
}

.question a:hover {
	color: yellow !important;
	text-decoration: none !important;
	border-bottom: 1px solid white !important;
	background-color: transparent !important;
}

.question a:active {
	
}

/* @end */

/* @group FOOTER */

#branding {
	background: url(../_media/ps-icon-wht.png) no-repeat right 40%;
	padding-right: 2.4em;
	width: 24em;
	text-align: right !important;
	float: right;
	position: relative;
	top: -28px;
}

/* hack for opera width issue */

html:first-child #branding {
	width: 21em;
}

#foot {
	font: .6em/26px Verdana, Geneva, sans-serif;
	width: 100%;
	text-align: left !important;
	color: white;
	background-color: black;
	clear: both;
	height: 190px;
}

#footcontainer {
	width: 931px;
	margin: 0 auto;
}

#footcontainer img {
	position: relative;
	left: 120px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#foot a, #foot a:visited, #foot a:active {
	text-decoration: none;
}

#foot a {
	color: #ccc;
}

#foot a:visited {
	color: #ccc;
}

#foot a:hover {
	border-bottom: 2px solid;
	color: #b3c8af;
}

#foot a:active {
	border-bottom: none;
}

#ftr {
	text-align: left;
	width: 900px;
}

#ftr ul li {
	list-style-type: none;
	display: inline;
	padding: 0 10px 0 0;
}

#ftr a:visited,  #ftr a:active {
	text-decoration: none;
}

/* @end */

/* @group FORMS */

.tabletop {
	margin-bottom: 20px;
	border: 1px solid red;
	padding-bottom: 100px !important;
}

/* @end */

/* @group TABLES */

/* @end */

/* @group MISC */

.bulleted {
	list-style-type: disc;
}

.goright {
	float: right;
	clear: both;
	width: 10em;
	text-align: right !important;
}

#footleft {
	float: left;
}

#mls_table {
	vertical-align: top !important;
}

#dotsright {
	background: url(../images/hdr_bottomdots.png) repeat-x left top;
	width: 97%;
	height: 25px;
}

img.photo {
	border: 6px solid #b3c8af;
}

img.photo-left {
	border: 6px solid #b3c8af;
	float: left;
	margin-right: 10px;
}

img.photo-right {
	border: 6px solid #b3c8af;
	float: right;
	margin-left: 10px;
}

/* @end */