﻿html, div, h1, h2, li, span, ul {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	background-color:#24180d;
	font:16px georgia, verdana, arial, helvetica, sans-serif;
	height:100%;
}

html {
	background-color:#24180d;
	font:16px georgia, verdana, arial, helvetica, sans-serif;
	height:100%;
}

a {
	color:#58A99B;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h3 {
	border-bottom:1px solid #999;
	margin-bottom:10px;
}

.button {
	font-weight:bold;
	width:80px;
	height:24px;
	background-color:#4b4b4b;
	border:1px solid #000;
	color:#FFFFFF;
	cursor:pointer;
	margin-left:180px;
	float:left;
}

.button:hover {
	background-color:#000;
}

.clear {
	clear:both;
}

.content {
	background-color:#ffffff;
	padding:30px 0 80px;
}

.displayCase {
	width:100%;
	padding:10px 0 10px 0;
}

.displayCase ul li img {
	border:1px solid #000;
}

.displayCase ul {
	list-style:none;
}

.displayCase li {
	list-style:none;
	height:118px;
	width:25%;
	text-align:center;
	float:left;
}

.resume ul li img {
	border:0;
}

.resume li {
	height:164px;
}

.errorBox {
	background-color:#990000;
	border:solid 1px #8C0000;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding:10px;
	text-align:center;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.footer {
	bottom:0;
	position:absolute;
	width:100%;
}

.header {
	background:url(/images/layout/bg_header.png);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:90px;
	z-index:1000;
}

.menu {
	float:right;
	line-height:100px;
}

.menu li {
	float:left;
	list-style:none;
	margin-left:40px;
}

.menu li a {
	color:#b4ccd2;
	font-weight:bold;
	text-decoration:none;
}

.menu li a:hover {
	color:#ffffff;
}

.page {
	height:auto !important;
	min-height:100%;
}

.subheader {
	background:url(/images/layout/bg_subheader.jpg);
	width:100%;
}

.subheader .wrapper {
	height:393px;
	min-height:185px;
	max-height:393px;
}

.subheader h2 {
	color:#ffffff;
	font-size:46px;
	bottom:0;
	position:absolute;
}

.text {
	text-align:justify;
	width:645px;
}

.title {
	float:left;
	margin-top:26px;
}

.title img {
	vertical-align:middle;
	border:0;
}

.tree {
	background:url(/images/layout/tree_fullroots.png) no-repeat center bottom;
	bottom:860px;
	overflow:hidden;
	position:relative;
	height:1076px;
	min-width:960px;
	max-width:1920px;
	width:100%;
	z-index:1;
	display:inline-block;
	float:left;
}

.webBox {
	background-color:#5f8fc6;
	border:solid 1px #000;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding:10px;
	text-align:center;
}

.wrapper {
	width:960px;
	margin:0 auto;
	position:relative;
	z-index:100;
}

.container {
	overflow:hidden;
	width:938px;
	margin:0 auto;
}

#main {
	padding:10px;
	background:#f0f0f0;
	border:1px solid #ccc;
	font:10px normal Arial, Helvetica, sans-serif;
}

#main a {
	color:#fff;
}

#main .main_image {
	width:636px;
	height:456px;
	float:left;
	background:#333;
	position:relative;
	overflow:hidden;
	color:#fff;
}

#main .main_image img {
	width:100%;
}

#main .main_image hr {
	margin:0 10px;
	padding:0;
	border:0;
	border-bottom:1px solid #fff;
}

#main .main_image h2 {
	float:left;
	font-size:2em;
	font-weight:normal;
	line-height:1.4em;
	padding:10px 10px 0 10px;
}

#main .main_image .role {
	display:inline;
	float:right;
	font-size:1.6em;
	vertical-align:middle;
}

#main .main_image .tech {
	clear:left;
	font-size:1.2em;
	padding:0 10px;
	margin:0;
	line-height:1.6em;
}

#main .main_image p {
	font-size:1.2em;
	padding:10px;
	margin:0;
	line-height:1.6em;
}

#main .main_image .desc {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	display:none;
}

#main .main_image .block {
	width:100%;
	background:#111;
	border-top:1px solid #000;
}

#main .main_image a.collapse {
	background:url(/images/icons/btn_collapse.gif) no-repeat left top;
	height:27px;
	width:93px;
	text-indent:-99999px;
	position:absolute;
	top:-27px;
	right:20px;
}

#main .main_image a.show {
	background-position:left bottom;
}

#main .image_thumb {
	float:left;
	width:299px;
	background:#f0f0f0;
	border-right:1px solid #fff;
	border-top:1px solid #ccc;
}

#main .image_thumb img {
	border:1px solid #ccc;
	padding:5px;
	background:#fff;
	float:left;
	height:38px;
}

#main .image_thumb ul {
	margin:0;
	padding:0;
	list-style:none;
}

#main .image_thumb ul li {
	margin:0;
	padding:12px 10px;
	background:#f0f0f0 url(/images/icons/nav_a.gif) repeat-x;
	width:279px;
	float:left;
	border-bottom:1px solid #ccc;
	border-top:1px solid #fff;
	border-right:1px solid #ccc;
}

#main .image_thumb ul li.hover {
	background:#ddd;
	cursor:pointer;
}

#main .image_thumb ul li.active {
	background:#fff;
	cursor:default;
}

#main .image_thumb ul li h2 {
	font-size:1.5em;
	margin:5px 0;
	padding:0;
	float:left;
	margin-left:10px;
}

#main .image_thumb ul li .block {
	float:left;
	margin-left:10px;
	padding:0;
	width:170px;
	display:none;
}
