@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(/files/1010327/bg_Main.jpg);
}
.oneColFixCtrHdr #container {
	width: 741px;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	background-image: url(/files/1010327/header.jpg);
	width: 741px;
	height: 100px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border: 2px solid #85d447;
}
.oneColFixCtrHdr #footer {
	padding: 0 15px;
	background-image: url(/files/1010327/footer.gif);
	background-position: bottom center;
	text-align:center;
	font-family: verdana;
	font-size: 10px;
	color: #79CA6D;
	font-weight: bold;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
div.suckertreemenu {
	background-color:#6ac550;
	height: 30px;
	width: 741px;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;

}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: block;
	width: 185px;
	height:30px;
	float: left;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #FFFFFF;
	text-align:center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(/files/1010327/off.gif);
}
.suckertreemenu ul li:hover{background-image: url(/files/1010327/on.gif);
}
/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	width: 185px; /*Width of top level menu link items*/
height:27px;	
	text-decoration: none;
	text-align:left;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;

	font-weight:normal;
	color: #FFFFFF;
	text-align:center;
	padding-top: 3px;
*padding-bottom:13px;
}

.suckertreemenu ul li a:visited{
color: #FFFFFF;
}

.suckertreemenu ul li a:hover{
	color:#d8fec1;

}

	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
width:175px;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: block;
	background-image: url(http://www.agentadvantage.com/resources/images/bg_primaryNav_submenu_hv.gif);
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 200px; /*width of sub menu levels*/
	text-decoration: none;
	color: #FFFFFF;
	text-align:left;

}



.suckertreemenu ul li ul li a:visited{
color: #A7A7A7;}



/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #6ac550 url() no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
	background-image: url(http://www.agentadvantage.com/resources/images/bg_primaryNav_submenu_hv.gif);background-repeat: no-repeat;
	background-position: center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 0;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
.descptfont {
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:12px;
}
.choicefont {
font-family:Tahoma, Arial, sans-serif;
font-size:13px;
color:#FFFFFF;
font-weight:bold;
}
.small a{
font-family:Tahoma, Arial, sans-serif;
font-size:9px;
font-weight:bold;
color:#000000;
text-decoration:none;
}

.small a:hover{
font-family:Tahoma, Arial, sans-serif;
font-size:9px;
font-weight:bold;
color: #6699FF; 
text-decoration:none;
}

.small a:visited{
font-family:Tahoma, Arial, sans-serif;
font-size:9px;
font-weight:bold;
color:#000000;
text-decoration:none;
}

.small a:active{
font-family:Tahoma, Arial, sans-serif;
font-size:9px;
font-weight:bold;
color:#000000;
text-decoration:none;
}

.copyright {
font-family:Tahoma, Arial, sans-serif;
font-size:9px;
color:#000000
}
.overview {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
}
.sub-headline {
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}