body {
	background-color:#fff;
	color:#000;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 10px;
	padding: 0px;
	text-align: center;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 971px;
}
a{
	font-size:14px;
	color: #51676E;
	text-decoration:none;
}
a:hover {
	color: #8c0c04;
	text-decoration: none;
}
p {
	margin: 15px 0px;
	font-size: 14px;
	font-weight: normal;
}

.garden {
	border: solid 1px #323232;
	padding: 3px;
	font-weight: bold;
}

ul {
	margin-left: 45px;
}

ul li {
	margin-bottom: 10px;
}

h1, h2, h3 {
	font-family: "Palatino", Times New Roman, serif;
	font-style: italic;
	font-weight: bold;
	color: #8c0c04;
	font-size: 26px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 20px;	
	margin-bottom: 10px;
}

h4 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;	
	Line-height: 125%;
	color: #51676E;
}

.boldTitle {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #51676E;
	margin-bottom: 10px;
}

.question {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #51676E;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url('imgs/header_about.jpg');
	width:971px;
	height:215px;
	position:relative;
	background-repeat: no-repeat;
}
#subheader {
	margin: 0px 0px 0px 0px;
	width:971px;
	height:40px;
}
#header_flash {
	position:absolute;
	right:15px;
	width:348px;
}
ul.topnav {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 215px;
	width: 971px;
	background: #222;
	font-size: 16px;
	background-image: url('imgs/nav_bg.jpg');
	z-index: 100;
}
ul.topnav li {
	float: left;
	margin: 0 0 0 15px;
	padding: 0 10px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 5px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
}
ul.topnav li a:hover{
	background: url('imgs/topnav_hover.gif') no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url('imgs/subnav_btn.gif') no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	font-size: 16px;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 27px;
	background: #b2aa7e;
	margin: 0; 
	padding: 0;
	display: none;
	float: left;
	width: 120px;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #d4bf95; /*--Create bevel effect--*/
	background: #b2aa7e url('imgs/dropdown_linkbg.gif') no-repeat 3px center;
	border-bottom: 1px solid #94785b; /*--Create bevel effect--*/
	clear: both;
	width: 120px;
}

ul.topnav li ul.subnav li a:hover {
	background: url('imgs/topnav_hover.gif') no-repeat 15px top;
}

html ul.topnav li ul.subnav li a {
	float: left;
	width: 120px;
	padding-left: 0px;
	margin-left: 12px;
	text-transform: capitalize;
}
#logos {
	position: absolute;
	left: 30px;
	top: 45px;
	width: 340px;
	height: 122px;
}

#logoLCA {
	float: left;
	margin-top: 12px;
	width: 156px;
	height: 123px;
}

#logoL2C {
	float: right;
	width: 156px;
	height: 122px;
	margin-left: 20px;
}

/********************** Content ***************************/
#content {
	background-image: url('imgs/content_bg.jpg');
	width:971px;
	margin-top: 27px;
}

#left, #full {
	float: left;
	width: 640px;
	height: auto;
	margin-top: 15px;
	margin-left: 15px;
}

#right {
	float: right;
	width: 280px;
	height: auto;
	margin-top: 15px;
	margin-right: 15px;
	border-left: #b2aa7e 2px solid ;
	padding-left: 10px;
}

#full {
	float: left;
	margin-left: 15px;
	width: 930px;
}

.story {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	clear: both;
}

.signature {
	float: right;
	margin-right: 30px;
	width: 150px;
	height: 46px;
}

ul.quote {
	list-style: none;
	padding: 0;
	margin-left: 20px;
	font-style: italic;
	color: #8c0c04;
}

/********************** Accordion ***********************/
h2.acc_trigger {
	padding: 0;	
	margin: 0 0 5px 0;
	background: url('imgs/h2_trigger_a.gif') no-repeat;
	height: 23px;	
	line-height: 23px;
	width: 100%;
	float: left;
}
h2.acc_trigger a {
	color: #660000;
	text-decoration: none;
	display: block;
	padding: 0 0 0 60px;
	font-size: 20px;
	font-weight: bold;
	width: 99%;
}
h2.acc_trigger a:hover {
	color: #fff;
}
h2.active {background-position: left bottom;}
.acc_container {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	font-size: 14px;
	width: 930px;
	clear: both;
}
.acc_container .block {
	padding: 10px;
}
.acc_container .block table {
	border: 1px solid #b2aa7e;
	margin-bottom: 10px;
	width: 100%;
}

.acc_container .block table tr { margin-bottom: 10px; }

.acc_container .block table tr td {
	vertical-align:top;
	width: 45%;
	padding-left: 3px;
	font-size: 14px;
}
.acc_container .block table tr td.heading, .acc_container .block table tr td.subheading {
	background-color: #660000;
	font-size: 14px;
	color: #fff;
}
.acc_container .block table tr td.subheading { background-color:#b2aa7e; }

/********************** FAQ ***************************/
/* The expand / collapse button */

a.button{
	background:url('imgs/buttons.png') no-repeat;
	width:80px;
	height:38px;
	position:relative;
	float: right;
	text-indent:-9999px;
	overflow:hidden;
	border:none !important;
}

a.button.expand:hover{ background-position:0 -38px;}
a.button.collapse{ background-position:0 -76px;}
a.button.collapse:hover{ background-position:0 bottom;}

/* Definition Lists */

dt{
	color:#8c0c04;
	font-family: "Palatino", Times New Roman, serif;
	font-style: italic;
	font-weight: bold;
	font-size:20px;
	margin-top:30px;
	padding-left:25px;
	position:relative;
	cursor:pointer;
	border:1px solid transparent;
}

dt:hover{ color:#b2aa7e;}

dt .icon{
	background:url('imgs/bullets.gif') no-repeat;
	height:12px;
	left:0;
	position:absolute;
	top:11px;
	width:12px;
}

dt.opened .icon{ background-position:left bottom;}

dd{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	line-height:1.5;
	padding:20px 0 0 25px;
	width:580px;
	display:none;
}


/**********************End FAQ**************************/

/**********************Begin Lightbox*******************/

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/*********************End Lightbox*********************/

/********************** Footer ***************************/
#footerline {
	clear:both;
	background-image:url('imgs/footer_bg.jpg');
	font-size:1px;
	width: 971px;
	height:50px;
}
#footer {
	width:971px;
	text-align:center;
	padding: 7px 0px;
	font-size: 12px;
}

#footer a {
	font-size: 12px;
}


