/*============================= Font Face for E-tard ================================*/


@font-face {
	font-family: "Stylograph";
	src: url(fonts/STYL.EOT);
} 


/*============================= CSS3 Font Face ================================*/



@font-face {
	font-family: "Stylograph";
	src: url(fonts/STYL.TTF) format("truetype");
}



/*============================= Standard Tags ================================*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font-family: "Trebuchet MS","lucida sans",Verdana,sans-serif;
	color: #757561;
	font-size: 12px;
	background-color: #e6e5de;
	line-height: 22px;
	height: 100%;
	min-width: 920px;
	max-width: 1720px;
}

h1,h2,h3,h4 {
	margin: 10px 0;
}

p {
	margin: 10px 0 15px 0;
}

h2 { font: 1.8em/1.6em Stylograph; font-weight: 500; color: #597B7B; }
h3 { font-size: 12px; }
h4 { font-size: 12px; }


li {
	margin-left: 15px;
}

a {
	color: #809639;
	text-decoration: underline;
}

a:hover, a:focus {
	text-decoration: none;
}

input, textarea {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 12px;
	padding: 1px 3px;
	
}

strong {
	color: #809639;
}

.cb { clear: both; }
.cl { clear: left; }
.cr { clear: right; }


h2 a { 
	color: #597B7B;
	text-decoration: none;
}

h2 a:hover { 
	text-decoration: underline;
}

/*============================= Main Layout ===============================*/

#bgimage {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -1;
	overflow: hidden;
}

#bgimage div {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 580px 180px;
}



#banner-top {
	position: relative;
	z-index: 10;
	height: 52px;
	background-color: #757561;
	background-image: url(../gfx/bg-banner.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

.width {
	width: 760px;
	position: relative;
	z-index: 10;
}

#wrapper {
	position: relative;
	margin: 0;
	width: 100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	background-image: url(../gfx/bg2.png);
	background-repeat: repeat-y;	
	
}


#title h1 {
	margin: 80px 0 0 80px;
	padding: 0;
}

#title h1 a {
	display: block;
	height: 85px; /* Don't forget print.css too */
	width: 162px; 
	text-indent: -2000em;
	overflow: hidden; /* IE */
	background: url(../gfx/logo.png) 0 0 no-repeat;
	outline: none;
}

#title h1 a:hover, #title h1 a:focus {
	background: url(../gfx/logo.png) 0 -85px no-repeat;
}




/*===================== Two Column Layout - Left Sidebar ==============================*/


#container2ls {
	width: 100%;
	float: right;
	margin-left: -250px;
}

#content2ls {
	margin-left: 250px;
	padding: 20px 40px 80px 40px;	
}

#sidebar2ls {	
	width: 210px;
	padding: 20px 20px 80px 20px;
	float: left;
}


/*================================ Staff Profile ==================================*/

.profile {
	width: 100%;
	float: left;
	margin: 34px 0 30px 0;
}

.profile img {
	float: left;
	margin-right: 20px;
}

.profile h2 {
	margin-top: 40px;
}

.profile h3 {
	margin-top: -16px;
	text-transform: uppercase;
}

.profile h4 {
	margin-top: -12px;
	font-weight: normal;
	font-size: 12px;
}

/*================================ Main Nav ==================================*/


#nav {
	position: relative;
	margin-left: 100px;
	margin-top: 50px;
}

#nav ul {
	margin: 0;
	list-style: none;
}

#nav li {
	margin: 0;
}

#nav a {
	color: #597B7B;
	display: block;
	width: 120px;
	padding: 0 0 0 15px;
	text-decoration: none;
	line-height: 30px;
	text-transform: uppercase;
	outline: none;
}

#nav a:hover, #nav a.selected, #nav a:focus {
	background-image: url(../gfx/nav-bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
}


#nav ul li ul {
	margin: 0 0 10px 10px;
}

#nav ul li ul li a {
	text-transform: none;
}

#nav ul li ul li a:hover, #nav ul li ul li a.selected, #nav ul li ul li a:focus {
	background-image: url(../gfx/nav-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}




#nav ul.archives {
}

#nav ul.archives a {
	display: inline;
	padding: 0 0 0 15px;
}

/*================================= Portfolio Nav ====================================*/

#port_nav {
	width: 100%;
	float: left;
	margin-top: 14px;
	margin-bottom: 2px;
}

#port_nav ul li {
	float: left;
	list-style: none;
	margin-left: 0;
	margin-right: 20px;
}

#port_nav ul li a {
	display: block;
	padding: 2px 0;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#port_nav ul li a:hover {
}

#port_nav ul li a.selected {
	color: #597B7B;
}



#port_subnav {
	width: 100%;
	float: left;
	margin-top: 12px;
	margin-bottom: 40px;
}

