@charset "UTF-8";
/* CSS Document */

/*===========RESET==============*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*----------- END RESET-------*/



/*========= LAYOUT ===========*/
#wrapper-outer {
	width: 900px;
	padding: 0;
	margin: 0 auto;
}

#wrapper {
	position: relative;
	margin-top: 10px;
}


#header {
	height: 110px;
	position: absolute;
	width: 900px;
	z-index: 100;
	
}

#header-inner {
	background: url(../images/header_bg.png) no-repeat top left;
	height: 100px;
	padding: 5px 0 0 13px;
}

#header-inner #logo {
	display: block;
	height: 85px;
	width: 450px;
	float: left;
	text-align: left;
	
}

#tagline {
	position: absolute;
	top: 3px;
	right: 10px;
	margin: 0;
	float: right;
	font-size: 1em;
	padding-right: 10px;
}

.profiles {
	position: relative;
}

#content {
	margin-top: 15px;
}


#col1, #col2 {
	width: 445px;
	float: left;
}

#col2 {
	float: right;
}

#copy {
	background: url(../images/page_title_b.jpg) #FFF no-repeat 0 top;
	padding: 30px 0 0 10px;
	margin-top: -5px;
}

.text {
	margin-left: 10px;
}

.skip {
	top:-999em;
	margin-bottom:0pt;
	position:absolute;
}

blockquote {
	font-size: 1.5em;
}

#footer {
	clear: both;
}



/* ======= TYPE =========== */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.45em;
	font-size: 100%;
	color: #666;
}

#wrapper {
	font-size: 0.775em;
}

h1 {
	font-size: 1.25em;
	text-align: left;
	width: 300px;
	float: left;
}

h2 {
	font-size: 1.8em;
	padding: 8px 10px 0;
	line-height: 1.25;
	background: url(../images/page_title_t.jpg) #E8EBE6 no-repeat 0 top;
	color: #1E3A0C;
}

h2.col_2 {
	background: url(../images/page_title_2col_t.jpg) #E8EBE6 no-repeat 0 top;
}

.head_b_2col {
	height: 18px;
	display: block;
	width: 900px;
	background: url(../images/page_title_2col_b.jpg) #E8EBE6 no-repeat 0 top;
}

h3 {
	font-size: 1em;
	line-height: 1.75;
	font-weight: bold;
	color: #1E3A0C;
}

h4 {
	font-size: .9em;
	font-weight: bold;
	color: #1E3A0C;
	margin: -1em 0 0em;
}

.front_tag {
	font-style: italic;
	font-size: 1.6em;
	line-height: 1.4;
	font-weight: bold;
	color: #967229;
}

p {
	margin-bottom: 1.25em;
}

a {
	color: #967229;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.listlead {
	margin-bottom: 0;
}

ul, dl,  ol {
	margin: 0 30px;
	margin-bottom: 1.25em;
}

#content li {
	margin-bottom: 1.3em;
}

#content ul li {
	padding-left: 14px;
	background: url(../images/list.gif) no-repeat 0 .6em;
}

#content ol {
	list-style: decimal;
}
	

#footer {
	font-size: .7em;
	text-align: right;
}

#phones {
	margin: 0;
}

dl#phones dt {
	float: left;
	width: 3.4em;
}

em {
	font-style:italic;
}

strong {
	font-weight: bold;
}

blockquote {
	color: #1E3A0C;
}


/*======= Header Slideshow =======*/

#headerslides {	
	display: block;
	height: 150px;
	width: 900px;
	margin: 0;
	padding: 0;
	background: url(../images/header_bg.png) no-repeat top left;
}

.slide {
	display: none;
	height: 150px;
	width: 900px;
}
	

#slide1 {
	background: url(../images/slide1.jpg) no-repeat 0 0;
	display: block;
}

#slide2 {
	background: url(../images/slide2.jpg) no-repeat 0 0;;
}

#slide3 {
	background: url(../images/slide3.jpg) no-repeat 0 0;
}

.com_edu .thickbox img {
	float: left;
	margin: 0 2px 20px;
}

/*======= End Header Slideshow =======*/

/* ======= IMAGES =========== */
#image {
	display: block;
	height: 345px;
	width: 430px;
}

.home #image {
	background: url(../images/home.jpg) no-repeat 0 0;
}

.abt_bus #image {
	background: url(../images/about.jpg) no-repeat 0 0;
}

