/*
main.css:
------------------------------------------------------------------------------------------
	= Shells
	= Headings
	= Nav
	= Content
	= Boxouts
	= Links
	= Misc

=Shells
------------------------------------------------------------------------------------------ */
body {
	background: #FFF url(../images/body.gif) repeat-y left top;
	color: #000;
	margin: 0;
	padding: 0;
}
#container {
	background: url(../images/container.gif) repeat-x;
}
a img {
	border:none;
}

/*
=Headings
------------------------------------------------------------------------------------------ */
h1 {
	margin: 0;
	padding: 0;
	background: url(../images/h1_logo.gif);
	height: 229px;
	width: 256px;
	float: left;
	
}
h1 span {
	position: absolute;
	top: -1000px;
	left: -1000px;
}
h2 {
	color: #F89828;
	font: bold 17px "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
}
h3 {
	color: #008C98;
	font: bold 12px "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
}
#boxouts h3 {
	margin: 0;
	padding: 5px 10px 0;
	background-color: #D6EBEF;
	color: #008C98;
}

/*
=Nav
------------------------------------------------------------------------------------------ */
#header {
	background: url(../images/header.gif) no-repeat;
	height: 106px;
}
#header ul {
	margin: 0 0 0 -20px;
	float: left;
	padding: 61px 0 0;
	list-style: none;
}
#header ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#header ul a {
	float: left;
	display: block;
	padding: 6px 6px 30px;
	color: #FFF;
	background-color: transparent;
	font: 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#header ul a {
	float: none;
}
/* End IE5-Mac hack */

#header ul li#active {
	background: url(../images/nav_active_right.gif) no-repeat right top;	
}
#header ul li#active a {
	background: url(../images/nav_active_left.gif) no-repeat left top;
	font-weight: bold;
}
#header ul a:hover {
	color: #D6EBEF;
}
#header ul li#active a:hover {
	color: #FFF;
}

/*
=Content
------------------------------------------------------------------------------------------ */
#content {
	clear: left;
	margin-top:120px;
	margin-left: 32px;
	padding-top: 20px;
	text-align: justify;
	font: 14px/19px "Trebuchet MS", Verdana, Arial, sans-serif;
	width: 314px;
	color: #718A8C;
}
#content p {
	margin: 0 0 10px 0;
}
#content ul {
	margin:5px 0 10px 20px;
	list-style:square;
}
#content p.endnote {
	font-weight: bold;
	text-align: right;
}
.content_full {
	clear: left;
	margin:60px 32px 40px 32px;
	padding-top:20px;
	text-align: justify;
	font: 14px/19px "Trebuchet MS", Verdana, Arial, sans-serif;
	width: 619px;
	color: #718A8C;
}
.content_full .top {
	margin-top:0;
	padding-top:0;
}
.content_full a {
	color:#4D5F60;
	font-weight:bold;
}
.content_full a:hover {
	color:#718A8C;
	font-weight:bold;
}
#contact p {
	margin:0;
	padding:0;
}
.image_left {
	float:left;
	margin:0 18px 5px 0;
}
.image_left img {
	border:5px solid #008C98;
}
.image_left p {
	color:#F89828;
	font-weight:bold;
	text-align:center;
	margin:5px 0 0 0;
	padding:0;
}
.image_right {
	float:right;
	margin:0 0 5px 18px;
}
.image_right img {
	border:5px solid #008C98;
}
.image_right p {
	color:#F89828;
	font-weight:bold;
	text-align:center;
	margin:5px 0 0 0;
	padding:0;
}
.video {
	width:150px;
	text-align:center;
	float:left;
	margin:0 15px 15px 0;
}	
.video p {
	color:#F89828;
	font-weight:bold;
	margin:5px 0 0 0;
	padding:0;
	line-height:12px;
	text-transform:uppercase;
}
.video .tech {
	font-size:0.6em;
	font-weight:normal;
}
.project {
	background:url(../images/project.gif) no-repeat top left;
	height:55px;
}
.project h2 {
	padding:20px 0 0 0;
	margin:0;
}
#news h2 {
	padding:20px 0 0 0;
	margin:0 0 20px 0;
}
.form {
	border:2px solid #F89828;
	background:#EDF6F8;
}

/*
=Boxouts
------------------------------------------------------------------------------------------ */
#boxouts {
	position: absolute;
	left: 411px;
	top: 134px;
	width: 239px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #008C98;
	font-size: 0.8em;
}
#boxouts p {
	margin: 0;
	padding: 5px 10px 10px;
}
.boxout-wrap {
	background: url(../images/boxout_top.gif) no-repeat left top;
	padding-top: 8px;
}
.boxout {
	background: url(../images/boxout_bottom.gif) no-repeat left bottom;
	padding: 0 26px 70px 8px;
}

/*
=Links
------------------------------------------------------------------------------------------ */
h1 a {
	display: block;
	height: 229px;
	width: 256px;
}
#content a, #boxouts a {
	color: #59969C;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover, #boxouts a:hover {
	color: #3E686C;	
}

/*
=Misc
------------------------------------------------------------------------------------------ */
.hidden {
	display: none;
}
.clear {
	clear:both;
	height:1px;
	line-height:1px;
}