/* CSS Document */

html {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

h1, h2, h3, h4, h5 { font-family: Helvetica, Arial, sans-serif; font-weight: normal; }

h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 13px; }
h5 { font-size: 12px; }

a {
	color: #b25639;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.wrap {
	width: 850px;
	margin: 0 auto 0 auto;
}

.header {
	padding-left: 106px;
}

/* NAV */

.nav {
	padding-top: 16px;
	width: 105px;
	float: left;
	text-align: right;
	font-size: 10px;
}

.nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.nav li {
	border-bottom: solid 1px #dedede;
}

.nav li a {
	color: #666;
	padding: 5px 20px;
	display: block;
}

.quarter_panel_one {
	width: 240px;
	float: left;
}
.quarter_panel_two {
	 margin-left: 345px;
	 background: #2D0F0F url(../images/bg_box_brown.gif) repeat-x 15px 15px;
}

.quarter_panel_two2 {
	 margin-left: 200px;
	 background: #2D0F0F url(../images/bg_box_brown.gif) repeat-x 15px 15px;
}
	.top_quarter_brown {
		height: 15px;
		background: url(../images/top_quarter_brown.gif) top left repeat-x;
	}
	.bot_quarter_brown {
		height: 15px;
		background: url(../images/bot_quarter_brown.gif) top left no-repeat;
	}
	.quarter_panel_two .pad {
		padding: 10px 35px;
	}
	.home .pad {
		padding-top: 120px;
		height: 154px;
	}
	
	.text {width:400px;}

.associates {width:400px;}
.image {height:315px;width:240px;}

.blurb {
	width:400px;
	padding-left:35px;
	padding-top:100px;
}

.full {
	margin-left: 105px;
	background: #2D0F0F url(../images/bg_box_brown.gif) repeat-x top left;
		min-height: 285px;
}

.full2 {
	margin-left: 105px;
	background: #2D0F0F url(../images/full-2-bg.gif) no-repeat top left;
		min-height: 285px;
}

	.full .pad {
		padding: 10px 35px;
	}
	
	.full2 .pad {
		padding: 10px 35px;
	}
	
	.column_one {
		float: left;
		width: 240px;
		padding-bottom: 30px;
	}
	.column_two {
		float: left;
		width: 500px;
		padding-bottom: 30px;
	}
		.column_one .pad, .column_two .pad {
			padding: 0 35px;
		}
		.column_two .pad {
			padding-left: 0;
		}
	.top_full_brown {
		
	}
	.bot_full_brown {
		clear: both;
		background: url(../images/bot_full_brown.gif) top left no-repeat;
		height: 15px;
	}
	
.half_panel_one {
	float: left;
	width: 367px;
	background: #000000;
}
.half_panel_two {
	float: left;
	width: 367px;
	
	background: #2D0F0F url(../images/bg_box_brown.gif) repeat-x 15px 15px;
}
	.top_half_black {
		height: 15px;
		background: url(../images/top_half_black.gif) top left no-repeat;
	}
	.bot_half_black {
		height: 15px;
		background: url(../images/bot_half_black.gif) top left no-repeat;
	}
	.top_half_brown {
		height: 15px;
		background: url(../images/top_half_brown.gif) top left no-repeat;
	}
	.bot_half_brown {
		height: 15px;
		background: url(../images/bot_half_brown.gif) top left no-repeat;
	}
	.half_panel_one .pad, .half_panel_two .pad {
		padding: 10px 35px;
	}
	
	
.column {
	float:left;
}	
	
.footer {
	color: #666666;
	font-size: 10px;
	padding: 10px 0 24px 0;
	text-align: right;
	background:url(../images/footer_bg.gif) left top no-repeat;
}
	
.full:after, .full2:after, .half_half:after, .quarter_panel_one:after, column:after, blurb:after{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}	