/**** Euclid Tech Labs 
	Gold		: #c2a358 (#b95)
	Blue		: #437d99 (#479)
	Lt.Blue	: # 			(#69c)
	Grey		: #666666 (#666)
	Dk.Grey	:	#444444 (#444)
****/


* {
	margin: 0;
	padding: 0;
}

body {
  text-align: center;
	color: #444;
	background: white url(../image/bg.gif) repeat-x;
}

img {
	border: 0;
}

a:link, a:visited {
	color: #479;
}

a:hover, a:active {
	color: #69c;
}

h1 {
	float: left;
	display: inline;
	width: 724px;
	height: auto;
	clear: both;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #b95;
	padding: 0px 0px 11px 0px;
	margin: 0px;
	background: url(../image/internal_line.gif) bottom no-repeat;
}

h1 a:link, h1 a:visited {
	text-decoration: none;
	color: #973;
}

h1 a:hover, h1 a:active {
	text-decoration: underline;
	color: #b95;
}

h2 {
	float: left;
	display: inline;
	clear: left;
	width: 480px;
	height: auto;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	margin: 3px 0px 0px 0px;
	color: #479;
	border-bottom: solid 1px #ccc;
}

h3 {
	float: left;
	display: inline;
	clear: left;
	width: 480px;
	height: auto;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin: 3px 0px 0px 0px;
	color: #666;
}

h4 {
	float: left;
	display: inline;
	clear: left;
	width: 480px;
	height: auto;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	margin: 2px 0px 0px 0px;
	color: #999;
}

p {
	float: left;
	display: inline;
	margin: 5px 0px;
	width: 480px;
	height: auto;
}

div.list {
	float: left;
	display: block;
	margin: 8px 0px;
	width: 465px;
	height: auto;
}

div.list ul, div.list ol {
	padding-left: 35px;
}

div.list li {
	margin: 2px 0px;
}

table {
	float: left;
	display: block;
	width: 724px;
	height: auto;
	border: 0px;
	margin: 8px 0px;
}

th, td {
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
}

th {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	color: #b95;
}

td {
	color: #666;
}

td a {
	font-size: 12px;
	font-weight: bold;
}

tr.grey td {
	background: #eee;
}

form {
	margin: 0;
	padding: 0;
}

input, select {
	border: solid 1px #479;
	font-family: tahoma, geneva, sans-serif;
	font-size: 12px;
	color: #444;
}

.inputImage {
	border: 0px;
}

/**** Wrappers ****/

#wrapper {
  width: 768px;
	height: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
	line-height: 15px;
  text-align: left;
	color: #666;
}

#bodyTop {
	float: left;
	display: inline;
	width: 768px;
	height: 7px;
	font-size: 1px;
	line-height: 1px;
	background: url(../image/euclid_top.gif) no-repeat;
	margin: 20px 0px 0px 0px;
}

#wrapperMain {
	float: left;
	display: inline;
	width: 768px;
	height: auto;
	background: white url(../image/bg_main.gif) repeat-y;
}

#wrapperOuter {
	float: left;
	display: inline;
	width: 768px;
	height: auto;
	background: url(../image/bg_left_top.gif) top left no-repeat;
}

#wrapperInner {
	float: left;
	display: inline;
	width: 768px;
	height: auto;
	background: url(../image/bg_right_top.gif) top right no-repeat;
}

#wrapperContent {
	float: left;
	display: inline;
	width: 752px;
	height: auto;
	margin: 0px 8px;
	background: none;
}

/**** Common Classes ****/
.bold { font-weight: bold; }
.italic { font-style: italic; }
.small { font-size: 11px; line-height: 14px;}
.normal { font-size: 12px; line-height: 15px; }
.medium { font-size: 14px; line-height: 17px; }
.big { font-size: 16px; line-height: 19px;}
.left { float: left; }
.right { float: right; }


/**** Header ****/

#header {
	float: left;
	display: inline;
	width: 752px;
	height: 70px;
	background: url(../image/header_bg.gif) repeat-x;
}

a.logo {
	float: left;
	display: inline;
	width: 106px;
	height: 42px;
	margin: 14px 0px 0px 16px;
}

/**** Search ****/

#search {
	float: right;
	display: inline;
	width: 420px;
	height: auto;
	padding: 42px 0px 0px 100px;
}

