/* NEW FOUNDATIONS STYLE SHEET */
body{
	font:11px Verdana, Arial, sans-serif;
	color:#000000;
	background:url(images/body_tile2.gif) repeat-y;
	margin:0;
	}

/* headers */
h1{
	margin:0;
	width:370px;
	height:100px;
	background:url(images/new_foundations_logo.gif) no-repeat;
	}
h1 span{
	display:none;
	}
h2{
	font-size:1.5em;
	font-weight:bold;
	clear:both;
	}
h3{
	font-size:1.3em;
	font-weight:bold;
	}

/* structure */
#header{
	background:url(images/body_tile.gif) repeat-x;
	}
#main_menu{
	position:absolute;
	top:60px;
	left:470px;
	height:30px;
	}
#section_menu{
	float:left;
	margin:30px 0px 0px 0px;
	padding:0;
	width:160px;
	}
#sup_content{
	float:left;
	margin-left:10px;
	padding:10px 0px;
	width:520px;
	}
#wrapper{
	position:absolute;
	left:170px;
	}
#main_column{
	float:left;
	margin-top:180px;
	padding:5px 10px;
	width:380px;
	width/* */:/**/358px; 
	width: /**/358px;
	}
#sub_column{
	float:left;
	margin-top:180px;
	padding:5px 10px;
	width:140px;
	width/* */:/**/120px; 
	width: /**/120px;
	}
#footer{
	clear:both;
	padding:10px;
	margin:10px;
	border-top:1px dotted #A5A5A5;
	}
	
/* style */
img{border:none;}
#main_column p{
	margin-left:50px;
	text-align:left;
	}
#main_column img{float:left;border:1px solid #D0D0D0;margin:2px 5px 2px 5px;}
#sub_column p{	
	}

	/* menus */
ul#section_menu{
	list-style:none;
	}

ul#section_menu li{
	display:block;
	font-size:10pt;
	text-align:left;
	background:url(images/section_menu_btn.gif) no-repeat 12px 12px;
	}
ul#section_menu li a{
	display:block;
	font-weight:bold;
	font-size:10px;
	padding:10px 4px 10px 30px;
	width:160px;
	width/* */:/**/126px; 
	width: /**/126px;
	color:#000;
	text-decoration:none;
	}
ul#section_menu li a:hover{
	background:url(images/section_menu_on.gif) no-repeat bottom #ffffff;
	color:#CA2222;
	}
	
ul#main_menu{
	list-style:none;
	margin:0;
	padding:0;
	}
ul#main_menu li{
	float:left;
	width:70px;
	height:30px;
	display:block;
	margin:0px 1px;
	}
ul#main_menu li a{
	display:block;
	padding:10px 0px;
	text-align:center;
	background:url(images/main_menu_off.gif) no-repeat;
	color:#E6CAAC;
	font-size:1.2em;
	font-weight:normal;
	text-decoration:none;
	}
ul#main_menu li a:hover, ul#main_menu li a.active{
	display:block;
	padding:10px 0px;
	text-align:center;
	background:url(images/main_menu_on.gif) no-repeat;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	}
	
	/* links */
a:link{
	color:#CA2222;
	text-decoration:underline;
	font-weight:bold;
	}
a:visited{
	color:#EE4747;
	}
a:hover{
	text-decoration:none;
	}

.small_text{
	font-size:.8em;
	}
.med_text{
	font-size:1.2em;
	}
.large_text{
	font-size:1.4em;
	}
	
	/* footer */
#footer{
	text-align:center;
	}