@charset "utf-8";
/*--------------- Basic styling - LPO ------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color:#E6E6E6;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: .5em;
	}
#wrapper {
	position:relative;
	width: 800px;
	margin: 0 auto;
	text-align:left;
	background-color:#FFFFFF;
	height: 600px;
	}
#clear {
	clear:both;
	}
/*------------------------------ position container elements ---------------------------*/	
#header {
	position:relative;
	background:#FFFFFF url(../_images/HeaderBkg.jpg) no-repeat top right;
	height: 123px;
	}
#header #logo_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: right;
	display: inherit;
	position: absolute;
	left: 28px;
	bottom: 38px;
	line-height: 1.4em;
	z-index: 1000;
}

#header h1 {
	margin-left: -9000px;
}

/*-- main navigation styles --*/
#header ul {
	margin:0;
	padding: 0;
	position:absolute;
	left:0;
	bottom:0;
	width:800px;
	height:24px;
	list-style: none;
	}
			
/*--------------------------- content styles -----------------------------------------------------------*/	
#content {
	position:relative;
	top:0;
	right:0px;
	float:right;
	width:613px;
	height:448px;
	z-index: 0;
	background-image: url(none);
	overflow: scroll;
	}
/*--------------------------- sidebar styles -----------------------------------------------------------*/		
#sidebar {
	float:left;
	width:184px;
	height:346px;
	background-color:#E6E6E6;
	z-index: 0;
	position: absolute;
	}	
/*--------------------------- login box styles -----------------------------------------------------------*/		
#Login {
	width:184px;
	height:95px;
	background:#E6E6E6;
	z-index: 0;
	position: absolute;
	left: 0px;
	bottom: -95px;
	vertical-align: top;
}
#loginLabel {
	float:left;
	width:184px;
	height:16px;
	padding-top:4px;
	background-color:#872D91;
	text-align:left;
	font-size:10px;
	color:#FFFFFF;
	}	
#LoginForm {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-left:4px;
	text-align:center;
	z-index: 1000;
	left: 0px;
	vertical-align: top;
	height: 70px;
	visibility: hidden;
	}
/*------------------------------oval buttons ----------------------------------*/
a.ovalbutton{
	background: transparent url('../_images/oval-gray-left.gif') no-repeat top left;
	display: block;
	float: left; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	z-index:1;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('../_images/oval-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}
a.ovalbutton:active { /* Hover state CSS */
	background-position: bottom left;
}
a.ovalbutton:active span { /* Hover state CSS */
	background-position: bottom right;
	color: #F98F1F;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: visible; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	z-index: 1000;
	margin-bottom: 6px;
	margin-left: 8px;
	margin-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
}
/*--------------------------- footer styles -----------------------------------------------------------*/				
#footer {
	font-size: 0.8em;
	font-family:Arial, Helvetica, sans-serif;
	height: 34px;
	magin-top: 5px;
	background-color: #FFFFFF;
	vertical-align: top;
	z-index: 1;
	float: inherit;
	}
#bottomLinks {
	float:left;
	magin-top: 5px;
	font-weight:bold;
	font-size: 1em;
	padding-bottom: 6px;
	height: 30px;
	vertical-align: top;
	padding-left: 8px;
	z-index: 0;
	white-space: nowrap;
	}
#bottomLinks a {
	text-align:center;
	font-weight:bold;
	line-height:1em;
	text-decoration: none;
	color:#000000;
	z-index: 0;
	}	
#bottomLinks a:hover {
	color:#CC3300;
	}	
#trilLogo {
	position:absolute;
	width:200px;
	height:28px;
	z-index:0;
	border:none;
	text-align:center;
	left: 304px;
	top: 572px;
	text-decoration: none;
}
#trilLogo a {
	text-decoration: none;
}
#bottomThanks {
	float:right;
	magin-top: 25px;
	line-height:1em;
	font-size: 1em;
	padding-bottom: 8px;
	height: 30px;
	vertical-align: top;
	padding-right: 8px;
	z-index: 1;
	white-space: nowrap;
	padding-left: 8px;

	}
/*----------------------------------------------------------- EOF --------------------------------------*/			
