@charset "utf-8";

* {margin: 0; padding: 0}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #81828e;
	background: url(images/bg_body.gif);
}

p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
	}
	
img {padding: 4px; border: 1px solid #CCCCCC}
img.left {margin: 0 16px 24px 0}


#page {
	background: #FFF url(images/bg_page.gif) repeat-x;
	}
	
#wrap {
	width: 750px;
	margin: 0 auto;
	background: url(images/bg_wrap.gif) repeat-y;
	}
	
#left {
	float: left;
	width: 230px;
	background: url(images/bg_left.png) no-repeat;
	}
	
#logo {
	width: 148px;
	height: 51px;
	margin: 32px 0 0 27px;
	background: url(images/logo.gif) no-repeat;
	}
#logo h1 strong {display: none}

#leftNav {
	padding-top: 108px;
	margin: 0 0 32px 19px;
	}
#leftNav ul {list-style-type: none;}
#leftNav li {background: url(images/bg_nav-li.gif) left bottom no-repeat;}
* html #leftNav li {display: inline}
#leftNav li a {
	display: block;
	padding: 6px 16px 6px 28px;
	background: url(images/bullet_green.gif) left 4px no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	}
#leftNav li a:hover {
	color: #F60;
	background-image: url(images/bullet_orange.gif);
	}

#right {
	float: left;
	width: 520px;
	background: url(images/bg_right.png) no-repeat;
	}
#right-home {
	float: left;
	width: 520px;
	background: url(images/bg_right-home.jpg) no-repeat;
	}

	
#topNav ul {
	float: right; 
	width: 160px; 
	padding-top: 8px;
	list-style-type: none;
	}
#topNav li {float: left; margin-right: 12px;}
#topNav li a {
	display:block;
	padding: 4px 8px 4px 24px;
	color:#FFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}
#topNav li a:hover {text-decoration: underline;}
#topNav li a.top_home {background: url(images/ico_home.gif) no-repeat;}
#topNav li a.top_email {background: url(images/ico_mail.gif) no-repeat;}

#free_info {
	clear: both;
	width: 148px;
	padding: 12px 16px;
	margin: 0 0 8px 20px;
	}
#right-home #free_info {
	clear: both;
	width: 148px;
	padding: 12px 16px;
	margin: 0 0 184px 20px;
	}
	
#free_info h1 {
	display: block;
	width: 151px;
	height: 15px;
	margin-bottom: 20px;
	background: url(images/h_freeinfoseminars.gif) no-repeat;
	}
#free_info h1 strong {display: none}
#free_info a {color: #81828e; text-decoration: none}
#free_info a:hover {text-decoration: underline}
#free_info  a strong {color: #fe9d00;}

#content {
	padding: 16px 32px;
	}

#content a {color: #fe9d00; text-decoration: none}
#content a:hover { text-decoration: underline}
	
#content h1 {
	margin-bottom: 20px;
	font-size: 1.5em;
	font-weight: normal;
	color: #6f98de;
	text-transform: uppercase;
	}

#content h2 {
	margin-bottom: 16px;
	font-size: 1.3em;
	color: #fe9d00;
	text-transform: capitalize;
	}

#content h3 {
	margin-bottom: .5em;
	font-size: 1.1em;
	color: #666666
	}
	
#content ul, #content ol {margin: 0 0 16px 16px;}

#content li { line-height: 1.5em; }
	
#wrap_footer {
	padding-top: 38px;
	background: url(images/bg_footer.gif) repeat-x;
	}
	
#footer {
	width: 750px;
	margin: 0 auto;
	color: #345181;
	font-size: 10px;
	}
	
#footer a {
	color: #FFF;
	text-decoration: none;
	margin-right: 8px;
	}
#footer a:hover { text-decoration: underline }
	