#port_subnav ul li {
	list-style: none;
	margin-left: 0;
}

#port_subnav ul li a {
	text-decoration: none;
	color: #62634f;
	
}

#port_subnav ul li a.selected {
	font-weight: bold;
}

/*================================= Portfolio ====================================*/

#portfolio {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-image: url(../gfx/pf_back.png);
	background-position: 820px 0;
	background-repeat: repeat-y;
}

#portfolio a img {
	border: none;
}

#portfolio ul {
	margin-left: 820px;
	margin-top: 52px;
	position: absolute;
}

#portfolio ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 450px;
	border-bottom: 4px solid #e6e5de;
}


#portfolio #top {
	position: absolute;
	height: 50px;
	width: 100%;	
	margin-left: 820px;
	margin-top: 52px;
	border-bottom: 4px solid #e6e5de;
}


a#up {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url(../gfx/pf_nav.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	text-indent: -2000em;
	outline: none;
}

/*

a#up:hover {
	background-position: 0 -50px;
}

*/

#up span.arrow {
	display: block;
	background: url(../gfx/sm_arrow_up.png) center center no-repeat;
	width: 60px;
	height: 48px;	
}



#portfolio #bottom {
	position: absolute;
	height: 50px;
	width: 100%;	
	margin-left: 820px;
	bottom: 42px;
	border-top: 4px solid #e6e5de;
}


a#down {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url(../gfx/pf_nav.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	text-indent: -2000em;
	outline: none;
}

/*

a#down:hover {
	background-position: 0 -50px;
}

*/

#down span.arrow {
	display: block;
	background: url(../gfx/sm_arrow_down.png) center center no-repeat;
	width: 60px;
	height: 48px;	
}




/*

#portfolio #bottom {
	border-top: 4px solid white;
	position: absolute;
	right: 0;
	height: 50px;
	width: 900px;
	bottom: 0;
	background: url(../gfx/bottom.png);
}

#portfolio #bottom.selected {
	background: url(../gfx/bottom_hover.png);
}


#arrowdown {
	background: url(../gfx/sm_arrow_down.png) center center no-repeat;
	width: 60px;
	height: 48px;
}
*/


#howto {
	width: 800px;
	position: absolute;
	bottom: 44px;
	text-align: right;
}



/*============================= Quote =================================*/



#quote {
	position: absolute;
	width: 400px;
	padding-bottom: 20px;
	bottom: 80px;
	margin-left: 820px;
	font: 1.6em/1.0em Stylograph; color: #597B7B;
	text-align: right;
	font-weight: 700;
	background-image: url(../gfx/quote-bullet.png);
	background-repeat: no-repeat;
	background-position: 70% bottom;
		
}

/*============================= Footer =================================*/



#footer {
	position: absolute;
	width: 100%;
	height: 42px;
	background-color: #757561;	
	bottom: 0;	
}

#footer ul {
	float: right;
	padding: 10px 0;
	display: none;

}

#footer ul li {
	float: left;
	margin: 0;
	list-style: none;
	padding: 0 10px;
	border-left: 1px solid #666;
}

#footer ul li a {
	color: #565656;
}

#footer ul li:first-child {
	border-left: none;
}


/*============================= Contact Page =================================*/

#maps {
	position: relative;
	width: 462px;
	height: 302px;
	border: 1px solid #597b7b;
}


#googlemap {
	width: 460px;
	height: 300px;
	position: absolute;
}

#streetview {
	width: 460px;
	height: 300px;
	position: absolute;
	display: none;

}


ul#mapnav {
	float: right;
	margin-bottom: 40px;
	margin-top: 5px;
}

ul#mapnav li {
	float: left;
	list-style: none;
	margin-left: 10px;
}

ul#mapnav li:first-child {
	border-right: 1px solid #809639;
	padding-right: 10px;
}

ul.contactinfo {
	margin-top: 10px;
}

ul.contactinfo li {
	margin-bottom: 8px;
	list-style: none;
	margin-left: 0;
}

/*============================= Blog o Sphere =================================*/

.blogentry {
	margin-bottom: 40px;
}


ul.blogarchives {
	position: relative;
	left: 80px;
	top: 32px;
	margin-bottom: 10px;
}



.comment {
	border-bottom: 1px dotted silver;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


/*============================= Record Set Paging =================================*/


.pages a, .pages span {
	display: block;
	float: left;
	padding: 4px 5px;
	margin: 0 6px 0 0;
	background: #999;
	width: 16px;
	text-align: center;
}

.pages span.current {
	font-weight: bold;
	background: #666;
	color: #fff;
}

.pages a {
	color: #666;
	text-decoration: none;
	color: #fff;
}

.pages a:hover {
	color: #fff;
	background: #555;	
}


