@charset "utf-8";

body { 
	
	margin: 0px;
	background-color: #F3F3EE;
	font: 13px Arial, Helvetica, Verdana, sans-serif;	 
	color: black;
}

ul, ol, li, dl, dt, dd { padding: 0; margin: 0 }
li { list-style-type: none }

ul, ol { padding: 0 0 18px 2.3em }
dl { padding: 0 0 18px 1.0em }

li, dd { padding: 4px 0 }
dd { padding-left: 15px }

ul li { list-style-type: disc; }
ol li { list-style-type: decimal; }

p { margin:0 0 15px 0 }
p.quote { font-style: italic; line-height: 2.2em; padding-left: 5%; width: 90%; font-size: 110%; }

h1 { margin:0 0 20px 0; font-size:20px }
h2 { margin:0 0 15px 0; font-size:14px }
h3 { margin:0 0 15px 0; font-size:13px }
h4 { margin:0 0 3px 0; font-size:13px }

h1, h2, h3, h4 { color: #3F1C16; }

h1 em, h2 em, h3 em, h4 em { font-weight: normal; font-size: 12px; }

table tr th em { font-weight: normal; font-style: normal; }

a { color: #808000 }
a:hover { color: #4D4B00 }

a img { border: 0px }
b, strong { color: black }

.rt, .right { float: right; margin: 0 0 1.0em 1.2em }
.lt, .left { float: left; margin: 0 1.2em 1.0em 0 }
.cb { clear: both }

.p { display: block; margin:0 0 15px 0 }

.first { margin-top: 15px; }
.last { margin-bottom: 0; }
.on { font-weight: bold; font-size: 120%; }

.txt-bottom { vertical-align: text-bottom }
.txt-top { vertical-align: text-top }
.txt-rt { text-align: right; }

.highlight { background-color:#FF6 }
.padded { padding: 5px }
.center { margin: 0 auto; }

.notice { border: 1px solid #999; background-color:#FF6; padding: 5px } /* Yellow*/
.error { border: 1px solid #999; background-color:#F66; padding: 5px } /* Red */

.red { color: #800000 }

div.error { margin-bottom: 15px }


/* ---------------------------------------------------- page ------------------------------------------------------- */


#page { width: 100%; border-top: 10px solid #575001; }


/* ------------------------------------------------ page > content ------------------------------------------------- */



#content { 
	
	width:900px; 
	margin: 0 auto;
	position: relative;
	padding-bottom: 15px;
}

#page.home #content { padding-bottom: 0; }



/* --------------------------------------------- page > content > nav ---------------------------------------------- */



#content #nav { 

	width: 100%;
	height: 40px;
	clear: both;
}

/* ============= */
/* = Nav Menus = */
/* ============= */
	
ul.nav-menu {
	
	margin: 0;
	padding: 0;
	position: absolute;
}

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

ul.nav-menu li h3.title {
	
	float: left;
	margin: 0;
	width: 110px;
	border-top: 10px solid #FF8000;
	padding: 5px 0;
	background-color: #F3F3EE;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
}

ul.nav-menu li h3.title a {
	
	color: #575001;
	text-decoration: none;
}

ul.nav-menu li ul {
	
	display: none;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
}

ul.nav-menu.over li ul, 
ul.nav-menu:hover li ul { display: block; }

ul.nav-menu li ul li { background-color: #817F4D; width: 100%; }

ul.nav-menu li ul li a {
	
	display: block;
	color: white;
	width: 92%;
	padding: 5px 4%;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

ul.nav-menu li ul li a:hover { color: white; }


/* ====================== */
/* = LDS and GC - About = */
/* ====================== */

ul#nav-menu-about { z-index: 1; left: 0; }
ul#nav-menu-about li h3.title { border-top: 10px solid #CCB37B; }
ul#nav-menu-about li ul { width: 190px; }
ul#nav-menu-about li ul li { background-color: #AA9360; }
ul#nav-menu-about li ul li a:hover { background-color: #CCB37B; }


/* ============================= */
/* = LDS and GC - Helpful info = */
/* ============================= */

ul#nav-menu-info { z-index: 2; left: 115px; }
ul#nav-menu-info li h3.title { border-top: 10px solid #A8AC98; }
ul#nav-menu-info li ul { width: 185px; }
ul#nav-menu-info li ul li { background-color: #8E9280; }
ul#nav-menu-info li ul li a:hover { background-color: #A8AC98; }


/* ================================ */
/* = LDS and GC - Garden and Gift = */
/* ================================ */

ul#nav-menu-garden { z-index: 3; left: 230px; }
ul#nav-menu-garden li h3.title { border-top: 10px solid #C6BE83; }
ul#nav-menu-garden li ul { width: 220px; }
ul#nav-menu-garden li ul li { background-color: #AFA76D; }
ul#nav-menu-garden li ul li a:hover { background-color: #C6BE83; }


/* ================================= */
/* = LDS and GC - Press and Awards = */
/* ================================= */

ul#nav-menu-press { z-index: 4; left: 645px; }
ul#nav-menu-press li h3.title { border-top: 10px solid #BEBDAE; }
ul#nav-menu-press li ul { width: 130px; }
ul#nav-menu-press li ul li { background-color: #A6A596; }
ul#nav-menu-press li ul li a:hover { background-color: #BEBDAE; }


/* ======================== */
/* = LDS and GC - Contact = */
/* ======================== */

ul#nav-menu-contact { z-index: 5; left: 760px; }
ul#nav-menu-contact li h3.title { border-top: 10px solid #DEC876; }
ul#nav-menu-contact li ul { width: 175px; }
ul#nav-menu-contact li ul li { background-color: #CBB45C; }
ul#nav-menu-contact li ul li a:hover { background-color: #DEC876; }


/* ================ */
/* = LDC Services = */
/* ================ */

ul#nav-menu-services { z-index: 2; left: 115px; }
ul#nav-menu-services li h3.title { border-top: 10px solid #A8AC98; }
ul#nav-menu-services li ul { width: 225px; }
ul#nav-menu-services li ul li { background-color: #8E9280; }
ul#nav-menu-services li ul li a:hover { background-color: #A8AC98; }



/* ------------------------------------------- page > content > splash --------------------------------------------- */



#splash { 

	float: left;
	width: 340px; 
	margin-top: 20px;
}



/* -------------------------------------------- page > content > text ---------------------------------------------- */



#text { 
	
	float: left;
	width: 530px; 
	margin: 10px 0 0 30px;
	padding: 5px 0 0 0;
}



/* --------------------------------------- page > content > text > text-main --------------------------------------- */



#text-main { width: 100%; padding-bottom: 10px;}

/* ============== */
/* = Paragraphs = */
/* ============== */

#text-main p { line-height: 1.6em; }

/* ============ */
/* = Printing = */
/* ============ */

#text-main #text-head #print-head { display: none; }

/* ============ */
/* = Headings = */
/* ============ */

#text-main h2.title-crumbs { 
	
	margin-bottom: 25px; 
	border-top: 5px solid #3F1C16; 
	padding-top: 5px;
}

#text-main h2.title-crumbs a { color: #3F1C16 }

#text-main h3.section-head {
	
	border-top: 1px solid #3F1C16;
	padding: 5px 0 20px 10px;
	background: transparent url('/images/bkg_section-head.gif') repeat-x;
	text-align: left;
	position: relative;
	margin-bottom: 0;
}

#text-main h3 a.print {
	
	position: absolute;
	height: 19px;
	right: 0;
	padding: 0 10px 0 25px;
	background: transparent url('/images/icons/printer.gif') no-repeat 0 2px;
	text-decoration: none;
	color: #3F1C16;
	font-size: 90%;
}

/* ========= */
/* = Lists = */
/* ========= */

#text-main ul li { list-style-image: url('/images/icons/list-bullet.gif'); }

#text #text-main ul.to-dos li { list-style-image: url('/images/icons/list-checkbox.gif'); }

/* ========== */
/* = Tables = */
/* ========== */

#text-main table.sections tr { background: transparent url('/images/bkg_section.gif') repeat-x; }

#text-main table.sections tr td { height: 110px; padding: 10px 10px 0 10px; vertical-align: top; }

/* ==================== */
/* = Text Indentation = */
/* ==================== */

#text-main p, 
#text-main ul, 
#text-main h4 { margin-left: 10px; }
#text-main .section p, 
#text-main .section ul, 
#text-main .section h4,
#text-main .sections p, 
#text-main .sections ul, 
#text-main .sections h4 { margin-left: 0; }



/* ------------------------------------------ Page Specific (Resources) -------------------------------------------- */



table.resources tr td { padding: 10px 10px 0 0; vertical-align: top; }

table.resources tr td .partner-logo {
	
	float: right; 
	margin: 0 0 1.0em 1.2em;
	border: 1px solid #A19402;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: transparent url('/images/btn_view-website.gif') no-repeat bottom center;
}



/* ---------------------------------------- Page Specific (Project Details) ---------------------------------------- */



#page.project-details #text-main #project-image-wrap { 
	
	display: block;
	height: 350px;
	width: 530px;
	overflow: hidden;
}

#page.project-details #text-main #project-thumbs { 
	
	display: block; 
	height: 69px; 
	padding: 10px 10px 0 10px; 
	margin-bottom: 15px; 
	background-color: #E2E1C5;
}

