/* Begin 960 styles */

html, body {height: 100%;}

#wrap {
	min-height: 100%;
}

#main, #main-home {
	overflow:auto;
	padding-bottom: 200px;  /* must be same height as the footer */
}

#container {
	position: relative;
}

#footer {
	position: relative;
	margin-top: -200px; /* negative value of footer height */
	height: 200px;
	clear:both;
} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

/* END 960 Stuff, begin style overrides */

/* TYPOGRAPHY */

a {
	color: #333;
	text-decoration: none;
}
p a {
	color: #85b8ce;
}
a:hover {
	color: #85b8ce;
	text-decoration: underline;
}

#main-home {
	background: #ffffff url('/images/bg_green_bar2.png') repeat-x 0 15px;
}

#inner-container {
	/* height: 400px; */
}

#inner-footer {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	height: 100%;
}
#footer-container {
	height: 100%;
}

#inner-footer {
	background-color: #efefef;
	background-image:url(/images/stripe_diag.png);
	padding: 8px 12px;
}

/* END STYLE OVERRIDES */

/* MENUS, NAVIGATION */
div#nav-footer {

}

/* MAIN MENU */
#nav-primary {
	position: relative;
}

#nav-primary ul.menu {
	list-style: none;
	margin: 0 auto;
	padding: 0 0 0 80px;
}
#nav-primary ul.menu li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	background-color: #efefef;
}
#nav-primary ul.menu li a {
	color: #333;
	display: block;
	font-size: 0.9em;
	text-decoration: none;
	padding: 12px 18px;
	background-color: #333;
	background-image:url(/images/bg_header.png);
	/*
	 background-color: #ffd458;
	background-image:url(/images/bg_menu.png);
	*/
}
#nav-primary ul.menu li a:hover {
	background-image:none;
	background-color: #fff;
	border-top: 2px solid #ffd457;
}

#nav-primary ul.menu li a.here {
	background-image:url(/images/corner_menu.png);
	background-repeat:no-repeat;
	background-color: #fff;
	border-top: 4px solid #333; /*#61907f;*/
	border-right: 1px solid #b1b1b1;
}

#content-area {
	/*position: relative;*/
}

#slideshow {
}

/* GRAPHICS */
div#experience span {
	color: #fff;
	display: block;
	padding-bottom: 7px;
}

div#steps span {
	cursor: pointer;
}
div#descrips div {
	color: #85b8ce;
	display: none;
}
div#descrips div strong {
	color: #85b8ce;
	text-decoration: underline;
}

/* FOOTER MENU */
#nav-footer ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav-footer ul.menu li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
}
#nav-footer ul.menu li a {
	display: block;
	font-size: 0.8em;
	padding: 10px 12px 4px 12px;
}


div.disclosure {
	font-size: 0.8em;
	margin: 0 0 0 18px;
	padding-top: 12px;
	border-top: 1px solid #999;
}
em.disclosure {
	font-size: 0.8em;
	padding-top: 12px;
	border-top: 1px solid #999;
	display: block;
}
em.disclosure2 {
	font-size: 0.8em;
	padding-top: 12px;
	display: block;
}

.graphic-ph {
	background-color: #fdeab0;
	padding: 12px 15px;
	border: 1px solid #333;
}

/* FORMS */

input, textarea {
	margin-bottom: 8px;
}

ul.holder {
	list-style: none;
	list-style-type: none;
	margin: auto;
	padding: 0;
}
ul.holder li {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* SLIDER STYLES */
	
#container {margin: 0 auto; width: 960px; padding-top: 60px;}
#slider {position: relative; width: 960px; height: 300px; margin: 0 auto;}
#slider .holder_cont {position: relative; overflow: hidden; width: 960px; height: 300px;}
#slider .holder {width: 10000px;}
#slider .slide {position: relative; float:left; width: 960px; height: 300px;}
#slider .slide .caption {display: none; position: absolute; bottom: 0; _bottom: -1px; left: 0; width: 960px; background: #FFF; padding: 10px; opacity: 0.8;}                
#slider .button {position: absolute;}
#slider .prev {bottom: 33%; left: -100px;}
#slider .next {bottom: 33%; right: -100px;}
h4 {font-size: 18px; font-weight: bold; margin-bottom: 15px;}
.clear {clear:both;}


/* COLOR LEGEND */
/* DARK GREEN:	 #608f60  */
/* DARK YELLOW: #ffd457 */