/*

	CSS RESET ========================================

*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*

	WEB ============================================

*/


pre.dump { 
	margin: 20px;
	padding: 25px;
	color: #333;
	background-color: #EEE;
	line-height: 18px;
}


/* 

	CUSTOM STYLES ====================================
	

*/

body {
	background-color: #3b3b3b;
	background-image: url(../images/bg.png);
	font-family: Helvetica, Arial, sans-serif;
}

div#strip { 
	width: 100%;
	height: 110px;
	background-color: #d0d0d0;
	background-image: url(../images/bg.png);
	position: absolute;
	z-index: 1;
	top: 157px;
	left: 0;
	opacity: 0.25;
	filter: alpha(opacity = 25);
}

div#outerContainer { 
	margin: 30px auto 0 auto;
	width: 890px;
	height: 550px;
	padding: 15px;
	background-color: #FFF;
	box-shadow: 0px 3px 5px #222;
	-webkit-box-shadow: 0px 3px 5px #222;
	-moz-box-shadow: 0px 3px 5px #222;
	position: relative;
	z-index: 5;
}

div#innerContainer { 
	margin: 0 auto 0 auto;
	width: 100%;
	height: 100%;
	border: 1px solid #d9d9d9;
	position: relative;
}

div#watermark { 
	width: 330px;
	height: 305px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(../images/watermark.png);
	background-repeat: no-repeat;
}

div#blanker {
	width: 100px;
	height: 100px;
	background-color: #FFF;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}

div#navBar {
	width: 220px;
	height: 100%;
	background: #77B7A1; /* old browsers */
	background: -moz-linear-gradient(top, #77B7A1 0%, #2F493F 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77B7A1), color-stop(100%,#2F493F)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77B7A1', endColorstr='#2F493F',GradientType=0 ); /* ie */
	float: left;
	position: relative;
}

div#logo { 
	width: 225px;
	height: 225px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	position: relative;
}


ul#nav {
	margin: 20px;
	font-family: Helvetica, Arial, sans-serif;
	cursor: pointer;
	position: relative;
	bottom: 10px;
}

div#content { 
	width: 365px;
	height: 270px;
	padding: 25px;
	float:left;
	color: #393939;
	font-family: Helvetica;
}

div#content h1 {
	font-size: 22px;
	
}

div#picScroller {
	width: 212px;
	height: 285px;
	float: left;
	border:1px solid #666;
	position: relative;
	margin: 20px;
}

div#picScrollerz {
	width: 212px;
	height: 285px;
	float: left;
	border:1px solid #666;
	position: relative;
	margin: 20px;
}

div#picScroller img {
	position: relative;
}

div#content p {
	margin: 8px 0px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 18px;
}

div#content ul.projects { 
	width: 600px;
	margin: 8px auto;
	position: relative;
	margin-left: 22px;
	list-style: none;
	max-height: 100px;
	display: none;
}

div#content ul.projects li { 
	float: left;
	margin: 10px;
}

div#content ul {
	width: 500px;
	margin: 8px 0px;
	position: relative;
	margin-left: 22px;
	list-style: disc;
	max-height: 100px;
}

div#content ul li { 
	font-size: 14px;
	line-height: 18px;
}

div#content ul li ul { 
	position: relative;
}

input.btn { 
	margin: 4px;
	color:#4e7969;
	cursor: pointer;
	padding: 6px;
	background-color: #EEE;
	border: 1px solid #b1b1b1;
	background: #E3E3E3; /* old browsers */
	background: -moz-linear-gradient(top, #E3E3E3 0%, #B0B0B0 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E3E3E3), color-stop(100%,#B0B0B0)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E3E3E3', endColorstr='#B0B0B0',GradientType=0 ); /* ie */
	font-weight: bold;
	font-size: 11px;
}

input.btn:hover { 
	color: #EEE;
	background: #77B7A1; /* old browsers */
	background: -moz-linear-gradient(top, #77B7A1 0%, #5AA88D 50%, #3B6D5B 51%, #486F61 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77B7A1), color-stop(50%,#5AA88D), color-stop(51%,#3B6D5B), color-stop(100%,#486F61)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77B7A1', endColorstr='#486F61',GradientType=0 ); /* ie */
	text-shadow: 0px 1px 1px #333;
	font-weight: bold;
}

ul#nav li { 
	font-size: 20px;
	color: #FFF;
	line-height: 24px;
	margin: 5px 0px 5px 0px;
	font-weight: 100;
}

ul#nav li a:link { 
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
}

