/* 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 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 20px;
}
.pad { /*15px padding for content div and agentInfo div*/
	padding: 0 15px;
}
.alt {
	font: bold 24px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
h1 {
	font: 20px Arial, Helvetica, sans-serif;
	color: #64963F;
}
h2 {
	font: 16px Arial, Helvetica, sans-serif;
	color: #64963F;
}
h3 {
	font: 25px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #64963F;
}
.formcontent {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border: thin solid #64963F;
	padding: 1px;
}
#bgGrad {
	position: relative;
	clear: both;
	width: 100%;
	height: 40px;
	background: url(images/bg_grad.jpg) repeat-x;
}
#buttonBG {
	position: relative;
	clear: both;
	width: 146px;
	height: 27px;
	margin: auto;
	top: 4px;
	padding-top: 5px;
	background-color: #DFDFDF;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
}
#greenbuttonBG {
	position: relative;
	clear: both;
	width: 146px;
	height: 27px;
	margin: auto;
	top: 4px;
	padding-top: 5px;
	background-color: #DFDFDF;
	background-image: url(images/greenbutton.png);
	background-repeat: no-repeat;
}
.error {
	font: 10px Arial, Helvetica, sans-serif;
	color: #CC0000;
}
/*-------------------------------------------*/
/*-----------------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: 720px;
	/*height: 90px;*/
	margin: auto;
	z-index: 100;
}
#logo {
	position: absolute;
	/*background: url(images/seig_logo.jpg) no-repeat;*/
	width: 360px;
	height: 79px;
	left: 0px;
	visibility: hidden;
}
#smalllogo {
	position: relative;
	float: right;
	width: 135px;
	height: 34px;
}
#webconference {
	position: absolute;
	width: 219px;
	height: 23px;
	right: 0px;
	top: 30px;
}
#button {
	position: absolute;
	width: 222px;
	height: 23px;
	right: 0px;
	top: 30px;
}
#button a {
	display: block;
	text-indent: -5000px;
}
#starburst {
	position: relative;
	width: 146px;
	height: 152px;
	right: -40px;
	top: 12px;
}
#starburst a {
	display: block;
	text-indent: -5000px;
}
#starburst #AffiliateBtn {
	background-image: url(images/AffiliateStarBurst.gif);
	background-position: 0 0;
	height: 152px;
}
#starburst #AffiliateBtn:hover {
	background-position: 0 -152px;
}
#bbb {
	position: relative;
	width: 146px;
	height: 60px;
	right: -40px;
	top: 12px;
	background-repeat: no-repeat;
	background-position: center center;
}
#button #webConferenceBtn {
	background-image: url(images/web_conference_btn.jpg);
	background-position: 0 0;
	height: 44px;
}
#button #webConferenceBtn:hover {
	background-position: 0 -45px;
}
/*---------------CONTENT STYLE---------------*/
#contentHolder {
	position: relative;
	clear: both;
	width: 720px;
	margin: auto;
	z-index: 1;
}
#content {
	position: relative;
	clear: both;
	float: left;
	width: 489px;
	margin-right: 10px;
	background-color: #DFDFDF;
}
#calendarcontent {
	position: relative;
	clear: both;
	float: left;
	width: 689px;
	margin-right: 10px;
	background-color: #DFDFDF;
}
#content ul {
	list-style: url(images/bullet_box1.jpg);
}
#content a, #agentInfo a, #webconference a  {
	font: 12px Arial, Helvetica, sans-serif;
	color: #1D2553;
}
#content a:hover, #agentInfo a:hover, #webconference a:hover {
	/*color: #99CA3C; light green*/
	color: #64963F;
}
.contentTop { /*top rounded corners content*/
	position: relative;
	height: 10px;
	background: url(images/content_top.jpg) no-repeat;
	padding: 0;
	margin: 0;
}
.contentBottom { /*bottom rounded corners content*/
	position: relative;
	clear: both;
	height: 10px;
	background: url(images/content_bottom.jpg) no-repeat;
	background-position: bottom;
	padding: 0;
	margin: 0;
}
/*-------------AGENT INFO STYLE--------------*/
#agentWrap {
	position: absolute;
	left: 499px;
	width: 219px;
	height: 100%;
	top: 0;
}
#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;

}
#cbvendors {
	position: relative;
	clear: both;
	padding: 10px;
	height: 145px;

}
/*-------------------------------------------*/
/*---------------FOOTER STYLE----------------*/
/*-------------------------------------------*/
#footer {
	position: relative;
	float: left;
	width: 489px;
	margin: auto;
	padding: 5px 0 20px 0;
}
.footer {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
}
#footer a {
	font: 10px Arial, Helvetica, sans-serif;
	color: #1D2553;
}
#footer a:hover {
	color: #ffffff; 
}
#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; 
}