.prac_res #image {
	background: url(../images/prac_res.jpg) no-repeat 0 0;
}

.eco_con #image {
	background: url(../images/eco_con.jpg) no-repeat 0 0;
}

.rec_tra #image {
	background: url(../images/rec_tra.jpg) no-repeat 0 0;
}

.com_edu #image {
	background: url(../images/com_edu.jpg) no-repeat 0 0;
}

.hab_cre #image {
	background: url(../images/hab_cre.jpg) no-repeat 0 0;
}

.projects #image {
	background: url(../images/projects.jpg) no-repeat 0 0;
}

.aus_lan #image {
	background: url(../images/aus_lan.jpg) no-repeat 0 0;
}

.open #image {
	background: url(../images/open.jpg) no-repeat 0 0;
}

.coun_con #image {
	background: url(../images/coun_con.jpg) no-repeat 0 0;
}

.saltw #image {
	background: url(../images/saltw.jpg) no-repeat 0 0;
}

.photos #image {
	background: url(../images/photos.jpg) no-repeat 0 0;
}

.river #image {
	background: url(../images/river.jpg) no-repeat 0 0;
}

.sanc #image {
	background: url(../images/sanc.jpg) no-repeat 0 0;
}

.eagle #image {
	background: url(../images/eagle.jpg) no-repeat 0 0;
}

.spring #image {
	background: url(../images/spring.jpg) no-repeat 0 0;
}

.careers #image {
	background: url(../images/careers.jpg) no-repeat 0 0;
}

.contact #image {
	background: url(../images/contact.jpg) no-repeat 0 0;
}

.vision #image {
	background: url(../images/vision.jpg) no-repeat 0 0;
}


/*------ maps -------*/
.map {
	float: right;
	padding: 0 0 0 10px;
	width: 152px;
	text-align: center;
}


/*======= pulls ==========*/
.prac_res blockquote, .careers blockquote, .eco_con blockquote, .hab_cre blockquote {
	margin-top: 5em;
	line-height: 1.65em;
	color: #1E3A0C;
}


/*===== TABLE ========*/
	
table {
	font-size: 0.9em;
	margin-bottom: 1.25em;
}

th {
	text-align: left;
	line-height: 1.25em;
	background: #E8EbE6;
	color: #1E3A0C;
	padding: 5px 5px 5px 10px;
	letter-spacing: 1px;
}

td {
	border-top: none;
	border-left: none;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px 5px 5px 10px
}

td.first {
	border-left: 1px solid #ccc;
}

caption {
	font-weight: bold;
	font-size: 1em;
}

/*======== LIST ======== */
#col1 .listlead {
	text-align: left;
	line-height: 1.25em;
	background: #E8EbE6;
	color: #1E3A0C;
	padding: 5px 5px 5px 10px;
	letter-spacing: 1px;
	margin: 2em 20px 0 0;
}

#col1 ul {
	margin: 0 20px 1em 0;
}

#col1 ul li {
	border-top: none;
	border-left: none;
	border-bottom: 1px solid #ccc;
	padding: 5px 5px 5px 5px;
	margin: 0;
	background: none;
}
	

/*============ Navigation =========== */

#navigation {
	position: absolute;
	top: 110px;
	margin: 0 auto;
	z-index: 50;
}

#nav li a {
	float: left;
	width: 150px; 
	height: 0; 
	padding-top: 40px; 
	overflow: hidden;
	background: url(../images/nav.png) no-repeat 0 0;
}


/*======= MAIN NAV ========*/
/*-------button ---- */
#nav li#nav-about a {	background-position: 0 0;}
#nav li#nav-services a {	background-position: -150px 0;}
#nav li#nav-projects a {	background-position: -300px 0;}
#nav li#nav-photos a {	background-position: -450px 0;}
#nav li#nav-careers a {	background-position: -600px 0;}
#nav li#nav-contact a {	background-position: -750px 0;}

/*-------hover ---- */
#nav li#nav-about a:hover {	background-position: 0 -40px;}
#nav li#nav-services a:hover {	background-position: -150px -40px;}
#nav li#nav-projects a:hover {	background-position: -300px -40px;}
#nav li#nav-photos a:hover {	background-position: -450px -40px;}
#nav li#nav-careers a:hover {	background-position: -600px -40px;}
#nav li#nav-contact a:hover {	background-position: -750px -40px;}

