/**********************************
 
 NOTES:
 
 -Author: Bret Glassett
          www.bretglassett.com
 
***********************************/

/**********************************
 
 GLOBAL
 
***********************************/

html, body {
	background: #000 url(../images/bg.jpg) top no-repeat;
	margin:0 auto;
	padding:0;
	color: #e8e4e4;
}
	
a {
	color: #CC9900;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:0;
}

p {
	margin:0 0 18px 10px;
	line-height:20px;
	color: #e8e4e4;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height:16px;
}

ul {
	margin: 10px 0 10px 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height:16px;
}

li {
	margin-bottom: 10px;
	list-style-type: disc;
}

h1 {
	color:#CC0000;
	font-size:16px;
	margin:15px 0 15px 0px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

h2 {
	border-bottom:2px solid #dadada;
	color: #fff;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:3px;
	padding-bottom:6px;
	margin: 0 0 20px 10px;
}

h3 {
	border-bottom:1px solid #dadada;
	color:#4088b8;
	font-size:1.2em;
	font-weight:700;
	margin-bottom:10px;
	padding:1px 2px 2px 3px;
}

.highlight {
	color: #ea1715;
	font-weight: bold;	
}

/**********************************
 
 WRAPS
 
***********************************/

#wrap {
	margin:0px auto;
	padding:0;
	width:965px;
}
	
/**********************************
 
 HEADER & NAV
 
***********************************/

#header {
	float: left;
	background:url(../images/index_2_01.gif) no-repeat;
	height:125px;
	width:965px;
	margin:0;
}

	#header a {
		display:block; 
  	width:100%; 
 	 	height:100%; 
  	text-decoration:none;  
	}

#navigation {
	background: url(../images/bg-nav.jpg) no-repeat;
	height:35px;
	width:915px;
	float:left;
	padding: 15px 25px 0 25px;
	position: relative;
	z-index: 100;
}

#navWrap {
	padding-bottom: 20px;
	border-bottom: 1px solid #7c7a7a;
	width: 910px;
}

#nav ul {
	margin: 0;
	line-height: 12px;
}

#nav li {
	list-style-type: none;
	margin: 0;
	font-size: 14px;
}


/****************
 
 NAV
 
*****************/


#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav a {
	display: block;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 4px;
	letter-spacing: .5px;
}

#nav a:hover {
	text-decoration: none;
	color: #8d2303;
}

#nav li {
	float: left;
	margin-right: 6px;
	padding-right: 6px;
}

	*:first-child+html #nav li:hover {
		position: static;
	}

/**** 

 Sub Nav 
 
****/

#nav li ul {
	position: absolute;
	left: -999em;
	background: url(../images/bg_dropDown.png) bottom left no-repeat;
	width: 157px;
	padding-top: 6px;
}

	* html #nav li ul {
		background-image: none;
		background-color: #7c7a7b;
	}

		#nav li.contact ul {
			position: absolute;
			left: -999em;
			background: url(../images/bg_dropDown_sm.png) bottom left no-repeat;
			width: 130px;
		}

#navigation ul ul a {
	font-size: 9px;
	line-height: 12px;
	margin-bottom: 8px;
	color: #fff;
	padding: 0 0 0 6px;
}

#nav li ul ul {
	margin: -1em 0 0 10em;
}

#nav ul ul a:hover {
	color: #8d2303;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/**********************************
 
 MAIN
 
***********************************/

/*** Sidebar ***/

#sidebar {
	background:url(../images/sidebar_bg.gif) no-repeat;
	float:left;
	width:187px;
	height:387px;
	padding: 0 15px 0 15px;
}

#sidebar h1 {
	border-bottom:2px solid #DADADA;
	padding-bottom: 5px;
}

/*** Main content ***/

#contentarea {
	background:url(../images/index_2_04.gif) repeat-y;
	float:left;
	width:965px;
	min-height: 500px;
}

#content {
	float:left;
	margin:0 0 5px;
	padding:0 35px 0 32px;
	width:650px;
}

		*:first-child+html #content ul {
			margin: 0 0 0 20px;
		}

#gallery {
	margin:0 0 0 25px;
	height: 500px;
	width: 910px;
	overflow: hidden;
}

	#gallery img:hover {
		cursor: pointer;	
	}

#gallery2 {
	margin:0 0 0 10px;
	height: 500px;
	width: 910px;
	overflow: hidden;
}

/*** Footer ***/

#footer {
	float: left;
	clear:both;
	background:url(../images/index_2_05.gif) no-repeat;
	height:134px;
	width: 965px;
	margin:0 auto;
	padding-top:50px;
}

#seotext {
	float: left;
	margin: 10px 10px 0px 10px;
	width: 955px;
	color:#666666;
}
#seotext a {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	font-size:12px
}
#seotext a:hover {
	text-decoration:underline;
}

/**********************************
 
 INNER PAGES
 
***********************************/

#contentAreaInner {
	background:url(../images/index_2_04.gif) repeat-y;
	float:left;
	width:940px;
	min-height: 500px;
	padding: 0 0 20px 25px;
}

#innerContent {
	float: left;
	width: 680px;
	margin-right: 15px;
}

.style1 {
	margin-top: 10px;
	font-size: 10px;
}

.style2 {
	margin-top: 4px;
	margin-bottom: 10px;
	font-size: 10px;
	color: #CC0000;
}

/**********************************
 
SIDEBAR
  
***********************************/

input.sidebar_form {
	background: #ffffff;
	width: 170px;
	border: 1px solid #282727;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4b4b;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 6px 0px;
}

#sidebar p {
	margin: 0 0 5px 0;
	font-size: 11px;
}

#sidebar h1 {
	margin-bottom: 10px;
}

/**********************************
 
CONTACT FORM
  
***********************************/

form p {
	margin: 0 0 2px 0px;
}

#littleton_appointment,
#parker_appointment,
#client_viewing,
#contact,
.giftcerts {
	background-color: #333333;
	padding: 20px;
}

input.left_form {
	background: #ffffff;
	width: 400px;
	border: 1px solid #282727;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4b4b;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 6px 0px;
}

textarea {
	background: #ffffff;
	width: 400px;
	height: 150px;
	border: 1px solid #282727;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4b4b;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 6px 0px;
	float: left;
}

.alt_button_format {
	float: left;
	background: #dc7019;
	border: 1px solid #e39b60;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 4px 4px 4px 4px;
	margin: 0px 5px 0px 0px;
	cursor: pointer;
}

.alert_text {
	color: #054988;
}     

.select { 
	margin: 0 0 6px 0px;
}

.contact_info {
	float: right;
	margin-right: 0px;
}

/**********************************
 
 SEO
 
***********************************/

#seo ul {
	
}

#seo h1 {
	margin: 0 0 3px 30px;
	padding: 0px;
	font-size: 10px;
}

h2.seo {
	border-bottom: none;
}

/**********************************
 
 VARIOS CLASSES
 
***********************************/

.clear {
	clear: both;
}

.biopic {
	border:1px solid #999999;
	float:right;
	margin: 0 0 10px 10px;
}
.credits {
	font-size:10px;
	color:#999999;
}
.credits a {
	color:#999999;
}
.caps {
	text-transform:uppercase;
}
.indent {
	margin-left:15px;
}

.pricing {
	margin:10px 20px 10px 20px;
	padding: 10px;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
}
/*
.pricing ul ul, ol ol {
	margin:4px 0 4px 35px;
	font-size:12px;
}
.pricing li {
	line-height:20px;
	letter-spacing:.2em;
	list-style-type:none;
	font-size:10px;
	margin-left:20px;
}
*/
