/*--------------------> Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
}

a img {
	border: 0;
}

.imgLeft {
	float: left;
	margin: 20px 20px 10px 0;
	border: 1px solid #3B1000;
}

.imgRight {
	float: right;
	margin: 20px 0 10px 20px;
	border: 1px solid #3B1000;
}

.center {
	text-align: center;
}

body {
	background: #6d2112 url(../images/bg.jpg) top left repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
}

#container {
	width: 960px;
	position: relative;
	margin: 0 auto;
	
}
/*--------------------> Header Selectors <--------------------*/

#header {
width: 960px;
position: absolute;
top: 0;
left: 0;
height: 82px;
background-color: #47160b;
}
#header img {
	float: left;
}
#header .header-address {
	float: right;
	text-align: right;
	color: #FFFFFF;
	padding: 15px 10px;
	line-height: 17px;
}
#header .header-address a {
	color: #FFFFFF;
	
}
#header .header-address a:hover {
	text-decoration: none;
}
#header .header-address p {
	margin-bottom: 10px;
}
#header .header-address span {
	font-size: 17px;
	font-weight: bold;
}
/*--------------------> Mast Selectors <--------------------*/

#mast {
	position: absolute;
	top: 82px;
	left: 0;
	width: 960px;
	height: 329px;
	background: transparent url(../images/mast.jpg) top left no-repeat;
}

#flash-mast {
	float: left;
	height: 319px;
	width: 444px;
}

#mast-video {
	width: 436px;
	height: 280px;
	float: right;
	padding: 50px 55px 0 0;
}

/*--------------------> Top Nav Selectors <--------------------*/

#top-navigation {
	position: absolute;
	top: 411px;
	left: 0;
	background: transparent url(../images/topnav-bg.jpg);
	width: 960px;
	height: 61px;
	padding-top: 5px;
	padding-bottom: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-transform: uppercase;
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	
}
.sf-menu {
	line-height:	1.0;
	
}
.sf-menu ul {
	position:		absolute;
	background: #E4E0D4;
	top:			-999em;
	margin-bottom: 0;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
	
	
}
.sf-menu li li, .sf-menu li li a {
	width: 200px;
	margin-top: 0px;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	z-index: 900;
}
.sf-menu a {
	display: block;
	position: relative;
	color: #4d1400;
	font-weight: bold;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			220px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	
}
.sf-menu a {
	border-right: 1px solid #bbb396;
	padding: 19px 10px;
	background: transparent;
	text-decoration:none;
	margin-top: 1px;
}
.sf-menu a:hover {
	text-decoration: underline;
}
.sf-menu a.last {
	border-right: none!important;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#4d1400;
}
.sf-menu li {
	background:	transparent;
}
.sf-menu li ul {
	border: 1px solid #3B1000;
	width: 230px;
	text-align: left; 
	margin-top: 15px;
}
.sf-menu li li {
	z-index: 999;
}
.sf-menu li li a {
	border: none;
	
	padding: 15px 15px;
}
.sf-menu li li li {
	background:	transparent;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:	transparent;
	outline:		0;
}
.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background:	#E4E0D4;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/*--------------------> Content Selectors <--------------------*/

#content {
	position: relative;
	background: #FFFFFF;
	padding-bottom: 5px;
}

/*--------------------> Column Container Selector <--------------------*/

#column-container {
	padding: 477px 5px 5px 5px;
	
}

/*--------------------> Left Column Selectors <--------------------*/

#left-column {
	text-align: left;
	float: left;
	width: 647px;
	background: transparent url(../images/content-bg.jpg) top left repeat-y;
}
 
