﻿body
{
	font-family: Verdana, Helvecticia;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

#page
{
	min-width: 800px;
	
}

#masthead
{
	height: 144px;
	background-repeat: repeat-x;
	background-image: url(images/Header_Bg.jpg);
}

.logo 
{
	position: absolute;
	left: 20px;
	top:0px;
}

#tabcontainer 
{}

.blanksection 
{
	width: 200px;
	margin: 0;
	padding: 15px;
}

#sidebar
{
	width: 230px;
	padding: 2px;
	border-right: 1px solid #ccc;
	float: left;
	font-size: 0.8em;
	min-height: 700px;
	height: 100%;
}

#sidebar ul 
{
	margin: 0;
	padding: 4px;
	list-style-type: none;
	
}

.section 
{
	width: 228px;
	margin: 0;
	padding: 0;
	
}

.section .divider
{
	width: 100%;
	height: 26px;
	color: #fff;
	margin: 0;
	padding-top: 4px;
	padding-left: 4px;	
	background-image: url(images/Section_bg.jpg);
	background-repeat: repeat-x;
	font-size: 1.1em;
	font-weight: bold;
}


.section .divider p 
{
	margin: 0;
	padding: 0;
}

#wrapper 
{	
	width: 100%;
}

#content 
{
	min-width: 700px;
	margin-left: 230px;
	margin-right: 40px;
	padding: 10px;
}

#content .green
{
	background-image: url(images/GreenPageBg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 10px;
	width: 99%;
	border-right: #006633 1px solid;
	border-top: #006633 1px solid;
	border-left: #006633 1px solid;
	border-bottom: #006633 1px solid;
}

#content .box
{
	padding: 20px;
	margin: 5px;
	width: 99%;
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
}

#content .floatbox
{
	float: left;
	padding: 20px;
	margin: 5px;
	width: auto;	
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
}

#content .floatboxclear
{
	float: left;
	padding: 20px;
	margin: 5px;
	width: auto;	
	
}


#content .promobox 
{
	float: left;
	background-image: url(images/YellowBoxBg.jpg);
	padding: 20px;
	margin: 5px;
	width: 99%;
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
}

#content .buttonContainer 
{
	width: 100%;
	margin: 0 auto;
}

#content .bluebox
{
	margin: 5px;
	width: 99%;
	background-color: #F5FEFF; 
	background-image: url('images/BlueBoxBg.jpg');
	padding: 20px;
	height: 153px;
	border-right: #3366cc 1px solid;
	border-top: #3366cc 1px solid;
	border-left: #3366cc 1px solid;
	border-bottom: #3366cc 1px solid;
}

#content .floatybutton 
{
	float: left;
	margin-right: 10px;
}

#content h2
{
	margin: 0;
	margin-bottom: 15px;
	font-weight: bold;
	color: #4480ab;
}

#content .clearbox 
{
	
	margin: 10px;
	width: 710px;
	background-image: url('images/BlueBoxBg.jpg');
	background-repeat: repeat-x;
	padding: 20px;
	min-height: 200px;
		
}

#footer 
{
	clear: both;
	border-top: solid 1px #ccc;
	font-size: 0.7em;
	padding-left: 20px;
	padding-top: 10px;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

.tipbar
{
	background-color: #FFFFD9;
	border: 1px solid #CCCCCC;
	font-family: Verdana;
	font-size: 0.8em;
	padding: 5px;
	width: 740px;
}