/* Jaffe & Berlin, L.L.C. CSS Styles */

img{ display: block; border: none; }
a.headerimg{border: none; color: transparent;}

body {
	background-color: #A39F8B;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Georgia,Times,serif;
	font-size: 10px;
	color: #5d5d5d;
	letter-spacing: 0.1em;
}


a:link {color:#7A875B; text-decoration: none;}
a:visited {color:#7A875B; text-decoration: none;}
a:hover{color:#78542C; text-decoration: none;}
a:hover{color:#78542C; text-decoration: none;}


/* KEY COLORS */

.red {color: #78542C;}
.green {color: #7A875B;}


#container {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	background-color: #FFFFFF;
	text-align: left;
}

#wrapper{float:left;background-color: #FFF;}


#header {
	display: block;
	height: 137px;
	clear: both;
}

#logo {
	float: left;
	width: 290px;
	background-color: #7A875B; 
}

#nav {
	float: right;
	margin: 80px 10px 0 0px;
	padding: 0;
	width: 675px;
}

#nav a{
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	float: right;
	margin: 0 9px 0 0;
	padding: 0 9px 0 0;
	text-decoration: none;
	color: #414141;
	border-right: 1px solid #5d5d5d;
	letter-spacing: 0.1em;
}

#nav a:hover{color:#78542C;}

#nav .last {
	border-right: none;
}

#buttons {
	text-align: right;
}


#secondRow{
	clear: both;
	height: 219px;
}

.attRow {
	background-color: #CAD6A7;
}


#largeImg, #attText {
	float: left;
	background-color: #CAD6A7;
}

#attImg{
	float: right;
}

#attText { width: 370px; letter-spacing: normal;}
#attText h3 {margin: 50px 0 0 30px;}

#largeText {
	width: 310px;
	height: 217px;
	max-height: 218px;
	float: right;
	margin: 0;
	padding: 0;
	border-top: 1px solid #A39F8B;
	border-bottom: 1px solid #A39F8B;
	text-transform: uppercase;	
	overflow: hidden;
	background-color: #FFF;
	letter-spacing: normal;
}

#largeText p{
	font-size: 2.2em;
	line-height: 1.4em;
	margin: 19px 0px 18px 22px;
	letter-spacing: normal;
}

p.attInfo {font-family: Helveitca,Arial,sans-serif; font-size: 1.2em!important; color:#7A875B; line-height: 1.6em!important; text-transform: none;}


/* CONTENT AREA, INCLUDING SECOND NAVIGATION on INTERIOR PAGES */

#content{
	clear: both;
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
}

#leftContent{
	width: 690px;
	float: left;
	padding: 20px 0;
}


h2, h3, #leftContent p{
	margin: 20px 30px 3px 30px;
	padding: 0;
}

/* H2 is GREEN Header Text */	
h2 {
	color: #7A875B;
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: normal;
}

/* H3 is RED Header Text */
h3 {
	color: #78542C;
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: normal;
}

#leftContent p{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.2em;
	line-height: 1.7em;
}

/* IE LIST STYLES */
#leftContent ul{margin:15px 0px 0px 40px;}
#leftContent ul li{font-family: Helvetica,Arial,sans-serif; font-size: 1.2em; margin: 10px 140px 10px 40px; line-height: 1.5em;}


/* OTHER BROWSER LIST STYLES */
html>body #leftContent ul{margin: 15px 0 30px 20px;}
html>body #leftContent ul li{font-family: Helvetica,Arial,sans-serif; font-size: 1.2em; margin: 10px 140px 10px 28px; line-height: 1.5em;}


#rightContent{
	width: 308px;
	float: right;
	padding: 20px 0;
}

#rightBox {
	margin: 15px 0 0 15px;
}

.subNavHead {
	display: block;
	background-color: #A39F8B;
	margin: 2px 30px 8px 5px;
	color: #FFF;
	padding: 8px 8px 8px 20px;
	font-size: 1.5em;
}

#rightBox a {margin: 0 0 0 10px; display: block; padding: 7px 8px 7px 15px; font-size: 1.2em; font-family: Helvetica,Arial,sans-serif;}

#rightBox a:hover, .currentPage {background: transparent url('imgs/listcursor.gif') no-repeat 2px 50%;}


/* FOOTER STYLES */

#footer{
	clear: both;
	float: left;
	width: 100%;
	background-color: #DEE1D3;
	margin: 0;
	padding: 0;
	font-family: Helvetica,Arial,sans-serif;
}

#leftFoot{
	margin: 18px 0px 10px 0px;
	float: left;
	width: 45%;
	font-size: 1.1em;
	line-height: 1.9em;
	color: #7D7E80;
}

#leftFoot a{color:#7A875B; text-decoration: none;}

#rightFoot{
	margin: 18px 0px 10px 0px;
	float: right;
	width: 42%;
	text-align: right;
	font-size: 1.1em;
	line-height: 1.9em;
	color: #7D7E80;
}

#rightFoot p{margin: 0 30px 8px 0;}
#leftFoot p {margin: 0 0 0 30px;}

#rightFoot a{color: #7D7E80; text-decoration: none;}
#rightFoot a:hover{color: #7A875B;}
