/*
Author: D
Author URI: http://www.diallohudgins.com
version: 1.0
Tags: two-column, widget-ready,blank
*/

@import url("reset.css");
@import url("980_4_10_10.css");


/***Table of Contents

1: Global
2: Containers
3: Header
	3a: Navigation
	3b: logo/tag
4: Centers
5: Content
	5a: Entry
6: Sidebar
7: Footer

***/

/*****************************************
	1: Global
*****************************************/

body {
	color: #333;
	font: normal 13px Arial, Helvetica, sans-serif;
	
}
body.page {
	color: #333;
	font: normal 13px Arial, Helvetica, sans-serif;
	background: #aea38b url(../images/bck_body.png) repeat;
	
}

.omega {
	float: right;
}

.align_left {
	margin: 0 10px 5px 0;
	float: left;
}

.align_right {
	margin: 0 0 5px 10px;
	float: right;
}

a, a:link {
	color: #990000;
}

a:hover {
	color: #646249;
}

h1 {
	color: #FFF;
	font: normal 36px Georgia, Arial, sans-serif;
	font-weight:  normal;
	line-height: 35px;
	letter-spacing: 1px;
}

p {
	font: normal 13px Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	line-height: 18px;
}
/* MAD August 20, 2010 - content used h2 and h3 so I added them... */
 h2, h3 {
	color: #660000;
	font-size:  18px;
	margin-top: 10px;
}


/*****************************************
	2: Containers
*****************************************/

#page_background {
	background: url(../images/bck_body_gradient.png) repeat-x top;
	padding-top: 10px;
	min-height: 500px;
}

#page_shadow {
	background: url(../images/bck_frame.png) no-repeat top;
	padding: 10px 5px 0 5px;
	min-height: 400px;
}

#main_container {
	background: #aea38b url(../images/bck_content.png) repeat;
	border: 1px solid #FFF;
	min-height: 500px;
}

#header, #nav, #sidekicks {
	margin: 0;
	width: 980px;
	clear: both;
}




/*****************************************
	3: Header
*****************************************/

#header {
	background: #861a2e url(../images/bck_header.png) repeat-x bottom left;
	border-bottom: 1px solid #FFF;
	height: 115px;
	position: relative;
	z-index: 2000;
}

#logo h1 {
	background: url(../images/logo.png) no-repeat top;
	margin: 2px 0 0 10px;
	width: 320px;
	height: 102px;
	text-indent: -999em;
	position: relative;
}

#flower {
	position: absolute;
	top: -9px;
	left: 330px;
	z-index: 5000;
}

#partners {
	margin-top: 5px;
	width: 253px;
	position: absolute;
	bottom: 0;
	right: 5px;
}


#partners ul, #partners li {
	float: left;
}

#homes li {
	margin-right: 6px;
}

#partners #homes .last {
	margin-right: 0;
}


/*** 3a: TopNav ***/ 

#topnav a, #nav a {
	color: #FFF;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

#topnav {
	color: #FFF;
	background: #535139 url(../images/bck_topnav.png) no-repeat top left;
	border: 1px solid #FFF;
	border-bottom: 0;
	margin-top: 5px;
	width: 253px;
	height: 32px;
	overflow: hidden;
}

#topnav a {
	padding: 8px 8px;
	display: block;
}

#topnav .on a, #topnav a:hover {
	background: #b2ae97;
}

#topnav .first {
	margin-left: 15px;
}
					
/*** 3b: Navigation ***/

#nav {
	background: #731122 url(../images/bck_nav.png) no-repeat top left;
	border-bottom: 1px solid #FFF;
	height: 35px;
	position:relative; 
	z-index:100;
}

#nav ul {
	margin-left: 15px;
	clear: both;
}

#nav a {
	border: 0;
	padding: 10px 8px;
	float: left;
}

#nav .on a, #nav a:hover {
	background: #b37078;
}


#nav li {
	float: left;
}

/*** 3b: Drop Down ***/

#nav ul ul {
	margin: 0;
	padding: 0;
	/*width: 150px;*/
	height: auto;
	display: none;
	position: absolute;
	z-index: 9000;
	top: 35px;
	left: auto;
	float: none;
}

#nav li:hover ul {
	margin: 0;
	display: block;
}

#nav li:hover ul li {
	margin: 0;
	float: none;
}

#nav li ul a {
	background: #b37078;
	border-bottom: 1px solid #9b545c;
	padding: 5px 8px;
	width: 145px;
	display: block;
	float: none;
}

#nav li ul a:hover {
	background-color: #861a2e;
}



/*****************************************
	4: Marketing
*****************************************/



/*****************************************
	4: Content
*****************************************/

#content_home, #content {
	clear: both;
}

#side + #entry {
	margin-right: 200px;
}

#entry img {
	border: 1px solid #FFF;
}

#content h1 {
	margin: 0 0 50px 20px;
	padding-top: 15px;
}

#content #entry, .full #entry {
	background: url(../images/bck_entry.png) no-repeat -20px top;
	padding-bottom: 30px;
	min-height: 200px;
}
#page_background .full #entry {
	background: url(../images/bck_entry_full.png) no-repeat left top;
}

/* MAD August 20, 2010 - content used h2 and h3 so I added them... */
#entry p, h2, h3 {
	margin: 0 20px 15px;
}
/* MAD August 23, 2010 - content used ul so I added them... and adjusted margins*/
#entry ul {
	margin-left: 50px;	
	margin-bottom: 20px;
}

#entry li {
	float: none;
	list-style-type: disc;
}

