@charset "utf-8";
/* CSS Document */

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body,td,th {
	color: #000000;
}

body{
	background-color: #256e81;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
img { border: none; } 
	
/* Text Styling */
.f1{ 
	color:#fff;
	font-size:9px;
	}
.h1{
	color: #256e81;
	font-weight: bold;
	}
	
.h2{
	color: #256e81;
	font-weight: bold;
	font-size: 14px;
	}

/* SUBHEADER TITLES -------------------------------*/
	
#subheader2{
	height: 25px;
	width: 225px;
	/*border-bottom: 2px solid #256e81;*/
	color: #256e81;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 15px;
	margin-left: 5px;
	font-weight: bold;
	background-image: url(asset_images/sidebar_T_eapservices.png);
	background-repeat: no-repeat;
	}
	
#subheader3{
	height: 25px;
	width: 225px;
	/*border-bottom: 2px solid #256e81;*/
	color: #256e81;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 15px;
	margin-left: 5px;
	font-weight: bold;
	background-image: url(asset_images/sidebar_T_healthcoaching.png);
	background-repeat: no-repeat;
	}
	
.sidebarinfo{
	width: 230px;
	background-color: #256e81;
	color: #fff;
	padding:5px;
	font-size: 10px;
	margin-bottom: 5px;
}
	
	/* SUBHEADER TITLES -------------------------------*/
	
/* Text Styling */

#container{
	width: 800px;
	background-color: #fff;
	margin: auto;
	/* REMOVE BELOW */
	/* height: 600px; */
	padding: 10px;
	}
	
/* NAVIGATION STYLING START */

#main_nav{
	background-color: #d6e3bc;
	/*height: 33px;
	padding-top: 17px;*/
	/*width: 797px;
	padding-left: 3px;*/
	height: 50px;
	width: 800px;
	background-image: url(asset_images/mainnav_bckgrnd.png);
	background-repeat: no-repeat;
	overflow: hidden;
	}

#main_nav ul{
	margin: 0px;
	}
	
#main_nav li{
	display: inline;
	margin-right: 2px;
	}
	
#main_nav a{
	color: #256e81;
	text-decoration: none;
	font-weight: 900;
	padding: 1.45em .4em;
	float: left;
	font-size: 11px;
	margin-right: 5px;
	}
	
#main_nav a:hover{
	/*background-color: #256e81;*/
	background-image: url(asset_images/mainnav_overimage.png);
	background-repeat: repeat-x;
	/*color: #d6e3bc;*/
	color: #fff;
	}	
	
/* ------------------------------------------------- */

#subcontentnav {
	padding-top: 23px;
	
	}
	
#subcontentnav ul{
	/*list-style: none;*/
	list-style-image: url(asset_images/subcontent_bullets.png);
	}
	
#subcontentnav ul li{
	padding-top: 5px;
	}
	
#subcontentnav ul li a{
	text-decoration: none;
	color: #256e81;
	font-weight: bold;
	
	}
	
#subcontentnav ul li a:hover{
	/*color: #256e60;*/
	border-bottom: 1px solid #256e81;
	}
	
	/* ------------------------------------------------- */

#footernav{
	padding: 0px;
	}
	
#footernav ul{
	list-style:none;
	}
	
#footernav ul li{
	display: inline;
}

#footernav ul li a{
	color: #fff;
	text-decoration: none;
	}
	
/* ------------------------------------------------- */	
/*MINI BUTTONS*/

.minibutton1{
	margin-left: 150px;
	margin-bottom: 10px;
	}


/*MINI BUTTONS*/
	
	
/* ------------------------------------------------- */
/* NAVIGATION STYLING STOP */

#innercontainer{
	margin-top: 10px;
	overflow: hidden;
}

#leftcolumn{
	float: left;
	width: 240px;
	 background-color: #ebebeb; 
	/* REMOVE BELOW */
	/* height: 300px; */
	
	}
	
#rightcolumn{
	float: left;
	width: 555px;
	background-color: #fff;
	/* REMOVE BELOW */
	/* height: 300px; */
	padding-left: 5px;
	}

#mainimagecont{
	width: 555px;
	height: 215px;
	background-color: #fff;
	/*background-image: url(asset_images/mainimage.gif);*/
	}

	
#logoholder{
	width: 240px;
	height: 75px;
	background-color:#0000FF;
	background-image: url(asset_images/logo.png);
	}
	
#maincontent{
	width: 535px;
	/* REMOVE BELOW */
	margin-top: 5px;
	/* background-color: #edf4e7; */
	background-image: url(asset_images/maincontent_bckgrnd.png);
	background-repeat: repeat-x;
	padding: 10px;
	border-left: 1px solid #edf4e7;
	}
	
#subcontent{
	width: 240px;
	height: 140px;
	background-color: #fff;
	padding-bottom: 5px;
	background-image: url(asset_images/subcontent_bckgrnd.png);
	background-position: top;
	}
	
#taglinecont{
	background-color: #ebebeb;
	padding-left: 5px;
	margin-top: 5px;
	}
	
.subheader{
	border-bottom: 3px solid #256e81;
	font-weight: bold;
	font-size: 13px;
	color: #256e81;
	padding: 5px;
	}

#footer{
	margin: auto;
	width: 820px;
	padding-top: 10px;
}
