/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~GLOBAL STYLES ~~~~~~~~~ */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

* {
	margin: 0;
	padding:0;
	}
	
html {
	font-size: 10px;

}

body {
	background: #fff;
	width: auto;
	color: #333;
	font-family: Verdana, sans-serif;
	margin: 0;
	line-height: 1.3em;
	font-size: 10px;
}

html body table {font-size: 10px;}

a img {
	border: none;
}

a, a:link {
	color: #768C0C;
	xbackground-color: transparent;
}


a:hover {
	color: #055A34;
	xbackground-color: transparent;
}


p{
	padding: 0 0 10px 0;
	font-size: 11px;
	line-height: 16px;
	font-weight:normal;
}

h3{
	padding:0;
	font-size: 11px;
	line-height: 14px;
	font-weight:normal;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~LAYOUT STYLES ~~~~~~~~~ */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#container {
	background: transparent; border: 1px solid transparent;
}
#content {
	background: transparent;
}


#header {
	background: transparent;
	position: relative;
    width:100%;
}


#main {
	margin: 0;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~NAVIGATION STYLES ~~~~~~~~~ */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#nav {
display:none !important;
}

#global_nav { display:none !important;}

/* end of nav style */
			
#nav_value { display:none !important;	}

		


/*column styles - left column */
#col1 {
	float:none;
	padding-left: 20px; 
	margin-right: 10px; 
	background: #F4F8E1; 
	font-size:10px;
	padding-top: 15px;
	width: 150pt;
}




	#col1 h2 {
		font-size: 12px;
		font-weight: bold;
		text-transform:capitalize;
		color:#055A34;
		margin: 10px 0 0 0; padding:10px 0 0 0;	}


	
	#col1 h3{
		padding: 0;
		font-size: 10px;
		color:#055A34;
		text-transform:uppercase;
	}



	#col1 p{
		padding: 0 15px 10px 20px;
	}



/*column 2 style */


#subpage.fund_snapshot #col2 {  
	 font-size: 10px;
	 margin-right: 30px; 
	padding-right: 10px; 
    xwidth:90%;	xborder: 1px solid #ccc;}



	#col2 h2{
		font-size: 14px;
		line-height: 14px;
		color:#E2550D;
		font-weight:bold;
		margin-bottom: 0.7em;
		padding-top:20px;
	}

	
	#col2 h3{
		font-size: 12px;
		line-height: 18px;
		color:#055A34;
		font-weight: bold;
	}

#col2 a.viewall { padding-left: 17px;line-height: 3em; background: #fff url("../images/bullet_tertiary.gif") no-repeat 0 2px; }


/*~~~~~~~~~~~FUND SNAPSHOT STYLES ~~~~~~~~~ */

.fund_snapshot p { font-size: 1em;}
#subpage.fund_snapshot #submain { }
#subpage.fund_snapshot #nav{ height:32px; } /*fund snapshot has a different style than other subpages */

#subpage.fund_snapshot #masthead h1 { 
	display:none !important;
}

#subpage.fund_snapshot #col1 h2 {font-size: 1.2em; text-transform:capitalize; margin: 0; padding:10px 0 0 0;}
#subpage.fund_snapshot #col2 h2.print { margin-top: 0pt;}

#subpage.fund_snapshot #submain #methods { display:none !important; }


dl { 	width:190px; 
 border-bottom: 1px solid #D9E1B3; padding: 10px 0; line-height: 1.3em; }

dt {float:left; font-weight:bold; padding-right: 5px;}

dl.details dt { float: none;}
dl.details dd{ padding-left:5px; margin-bottom: 5px;}

dl.assets {border-bottom:none; padding-bottom:0; }
dl.assets dt { float: none;}
dl.assets dt dd {float:none;}


dl dl { border-bottom:none; padding: 2px 15px; clear:both; width: 150px;}

dl dl dt,
dl dl dd {font-weight:normal; } 

dl.ratio { padding-top:8px;}


dl.topten  { padding-top:0; }
dl.topten dt { width:120px; }

.break { xmargin-bottom: 190px; }

dl.management {  }
dl.management dt { float:none; }
dl.management dd {xpadding-bottom: 10px; }
dl.management dt dd { display:inline; }

dl.invest_min { padding-top:0; }

dl.contact_info { padding-top:0; }
dl.contact_info dt {float:none;}

dl.contact_info dd.phone {padding-top: 10px;}
dl.contact_info dd.email {padding-top: 0;}

.fund_snapshot #col2 a.viewall { padding-left: 17px;line-height: 3em; background: #fff url("../images/bullet_tertiary.gif") no-repeat 0 2px; }

table#holdings, table#performance  {
	border: 1px solid #D9E1B3;
	width:100%; /*this seems to work for all browsers */
	text-align:left;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	color:#333;
	float:right;
	padding:0;
	margin:0;
}

table#holdings tbody tr th, table#performance tbody tr th {
	background: #055A34;
	color: #fff;
	font-weight: bold;
	padding: 5px 15px ;
}

table#holdings tbody tr th.colname, table#performance tbody tr th.colname {
	background: #A6BC3C;
	color: #333;
}

table#holdings tbody tr, table#performance tbody tr {
	padding: 3px 15px;
	border: 1px solid #D9E1B3;
	border-top:none;
}

table#holdings tbody tr td, table#performance tbody tr td{
	padding: 3px 0px 3px 15px;
}


/*~~~~~~ Footer Sytle ~~~~~~~~~~~~~~~~~~ */
	
#footer { visibility:hidden !important; }
	
img.logo {
	margin: 20px 0;
}
 img.printonly { width:684px; height: 62px; visibility:visible; }

.alignRight { float:right; }
.alignLeft { float:left; }

