/* CSS Document */
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #B7B7B7;
	background-image: url(images/global_bg.gif);
	background-repeat: repeat-x;
}

.body {
	color: #666666;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.pad { /*15px padding for content div and agentInfo div*/
	padding: 22px;
}
h1 {
	font-weight: bold;
	color: #004482;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
h2 {
	color: #DD6801;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
    width: 466px;
    margin-left: 0px;
    height: 14px;
    margin-right: 0px;
}

h3 {
	font: 25px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #64963F;
}
.formcontent {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
}
.error {
	font: 10px Arial, Helvetica, sans-serif;
	color: #CC0000;
}
.border {
	border: thin solid #DD6801;
	padding: 5px;
}
/*-------------------------------------------*/
/*-----------------NAV STYLE-----------------*/
/*-------------------------------------------*/
#navHolder {
	width: 100%;
	height: 35px;
	background-color: #1D2553;
	border-bottom: 2px solid #99CA3C;
	z-index: 100;
}
#nav {
	position: relative;
	width: 785px;
	margin: auto;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav ul li {
	display: inline;
	font: 12px Arial, Helvetica, sans-serif;
}
#nav ul li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	float: left;
	padding: 10px;
	background-color: #1D2553;
}
#nav ul li a:hover {
	color: #99CA3C;
	background: url(images/pointer.jpg) bottom center no-repeat;
}
#nav ul li.active a {
	color: #99CA3C;
	background: url(images/pointer.jpg) bottom center no-repeat;
}
/*-------------------------------------------*/
/*----------------BODY STYLE-----------------*/
/*-------------------------------------------*/
#holder {
	position: relative;
	width: 766px;
	/*height: 90px;*/
	margin: auto;
	z-index: 100;
}
#TopNav {
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	width: 140px;
	height: 20px;
	right: 0px;
	top: 25px;
}
#TopNav a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
#TopNav a:hover {
	color: #C7C7C7;
	text-decoration: none;
}
/*---------------CONTENT STYLE---------------*/
#contentHolder {
	position: relative;
	clear: both;
	width: 766px;
	margin: auto;
	
	z-index: 1;
}
#content {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	clear: both;
	float: left;
	left: 0px;
	width: 726px;
	height: 100%;
	background: url(images/Pixel_Background.jpg) repeat;
	top: 0;
	background-color: #DFDFDF;
	padding: 20px;
}
#calendarcontent {
	position: relative;
	clear: both;
	float: left;
	width: 689px;
	margin-right: 10px;
	background-color: #DFDFDF;
}
#RightPanel ul {
	list-style: url(images/bullet.gif);
}
#HomeLeftPanel ul {
	list-style: url(images/bullet.gif);
}
#content a, #agentInfo a, #webconference a  {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
}
#content a:hover, #agentInfo a:hover, #webconference a:hover {
	/*color: #99CA3C; light green*/
	color: #cb6b1d;
}
.menu { /*menu background*/
	position: relative;
	width: 736px;
	height: 26px;
	background: url(images/menu.jpg) no-repeat;
	padding: 15px;
	margin: 0;
}
.menu a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 27px;
	font-size: 14px;
	text-decoration: none;
}
.menu a:hover {
	color: #004482;
	text-decoration: none;
}

