﻿body
{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: arial, sans-serif, "Lucida Grande", verdana, helvetica;
	font-size: 12px;
	color: #333;
	background-color: #fff;
}

#container
{
	width:960px;
	height:auto;
	/*background:url(Images/container.png);
	background-repeat:repeat-y;*/
	background-color:#fff;
	margin:0 auto;
	border:solid 33px #C2C2C2;
}

#container-wrapper
{
	width:960px;
	/*margin-left:5px;*/
}

#header-top-border
{
	/*height:1px;
	border-top:2px solid #FFA800;*/
}

#header-bottom-border
{
	border-bottom:2px solid #FFA800;
}

#logo
{
	float:left;
	top:0px;
	width:260px;
	height:81px;
}

#header
{
	height:108px;
	color:#dedede;
	background:url(Images/Logo.png);
	background-repeat:no-repeat;
	background-color:#000;
	border-bottom:solid 1px #fff;
}

#header .header-nav { float:left; width:690px; height:15px; padding-top:7px; }
#header .header-nav ul { text-align:right; margin:0; margin-right:3px; color:#fff; padding:0; }
#header .header-nav li { display:inline; list-style:none; margin-left:15px; }
#header .header-nav li.arrow { display:inline; list-style:none; font-size:10px; width:5px; background:url(Images/Header-Arrow.png); background-repeat:no-repeat; background-position:left center; margin-left:4px; }
#header .header-nav a { color:#fff; text-decoration:none; }
#header .header-nav a:visited { color:#fff; }
#header .header-nav a:hover { color:#FFA800; text-decoration:none; }

#header-text
{
	float:left;
	background:url(Images/Header-Text.png);
	width:542px;
	height:27px;
	margin-top:19px;
}

#header-buttons
{
	clear:both;
	background:url(Images/Header-Button.png);
	background-repeat:repeat-x;
	height:26px;
	border-top:solid 1px #666;
	text-align:right;
}

#header-buttons ul.nav-buttons { margin:5px; font-size:12px; color:#ddd; padding:0; }
#header-buttons ul.nav-buttons li { display:inline; list-style:none; padding:0 8px; border-right:1px solid #666; }
#header-buttons ul.nav-buttons li.last { display:inline; border-right:0; padding:0 4px; }
#header-buttons ul.nav-buttons li.selected { display:inline; list-style:none; padding:0 8px; border-right:1px solid #666; color:#FFA800; }
#header-buttons ul.nav-buttons li.selected-last { display:inline; list-style:none; padding:0 4px; border-right:0; color:#FFA800; }
#header-buttons ul.nav-buttons a { color:#ddd; text-decoration:none; }
#header-buttons ul.nav-buttons a:visited { color:#ddd; }
#header-buttons ul.nav-buttons a:hover { color:#FFA800; text-decoration:none; }

/*
#header .logo
{
	margin: 10px;
	margin-left: 20px;
	float:left;
	background: url(Images/TrusteCollaborative.png);
	background-repeat: no-repeat;
	width: 265px;
	height: 40px;
}

#header .headerarea { float:right; margin-top:30px; margin-right:20px; }
#header INPUT { border:1px solid #7b9ebd; border-right:0px; }
#header .headerarea .searchbox { float:left; }
#header .headerarea .searchicon { float:left; }
*/
#content { display:table; height:460px; }
#content a { color: #5088BF; text-decoration:none; }
#content a:hover { color: #333; text-decoration:underline; }

#admin-buttons { position:absolute; width:40%; top: 0; left:0; text-align:right; }
#page-admin-buttons { position:absolute; top: 0; left:43%; text-align:center; }
#admin-buttons ul, #page-admin-buttons ul { margin:5px; font-size:12px; color:#333; padding:0; }
#admin-buttons li, #page-admin-buttons li { display:inline; list-style:none; padding:0 8px; border-right:1px solid #333; }
#admin-buttons li.last, #page-admin-buttons li.last { display:inline; border-right:0; padding:0 4px; }
#admin-buttons li.selected, #page-admin-buttons li.selected { display:inline; list-style:none; padding:0 8px; border-right:1px solid #666; color:#FFA800; }
#admin-buttons li.selected-last, #page-admin-buttons li.selected-last { display:inline; list-style:none; padding:0 4px; border-right:0; color:#FFA800; }
#admin-buttons a, #page-admin-buttons a { color:#333; text-decoration:none; }
#admin-buttons a:visited, #page-admin-buttons a:visited { color:#333; }
#admin-buttons a:hover, #page-admin-buttons a:hover { color:#0000EE; text-decoration:underline; }

.section { float:left; height:435px; padding:25px 0px 0px 25px; }
.section-home { float:left; height:460px; padding: 0px; margin-left:25px; border-left: rgb(255,168,0) 1px solid; }
.section-right { float:left; height:435px; padding:25px 25px 0px 25px; }
.section-scroll { overflow-x: hidden; overflow: auto; HEIGHT: 410px; }
.section-clear { clear:both; }

#footer-top-border
{
	border-top:2px solid #FFA800;
}

#footer
{
	clear:both;
	height:20px;
	font-size:11px;
	color:#D1D3D4;
	background:#3d3b3c;
	border-top:solid 1px #fff;
}

#copyright
{
	float:left;
	margin-top:3px;
	margin-left:5px;
	font-size:11px;
	color:#D1D3D4;
}

#footer-nav
{
	float:right;
}

#footer ul { text-align:right; margin:3px 3px 0 0; color:#7E897A; padding:0; }
#footer li { display:inline; list-style:none; padding:0 8px; border-right:1px solid #494949; }
#footer li.last { display:inline; border-right:0; }
#footer a { color:#D1D3D4; text-decoration:none; }
#footer a:visited { color:#D1D3D4; }
#footer a:hover { color:#FFA800; text-decoration:none; }

.login
{
	margin:10px 0 0 10px;
}

.login .label
{
	display:block;
}

.login .textbox
{
	border: 1px solid #929292;
	width: 160px;
	vertical-align: middle;
	padding: 3px;
	margin: 2px 0 5px 0;
}

.login .button
{
	margin-top: 18px;
	margin-bottom: 8px;
	margin-left: 30px;
}