/* Szafranski-Pugh Master CSS file */

@import url(reset.css);

/*	BASIC ELEMENTS
--------------------------------------- */
html, body { height: 100%; }

body {
	background: url(../images/body_bg.jpg) repeat-x center -9px #fcf8ea;
	font: normal 12px Helvetica;
	color: #333;
}	

p {
	padding: 5px 0;
	line-height: 1.3em;
}

a {
	color: #24526f;
}

h1 {
	font: normal 24px Georgia;
	color: #24526f;
	padding: 40px 0 10px;
}

h3 {
	font-size: 16px;
	margin: 30px 0 15px;
}

strong {
	font-weight: bold;
}

#content ul li {
	margin-bottom: 10px;
}

/*	SPECIAL CLASSES
---------------------------------------- */
.force_break { clear: both;}

.inner {
	width: 960px;
	margin: 0 auto;
}

a.back_btn {
	color: #24526f;
	padding: 5px;
	display: block;
}

/*	SITE STRUCTURE AND LAYOUT
---------------------------------------- */
div#wrap {
	margin: 0 auto;
	width: 960px;
	min-height: 100%;
}
* html div#wrap {
	height: 100%;
}
	div#header {
		padding: 10px 0 0 0;
		background: url(../images/dashed_bottom_border.gif) repeat-x bottom;
	}
		img.header_logo {
			margin: 51px 0 30px 18px ;
		}
		div#top_nav {
			float: right;
		}
			#top_nav ul li {
				float: left;
				
			}
				#top_nav ul li a {
					float: left;
					color: #466f24;
					background: url(../images/dashed_vert_border.gif) repeat-y right;
					padding: 5px 15px;
					text-decoration: none;
					font-size: 14px;
				}
				#top_nav ul li.current a {
					color: #755734;
				}
				#top_nav ul li.right a {
					background: none;
				}
				
	div#content {
		clear: both;
		padding-bottom: 100px;
	}
	
div#footer {
	background-color: #fff;
	border-top: #d8cfc3 1px solid;
	height: 90px;
	margin-top: -91px;
	position: relative;
	clear: both;
}
	div#bottom_nav {
		float: left;		
		padding: 20px 0 50px;	
	}
		#bottom_nav ul li {
			display: inline;
		}
			#bottom_nav ul li a {
				font:	normal 11px Georgia;
				text-decoration: none;
				padding: 0 10px;
				color: #466f24;
			}
	#footer p {
		color: #755734;
		font-size: 10px;
		padding: 23px 0 50px;
		float: right;
		margin-right: 10px;
	}
	
/* Custom Pages 
---------------------------------------------------------- */
/* - design philosophy */
img.dp_photo {
	float: right;
	margin-top: -40px;
}

/* - home page - */
div#home {
	margin: 30px 20px;
}
div.home_copy {
	background: url(../images/home_bg.jpg);
	width: 450px;
	float: left;
	height: 306px;
}
	.home_copy div.inside {
		padding: 0 20px;
	}
	.home_copy p {
		color: #ccc;
	}
	.home_copy h1 {
		color: #ead375;
	}
	img.home_callout {
		float: left;
	}
img.home_img {
	float: left;
}
div#flash_content_photos {
	float: left;
}

/* plan pages */
div.entry {
/*	background: url(../images/dashed_bottom_border.gif) repeat-x top;
	padding: 20px 0;*/
	xborder: #d8cfc3 1px solid;
	margin-bottom: 20px;
	margin-right: 10px;
	width: 230px;
	height: 350px;
	float: left;
}
div.right_entry {
	margin-right: 0;
}
.entry h3 {
	margin: 10px 0 10px 0;
}
.entry h3 a, .single_entry h3 {
	text-transform: uppercase;
	color: green;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;

}
a.plan_image {
	width: 220px;
	display: block;
	overflow: hidden;
	border: #d8cfc3 5px solid;
}
	.plan_image img {
		display: block;
	}
.entry_text {
	xpadding: 10px;
}

.entry div.image_list, single_entry div.image_list {
	
}
.entry div.right_col {
	background-color: #d8cfc3;
	xfloat: right;
	padding: 0px;
}
.entry div.left_col {
	padding: 10px;
}
.entry img {
/*	border: #d8cfc3 1px solid;
	background-color: #fff;
	padding: 5px;
	float: right;*/
}

/* company profile */
div.staff_member {
	clear: both;
	margin-top: 10px;
}
img.staff_img {
	float: left;
	clear: left;
	margin: 0 10px 10px 0;
	background-color: #d8cfc3;
	padding: 10px;
}