#left-column h3 {
	color: #935200;
	margin-top: 15px;
	font-size: 16px;
}
#page-text {
	width: 607px;
	padding: 0 20px 0 20px;
	background: transparent url(../images/content-header.jpg) top left no-repeat;
}
#page-text ul {
	margin: 20px 0 20px 50px;
	list-style-image: url(../images/list-bullet.jpg);
}
#page-text ol {
	margin-left: 50px;
}
#page-text a {
	color: #935200;
}
#page-text a:hover {
	text-decoration: none;
}
#page-text h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	padding-top: 20px;
	color: #4d1400;
	width: 100%
}
#page-text h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	padding-top: 5px;
	color: #935200;
}
#page-text p {
	margin: 16px 0;
	color: #280b01;
}
#content-footer {
	height: 150px;
	text-align: center;
	background: transparent url(../images/content-footer.jpg) bottom left no-repeat;
}
.map {
	text-align: center;
	margin-top: 15px;
}
.map iframe {
	border: 1px solid #000000;
}
.content-logo {
	width: 245px;
	height: 40px;
	padding-top: 90px;
	margin: 0px auto;
	background: url(../images/logo-content.jpg) top left no-repeat;
}
.content-logo p {
	color: #4d1400;
	font-size: 18px;
}
.content-logo a {
	color: #4d1400;
}
.content-logo a:hover {
	text-decoration: none;
}
/*------------------------------------- Contact Form ---------------------------*/
#contact{
	width: 560px;
	text-align: center;
}
#contact form{
}
#contact label {
	display: none;
}
#contact ul{
	list-style-image: none;
	list-style-type: none;
}
#contact ul li{
	margin: 5px;
}
#contact ul li.financing{
	padding: 10px 0;
}
#contact ul li h3 {
	text-align: left;
	margin-left: 110px;
}
#contact ul li span {
	padding-left: 30px;
}
#contact ul li ul{
	text-align: left;
	margin: 5px 0 0 120px!important;
	width: 200px;
	float: none!important;
}
#contact div{
}
#contact input{
	width: 275px;
	height: 25px;
	padding: 5px 0 0 5px;
	border: 1px solid #2E1006;
}
#contact textarea{
	width: 275px;
	height: 145px;
	padding: 5px 0 0 5px;
	border: 1px solid #2E1006;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#contact #state {
	width: 105px;
	border: 1px solid #2E1006;
}
#contact input.zip {
	width: 160px;
}
#contact input.height {
	width: 135px;
}
#contact input.weight {
	width: 135px;
}
#contact input.checkbox {
	height: 15px;
	width: 15px;
	border: 0;
}
#contact .considering_consultation {
	width: 280px;
	height: 30px;
	border: 1px solid #2E1006;
}
#contact .send_financing {
	width: 20px;
	height: 20px;
	vertical-align: bottom;
	border: 1px solid #2E1006;
	padding: 0;
}
#contact .gender {
	width: 127px;
	height: 30px;
	border: 1px solid #2E1006;
}
#contact .age_range {
	width: 150px;
	height: 30px;
	border: 1px solid #2E1006;
}
#contact .interests {
	width: 280px;
	padding: 5px;
	border: 1px solid #2E1006;
	margin-top: 10px;
}
#contact input.select{
}
#contact input#submit{
	width: 280px;
	height: 38px;
	padding: 0;
	margin-top: 3px;
	background: url(../images/qc-submit.jpg) top left no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	border: none;
}
#contact input#submit:hover {
	background: url(../images/qc-submit.jpg) bottom left no-repeat;
}
#contact input.orange-main{
}

/*--------------------> Mini Form Selectors <--------------------*/
#qc {
	width: 302px;
	background: url(../images/qc-bg.jpg) top left repeat-y;
	margin-bottom: 10px;
}

#qc ul {
	list-style-type: none;
}

#qc ul li {
margin: 3px 0;
}
ul li.lead-source {
	display: none;
}
#qc form {
	width: 302px;
	background: url(../images/qc-bg-top.jpg) top left no-repeat;
	padding-top: 5px;
}
#qc label {
	display: none;
}
#qc textarea {
	background-color: #6d2112;
	border: 1px solid #290b01;
	padding: 10px 0 0 5px;
	width: 275px;
	height: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#qc input {
	background-color: #6d2112;
	border: 1px solid #290b01;
	padding: 10px 0 10px 5px;
	width: 275px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#qc input#button {
	width: 280px;
	height: 38px;
	padding: 0;
	margin-top: 3px;
	background: url(../images/qc-submit.jpg) top left no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	border: none;
}
#qc input#button:hover {
	background: url(../images/qc-submit.jpg) bottom left no-repeat;
}
#qc .privacy {
	width: 302px;
	padding-top: 10px;
	background: #FFFFFF url(../images/qc-bg-bottom.jpg) top left no-repeat;
}
#qc .privacy p {
	font-size: 12px;
	color: #280b01;
}

#qc .privacy a {
	font-size: 12px;
	color: #280b01;
}

#qc .privacy a:hover {
	font-size: 12px;
	color: #280b01;
	text-decoration: none;
}
/*--- adjustments for the client supplied qc form --*/
#qc table {
	margin: 0px 0 5px 6px;
}
#qc #button {
	margin-bottom: 20px;
}
#qc img {
	margin-top: 10px;
}
#qc input:focus {
	border-color:#B14951;
}



/*--------------------> Form Selectors <--------------------*/
.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
  color: #000000!important;
}
.invalid {
  background-color: #EC8486 !important;
}

/*--------------------> Right Column Selector <--------------------*/

#right-column {
	float: right;
	width: 302px;
}

#mommy-cta, #mommy-cta a, #mommy-cta a:link, #mommy-cta a:visited {
	display: block;
	width: 302px;
	height: 158px;
	background: url(../images/mommy-cta.jpg) top left no-repeat;
}
#mommy-cta a, #mommy-cta a:hover, #mommy-cta a:active {
	background: url(../images/mommy-cta.jpg) bottom left no-repeat;
}
#gallery-cta, #gallery-cta a, #gallery-cta a:link, #gallery-cta a:visited {
	display: block;
	width: 302px;
	height: 158px;
	background: url(../images/gallery-cta.jpg) top left no-repeat;
}
#gallery-cta a, #gallery-cta a:hover, #gallery-cta a:active {
	background: url(../images/gallery-cta.jpg) bottom left no-repeat;
}
#video-cta, #video-cta a, #video-cta a:link, #video-cta a:visited {
	display: block;
	width: 302px;
	height: 153px;
	background: url(../images/video-gallery-cta.jpg) top left no-repeat;
}
#video-cta a, #video-cta a:hover, #video-cta a:active {
	background: url(../images/video-gallery-cta.jpg) bottom left no-repeat;
}
/*--------------------> Social Media Selectors <---------------------------------*/


