body {
	background: url(../../imgs/body.gif);
	background: #eee;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* @group links */

a:hover {
	text-decoration: none;
	color: #b1005d;
}
a[name] {
	text-decoration: none;
	color: inherit;
}

/* @end */

/* @group text resize */
#resizetext {
	float: left; width: 220px; margin: 10px 0 0 10px; padding: 0;
}
#resizetext h6 {
	float: left; 
	width: 124px; height: 11px;
	color: #939393;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bolder;
}
#resizetext li {
	float: left;
	margin-left: 6px; padding: 0;
	width: 13px; height: 13px;
	overflow: hidden;
}
#plustext a, #minustext a {
	display: block; width: 13px; height: 13px;
	text-indent: -3000em;
	overflow: hidden;
}
#plustext a {
	background: url(../../imgs/plustext.gif) no-repeat;
}
#minustext a {
	background: url(../../imgs/minustext.gif) no-repeat;
}
#resizetext a:hover { background-position: 0 -13px; }
/* @end */

/* @group boxes */

.container { position: relative; 
			
			
}
.content {
	margin: 0 !important;
	width: 720px;
	
}
.content .span-18 { 
	width: 700px; 
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	display: inline; /* IE 6 double margin float bug */
	overflow: hidden; /* contain float - irrelevant to the bug */
}
    #inner {
        float: left;
        margin-left: 2em;
    }

.content .span-14 { width: 500px; margin-left: 20px;}
.box { background: none; }
.push-custom {float:right;position:relative;margin:0 0 1.5em 0 !important; width: 700px;}
#main { background: url(../../imgs/main.gif); position: relative;
border-bottom: 1px solid #eee; }
/* @end */

/* @group headlines */

h1 {
	height: 71px; width: 151px;
	margin: 15px 0 15px 15px;
}
h1 a {
	background: url(../../imgs/h1.gif) no-repeat;
	display: block;
	height: 71px; width: 151px;
	text-indent: -3000em;
}
h1 a:hover {
	background-position: 0 -71px;
}
h2 {
	color: #ba3d7f;
	text-transform: lowercase;
	font-variant: small-caps;
	font-weight: bold;
}
h3 { color: #2c0017; }
h4 { color: #196790;
margin:0px;} 
#subcontent h2 {
	color: #fff;
	background: #939393;
	padding: 0.5em 10px;
	font-size: 1.25em;
	font-weight: bold;
	text-transform: lowercase;
	font-variant: small-caps;
	letter-spacing: 0.075em;
	
}
#subcontent h3 {
	color: #ba3d7f;
	font-size: 1.075em;
	font-style: italic;
}
#sidebar h6 {
	color: #fff;
}

/* @end */

/* @group masthead */
#masthead {
	position: relative;
	height: 34px;
	width: 720px; margin: 0;
}
#tagline, #requestahousecall {
	position: absolute;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bolder;
}
#tagline {
	width: 350px;
	height: 34px;
	background-color:#b2005e;
	color:#FFFFFF;
	font-style:italic;
	padding:8px 0 0 15px;
}
#requestahousecall {
	left: 350px;
	width: 370px;
	height: 34px;
}
#requestahousecall a {
	display: block; width: 355px; height: 34px;
	background: url(../../imgs/requestahousecall.gif);
	color:#93d9ff;
	text-decoration:none;
	padding:8px 0 0 15px;
}
#requestahousecall a:hover {
	background-position: 0 -34px;
	color:#2c0017;
}
/* @end */

/* @group lists */
ul, ol { margin: 0 0 1.5em 0; padding: 0; }
ul li, ol li { list-style: none; margin: 0; padding: 0; }
.content li {
	list-style-type: circle;
	margin-left: 15px;
}
dl {
	margin-right: 40px;
}

.non-standard li {
	list-style-type: none;
	border-top: 1px solid #ddd;
	margin: 0; padding: 10px 0;
	
}
.non-standard li h4, .non-standard li p {
	margin: 0;
}
/* @end */

/* @group images */

p img { margin-bottom: 1.5em; display: block;}
p img.left, p img.right, p img.top { display: inline; }
p img.top { margin-top: 0; }

/* @end */

