
/**********RESET**********/

* {
	border: none;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	outline: 0;
}


/**********BODY & BASIC ELEMENTS**********/

body {

	background: url(../images/bg.jpg) repeat;
	margin: 0px auto;
	width: 800px;
	font: 12px "Trebuchet MS","Trebuchet","Helvetica","Arial",sans-serif;
	color: #222222;
}

#Wrapper {

	width: 800px;
	padding: 1px 10px;
	position: relative;
	background: #005d65;
}

a {
	
	color: #005d65;
}

a:hover {

	text-decoration: underline;
}

h2 {

	margin: 0 0 20px;
	color: #492580;
	letter-spacing: 1px;
	font-size: 1.5em;
	clear: both;
}

h3 {
	font-size: 1.25em;
}

p {
	margin: 20px 0;
	line-height: 1.5em;
}

ul { margin: 20px 0; }

li { 
	margin-left: 2em; 
	margin-bottom: 5px;
}

.list-plain { list-style: none; }

.list-plain li { margin-left: 0; }

.two-column:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.two-column li {
	float: left;
	width: 48%;
	padding-right: 2%;
}

/**********HEADER***********/

#Header {
	height: 80px;
}

#Header h1 {

	color: #ffffff;
	height: 80px;
	width: 500px;
	float: left;
	background: url(../images/masthead.png) no-repeat;
}

#Header h1 a {
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 100%;
}

/**********CONTENT**********/


#Content {

	background: #ffffff;
	border: 1px solid #444444;
	margin: 0 10px;
	padding: 20px;
	width: auto;
	clear: right;
	min-height: 400px;
}	

/*#Content li { padding: 10px 0; clear: left; }*/


table {
	
	border: 0px solid #444444;
	background: #005d65;
	font-size: 1.25em;
	
}

tr {margin: 0; padding: 0;}


td {

	background: #ffffff;
	border: 0px solid #444444;
	padding: 5px;
	margin: 2px;
}

#FeaturedWork {
	margin-bottom: 60px;
}

#FeaturedWork:after {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

#FeaturedWork div.project {
	width: 346px;
	float: left;
	margin: 10px;
	position: relative;
	border: 1px solid #666666;
}

#FeaturedWork img {
	float: left;
	width: 346px;
}

#FeaturedWork div.project:hover img { 
	opacity: .25;
}

#FeaturedWork .desc {
	display: none;
	position: absolute;
	bottom: 0;
	width: 318px;
	height: 165px;
	padding: 15px;
}

#FeaturedWork div.project:hover .desc {
	display: block;
}

#FeaturedWork .desc h3 {
	color: #492580;
}

#FeaturedProject {
	width: 700px;
}

#FeaturedProject img {
	float: left;
	width: 400px;
	border: 1px solid #666666;
}

#FeaturedProject .desc {
	width: 280px;
	float: right;
}

#FeaturedProject .desc h3 {
	color: #492580;
}

#FeaturedProject .features {
	clear: both;
	padding-top: 20px;
}


/**********NAVIGATION**********/

#Nav {
	
	background: #bfbfbf;
	border: 1px solid #444444;
	width: 300px;
	position: absolute;
	top: 65px;
	right: 40px;
	padding: 0 1px;
	margin: 0;
	list-style: none;
}

#Nav li {

	display: block;
	float: left;
	width: 73px;
	margin: 2px 1px;
}

#Nav a {
	
	display: block;
	padding: 5px;
	margin: 0px;
	text-align: center;
	color: #492580;
	font-weight: bold;
}

#Nav a:hover,
#Nav a.active {

	background-color: #492580;
	color: #ffffff;
	text-decoration: none;
}
	
	
/**********SITE INFO**********/

.siteinfo {
	color: #ffffff;
	font-size: .9em;
}	

#HeaderSiteInfo { 
	float: right;
	text-align: right;
	padding-right: 10px;
}

#FooterSiteInfo {

	margin: 50px 20px 0px;
	text-align: center;
}

.siteinfo a {
	color: #ffffff;
}

.siteinfo p {

	margin: 10px 0;
}

