/* Structure Styles */
		
body {
	color:#666;
	margin:0px;
	padding:0px;
}

#Container {
	margin: 0px auto auto;
	width:770px;
	padding-top:16px;
	padding-bottom:16px;
	border-left: 1px solid #336666;
	border-right: 1px solid #336666;
	background-color: #fff;
/*	background: #FFF url('img/main/main_border_top.jpg') no-repeat center top;*/
}

#Wrapper {
	width: 768px;
}

#headContainer {
	display:block;
	position:relative;
	top: -16px;
}

#headNav {
	width:570px;
}

#headInfo {
	height: 40px;
	padding-right: 20px;
	float: right;
	text-align: right;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	width:160px;
}

#logo {
	float:left;
	padding-left:20px;
	padding-top: 10px;
	width: 330px;
	height: 100px;
}

#logo img {
	border:none;
}

#headTabs {
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	width:210px;
	float:right;
}

#headTabPlixer {
	background-image: url('/img/main/spriteMain.png');
	background-position: -10px -86px;
	background-repeat: no-repeat;
	float:left;
	width: 100px;
	height: 24px;
	padding-top: 3px;
}

#headTabSystrax {
	background-image: url('/img/main/spriteMain.png');
	background-position: -10px -130px;
	background-repeat: no-repeat;
	float:right;
	width: 100px;
	height: 24px;
	padding-top: 3px;
}

#headTabSystrax a:link, #headTabSystrax a:active, #headTabSystrax a:visited {
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#headTabSystrax a:hover {
	text-decoration: underline;
}

#footer {
	margin-bottom: 2px;
	padding-left: 210px;
/*	padding-top: 32px;
	background: url('img/main/main_border_bottom.jpg') no-repeat center top;*/
}

#contentContainer {
	width: 562px;
	float:right;
	padding-left: 12px;
/*	border-right: 12px solid #E64421;*/
	text-align: left;
}

#contentTop {
	background: url("img/main/content_top_bg.png") no-repeat top left;
	padding-top: 14px;
}

#contentMid {
	background: url("img/main/content_mid_bg.png") repeat-y top left;
	padding: 0 35px 20px 16px;
}

#contentBottom {
	height: 16px;
	padding-top: 16px;
	background: url("img/main/content_bottom_bg.png") no-repeat top left;
}

#boxSpotlightContainer {
	padding-bottom: 20px;
}

#boxSpotlight1 {
	padding-right: 26px;
}

#boxSpotlight2 {
	padding-right: 26px;
}

#boxSpotlight3 {
}

.focusBoxDgrayTop {
	background: url('img/main/box_bg_lgray.png') no-repeat top left;
	padding: 16px 10px 0 0;
	margin: 10px auto 0 auto;
	width: 468px;
}

.focusBoxDgrayContent {
	padding: 0 14px 0 14px;
}

.focusBoxDgrayBottom {
	background: #F5F5F5 url('img/main/box_bg_lgray.png') no-repeat bottom left;
	height: 16px;
	width: 468px;
}

.focusBoxDgrayContent img {
	float: left;
	margin-right: 16px;
	border-style:none;
}

.focusBoxDgrayContent p {
	float: right;
	width: 282px;
	padding: 0;
	margin: 6px 0 0 0;
}

.focusBoxDgrayContent h3 {
	font-size: 14px;
}

.focusBoxDgrayContent span {
	color: #999;
}

.clear {
	clear: both;
}


/* 	LEFT HAND NAVIGATION MENU STYLES */

#navContainer {
	position: relative;
	width: 170px;
	margin-left: 8px;
	font-family: arial, helvetica, sans-sarif;
	font-size :11px;
}

.navTop {
	background: url("img/main/nav_left_bg.png") no-repeat top left;
	padding: 8px 0 0 5px;
}

.navBottom {
	background: url("img/main/nav_left_bg.png") no-repeat bottom left;
	padding-top: 8px;
	height:4px;
}