/* @group nav */
#nav {
	margin-bottom: 20px;
}
#nav ul { float: left; width: 700px; height: 51px; margin: 0; }
#nav li { float: left; height: 51px; list-style-type: none; margin: 0;}
#nav li a {
	display: block; height: 51px; width: 120px;
	text-indent: -3000em;
}
#nav li a:hover, #nav li a.on:hover {
	background-position: 0 -51px !important;
}
#nav li a.on {
	background-position: 0 -102px !important;
}
/* @end */

/* @group submenu */

.submenu {
	background: url(../../imgs/col-divider.gif) right bottom no-repeat;
	padding: 1.5em 0 3.5em 0;
}
.submenu li {
	padding: 0;
	margin: 0;
	list-style-type: none;

}
.submenu li p {
	margin: 0;
}
.submenu li a {
	display: block;
	padding: 0.75em 10px 0.75em 10px;
	color: #999;
	text-decoration: none;
	border-top: 1px solid #eee;
}
.submenu li a:hover {
	color: #666;
}
.submenu li a.on {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 1px;
	background: #fff;
	color: #2c0017;
	font-weight: bold;
	cursor: default;
}
/* @end */


/* @group section */
.section {
	float: left;
	/*padding: 10px 0;*/
	padding: 10px 0;
	width: 100%;
	/*background: #f3f3f3 url(pad_location.gif) repeat-x;*/

	/*background-color: #83c242;*/
}
.section h3 {
	color: #3e3e3e;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-right: 1px;
	font-weight: bold;
	font-size: 18px;
	background: url(ico_pin.gif) no-repeat left center;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 3px;
	border-bottom: 1px dotted #bcbcbc;
	height: 30px;

}


/*.section h3 {
	clear: both;
	background: #aaa;
	padding: 8px;
	color: #fff;
	font-size: 1.125em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-right: 1px;

}*/
.section h4 {
	color: #ba3d7f;
	font-weight: bold;
	
	
	}

/* @end */

/* @group .location */

.location {
	float: left;
	width: 340px;
	margin-bottom: 1.5em;
	height: 140px;
	padding: 5px 2px 5px 8px;
	
}
.location p {
	margin-bottom: 0em;
}
.location .locality {
	margin-bottom: 0.75em;
}
.location .name {
	font-weight: bold;
}
.location .title {
	font-style: italic;
}

/* @end */



/* @group carousel */

#carousel li {
	position: relative;
}
#carousel li p {
	width: 700px;
	margin: 0;
	position: absolute;
	right: 0; bottom: 0;
	background-color: #444;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
#carousel li a {
	display: block;
	padding: 10px;
	text-align: right;
	font-size: 1.125em;
	font-weight: bold;
	color: #fff;
}
#carousel li a:hover {
	background: #85d4ff;
	color: #500f33;
}

/* @end */

/* @group btnlink */
.btnlink {
	background: url(../../imgs/btn_l.gif);
	height: 33px;
	display: inline-block;
}
.btnlink a {
	display: block;
	height: 33px;
	color: #fff;
	background: transparent url(../../imgs/btn_r.gif) top right no-repeat;
	line-height: 32px;
	padding-left: 20px;
	padding-right: 38px;
}
.btnlink:hover {
	background-position: bottom left;
}
.btnlink a:hover { /* must disable this for IE6 */
	background-position: bottom right;
	color: #fff;
}
/* @end */

/* @group btnlinkSINFLECHA */
.btnlinkSINFLECHA {
	background: url(../../imgs/btn_l.gif);
	height: 33px;
	display: inline-block;
}
.btnlinkSINFLECHA a {
	display: block;
	height: 33px;
	color: #fff;
	background: transparent url(../../imgs/btn_r_SINFLECHA.gif) top right no-repeat;
	line-height: 32px;
	padding-left: 20px;
	padding-right: 18px;
}
.btnlinkSINFLECHA:hover {
	background-position: bottom left;
}
.btnlinkSINFLECHA a:hover { /* must disable this for IE6 */
	background-position: bottom right;
	color: #fff;
}
/* @end */

/* @group sidebar */

#sidebar, #sidebar a { color: #fff; }
#sidebar .box { padding: 0; margin: 1.5em; }
#sidebar .border {
	border: 1px solid #b46f93;
	padding: 0.75em;
}
#sidebar .small {
	margin-bottom: 0.875em;
}
#sidebar .link {
	border-top: 1px solid #b46f93;
	padding-top: 0.75em;
	margin: 0;
}
#sidebar li {
	border-top: 1px solid #b46f93;
	padding: 5px 0;
}