.socialMediaTag h3 {
	color:#935200;
	font-size:16px;
	margin-top:15px;
}
.socialMediaTag {
	float:right;
	margin: 5px 5px 5px 5px;
}
.socialMedia {
	float:right;
	margin:5px;
}
#facebook a {
	background:url(../images/facebook.png) top left no-repeat;
	width: 32px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	outline: none;
}
#facebook a:active, #facebook a:hover {
	background-position: top right;
	outline: none;
}
#twitter a {
	background:url(../images/twitter.png) top left no-repeat;
	width: 32px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	outline: none;
}
#twitter a:active, #twitter a:hover {
	background-position: top right;
	outline: none;	
}
#youtube a {
	background:url(../images/youtube.png) top left no-repeat;
	width: 32px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	outline: none;	
}
#youtube a:active, #youtube a:hover {
	background-position: top right;
	outline: none;
}



/*--------------------> Btn Call To Action  Blog Selectors <--------------------*/

#btn-cta-blog {
}

#btn-cta-blog a {
}

#btn-cta-blog a:hover {
}

/*--------------------> Blog Navigation Selectors <--------------------*/
ul.xoxo {
	list-style-type: none;
	margin: 10px 0 5px 3px;
	width: 275px;
	padding: 10px;
	background: #E4E0D4;
	text-align: left;
}
ul.xoxo li ul {
	margin-bottom: 15px;
	margin-left: 40px;
	list-style-image: url(../images/list-bullet.jpg);
}
ul.xoxo h3 {
	color: #935200;
	margin-bottom: 10px;
	font-size: 16px;
}
ul.xoxo a {
	color: #935200;
}
ul.xoxo a:hover {
	text-decoration: none;
}
ul.xoxo li#search {
	
}
ul.xoxo li#search input#s {
	width: 200px;
	height: 25px;
	float: left;
	margin-right: 5px; 
	border: 1px solid #543320;
}
ul.xoxo li#search input.button {
	width: 45px;
	height: 27px;
	float: left;
	background: #6D2112;
	border: 1px solid #543320;
	color: #FFFFFF;
}
ul.xoxo li#calendar-3 {
	padding-top: 15px;
	text-align: center;
}
ul.xoxo li#calendar-3 table#wp-calendar {
	margin: 0px auto;
	width: 250px;
	background: #FFFFFF;
	border: 1px solid #543320;
	margin-bottom: 15px;
}
ul.xoxo li#calendar-3 table#wp-calendar thead {
	background: #6D2112;
	color: #FFFFFF;
}
ul.xoxo li#calendar-3 table#wp-calendar tbody td {
	font-family: Georgia, "Times New Roman", Times, serif;
}
ul.xoxo li#calendar-3 table#wp-calendar a {
	text-decoration: none;
	font-weight: bold;
}
ul.xoxo li#calendar-3 table#wp-calendar a:hover {
	text-decoration: underline;
}
caption {
	color: #935200;
	font-size: 16px;
	font-weight: bold;
}
#recent-posts-3, #archives-3, #categories-3, #rss-links, #meta {
	padding-left: 20px;
}
.comment-author .fn {
	font-weight: bold;
}
/*--------------------> Footer Selectors <--------------------*/
#footer {
	clear: both;
	width: 960px;
	background: #6d2112;
	padding-top: 15px;
	color: #FFFFFF;
}
#footer .footer-logo {
	width: 312px;
	float: left;
	text-align: left;
}
#footer .footer-logo h3 {
	display: inline;
	width: 110px;
	float: left;
	font-size: 18px;
	padding: 3px 0 0 5px;
}
#footer .footer-logo address {
	display: inline;
	width: 140px;
	font-size: 12px;
	float: right;
	padding-right: 10px;
}
/*--------------------> Disclaimer Selectors <--------------------*/
#disclaimer {
	width: 640px;
	float: right;
	text-align: left;
}
#disclaimer p {
font-size: 12px;
margin-bottom: 20px;
}

#disclaimer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#disclaimer a:hover {
	text-decoration: none;
}

.adCenter a {
	color: #FFFFFF;
	text-decoration: underline;
}

.adCenter a:hover {
	text-decoration: none;
}
/*-------------------> Clearfix and sIFR Selectors, Please do not modify <--------------------*/
/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
/* sIFR http://www.mikeindustries.com/sifr/ Current Version 2.0.2 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/* =============== you can edit these styles ====================== */
.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
	visibility: hidden;
}
