﻿html
{
	height: 100%;
	margin: 0;
}
body
{
	font: 14px sans-serif;
	color: Black;
	padding: 0;
	margin: 0;
	height: 100%;
}
h3
{
	font-size: 15px;
	font-weight: bold;
}
h4
{
	font-size: 14px;
}
img
{
	border: none 0;
}
a
{
	color: #579390;
	text-decoration: underline;
}
em
{
	font-weight: bold;
	font-style: normal;
}
a em
{
	font-weight: inherit;
	font-style: italic;
}
.column33
{
	display: block;
	width: 230px;
	float: left;
	margin: 0 23px 40px 0;
}
.divclear
{
	display: block;
	clear: both;
	height: 0;
	width: 0;
	overflow: hidden;
	visibility: hidden;
}
#siteheader
{
/*	position: absolute; */
	top: 0;
	left: 0;
	width: 100%;
	height: 131px;
	z-index: 1;
}
#logobar
{
	width: 100%;
	height: 91px;
	background-image: url("images/header_bar_bg.png");
	background-repeat: repeat-x;
}
#sitelogo
{
	width: 200px;
	height: 27px;
	position: absolute;
	left: 50%;
	top: 36px;
	margin: 0 0 0 -380px;
}
#navbar
{
	width: 100%;
	height: 39px;
	background-image: url("images/navigation_bg.png");
	background-repeat: repeat-x;
	position: relative;
	padding: 0;
	margin: 0;
}
#navigation
{
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -382px;
	list-style: none;
	text-indent: 0;
}
#navigation li
{
	padding: 0;
	margin: 0 1px 0 0;
	display: inline-block;
	float: left;
	font: 12px/31px sans-serif;
	height: 39px;
	text-transform: uppercase;
	color: Black;
	text-indent: 0;
}
#navigation li a
{
	position: relative;
	vertical-align: bottom;
	display: block;
	height: 31px;
	width: auto;
	float: left;
	text-decoration: none;
	color: Black;
	background: url("images/navigation_inactive_bg.png") repeat-x top;
	padding: 8px 7px 0 8px;
	margin: 0;
	text-align: center;
	white-space: nowrap;
}
#navigation li a img
{
	border: none 0;
	padding: 0;
	margin: 0;
}
#navigation li a .navtableft
{
	display: block;
	width: 3px;
	height: 39px;
	background: url("images/navigation_inactive_bg_left.png") no-repeat right bottom;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}
#navigation li a .navtabright
{
	display: block;
	width: 3px;
	height: 39px;
	background: url("images/navigation_inactive_bg_right.png") no-repeat left bottom;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0 -1px 0 0;
	padding: 0;
}
#navigation li.activenav a, #navigation li a:hover
{
	background: url("images/navigation_active_bg.png") repeat-x bottom;
}
#navigation li.activenav a .navtableft, #navigation li a:hover .navtableft
{
	background: url("images/navigation_active_bg_left.png") no-repeat right bottom;
}
#navigation li.activenav a .navtabright, #navigation li a:hover .navtabright
{
	background: url("images/navigation_active_bg_right.png") no-repeat left bottom;
}
#pagecontent
{
	position: relative;
	z-index: 2;
	margin: 8px auto 5px auto;
	width: 760px;
}


/* Footer-specific CSS */
#nonfooterwrapper
{
	position: relative;
	min-height: 100%;
	/* This is a lame IE hack. I hate hacks, but what can you do? I can't believe "position: absolute; bottom: 0;" doesn't work. */
	height: auto !important;
	height: 100%;
	margin-bottom: -80px;
}
#push
{
	height: 80px;
	clear: both;
}
#sitefooter
{
	position: relative;
	width: 100%;
	height: 80px;
	background: url("images/footer_bg.png") repeat-x center bottom;
	clear: both;
}
	
	


/* Portfolio Page */
.portfoliosite
{
	clear: both;
	padding: 10px 0;
	margin: 10px 0 0 0 0;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px 0 0 0;
}
.portfoliosite .portfolioimages
{
	margin: 0 10px 10px 0;
	width: 416px;
	float: left;
}
.portfoliosite .portfoliocrop
{
	margin: 0;
	background: white;
	border: solid 1px #CCCCCC;
	padding: 2px;
}
.portfoliosite .portfoliotext
{
	width: 330px;
	float: right;
}
.portfoliosite .sitetitle
{
	margin: 0 0 0 0;
	font: bold 16px sans-serif;	
}
.portfoliosite .launchdate
{
	margin: 0;
	font: normal 10px sans-serif;
}
.portfoliosite .technologylist
{
	margin: 5px 0 8px 0;
	font: bold 12px sans-serif;
}
.portfoliosite .description
{
}
.portfoliosite .sitelink
{
	text-align: center;
	background-color: #579390;
	color: #aac8c6;
	font: bold 12px/30px sans-serif;
	width: 152px;
	height: 30px;
	margin: 2px 2px 2px 0;
	float: left;
}
.portfoliosite .sitelink a
{
	color: #FFFFFF;
	display: block;
	width: 152px;
	height: 30px;
	margin: 0;
}
.portfoliosite .screenshotlink
{
	text-align: center;
	background-color: #3d342f;
	font: bold 12px/30px sans-serif;
	width: 252px;
	height: 30px;
	margin: 2px 0 2px 0;
	float: left;
}
.portfoliosite .screenshotlink a
{
	color: #FFFFFF;
	display: block;
	width: 252px;
	height: 30px;
	margin: 0;
}