/*-------------LEFT PANEL STYLE--------------*/
#agentLeftPanel {
	position: relative;
	float: left;
	width: 170px;
	height: 308px;
	background-color: #FFFFFF;
	padding: 5px 9px 5px 9px;
	background-image: url(images/agent_profile.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#MemberLoginLeftPanel {
	position: relative;
	float: left;
	width: 170px;
	height: 250px;
	background-color: #FFFFFF;
	padding: 5px 9px 5px 9px;
	background-image: url(images/member_login.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#LeftPanel {
	position: relative;
	float: left;
	width: 198px;
	height: 277px;
	background: url(images/left_menu_test6.jpg) no-repeat;
	background-color: #FFFFFF;
	padding: 3px 9px 7px 9px;
}
#HomeRightPanel {
	position: relative;
	float: right;
	width: 170px;
	height: 309px;
	background-color: #FFFFFF;
	padding: 3px 9px 7px 9px;
	background-image: url(images/right_lower_banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#ContactRightPanel {
	position: relative;
	float: right;
	width: 170px;
	height: 30px;
	background-color: #FFFFFF;
	padding: 7px 9px 3px 9px;
}
#LeftPanel a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 27px;
	font-size: 11px;
	text-decoration: none;
}
#LeftPanel a:hover {
	color: #C7C7C7;
	text-decoration: none;
}
#RightPanel {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-size: 11px;
	position: relative;
	float: right;
	width: 454px;
	min-height: 240px;
	background-color: #FFFFFF;
	padding: 12px 24px 24px 24px;
	_padding:20px;
	
}
#HomeLeftPanel {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-size: 11px;
	position: relative;
	float: left;
	width: 480px;
	min-height: 240px;
	background-color: #FFFFFF;
	padding: 10px 20px 20px 10px;
	_padding:20px;
}
.linespacing {
line-height: 10px;
}
/* IE fix for min-height */
*html #RightPanel {
	height: 224px;
}
#BottomPanel {
	clear: both;
}

#agentPicture {
	position: relative;
	clear: both;
	background-color: #CCCCCC;
}
.apicTop { /*top rounded corners for agent picture*/
	position: relative;
	height: 15px;
	background: url(images/ainfo_top.jpg) no-repeat;
	padding: 0;
	margin: 0;
}
.apicBottom { /*bottom rounded corners for agent picture*/
	position: relative;
	clear: both;
	height: 15px;
	background: url(images/ainfo_bottom.jpg) no-repeat;
	background-position: bottom;
	padding: 0;
	margin: 0;
}	
#agentInfo {
	position: relative;
	clear: both;
	background-color: #CCCCCC;
	top: 12px;
}
.ainfoTop { /*top rounded corners for agent contact info*/
	position: relative;
	height: 10px;
	background: url(images/ainfo_top_dark.jpg) no-repeat;
	padding: 0;
	margin: 0;
}
.ainfoBottom { /*bottom rounded corners for agent cantact info*/
	position: relative;
	clear: both;
	height: 15px;
	background: url(images/ainfo_bottom.jpg) no-repeat;
	background-position: bottom;
	padding: 0;
	margin: 0;
}
#vendortitle {
	position: relative;
	clear: both;
	height: 40px;
	background-color: #E9E9E9;
	border-top: 2px solid #DFDFDF;
	border-bottom: 2px solid #DFDFDF;
	padding: 0px 0px 10px 0px;
	_padding: 17px 0px 0px 0px;

}
#vendors {
	position: relative;
	clear: both;
	padding: 10px;
	height: 80px;

}
/*-------------------------------------------*/
/*---------------FOOTER STYLE----------------*/
/*-------------------------------------------*/
#footer {
	position: relative;
	float: left;
	width: 743px;
	background: url(images/Footer.jpg) no-repeat;
	background-color: #101B48;
	margin: auto;
	padding: 18px 0 15px 23px;
}
.footer {
	font: 10px Arial, Helvetica, sans-serif;
	color: #858585;
}
.footerrightcolumn {
	font: 10px Arial, Helvetica, sans-serif;
	color: #858585;
	position: relative;
	float: right;
	width: 385px;
	background-color: #101B48;
	margin: auto;
	padding: 0 0 15px 0;
}
#footer a {
	font: 10px Arial, Helvetica, sans-serif;
	color: #3399ff;
	text-decoration: none;
}
#footer a:hover {
	color: #88C4FF;
	text-decoration: none;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer ul li {
	display: inline;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#footer ul li a {
	font: 10px Arial, Helvetica, sans-serif;
	color: #1D2553;
	float: left;
	padding: 0 10px 0 0;
}
#footer ul li a:hover {
	color: #ffffff; 
}
.disclaimer {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
}