/* =color

black : #221e1f;
grey : #8e8e8e;

*/

* 
{
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
}

a {
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

ul 
{
	list-style: none;	
}

ul li
{
	font-size: 12px;
}

img {
	border: none;
}

body {
	background: transparent url(../images/header_bg.png) repeat-x top left;
	min-width: 800px;
}

div#wrapper {
	width: 760px;
	margin: 0 auto;
	padding: 0 20px;
}

div#header 
{
	/*background: #7070de;*/
	color: #eee;
	height: 90px;
	width: 100%;
	text-align: bottom;

}

div#header h1
{
	float: left;
	color: #221e1f;
}

ul#nav {
	list-style: none;
}

ul#nav li {
	display: block;
	float: left;
	margin-top: 48px;
}

ul#nav li a {
	display: block;
	height: 42px;
	margin: 0;
	padding: 0;
}

ul#nav li a:hover {
	background-position: left -42px;
}

ul#nav li a.selected {
	background-position: left -84px;
}

a#accreditation {
	background: transparent url(../images/btn_accreditation.png) no-repeat top left;
	width: 104px;
}

a#certification {
	background: transparent url(../images/btn_certification.png) no-repeat top left;
	width: 95px;
}

a#online {
	background: transparent url(../images/btn_online.png) no-repeat top left;
	width: 65px;
}

a#cme {
	background: transparent url(../images/btn_cme.png) no-repeat top left;
	width: 46px;
}

a#contact {
	background: transparent url(../images/btn_contactus.png) no-repeat top left;
	width: 87px;
}


ul#nav li a span,
h2#tools span
{
	display: none;
}


div#divider {
	background: #221e1f;
	margin: 20px 0 6px 15px;
	width: 700px;
	height: 6px;
}

div#sidebar
{
	float: left;
	width: 270px;
	margin: 0 0 0 15px;
}

div#sidebar img
{
	margin-bottom: 6px;
}

div#sidebar h2
{
	width: 262px;
	background: #8C2318;
	color: #FFF;
	font-size: 14px;
	padding: 4px;
	font-weight: normal;
}

ul#submenu li
{
	margin: 0 0 6px 0;
	font-weight: bold;
	text-align: right;
}

ul#submenu li a
{
	display: block;
	width: 254px;
	padding: 4px 8px;
	background: transparent url(../images/submenu_bg.png) repeat-x top left;
	color: #fff;
}

ul#submenu li a:hover
{
	text-decoration: none;
	color: #F2C45A;
	background-position: left -32px;
}

ul#submenu li a.selected
{
	background-position: left -32px;
	color: #F2C45A;	
}

ul#help 
{
	position: absolute;
	margin-top: -50px;
	margin-left: 0px;
}

ul#help li
{
	display: inline;
}

ul#help li a
{
	display: inline;
	width: 254px;
	padding: 0px;
}

div#body {
	width: 700px;
	margin: 0 15px;
	min-height: 400px;
}

#body p {
	font-size: 12px;
	margin: 12px 0;
	line-height: 20px;
}

div#wrapper.sub-page div#body
{
	float: left;
	width: 414px;
	margin: 0;
	padding-left: 15px;
	border-left: 1px solid #000;
}

#body li img
{
	display: block;
	margin: 10px auto;
}

#body h2,
#body h3
{
	margin: 0 0 12px 0;
	color: #000;
	font-size: 14px;
}

#body h3
{
	padding: 6px 0;
	border-top: 6px solid #ccc;
	color: #000;
	font-weight: normal;
	font-size: 16px;
	font-family: Georgia, Times, Serif;
	
}

#body h4
{
	text-align: center;
	margin-bottom: 18px;
	color: #8C2318;
	padding: 4px;
}

#body h4 a
{
	color: #D8AC43;
}

#body ul
{
	padding: 0 0 12px 20px;
	list-style: url(../images/bullet.png);
}

#body ul li
{
	padding: 6px 0;
}

dt 
{
	color: #000;
}

#body dd p
{
	line-height: 16px;
}

#body p em {
	font-family: Georgia, Times, Serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
}

#body p.callout
{
	color: #8C2318;
}

#body p.callout a
{
	text-decoration: none;
	color: #D8AC43;
}

#body p a
{
	text-decoration: underline;
}

#body ul.address,
#body ul.person
{
	padding: 0 0 12px 0;
	list-style: none;
	list-style-image: none;
} 

#body ul.address li,
#body ul.person li
{
	list-style: none;
	list-style-image: none;
	padding: 0;
}

#body ul.person li em.name
{
	font-style: normal;
	color: #8C2318;
}

#body table.clients td
{
	padding: 3px;
}

form 
{
	background: #eee;
	padding: 1px 15px 15px 40px;
	margin-bottom: 15px;
}

div.submit
{
	margin-left: 255px;
}

h2#tools
{
	margin: 5px;
	width: 360px;
	height: 175px;
	background: transparent url(../images/tools.png) no-repeat top left;
}

#body p em.inline
{
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8C2318;
	font-size: 12px;
}

/* footer */

div#footer {
	border-top: 1px solid #000;
	width: 700px;
	height: 25px;
	float: left;
	clear: both;
	margin: 0 15px;
	padding: 10px 0;
}

div#footer p,
div#footer p a
{
	text-align: center;
	color: #999;
}

