/*****************************************
				Micro Site
*****************************************/

/********* Index Page ***********/

/*body container*/
div.bodyContainer
{
	margin:10px 5px 0px 5px;
	
	}

div.topContainer
{
	float:left;
	margin-top:5px;
	width:90%;
	
	}

/*here the fund are display*/
div.bottomContainer
{
	float:left;
	clear:both;
	width:98%;
	margin:0px 0px 0px 6px;
	}
div.footerMicro
{
	float:left;
	clear:both;
	width:100%;
	}

/*div for the information inside the main container*/
div.mainContainer
{
	float:left;
	clear:both;
	width:60%;
	}
	
/* the display for the fund that is divided in to coluns*/	
div.onefundContainer
{
	float:left;
	width:50%;
	margin:10px 0px 0px 0px;
	background-image: url(/images/hrgreybg.gif); 
	background-repeat: repeat-y; 
	background-position: bottom right;
	}
	
div.onefundContainerNotDot
{
	float:left;
	width:50%;
	margin:10px 0px 0px 0px;
	
	}	
	
div.fundContainer
{
	float:left;
	width:600px
	}
	
/*the display of the one fund only per microsite*/		
div.ContainerofOneFund
{
	float:left;
	width:94%;
	margin:10px 0px 0px 0px;
	}	
	
div.fundContainerleft 
{
	float:left; 
	width: 49%; }
	
div.fundContainerright 
{
	float:right; 
	width: 49%; }
	
div.fundContainerText
{
	margin:0px 4px 0px 0px;
	}

/*Style for the right colum*/
div.rightContainer
{
	float:left;
	padding:0px 0px 0px 5px;
	width:38%;
	background-image: url(/images/hrgreybg.gif); 
	background-repeat: repeat-y; 
	background-position: bottom left;
	}


div.displayawards
{
	margin:0px 0px 0px 4px;
	}

/*to style the links for the hoem page*/

a.fundLink:link, a.fundLink:active, a.fundLink:visited
{
	color:#9d0832;
	text-decoration:none;
	font-weight:bold;	
	}
	
a.fundLink:hover
{
	color: #740125;
	text-decoration:none;
	font-weight:bold;
	}
	
a.checkLink:link, a.checkLink:active, a.checkLink:visited
{
	color: #9d9d9d;
	text-decoration:none;
	font-weight:bold;	
	}


/* Home page specific */
table#markbox { background-image: url(/images/microSite/markshoulder.gif); background-repeat: no-repeat; background-position: top left; background-color: #FFFFFF; border: solid 1pt #C35270; border-left: none }
table#markbox h2 { margin-left: 0.6em; margin-top: 0.5em }
table#markbox p { margin-left: 25px; margin-top: 0 }
table#markbox img { margin-left: 25px; margin-bottom: 0 ; margin-top: 1.5em; margin-right: 0.4em}
td#markbody { background-image: url(/images/microSite/markbody.gif); background-repeat: no-repeat; background-position: top left; background-color: #FFFFFF; border-bottom: solid 1pt #C35270; }
td#markhead { background-image: url(/images/microSite/markhead.gif); background-repeat: no-repeat; background-position: bottom left; }

/* div that displays the info at the end of the home page*/

div.footInfo
{
	float:left;
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px 9px 0px 10px;
	}
	
p.styleInfoBottom
{
	padding: 8px 0px 1px 0px;
	}

/************************************************
			CSS for the Sales Team 
************************************************
div.mainSales
{
	margin:0px 10px 0px 10px;
	
	}



/********************************************************
					Sales Support page
*********************************************************/		

div.bodySales
{
	width:950px;
	margin:0px 10px 0px 10px;
	
	}
	
div.salesLeft
{
	clear:both;
	float:left;
	width:460px;
	margin:10px 0px 0px 3px;
	}
	
div.salesRight
{
	float:left;
	width:460px;
	margin:10px 0px 0px 3px;
	
	}
	
div.salesInfo
{
	float:left;
	width:460px;
	margin:0px 0px 5px 0px;
	
	}
	
div.salesText
{
	float:left;
	width:310px;
	}
	
div.salesImage
{	clear:both;
	float:left;
	width:140px;
	margin:9px 0px 0px 0px;
	}

table.contactSales
{
	font-family:Verdana;
	font-size:11px;
	margin:10px 0px 5px 0px;
	}
	
table.contactSales td
{
	padding:0px 0px 3px 0px;
	width:100px;
	}	
	
p.goRed
{
	margin:0px 0px 0px 0px;
	color:#9d0832;
	}

/*******************************************************
				CSS for the Select microsite
*******************************************************/


div.dropdownForPage
{
	margin:25px 100px 135px 55px;
	}
	
table.selectMicrosite
{
	margin:15px 0px 15px 20px;
	width:500px;
	
	}	
	
table.selectMicrosite td
{
	margin:15px 0px 15px 20px;
	
	}	
	
	
div.dropdownSelect
{
	margin:15px 0px 25px 9px;
		}	
		
		
.lightGrey
{
	color: #9d9d9d;
	}		
