/* CSS Template for [Company/Organization] */

/* all sytles should be structured as follows:
******************************************
call (descriptive element names are required) { / comments for what the call is used for if the call doesnt explain enough (eg. .nav p { \* paragraph style for copy in the nav area *\) /
	position: value;
	flaot: value; / if aplicable /
	width: value; / plese use px if possible only use % if under 100%/
	height: value; / please use px if possible and if height is absolutely neccisary please comment behind with IMPORTANT, otherwise omit /
	background: color image repat position;
	color: value;
	font-family: value;
	font-size: value; / please use pt or em if possible or size types like "small", "larger", "x-small", etc. /
	font-whatever: value; / all other font styles /
	margin: top-value right-value bottom-value left-value;
	padding: top-value right-value bottom-value left-value;
	text-whatever: value;
	display: value;
	border: width style color;
	any other styles...
}	
******************************************
if possible please use #hhh; for colors */

html, body {
	background: #000;
 	margin: 0;
  	padding: 0;
 	text-align: center;
} 
 
#container {
	width: 900px;
	text-align: left;
	font-family: verdana,geneva;
	font-size: 11pt;
	font-style: normal;
	color: #000;
	background: #FFF;
} 

#wrapper { /* Background image for left side should go here if needed - will resize to content - OR can put it in the body style */
 	text-align: left; 
	width: 100%;
	background: #FFF;
	border-top: 1px solid #7F7F7F;
} 
 
#header {
	height: 132px;
	/* IMPORTANT */
	width: 100%;
	background: #FFF;
} 

.search_bar {
	background: #6f9229;
}

#nav {
	margin-top: 10px;
}

.nav_main{
	background : url(images/structure/nav_back.jpg) repeat-x;
	height: 18px;
	font-size: 13px;
	font-weight: bold;
	border-top : 1px solid #7EA52E;
	border-bottom : 1px solid #618024;
}

.nav_main a {
	font-weight: bold;
	text-decoration: none;
}

.nav_main a:link {
	color: #FFF;
}

.nav_main a:visited {
	color: #FFF;
}

.nav_main a:hover {
	color: #BAD979;
}

.nav_sub{
	background : #556F1F;
	font-size: 11px;
	color: #FFF;
	border-top : 1px solid #7EA52E;
}

.nav_sub a {
	font-weight: bold;
	text-decoration: none;
}

.nav_sub a:link {
	color: #FFF;
}

.nav_sub a:visited {
	color: #FFF;
}

.nav_sub a:hover {
	color: #BAD979;
}

.toplinks a {
	font-size: 11px;
}

a:link {
	color: #6f9229;
}

a:visited {
	color: #6f9229;
}

a:hoverk {
	color: #6f9229;
	text-decoration: none;
}

.side {
	color: #ffffff; 
	font-size: 11px;
}
.side A:link {
	color: #ffffff;
}
.side A:visited {
	color: #ffffff;
}
.side A:hover {
	color: #ffffff;
}

.dropMenu 
{
  background-color: #556F1F;
  filter:alpha(Opacity=100);
  color: #FFF;
}

.subMenu
{
   display:block;
   padding-top: 15px;
}

.subItem
{
   height: 18px;
   text-decoration:none;
   font-weight: bold;
   font-size: 11px;
   color: #ffffff;
   margin-left: 15px;
   
}

.subItem a
{ 
font-weight: bold;
   font-size: 11px;
   text-decoration:none;
   color: #ffffff;
}

.subItemOver
{
   height: 18px;
   color: #BAD979;
   margin-left: 15px;
   font-weight: bold;
   font-size: 11px;
}

.subItemOver a
{
	font-weight: bold;
   font-size: 11px;
   color: #BAD979;
   text-decoration:underline;
}

#maincol {
	width: 100%;
}

#content {
	width: 100%;
}

.front_pic{
	width: 100%;
	background: #F0E9D6;
	/*border: 1px solid #4D2612;*/
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
}

.front_pic H1{
	font-size: 18px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 2px;
	margin-top: 0px;
}

.front_pic P{
	margin-top: 2px;
	text-indent : 15px;
	margin-bottom: 2px;
}

.home H1{
	font-size: 16px;
	color: #556F1F;
	margin-top: 18px;
}