#mmenu {
	font-family: arial, helvetica, sans-sarif;
	font-size: 11px;
}

#mmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  
#mmenu li {
	margin-top: 2px;
	font-weight: 700;
}

#mmenu a {
	display: block;
/*	background: url("img/main/nav_btn.png") no-repeat left -26px;*/
	border-left:#999 solid 4px;
	padding: 4px 5px 2px 5px;
	text-decoration: none;
}
  
#mmenu a:hover { text-decoration: none; color:#273C82; border-left:#273C82 solid 4px;}
#mmenu a:link 	{ text-decoration: none; color:#273C82;}
#mmenu a:visited 	{ text-decoration: none; color:#273C82;}


#searchForm {
	padding: 0;
	margin-top: 4px;
}

/* TEXT STYLES */

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666;
	text-align:left;
	text-decoration:none;
}


a:link, a:visited, a:active {
	text-decoration: none;
	color:#273C82;
}

a:hover {
	text-decoration: underline;
}

ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666;
	text-align:left;
	text-decoration:none;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-weight:bold;
	font-size:16px;
/*	color:#ff7e00;*/
	margin:0px;
	padding: 4px 0 6px 0;;
	border-bottom: solid 1px #393939;
}

h2 {
	font-weight:bold;
	font-size:12px;
	margin:0px;
	padding:0px;
}

h3 {
	font-weight:bold;
	font-size:21px;
/*	color:#ff7e00;*/
	margin:0px;
	padding:0px;
	
}

.MainHdrLink:link, .MainHdrLink:active, .MainHdrLink:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #273C82;
	text-decoration:none;
	line-height: 20px;
}

.MainHdrLink:hover {
	text-decoration:underline;
}

.formErrorMsg {
	color:#FF0000;
	font-weight:bold;
}


/* TABLE STYLES */

.regTable {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 100%;
	margin: 0;
	border-collapse:collapse;
	border: 1px solid #999;
	text-align:left;
	overflow:hidden;
}

.regTable th {
	font-weight: 700;
	font-size: 12px;
	color: #333;
	background: #999;
	margin: 0px;
	padding-left: 6px;
	line-height: 21px;
}

.regTable .tr1 {
	background: #F5F5F5;
}

.regTable .tr2 {
	background: #C0C0C0;
}

.regTable td {
	padding-left: 6px;
}

.regTable .left {
	border-left: 1px solid #999;
}

/* FORM STYLES */

#stwForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#stwForm .text {
	background-color: #CCCCCC;
	border: 1px solid #666666;
	margin-left: 4px;
	margin-top: 8px;
}

#stwForm .select {
	background-color: #CCCCCC;
	border: 1px solid #666666;
	margin-top: 8px;
	margin-left: 4px;
}

/* 	TEAM STYLES */

#team {
	width: 320px;
	margin-left: 20px;
}	

.teamMember {
	display: block;
	height: 160px;
	padding-top: 14px;
	width: 400px;
}

.teamMember img {
	margin-right: 8px;
}

.teamMember p {
	line-height: 1.6em;
}

.teamMemberSubhead {
	color: #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.imgAvatar {
	float:left;
	margin-right:8px;
	border-top: none;
	border-left: 1px solid #393939;
	border-right: 1px solid #393939;
	border-bottom: 1px solid #393939;
}


/* Begin Sphere Project */
#buttons div {
	float:left;
	margin:4px;
	margin-top:30px;	
	padding:6px;
	background:url("img/main/nav_btn.png") no-repeat scroll left -26px transparent;
	width:150px;
	cursor:pointer;
	font-family: arial, helvetica, sans-sarif;
	font-size: 11px;
	font-weight:bold;
	text-align:center;
}
#buttons div:hover{
	background:url("img/main/nav_btn.png") no-repeat scroll left top transparent;
}

#sphereCnt {
	height:500px;
	width:500px;
}
/* End Sphere Project */

/* Lightbox CSS */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/img/misc/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/img/spacer.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
/* END Lightbox CSS */