div.tagline {
	background: url(../image/tagline_header.gif) no-repeat top right;
}

span.searchText {
	float: left;
	display: inline;
}

span.searchLeft {
	float: left;
	display: inline;
	width: 16px;
	height: 16px;
	background: url(../image/search_bg_left.gif) no-repeat;
	margin: 0px 0px 0px 146px;
}

span.searchRight {
	float: left;
	display: inline;
	width: 5px;
	height: 16px;
	background: url(../image/search_bg_right.gif) no-repeat;
}

span.searchText input {
	width: 94px;
	height: 16px;
	padding: 0px;
	border: none;
	background: url(../image/search_bg.gif) repeat-x;
	font-size: 11px;
	line-height: 16px;
	position: relative;
	top: 0px;
	color: #777;
}

span.searchSubmit {
	float: left;
	display: inline;
	margin: 0px 0px 0px 3px;
}

span.searchSubmita {
	float: none;
	width: auto;
	height: auto;
	margin: 0px;
}

/**** Nav ****/

#nav {
	float: left;
	display: inline;
	width: 742px;
	height: 30px;
	background: url(../image/nav_bg.gif) repeat-x;
	padding: 0px 0px 0px 10px;
}

#nav a {
	float: left;
	display: inline;
	width: auto;
	height: 30px;
	padding: 0px 21px;
	text-align: center;
	font-size: 14px;
	line-height: 29px;
}

#nav a:link, #nav a:visited {
	background: none;
	color: white;
	text-decoration: none;
}

#nav a:hover, #nav a:active, #nav a.here {
	color: white;
	text-decoration: none;
	background: url(../image/nav_glow.gif) center no-repeat;
}

#navBottom {
	float: left;
	display: inline;
	width: 752px;
	height: 6px;
	background: url(../image/nav_bottom.gif) repeat-x;
}

/**** Content ****/

#content {
	float: left;
	display: inline;
	width: 728px;
	height: auto;
	padding: 6px 12px 12px 12px;
}

.homePhoto {
	float: left;
	width: 752px;
	height: 133px;
	border-bottom: solid 1px #ccc;
}

.homeBucket {
	float: left;
	display: inline;
	margin: 8px 40px 0px 2px;
	width: 211px;
	height: auto;
}

.lastBucket {
	margin: 8px 0px 0px 2px;
}

.homeBucket span.title {
	display: block;
	width: 211px;
	height: auto;
	color: #b95;
}

.homeBucket span.divider {
	display: block;
	width: 211px;
	height: 11px;
	font-size: 1px;
	line-height: 1px;
	background: url(../image/home_bucket_line.gif) no-repeat;
}

.homeBucket span.link {
	display: block;
	width: 211px;
	height: auto;
	margin: 2px 0px 5px 0px;
}

/*

.homeBucket span.subtitle {
	display: block;
	width: 211px;
	height: auto;
	color: #999;
	margin: 2px 0px 5px 0px;
}

*/

#homeTagline {
	float: right;
	display: inline;
	width: 185px;
	height: 85px;
	margin: 20px 10px 0px 0px;
	background: url(../image/tagline_home.gif);
}

div.image {
	float: right;
	padding: 5px;
	border: solid 1px #ccc;
	margin: 8px 8px 0px 0px;
}

div.imag {
	float: center;
	padding: 5px;
	border: solid 1px #ccc;
	margin: 8px 8px 0px 0px;
}

td.projectTitle {
	width: 400px;
	height: auto;
}

td.projectArea {
	width: 124px;
	height: auto;
}

td.projectCollaboration {
	width: 80px;
	height: auto;
}

td.projectStatus {
	width: 80px;
	height: auto;
}

/**** Footer ****/

#footer {
	float: left;
	display: inline;
	width: 752px;
	height: 30px;
	padding: 8px 8px 0px 8px;
	color: #aaa;
	text-align: center;
	background: url(../image/bg_bottom.gif) top no-repeat;
	font-size: 11px;
}

#footer span span {
	display: inline;
	margin: 0px 2px;
}

#footer a:link, #footer a:visited {
	color: #999;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #666;
	text-decoration: underline;
}

#footer a.fusionbox:link, #footer a.fusionbox:visited {
	color: #999;
	text-decoration: none;
}

#footer a.fusionbox:hover, #footer a.fusionbox:active {
	color: #f90;
	text-decoration: underline;
}


