/* Default styles 
-----------------------------------*/
* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
	font-size:12px;
	font-family:Georgia,"Times New Roman",Times,serif;
	color:#6D6E71;
}
a,
a:link {
	color:#648326;
}
a:hover {
	color:#E96720;
}


#ftplink {
	float: right;
}

/* Masthead 
-----------------------------------*/
#masthead {
	height:110px;
	margin:0 auto;
}
#masthead img {
	display:block;
	margin:0 auto;
}

/* Nav 
-----------------------------------*/
#nav {
	background:#939598 url(../images/bg_nav.gif) repeat-x bottom left;
	height:36px;
	border-bottom:20px solid #fff;
	margin:0 auto;
}
#nav ul, 
#nav li {
	list-style-type:none;
}
#nav ul {
	text-align:center;
	margin:0 auto;
	width:410px;
}
#nav li {
	float:left;
	padding:12px 5px 0 5px;
	height:24px;
	width:4.83em;
}
#nav li.selected {
	background:url(../images/bg_navlink.gif) no-repeat center bottom;
}
#nav li a {
	text-decoration:none;
	color:#fff;
	font-size:12px;
	font-family:Palatino, Georgia,"Times New Roman", Times, serif;
	
}

/* Wrapper 
-----------------------------------*/
#wrapper {
	min-height:337px;
	background:#FFF url(../images/bg_wrapper.gif) repeat-x bottom center;
	margin:0 auto;
}
*html #wrapper {
	height:337px;
}

/* Flash Bar 
-----------------------------------*/
#flashbarwrapper {
	height:337px;
	background:#808284 url(../images/bg_photobar.gif) repeat-y top center;	
}
#flashbar {
	height:337px;
	background:url(../images/bg_wrapper.gif) repeat-x bottom;	
}


/* Photo Bar 
-----------------------------------*/
#photobar {
	height:150px;
	background:#808284 url(../images/bg_photobar.gif) repeat-y top center;
	margin:0 auto;
}
#photobar img {
	display:block;
	margin:0 auto;
	border-left:#fff 10px solid;
	border-right:#fff 10px solid;
}

/* Content 
-----------------------------------*/
#content {
	margin:0 auto;
	text-align:left;
	width:377px;
	padding:29px 0 18px 0;
	line-height:1.7em;
	overflow:auto;
}
#content a {
	font-style:italic;
	font-weight:bold;
	font-size:12px;
}
#content h1 {
	font-size:20px;
	font-weight:normal;
	line-height:1.2em;
	margin-bottom:.5em;
}
#content h2 {
	font-size:13px;
	line-height:1.5em;
}
#content p {
	margin-bottom:1em;
	margin-top:1em;
}
#content ul {
	margin-left:2em;
	margin-bottom:1em;
	margin-top:1em;
}

/* Content Exceptions
----------------------*/

#contactus #content h2 {
	font-size:13px;
	line-height:1.5em;
	margin-bottom:1em;
	clear:both;
}
#contactus #content h3 {
	font-size:13px;
	line-height:1.5em;
	font-weight:normal;
}
#contactus .portrait {
	margin-bottom:7px;
	float:left;
	width:162px;
	border:#d1d3d5 solid 1px;
	padding:10px;
}
#contactus .left {
	margin-right:7px;
}
#contactus .principals {
	margin-bottom:12px;
}
#contactus .portrait img {
	display:block;
	padding-bottom:7px;
}
#contactus dl {
	line-height:1.5em;
}
#contactus dt {
	font-style:italic;
	font-size:12px;
}
#contactus dt span.credentials {
	font-variant:small-caps;
}
#contactus dd {
	font-size:10px;
	font-style:italic;
}
#contactus dd a {
	font-size: 10px;
	color:#6C6E70;
}

/* Portfolio Exceptions
----------------------*/

#portfolio #lightboxgallery {
	width:448px;
	margin:0 auto;
	overflow:auto;
	padding-bottom:29px;
}
#portfolio #lightboxgallery img {
	display: block;
	float:left;
	border: solid 5px #D1D3D4;
	width:136px;
	margin:0 5px 5px 0;
}
#portfolio #lightboxgallery img.last {
	margin-right:0;
}
#portfolio #lightboxgallery p {
	clear:both;
	padding-top: 29px;
}
#portfolio .lightboxHidden { display:none; }

/* Footer 
-----------------------------------*/
#footer a {
	color:#9D9FA2;
	font-style:normal;
}
#footer {
	border-top:#E96720 solid 72px;
	font-size:11px;
	color:#9D9FA2;
	padding:14px 0;
}

/* Misc. 
-----------------------------------*/
.divider {
	border-top:#D1D1D3 solid 1px;
	padding-top:1em;
	margin-top:1em;
}
.slightlylarger {
	font-size:13px;
	line-height:1.5em;
	font-weight:normal;
}
.slightlysmaller {
	font-size:11px;
	line-height:1.5em;
	font-weight:normal;
}
.llc {
	font-variant:small-caps;
	font-style: italic;
}
#content a.fancylink,
#content a.fancylink:link,
a.fancylink,
a.fancylink:link {
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
	font-family:Palatino, Georgia,"Times New Roman", Times, serif;
	color:#6D6E71;
	padding:.4em 2.1em .4em 0;
	background:url(../images/viewmap_arrow.gif) no-repeat right 3px;
	letter-spacing: .5px;
}
#content a.fancylink:hover,
a.fancylink:hover {
	background:url(../images/viewmap_arrow_over.gif) no-repeat right 3px;
}
#content a.fancylink:active,
a.fancylink:active {
	background:url(../images/viewmap_arrow_on.gif) no-repeat right 3px;
}