/* @end */

/* @group toolbar */
.toolbar-wrapper {
	border-bottom: 1px solid #eee;
	margin-top: -1em;
	margin-bottom: 1.5em;
	margin-left: 0 !important;
}
.toolbar {
	border-top: 1px solid #eee;
	padding: 6px 0;
	width: 700px !important; margin: 0 !important;
}
.toolbar, .toolbar h3, .toolbar a {
	color: #666;
}
.toolbar h3 {
	text-transform: uppercase;
	font-size: 0.85em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0;
	line-height: 25px;
}
.toolbar ol, .toolbar li {
	float: left; margin: 0;
}
.toolbar li {
	margin: 2px;
	background: #eee;
}
.toolbar li a {
	display: block; padding: 1px 6px; 
}
.toolbar a:hover {
	background: #333;
	color: #fff;
}
.toolbar table {
	margin: 0;
	vertical-align: middle;
}
.toolbar td {
	background: #eee;
	padding: 2px;
	text-align: center;
	color: #ccc;
}
.toolbar td.title {
	text-align: left;
	padding-left: 6px;
	width: 125px;
}
.toolbar td a {
	display: block;
}
/* @end */



/* @group subcontent */

#subcontent {
	background: #cecece;
	width: 700px;
}
#subcontent .span-9 {
	width: 335px;
	margin-right: 0; margin-left: 10px;
	display: inline; /* IE 6 double margin float fix */
}
#subcontent a {
	color: #0a6fa4;
	font-variant: small-caps; font-weight: bold;
}
/* @end */

/* @group footer */

#footer {
	background: #fff; color: #9c9b9b;
}
#footer a {
	color: #9c9b9b;
}
#footer a:hover {
	color: #ba3d7f;
}
#footer .img_callout {
	text-align: center;
	margin: 0;
}
#footer .img_callout img {
	margin: 15px 0 0 0;
}

/* @end */

/* @group forms */

form {
	margin: 10px 0 1.5em 0;
	padding: 5px;
	border: 1px solid #eee;
}
form em {
	color: red;
}
input { vertical-align: middle; border: 0; margin: 0; padding: 5px; background: #eee;
	color: #939393;
	margin: 0;}
button {
	background: none; border: 0;
	margin: 0 0 0 2px; padding: 0; 
	vertical-align: middle;
}
fieldset {
	border: solid #ddd;
	border-width: 1px 0 0 0;
	font-weight: normal;
	padding: 10px;
}
legend {
	padding: 0 10px;
	text-transform: lowercase;
	font-variant: small-caps;
}
.content form { padding: 10px; }
.content form ol, .content form table { margin: 0; }
.content form td {
	padding: 4px 18px 4px 0;
	border-bottom: 1px dotted #ddd;
}
.content form td td {
	border: 0;
	padding: 2px 0;
}
.content form td.field { width: 65%; padding-right: 0;}
.content form td.field input { width: 100%; padding: 5px 0;}
.content form td.radio input, .content form td.field input.auto_fit { width: auto; }
.content form td.field textarea {
	width: 100%;
	height: 120px;
	border: 0;
	background: #eee;
}
.content form .submit { margin: 0; }
#sidebar form {
	padding: 0; margin: 0; border: 0;
}
#sidebar input {
	width: 150px; color: #7f7f7f; background: #fff;
}
#sidebar .border input {
	width: 130px;
}
.content .toolbar input {
	background: #eee;
	color: #939393;
	margin: 0;
}
.content .toolbar label {
	text-transform: uppercase;
	font-size: 0.85em;
	letter-spacing: 0.1em;
	margin: 0 7px 0 3px;
	line-height: 25px;
}

#footer form {
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #eee;
}
#footer label {
	text-transform: uppercase;
	font-size: 0.85em;
	letter-spacing: 0.1em;
	margin: 0 7px 0 3px;
}

/* @end */

/* @group Notes */

.note {
	color: #666;
	font-style: italic;
}
.dev_note {
	color: #716d1f;
	background: #fdffc0;
}

/* @end */