.subheading {
	color: #556F1F;
	font-size: 14px;
	font-weight: bold;
}

.fundsheading {
	color: #556f1f;
	font-size: 14px;
	font-weight: bold;
}

#footer{
	text-align: center;
	font-size: 8pt;
	width: 100%;
	padding-top: 10px;
	border-top: 1px solid #000;
	color: #FFF;
	background: #000;
	padding-bottom: 10px;
}

#footer A{
	color: #FFF;
}

/*Styles for menu*/

.topItem
{
  border: none;
  width: 167px;
  color: #ffffff;
  cursor:pointer;
  font-size: 13px;
  font-weight: bold;
  background : url(images/structure/nav_back.jpg) repeat-x;
  text-decoration: none;
}

.mainlevel
{
  border: none;
  width: 167px;
  color: #ffffff;
  cursor:pointer;
  font-size: 13px;
  font-weight: bold;
  background : url(images/structure/nav_back.jpg) repeat-x;
  text-decoration: none;
}

.mainlevel a:hover
{
   color: #BAD979;
}

.topItemOver
{
  width: 167px;
  color: #BAD979;
  cursor:pointer;
  font-size: 13px;
  font-weight: bold;
  background : url(images/structure/nav_back.jpg) repeat-x;
}

.topItemClose
{
  width: 167px;
  color: #ffffff;
  cursor:pointer;
  font-size: 13px;
  font-weight: bold;
  background : url(images/structure/nav_back.jpg) repeat-x;
}


.topItemCloseOver
{
  width: 167px;
  color: #BAD979;
  cursor:pointer;
  font-size: 13px;
  font-weight: bold;
  background : url(images/structure/nav_back.jpg) repeat-x;
}

.login_table
{
  width: 168px;
}

.moduletable_login 
{
  border: none;
  width: 167px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  padding-left: 3px;
  background: #6f9229;
}

.moduletable_login a:link
{
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

.moduletable_login a:visited
{
  color: #FFF;
}

.hilite {
	color: #E18321;
	font-weight: bolder;
}

.red {
	color: #ff0000;
}


/*Simple styles for clients to use sizes and colors etc.*/

.top_bar{
	width: 100%;
	height: 7px;
	background: #6F9329;
}

.top_bar_small{
	background: #C5CEAF;
	width: 100%;
	height: 3px;
}

.main_bar{
	width: 100%;
	height: 122px;
	background: #FFF;
	vertical-align: bottom;
}

.logo_table{
	margin-top: 20px;
	height: 102px;
}

.logo_table TD{
	border-left: 1px solid #CCCCCC;
}

.logo_table STRONG{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
	white-space : nowrap;
}

.logo_table A{
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}

.logo_table A:link{
	color: #000;
}

.logo_table A:visited{
	color: #000;
}

.logo_table A:hover{
	color: #6F9329;
}

.more{
	margin-left: 5px;
}

.show { 
	visibility: show; 
	display: block; 
} 

.hide { 
	visibility: hidden; 
	display: none; 
}

#head_0a, #head_0b { 
	background: #ffffcc;
} 

#head_1a, #head_1b { 
	background: #fff;
	border-bottom: 1px solid #c0c0c0;
}

.smaller {
	font-size: 8px;
}

.small {
	font-size: 10px;
}

.big {
	font-size: 16px;
}

.bigger {
	font-size: 18px;
}

.blue {
	color: #0000a0;
}

.red {
	color: #ff0000;
}

.green {
	color: #008000;
}

.yellow {
	color: #ffff00;
}


/* Other style names that may be used include:

1) horiz-nav - if nav needs to be a horizontile navigation
2) base-nav - if nav needs to be text links near the copyright
3) copyright - if the style needs to be different from other elements in the footer - usually used in a span within the footer div
4) something_something where there would be additional styles for sectioned layouts where the peacies fit togeather but are in seperate divs (eg. nav_top, nav_bottom or header_left, header_right etc.)
5) something_something where there would be user defined changes through either navigation or selection (eg. header_0, header_1, header_2)

*/ 


@media print{  /* printer styles */ 
	#nav { /* hide the left column when printing */ 
		display:none;
	} 

	#maincol {
		width:100%;
		float:none;
	}
}