#page.project-details #text-main #project-thumbs h4 { margin-left: 0; }
#page.project-details #text-main #project-thumbs #images-after { float: left; }
#page.project-details #text-main #project-thumbs #images-before { float: right; }
#page.project-details #text-main .project-thumb { padding: 4px; }
#page.project-details #text-main .thumbOn { border: 4px solid #575001; padding: 0; }



/* ----------------------------------------- Page Specific (Project Lists) ----------------------------------------- */



#page.projects #text-main ul.project_list { margin: 0; padding: 0; }

#page.projects #text-main ul.project_list li { 
	
	margin: 0 0 0 10px;
	padding: 0;
	clear: both;
	list-style-image: none;
	list-style-type: none;
}

#page.projects #text-main ul.project_list li p, 
#page.projects #text-main ul.project_list li h4 { margin-left: 0; }
#page.projects #text-main ul.project_list li strong { display: block; }
#page.projects #text-main ul.project_list li img { border: 4px solid #C6BE83; }



/* ------------------------------------------------ page > foot ---------------------------------------------------- */


#foot { 

	width: 100%;
	height: 133px;
	clear: both;
	margin-top: 20px;
	font-size: 11px;
	background: transparent url('/images/bkg_foot.gif') repeat-x;
	text-align: center;
	line-height: 1.7em;
}

#foot a { color: black; }

#foot .main { 

	width: 900px;
	margin: 0 auto;
	padding-top: 30px;
	background: transparent url('/images/bkg_foot_main.gif') no-repeat top center;
}

#foot .main #foot-left { float: left; }
#foot .main #foot-right { float: left; width: 700px; margin-left: 25px; }

#page.home #foot { margin-top: 10px; }
#page.home #foot .main { background: none; }



/* -------------------------------------------- Hacks and Clearfixes ----------------------------------------------- */


.clearfix:after { 

	content: ""; 
	display: block; 
	height:0; 
	clear: both; 
	visibility: hidden
}
