﻿/* CSS layout */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EBFAFF;
	color: #1C5E55;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#masthead {
/*
	padding: 5px 0px 0px 0px;
*/
	position: absolute;
	width: 100%; 
	background-color: #1C5E55; 
	color: #EBFAFF;
	height:150px;
	/*
	left:0px;
	border-top: solid 5px #1C5E55;
	border-style: solid;
	border-width: 0px;
*/
}
#logo
{
	background-color: #1C5E55;
	color: #EBFAFF;
	width: 250px;
/*	height: 150px; */
	margin: 10px;
	/*
	position: absolute;
	left: 0;
*/
/*	
	text-align: center;
*/
}
#banner
{
	position: absolute;
	top: 0px;
	margin: 10px 0px 10px 250px; 
	background-color: #1C5E55;	
}

#content_container 
{
/*	background-color:Red; */
	position: absolute;	
	width: 100%;
	margin-top: 150px;
}

#page_content 
{
/*	background-color:Yellow;	*/
	position: absolute;
	left: 250px;
	top: 0px;
	right:0px;
	padding: .25em 20px 20px 20px;
}

#left_col 
{
/*	padding-left: 0px; */
	width: 250px;
	background-color: #1C5E55;
	top: 150px;

 /*	text-align: center;	*/ /*	color: #EBFAFF;	*/
/*	padding-top: 0px; */
	background-image: url(images/RBL_quickfade.gif);
	background-position: top right;
	background-repeat: repeat-y;
	height: 100%;
/*	padding-right: 20px;	*/
}

#left_col a
{
	color: #EBFAFF;	
}
#navmenu 
{
	/*
	margin: 0px 20px 10px 20px;
	padding: 10px 5px 10px 5px;
*/
}
#navmenutree
{
	position:relative;
	margin-top: 10px;	
	margin-left: 10px;
	padding-bottom: 10px;
}
#loginstatus
{
	border-bottom: solid thin silver; 
	padding: 15px;
}

#page_title
{
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 0.25em;
/*	margin-bottom: .25em;*/
/*	border-bottom:solid 1px #1C5E55;	*/
}
#footer 
{
}
.clearone
{
	clear: both;
	height:1px;
}
.darkLine
{
	border-bottom: solid thin #1C5E55;
	height: 1%;
}
.lightLine
{
	border-bottom: mediumseagreen thin solid;
	height: 1%;
}

.contentPanel
{
	border:ridge 2px #0099cc;
}
#loginstatus
{
	text-align:center;
}