/*------- active ---- */
#nav li#nav-about a:active {	background-position: 0 0;}
#nav li#nav-services a:active {	background-position: -150px 0;}
#nav li#nav-projects a:active {	background-position: -300px 0;}
#nav li#nav-photos a:active {	background-position: -450px 0;}
#nav li#nav-careers a:active {	background-position: -600px 0;}
#nav li#nav-contact a:active {	background-position: -750px 0;}

/*------- current ---- */
#nav li#nav-about a.current {	background-position: 0 -80px;}
#nav li#nav-services a.current {	background-position: -150px -80px;}
#nav li#nav-projects a.current {	background-position: -300px -80px;}
#nav li#nav-photos a.current {	background-position: -450px -80px;}
#nav li#nav-careers a.current {	background-position: -600px -80px;}
#nav li#nav-contact a.current {	background-position: -750px -80px;}


/*========= SUBNAV ==========*/


#nav .sub li a {
	float: left;
	width: 300px; 
	height: 0; 
	padding-top: 40px; 
	overflow: hidden;
	background: url('../images/sub.png') no-repeat 0 0;
}

/*------- sub-button ---- */
#nav li#sub-abt_bus a {	background-position: -4500px 0;}
#nav li#sub-sen_man a {	background-position: 0 0;}
#nav li#sub-ope_man a {	background-position: -300px 0;}
#nav li#sub-prac_res a { background-position: -600px 0;}
#nav li#sub-eco_con a {	background-position: -900px 0;}
#nav li#sub-rec_tra a {	background-position: -1200px 0;}
#nav li#sub-com_edu a {	background-position: -1500px 0;}
#nav li#sub-hab_cre a {	background-position: -1800px 0;}
#nav li#sub-aus_lan a {	background-position: -2100px 0;}
#nav li#sub-open a {	background-position: -2400px 0;}
#nav li#sub-coun_con a { background-position: -2700px 0;}
#nav li#sub-saltw a {	background-position: -3000px 0;}
#nav li#sub-river a {	background-position: -3300px 0;}
#nav li#sub-sanc a {	background-position: -3600px 0;}
#nav li#sub-eagle a {	background-position: -3900px 0;}
#nav li#sub-spring a {	background-position: -4200px 0;}

/*------- nav-hover ---- */
#nav li#sub-abt_bus a:hover {	background-position: -4500px -40px;}
#nav li#sub-sen_man a:hover {	background-position: 0 -40px;}
#nav li#sub-ope_man a:hover {	background-position: -300px -40px;}
#nav li#sub-prac_res a:hover { background-position: -600px -40px;}
#nav li#sub-eco_con a:hover {	background-position: -900px -40px;}
#nav li#sub-rec_tra a:hover {	background-position: -1200px -40px;}
#nav li#sub-com_edu a:hover {	background-position: -1500px -40px;}
#nav li#sub-hab_cre a:hover {	background-position: -1800px -40px;}
#nav li#sub-aus_lan a:hover {	background-position: -2100px -40px;}
#nav li#sub-open a:hover {	background-position: -2400px -40px;}
#nav li#sub-coun_con a:hover { background-position: -2700px -40px;}
#nav li#sub-saltw a:hover {	background-position: -3000px -40px;}
#nav li#sub-river a:hover {	background-position: -3300px -40px;}
#nav li#sub-sanc a:hover {	background-position: -3600px -40px;}
#nav li#sub-eagle a:hover {	background-position: -3900px -40px;}
#nav li#sub-spring a:hover {	background-position: -4200px -40px;}

/*------- sub-button ---- */
#nav li#sub-abt_bus a:active {	background-position: -4500px 0;}
#nav li#sub-sen_man a:active {	background-position: 0 0;}
#nav li#sub-ope_man a:active {	background-position: -300px 0;}
#nav li#sub-prac_res a:active { background-position: -600px 0;}
#nav li#sub-eco_con a:active {	background-position: -900px 0;}
#nav li#sub-rec_tra a:active {	background-position: -1200px 0;}
#nav li#sub-com_edu a:active {	background-position: -1500px 0;}
#nav li#sub-hab_cre a:active {	background-position: -1800px 0;}
#nav li#sub-aus_lan a:active {	background-position: -2100px 0;}
#nav li#sub-open a:active {	background-position: -2400px 0;}
#nav li#sub-coun_con a:active { background-position: -2700px 0;}
#nav li#sub-saltw a:active {	background-position: -3000px 0;}
#nav li#sub-river a:active {	background-position: -3300px 0;}
#nav li#sub-sanc a:active {	background-position: -3600px 0;}
#nav li#sub-eagle a:active {	background-position: -3900px 0;}
#nav li#sub-spring a:active {	background-position: -4200px 0;}

