/*----------------------
use body.ie6 and body.ie7 as parent selectors for making IE-necessary changes to css
EXAMPLE:
#thisdiv {
	width:580px;
	padding:10px;
}
body.ie6 #thisdiv {
	width:600px;
}
DO NOT USE HACKS. CONDITIONAL COMMENTS WILL WORK FOR ALL PURPOSES
--------------------------*/

body{
	font-size:62.5%;
	padding: 0;
	margin: 0;
}

body.bg{
	background:none;
}

img
{
	border: none;
}

#frame{
	width: 900px;
}

/*-----------------------------

		HEADER AREA

-----------------------------*/

#header
{
	height: 127px;
	position: relative;
}

#sidebox
{
	height: 124px;
	width: 234px;
	background: #0056a7;
	border-top: 1px #5074b9;
	border-left: 1px #0060ae;
	border-bottom: 1px #8093ca;
	border-right: 1px #aeb9de;
	margin-left: 1px;
	margin-bottom: 2px;
	margin-top: 1px;
	float: left;
}

#logo
{
	position: absolute;
	left: 50px;
	top: 40px;
	background: url(images/logo_bg.png) no-repeat 0 0;
	width: 267px;
	height: 84px;
}

#logo img
{
	padding: 4px 0 0 4px;
}
	/*-----------------------------
			HEADER LINKS
	-----------------------------*/	
	#topnav
	{
		float: left;
		position: relative;
		height: 127px;
		width: 650px;
	}
	
	#topnav ul
	{
		list-style-image: none;
		list-style-type: none;
		padding-left: 80px;
		margin: 0;
		position: absolute;
		bottom:10px;
	}
	#topnav ul li
	{
		width: 68px;
		height: 68px;
		list-style-image: none;
		list-style-type: none;
		padding: 0;
		margin: 0;
		display: block;
		float:left;
	}
	/*-----------------------------
			IE6/IE7 FIXES
	-----------------------------*/	

/*-----------------------------

		MAIN AREA

-----------------------------*/

#main
{
	
}

#sidebar
{
	width: 237px;
	float: left;
}

#sidebar #graphic_Home
{
	width: 236px;
	height: 219px;
	background: url(images/home.jpg) no-repeat 0 0;
}

#sidebar #graphic_BusinessPlanning
{
	width: 236px;
	height: 219px;
	background: url(images/business.jpg) no-repeat 0 0;
}

#sidebar #graphic_Marketing
{
	width: 236px;
	height: 219px;
	background: url(images/marketing.jpg) no-repeat 0 0;
}

#sidebar #graphic_Franchising
{
	width: 236px;
	height: 219px;
	background: url(images/franchising.jpg) no-repeat 0 0;
}

#sidebar #graphic_BrokerageOperations
{
	width: 236px;
	height: 219px;
	background: url(images/brokerage.jpg) no-repeat 0 0;
}

#sidebar #graphic_CoachingOfBrokerOwnersPrincipals
{
	width: 236px;
	height: 219px;
	background: url(images/coaching.jpg) no-repeat 0 0;
}

#sidebar #graphic_PublicSpeaking
{
	width: 236px;
	height: 219px;
	background: url(images/public_speaking.jpg) no-repeat 0 0;
}

#sidebar #graphic_Principals
{
	width: 236px;
	height: 219px;
	background: url(images/principals.jpg) no-repeat 0 0;
}



#sidenav
{
	background: #0056a7;
	width: 234px;
	margin-left: 1px;
	margin-top: 1px;
}

#sidenav ul
{
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding-top: 25px;
	padding-left: 46px;
}

#sidenav li
{
	list-style-image: none;
	list-style-type: none;
	height: 68px;
	font: 13px Arial;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 15px;
	background: #0056a7 url(images/sidenav_bg.png) no-repeat 0 0;
}

#sidenav li img
{
	float: left;
	margin-right: 10px;
	border: solid 2.5px #fff;
}

#content
{
	font: 16px Arial Narrow, Arial;
	padding: 15px 0 0 50px;
	width: 550px;
	float: left;
}

	/*-----------------------------
			MAIN LINKS
	-----------------------------*/
	#sidenav li a:link, #sidenav li a:visited
	{
		text-decoration: none;
		color: #fff;
	}
	#sidenav li a:hover
	{
		text-decoration: underline;
	}
	
	#sidenav li a.here
	{
		font-weight: bold;
	}
	/*-----------------------------
			IE6/IE7 FIXES
	-----------------------------*/	

/*-----------------------------

		FOOTER AREA

-----------------------------*/

#footer
{
	border-left: solid 234px #0056a7;
	margin-left: 1px;
	padding-left: 40px;
	padding-bottom: 45px;
	font: bold 13px Arial;
}

#footer table tr td
{
	padding-right: 20px;
}
	/*-----------------------------
			FOOTER LINKS
	-----------------------------*/	
	/*-----------------------------
			IE6/IE7 FIXES
	-----------------------------*/	

/*-----------------------------

		SUB PAGES

-----------------------------*/
	/*-----------------------------
			SUB HEADER
	-----------------------------*/
	/*-----------------------------
			SUB MAIN
	-----------------------------*/
	/*-----------------------------
			SUB FOOTER
	-----------------------------*/
	/*-----------------------------
			SUB LINKS
	-----------------------------*/
	/*-----------------------------
			IE6/IE7 FIXES
	-----------------------------*/	
	
/*-----------------------------

		GENERIC CLASSES

-----------------------------*/

.hide{
	display : none;
}

.clear{
	clear : both;
}

span.False{
	display:none
}

/*-----------------------------

		CONTAINERS

-----------------------------*/


/*-----------------------------

		USER.CSS CLASSES

-----------------------------*/
