@charset "utf-8";

/*

------ INSTITUTE FOR FINANCIAL LITERACY CSS  
------ version 1.1 
------ 12/8/09
------ SOI

*/



/*  
  ------ TAGS ------
*/


body, html {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	font-size: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 14px;
	font-weight: 900;
	color: #87ab63;
	letter-spacing: -0.7px;
}
h2 {
	font-size: 12px;
	font-weight: 900;
	color: #87ab63;
}
#content ol ol {
	list-style-type: lower-alpha;
}
a:link { 
	color:#000000; text-decoration:underline;
}
a:visited { 
	color:#000000; text-decoration:underline;
}
a:hover {
	color:green; text-decoration:underline;
}
a:active {
	color:red; text-decoration:underline; 
}

/*  
  ------ DETAILS ------
*/

.clear {
	clear:both
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.green {
	color: #87ab63;
}
.greenitalics {
	color: #87ab63;
	font-style:italic;
}
.greenbold {
	color: #87ab63;
	font-weight:bold;
}
.italics {
	font-style: italic;
}
.title_1 {
	color: #B09A42;
	font-size: 12px;
}
.title_2 {
	color: #87ab63;
	font-size: 16px;
}
/*  
  ------ MAIN ------
*/

#main {
	background-image: url(graphics/treeWlogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	text-align: left;
}


/*  
  ------ HEADER ------
*/

#login_header {
	float: right;
	padding-right: 23px;
	text-align: right;
	font-size: 10px;
}
#login_header .phonenumber {
	margin-top: 10px;
}
#login_header a:link { 
	color:black; text-decoration:underline;
}
#login_header a:visited { 
	color:black; text-decoration:underline;
}
#login_header a:hover {
	color:green; text-decoration:underline;
}
#logo {
	float: left;
	padding-left: 62px;
}
#login_header {
	float: right;
	padding-right: 23px;
	text-align: right;
}
#login_header .phonenumber {
	margin-top: 10px;
}



/*  
  ------ SPACERS ------
*/
#spacer_top {
	height: 60px;
}
#spacer_contact {
	height: 20px;
	background-color: #FFFFFF;
}
#spacer_footer {
	height: 40px;
	clear: both;
}
#spacer_home {
	height: 20px;
}
.spacer_a {
	height: 5px;
}




/*
============================
          COLUMNS
============================
*/

/*  
  ------ WHOLE WIDTH ------
*/

#main {
	width: 940px;
}

/*  
  ------ CENTER LEFT ------
*/
#center_left_column {
	float: left;
	height: 500px;
	width: 155px;  /*this width must also be changed to match footer text padding*/
}
/*  
  ------ CENTER RIGHT ------
*/
#center_right_column {
	float: right;
	width: 785px;
}

/*  
  ------ CENTER ------
*/




/*
============================
          MENUS
============================
*/


/*  
  ------ MAIN MENU ------
*/

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav {
	position:relative;
	padding-top:30px;
	float:left;
}

#nav a {
	display: block;
}
#nav a:link { 
	color:#613623; text-decoration:none;
}
#nav a:visited { 
	color:#613623; text-decoration:none;
}
#nav a:hover {
	color:green; text-decoration:none;
}
#nav a:active {
	color:green; text-decoration:none; 
}
#nav li {
	float: left;
	width: auto; /**/
	padding: 0px 12px;
	font-size: 13px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #613623;
	font-weight: 900;
}
#menu #nav li#menuendright {
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #ff0000;
}
#menu #nav li#menustartleft {
	padding-left:0px;
}
#nav li ul {
	position: absolute;
	left: -999em;
	/*width: 100%;   needed for right floats */
	width: 700px;   /*needed for right floats and moves submenu in lay under standard text of mainmenu */
	list-style: none;
	padding-top:5px;
}
#nav li ul li {
	height:auto;
	padding: 0px 20px 10px 0px;
	float:left;
	font-size: 12px;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #613623;
	font-size: 10px;
	font-weight: 900;
	
}
#nav li ul li a {
	display:block;
}
#menu #nav .menuright ul {

	}
#menu #nav .menuright li {
	float:right;

	}
#nav li:hover ul, #nav li.menuHover ul {
	position: absolute;
	left: 0px;
}

#menu {
	position: relative;
	width: 100%; /* may be needed for some right floats */
	padding-bottom: 1px;/*for opera (collapsing margins)*/
}

/* fixes sticky-down in ie7 (and seems to let it work without javascript - pure css - in ie7) */
#nav li:hover, #nav li.menuHover {
    position: static;
}


/*  
  ------ CRUMB MENU ------
*/

#cpath {
	font-style: italic;
	color: #666666;
	margin-bottom: 20px;
}
#cpath a:link { 
	color:#666666; text-decoration:underline;
}
#cpath a:visited { 
	color:#666666; text-decoration:underline;
}
#cpath a:hover {
	color:green; text-decoration:underline;
}



/*
============================
       CONTENT SECTIONS
============================
*/



/*  
  ------ GRAPHIC SECTION ------
*/


#graphicsection {
	margin-top: 30px;
	position: relative;
	padding-bottom: 1px;/*for opera (collapsing margins)*/
	padding-top: 1px;/*for opera (collapsing margins)*/
}
#contentsection #contentleft {
	float: left;
	height: 100%;
	width: 629px;
	overflow: hidden;
}
#contentsection {
	margin-top: 30px;
	overflow: hidden;
	position: relative;
	padding-top: 1px;/*for opera (collapsing margins)*/
}
#contentsection #contentright {
	float: left;
	width: 148px;
	padding-left: 5px;
	overflow: hidden;
}


/*  
  ------ CONTACT BUTTONS ------
*/

