body
{
	margin: 0;
	padding: 0;
	background-color: #E6EBF3;
}
body, td {
	font-family: "Lucida Grande", Tahoma, Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.display { display: none; }
#banner 
{
	width: 100%;
	height: 222px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0;
	background-color: #274B88;
	background-image: url("../images/ui/blueFadeTop.png");
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 10px solid #333;
}
#mainBanner
{
	background-image: url("../images/ui/lightHouse_front.jpg");
	background-repeat: no-repeat;
	background-position: left;
	height: 100%;
	position: relative;
	z-index: 2;
}
#title
{
	position: absolute;
	left: 130px;
	top: 5px;
	width: 541px;
	height: 44px;
	background-image: url("../images/ui/showingpointe.gif");
}
#menubar
{
	position: absolute;
	left: 0;
	top: 55px;
	width:100%;
	height: 20px;
	background-color: #8c836d;
	border-bottom: 3px solid #000;
	z-index: 1;
}
#menubar h4
{
	height: 20px;
	margin: 0;
	margin-left: 569px;
	text-align:right;
	font-family: "Lucida Grande", Tahoma, Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	padding-right: 3px;
	z-index: 3;
}
#navbar {
	width: 110px;
	position: absolute;
	left: 0;
	top:110px;
	z-index:100;
	background-color: White;
/*	
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	background-image: url("../images/ui/50pctWhiteScreen.png");
*/
}
#globalsearch {
	width:110px;
	border: 1px solid #333;
}
#globalsearch input.clstextBox, #globalsearch label {
	margin: 0 5px 1px 5px;
	width: 95px !important;
}
#globalsearch #phone {
	width: 55px !important;
	display: inline !important;
}
#doGlobalSearch {
	width: 30px !important;
	height: 20px;
	display: inline !important;
	border: 1px;
	margin: 0 !important;
}
#globalsearch .first {
	margin-top: 5px;
}
#globalsearch .last {
	margin-bottom: 5px;
}
#tabstrip {
	position: absolute;
	top: 110px;
	left: 175px;
	z-index: 150;
}
#menu {
	width: 110px;
	border: 1px solid #333;
	border-top: none;
}
label
{
display: block;
font-weight: bold;
font-size: 11px;
margin: .5em 0;
}
input
{
display: block;
margin: .5em 0;
}
#frmLogin input.clstextBox { width: 225px; }
#helpBox {
	width: 225px;
	float: right;
	padding: 10px;
	border: 1px solid #999;
	background-color: White;
}
#helpBox h5 {
	border-bottom: 1px dotted #333;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
#helpBox p {
	margin: 5px 0 0 0;
	font-size: 11px;
	color: #555;
}
.center { text-align: center; }
.clstextBox { 
border-right: gray 1px solid; border-top: gray 1px solid; font-size: 13px; border-left: gray 1px solid; color: black; border-bottom: gray 1px solid; font-family: arial, helvetica, sans-serif 
} 
.clstext { 
font-size: 13px; color: black; font-family: arial, helvetica, sans-serif 
} 
.clstdhead { 
font-size: 13px; color: black; font-family: arial, helvetica, sans-serif; background-color: gray 
} 
.Important { 
font-size: 12px; color: red 
} 
.Note { 
font-size: 12px; color: gray 
} 
#content
{
	width: 75%;
	margin: 160px auto 25px 140px;
	position: relative;
	z-index:100;
	font-family: "Lucida Grande", Tahoma, Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
p { font-size: 13px; }