ul#nav li a:visited { 
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
}

ul#nav li a:hover { 
	color: #1a2823;
	text-decoration: none;
	font-size: 20px;
}

ul#nav li ul {
	display: none;
}

ul#nav li ul { 
	margin: 0px 0px 0px 20px;
	height: auto;
}

ul#nav li ul li { 
	font-size: 12px;
	line-height: 14px;
	color: #dbd487;
}

ul#nav li ul li a:link { 
	color: #dbd487;
	text-decoration: none;
}

ul#nav li ul li a:visited {
	color: #dbd487;
	text-decoration: none;
}

ul#nav li ul li a:hover {
	color: #f4ea7f;
	text-decoration: none;
}

div#extra { 
	position: relative;
	width: 180px;
	height: auto;
	padding: 5px 20px;
	position: absolute;
	bottom: 0px;
	border-top: 1px solid #304b41;
	float: left;
}

div#extra h1 {
	margin: 5px 0px;
	color: #FFF;
	font-size: 26px;
}

div#extra p {
	margin: 5px 0px;
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
	font-weight: 100;
}

div#banner {
	width: 670px;
	height: 110px;
	border-bottom: 1px solid #6ea290;
	float: left;
}

div#banner h1 { 
	margin: 0px 20px 20px 0px;
	color: #0f5b47;
	font-size: 30px;
	line-height: 32px;
	max-width: 400px;
	text-align: right;
	float: right;
	position: relative;
	top: 30px;
}

div#picBanner {
	width: 670px;
	height: 110px;
	float: left;
	background-color: #EEE;
	overflow: hidden;
}

div#footer {
	margin: 10px auto 0 auto;
	width: 920px;
	text-align: right;
	color: #eee;
	font-weight: 100;
	clear: both;
}

div#footer p {
	font-size: 12px;
	color: #eee:
	font-weight: 100;
}

div#footer a:link {
	color: #FFF;
	text-decoration: none;
}

div#footer a:visited {
	color: #FFF;
	text-decoration: none;
}

div#footer a:hover {
	color: #c70909;
	text-decoration: none;
}

div.catbox { 
	margin: 2px 10px;
	width: 80px;
	height: 70px;
	border: 1px solid #000;
	position: relative;
	display: block;
	float:left;
}

div.catbox h2 { 
	width: 70px;
	height: 12px;
	background-color: #314c42;
	color: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	font-size: 12px;
	padding: 5px;
	opacity: 0.8;
	margin: 0;
}

div.catbox:hover { 
	cursor: pointer;
}

div.catbox:hover h2 { 
	opacity: 0.90;
}

div.scrollable {
	width: 620px;
	
	height: 220px;
	position: relative;
	z-index: 4;
	padding: 5px 25px 10px 0px;
}

div.scrollable h2.mer { 
	font-size: 18px;
	margin: 15px 0px 5px 5px;
	font-weight: bold;
	font-style: italic;
}

div.scrollable ul {
	float:left;
	width: auto;
	max-width: 220px;
	margin: 5px 0px 10px 25px;
}

ul.proj {
	position: relative;
	float: left;
	overflow: visible;
	left: 15px;padding-left: 20px;
}

ul.proj li {
	list-style: none;
	width: 200px;
	margin: 0;
	margin-left: 5px;
	padding: 5px;
	cursor: pointer;
	overflow: visible;
	background-repeat: no-repeat;
	padding-left: 35px;
	position: relative;
	right: 35px;
	background-position: 0px 0px;
}

ul.proj a:hover {
	color: #FFF;
}

ul.proj li a:link, a:visited {
	font-size: 16px;
	color: #333;
	text-decoration: none;
}

div#content table { 
	margin: 24px;
}

div#content table th { 
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	color: #124532;
}

div#content table td { 
	text-align: left;
	padding: 5px 5px 8px 8px;
	font-size: 14px;
	line-height: 18px;
}

table#projectsTbl {
	margin: 0 auto 0 auto;
	padding: 0;
}

table#projectsTbl td {
	padding: 0;
	margin: 0;
}

map {
	display: none;
	outline: none;
	background-color: transparent;
}

/* 

	CLEARFIX ========================================
	
*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}