#graphicsection #subsites {
	float: left;
	padding-left: 5px;
}
#contentright .contactright {
	background-image: url(graphics/contactbackground.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-bottom: 5px;
	padding-bottom: 0px;/*for opera (collapsing margins)*/
}
#contentright .contactright .contactrighttxt {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #627649;
	width:100px;
}

#contentright .contactright .contactrighttxt a:link {
	color:#627649; text-decoration:underline;
}
#contentright .contactright .contactrighttxt a:visited {
	color:#627649;
	text-decoration:underline;
}
#contentright .contactright .contactrighttxt a:hover {
	color:#ffffff; text-decoration:none;
}
#contentright .contactright .contactrighttxt a:active {
	color:#819a61; text-decoration:underline; 
}


/*  
  ------ CONTENT ------
*/

#contentleft {
	color: #333333;
	font-size: 11px;
	line-height: 16px;
}
#contentleft #content {
	text-align: left;
	vertical-align: top;
}
#contentleft #contentsingle {
	width: 535px;
}
#contentheading {
	color: #613623;
	font-size: 12px;
	font-weight: bold;
	padding-right: 30px;
}
#contenttable { 
	margin-top:22px; 
	padding-top:1px;
	text-align: left;
	vertical-align: top;
}
#content #contenttable .contenttabler {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #6A8A4A;
	padding-right: 30px;
	padding-left: 30px;
	width: 50%;
	text-align: left;
	vertical-align: top;
}
#content #contenttable .contenttablel {
	padding-right: 30px;
	width: 50%;
	text-align: left;
	vertical-align: top;
}

/*(auto) big green links*/
#contenttable .headinglink, #contentsingle .headinglink {
	font-size: 12px;
	font-weight: 900;
	color: #87ab63;
}
#contenttable a:link, #contentsingle a:link  { 
	font-size: 12px;
	font-weight: 900;
	color: #87ab63;
	text-decoration:underline;
}
#contenttable a:visited, #contentsingle a:visited  { 
	font-size: 12px;
	font-weight: 900;
	color: #87ab63;
	text-decoration:underline;
}
#contenttable a:hover, #contentsingle a:hover {
	color:green; 
	text-decoration:underline;
}
#contenttable a:active, #contentsingle a:active {
	color:red; 
	text-decoration:underline; 
}


/*back to small black links*/
#contenttable a.smlink:link, #contentsingle  a.smlink:link  { 
	font-size: 11px;
	font-weight: normal;
	color:#000000; 
	text-decoration:underline;
}
#contenttable  a.smlink:visited, #contentsingle  a.smlink:visited  { 
	font-size: 11px;
	font-weight: normal;
	color:#595959; 
	text-decoration:underline;
}
#contenttable  a.smlink:hover, #contentsingle  a.smlink:hover {
	color:green; 
	text-decoration:underline;
}
#contenttable  a.smlink:active, #contentsingle  a.smlink:active {
	color:red; 
	text-decoration:underline; 
}



/*
============================
       FOOTER
============================
*/



#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #613623;
	clear: both;
}
#footer #footer_menu {
	padding-left: 155px;  /*to match left column*/
	padding-top: 15px;
	padding-bottom: 20px;
	text-align:left;
	position: relative;
}
#footer_menu #menucont {
}
#footer_menu .footerphone {
	padding-right: 15px;
	font-weight:bold;
}
#footer_menu .footsep {
	padding-right: 5px;
	padding-left: 5px;
}
#footer_menu .footercopyright {
	padding-left: 15px;
	white-space: nowrap;
}
#footer #credit a:link {
	color:#999999;
	text-decoration:none;
}
#footer #credit a:visited {
	color:#999999;
	text-decoration:none;
}
#footer #credit a:hover {
	color:green;
}
#footer #credit {
	color: #999999;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 10px;
	/*float: right;*/
}
#google_translate_element {
	float:right;
}

	

/*
============================
       HOME PAGE
============================
*/

#homemain #homeintro {
	font-size: 12px;
	font-weight: bold;
	color: #613623;
	text-align: center;
	padding-right: 50px;
}
#homemain {
	text-align: center;
}
#hometable {
	text-align: left;
	vertical-align: top;
	color: #87AB63;
	padding-top:10px;
	padding-right: 20px;
}
#hometable td, #hometable th {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #6A8A4A;
	width: 25%;
	vertical-align: top;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 11px;
}
#hometable td {
padding-top: 15px;
}
#hometable th {
padding-top: 10px;
padding-bottom: 10px;
}
#homemain #homeflash {
	margin-right: 18px;
	color: #627649;
	text-align: center;
}
#homemain #homeflash .box {
	width:75%;
	color: #87AB63;
	text-align: center;
	background-color: #E7EFDA;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
}
#homemain #homeflash .homeintro {
	font-size: 12px;
	font-weight: 600;
	color: #613623;
	letter-spacing: -0.6px;
}

#hometable td a:link, #hometable th a:link { 
	color:#613623; text-decoration:none;
}
#hometable td a:visited, #hometable th a:visited { 
	color:#613623; text-decoration:none;
}
#hometable td a:hover, #hometable th a:hover {
	color:#613623; text-decoration:underline;
}
#hometable td a:active, #hometable th a:active {
	color:#613623; text-decoration:none; 
}
#hometable td.hometable1, #hometable th.hometable1{
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #A5BE3D;
}
#hometable td .hometablehead, #hometable th .hometablehead {
	font-size: 18px;
	font-weight: 900;
	color: #613623;
	text-align: left;
	vertical-align: top;
	line-height: 18px;
}



/*  
  ------ TESTING ------
*/

/* ie test for hover javascript
#nav li.menuHover ul {
background-color:#aaaaaa;
}*/