#entry .first_image {
	background: url(../images/bck_shadow.png) repeat;
	margin: -50px 15px 0;
	padding: 3px;
}

#content_home #entry {
	background: url(../images/bck_home.jpg) no-repeat top left;
	height: 330px;
}

#content_home h1 {
	background: url(../images/title_faith.png) no-repeat top;
	margin: 15px 0 10px 15px;
	width: 727px;
	height: 200px;
	text-indent: -999em;
}

#content_home p {
	color: #FFF;
	margin: 0 10px 0 20px;
}



/*****************************************
	5: Sidebar
*****************************************/

#side {
	width: 200px;	
}

#side dl {
	background: url(../images/bck_obit.png) no-repeat top;
	margin: 10px auto;
	width: 186px;
}

#side dt {
	color: #6a6747;
	font: normal 18px Georgia, Arial, sans-serif;
	margin: 0 10px;
	padding: 5px 0;
}

#content_home #side dt {
	background: url(../images/title_services.png) no-repeat 5px;
	width: 170px;
	height: 35px;
	text-indent: -999em;
}

#side dt a {
	text-decoration: none;
}
/* MAD August 20, 2010 
added style class on for side nav
I'm sure you are as shocked as I was to learn it was missing!
*/
#side dt a.on {
	color: #646249;
}
#side dd {
	border-bottom: 1px solid #FFF;
}

#side dd a {
	color: #990000;
	padding: 5px 10px;
	display: block;
	text-decoration: none;
}
/* MAD August 20, 2010 
added style class on for side nav
I'm sure you are as shocked as I was to learn it was missing!
*/
#side dd a.on {
	color: #646249;
}

#side dd a:hover {
	color: #646249;
}

#side #info {
	color: #FFF;
	border: 1px solid #FFF;
	background: #861a2e url(../images/bck_header.png) repeat-x bottom left;
	margin: 0 auto 10px;
	padding: 5px 0;
	width: 186px;
}

#info h6 {
	color: #efe0bf;
	font: normal 18px Georgia, Arial, sans-serif;
	margin: 4px;
}

#info p {
	margin: 0 7px;
}


#sidekicks {
	background: #f1e5c8;
	border-top: 1px solid #FFF;
	height: 100px;
	position: relative;
}

#quote, #contact, #survey {
	border-right: 1px solid #FFF;
	height: 100px;
	position: absolute;
}

#quote {
	background: url(../images/bck_quote.png) repeat-y right;
	width: 390px;
	right: 587px;
	z-index: 100;
}

#quote blockquote {
	color: #72625c;
	font: italic 14px Georgia, Arial, sans-serif;
	margin: 10px 10px 10px 25px;
}

#quote span {
	font: normal 11px Arial, sans-serif;
	display: block;
	clear: both; 
}

#contact {
	background: url(../images/bck_footer_quote.png) repeat-y right;
	width: 390px;
	right: 199px;
	z-index: 80;
}

#contact ul {
	margin: 10px 10px 0 20px;
	float: left;
}

#contact h6 {
	color: #660000;
	font-size:  18px;
	margin-top: 10px;
}

#contact .right li {
	margin-bottom: 5px;
}

#survey {
	background: #bdbb98 url(../images/bck_survey.png) no-repeat bottom right;
	border-right: 0;
	width: 200px;
	right: 0;
}

#survey h6 {
	color: #525038;
	font:normal 15px Georgia, Arial, sans-serif;
	margin: 10px 0 8px 15px;
}

#survey a {
	color: #FFF;
	background: #525038 url(../images/bck_btn_survey.png) no-repeat left;
	border: 1px solid #FFF;
	margin-left: 15px;
	padding: 8px 14px;
	float: left;
	clear: both;
	display: block;
	text-decoration: none;
}

#survey a:hover {
	background: #b2ae97;
}






/*****************************************
	7: Footer
*****************************************/

#footer {
	color: #FFF;
	padding-bottom: 25px;
}

#footer p {
	font-size: 10px;
	padding: 15px 10px;
	line-height: normal;
}

#footer a {
	color: #FFF;
}

#footer a:hover {
	color: #990000;
	text-decoration: underline;
}


#social {
	font-size: 92%;
	line-height: 17px;
	white-space: nowrap;
}
#social, #social li, #social li a {
	float: right;
}
#social li a, #social li a:visited {
	color: #fff;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 10px 0 18px;
}

.facebook  {
	background-image: url(..); no-repeat;
	background-repeat: no-repeat;
	
	padding: 10px 10px 10px 18px;
	margin-top: 12px;
}



.align_right_seal {
	margin: 10px 25px 0px 0px;
	float: right;
}


.align_right_vfmc {
	margin: 15px 5px 5px 2px;
	float: left;
	border: 0px solid #b2ae97; 
	
}


#home_endcontent {
	
	padding-bottom: 50px;
}


.align_right_seal2 {
	margin: 5px 2px 0px 0px;
	float: left;
}


.align_right_vfmc2 {
	margin: 5px 0px 5px 2px;
	float: left;
	border: 0px solid #b2ae97; 
	
}

/* tour */
#slideshow2 {
	position: relative;
	height: 300px;
	width: 400px;
}
#slideshow2 #slides2 {
	position: absolute;
	top: 0;
	left: 15px;
	z-index: 9000; 
	height: 300px;
	width: 400px;
	margin: 0 auto;
}
.caption2 {
	position: absolute;
	bottom: 0;
	left: 15px;
	z-index: 9100;
	width: 380px;
	text-align: center;
	padding: 5px 10px;
	background: #861a2e;
	color: #fff;
	display: none; 
}