/*------- sub-current ---- */
#nav li#sub-abt_bus a.current {	background-position: -4500px -40px;}
#nav li#sub-sen_man a.current {	background-position: 0 -40px;}
#nav li#sub-ope_man a.current {	background-position: -300px -40px;}
#nav li#sub-prac_res a.current { background-position: -600px -40px;}
#nav li#sub-eco_con a.current {	background-position: -900px -40px;}
#nav li#sub-rec_tra a.current {	background-position: -1200px -40px;}
#nav li#sub-com_edu a.current {	background-position: -1500px -40px;}
#nav li#sub-hab_cre a.current {	background-position: -1800px -40px;}
#nav li#sub-aus_lan a.current {	background-position: -2100px -40px;}
#nav li#sub-open a.current {	background-position: -2400px -40px;}
#nav li#sub-coun_con a.current { background-position: -2700px -40px;}
#nav li#sub-saltw a.current {	background-position: -3000px -40px;}
#nav li#sub-river a.current {	background-position: -3300px -40px;}
#nav li#sub-sanc a.current {	background-position: -3600px -40px;}
#nav li#sub-eagle a.current {	background-position: -3900px -40px;}
#nav li#sub-spring a.current {	background-position: -4200px -40px;}


#nav, #nav * {
	margin:0;
	padding:0;
	list-style:none;
}
#nav ul.sub {
	position:absolute;
	top:-999em;
	width:300px;
}
#nav ul.sub li {
	height: 40px;
	width: 300px;
}
#nav li {
	float:left;
	position:relative;
	z-index:99;
}
#nav a {
	display:block;
}
#nav li:hover ul,
ul#nav li.sfHover ul {
	left:0;
	top: 40px}
#nav li:hover li ul,
#nav li.sfHover li ul {
	top:-999em;
}
#nav li li:hover ul,
ul#nav li li.sfHover ul {
	left:9.45em;
	top:-1px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*======= PHOTOS ========= */

#photos {
	min-height: 250px;
	height: auto !important;
	height: 250px;
	margin-top: 15px;
}

img.photo {
	float: left;
	margin: 0 5px 5px 0;
}

.description {
	width: 675px;
	padding-left: 10px;
	float: left;
}

.albumd {
	padding-left: 10px;
}

/*.next, .prev, .next_inactive, .prev_inactive {
	float: right;
	margin-right: 15px;
}
*/
.buttons {
	float: right;
	text-align: right;
	width: 205px;
	padding-right: 10px;
}

.next, .next_inactive {
	margin-right: 0;
}

.next_inactive, .prev_inactive {
	color: #CCCCCC;
}

.date {
	float: left;
	width: 125px;
	font-weight: bold;
}

.description p {
	float: left;
	width: 550px;
}

/*======== FOOTER ========== */

#footer {
	background: url(../images/footer_bg.gif) no-repeat 0 0;
	padding: 30px 30px 15px 0;
	width: 875px;
	height: 187px;
}

/*** ORIGINAL SKIN ***/
#nav {
	float:left;
}
#nav li {
	height: 1px;
	width: 150px;
}

#nav a {
	color: #13a;
	text-decoration:none;
}


/* ===== STAFF PROFILES ======*/
.profiles img {
	float: left;
	margin: .5em 15px 0 0;
}

.profiles h3 {
	font-size: 1.25em
}

.profiles h3, .profiles h4 {
	float: left;
	width: 240px;
}

.staff {
	background: url(../images/hr.jpg) bottom center no-repeat;
	padding-bottom: .5em;
	margin-bottom: .7em;
}

/*===== vision statement ======*/
#vision {
	background: url(../images/vision_bg.jpg) repeat-y 0 0;
	width: 425px;
	margin: 15px 0 2em;
}
	
#vision-inner {
	background: url(../images/vision_bg_t.jpg) no-repeat 0 0;
	padding: 30px 30px 34px;
}

#vision-bottom {
	background: url(../images/vision_bg_b.jpg) no-repeat bottom right;
	height: 34px;
	display: block;
	width: 425px;
	margin-top: -34px;
}

