body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#fff;
	font:0.85em Arial, Helvetica, sans-serif;
}

.clear {
	clear:both;
}

img {
	border:none;
}

#wrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/*---------- HEADER ----------*/

#header {
	width:1020px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
}

#top-menu {
	width:1020px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	padding:7px 0 7px 0;
}

#top-menu ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:0.9em;
	color:#fff;
}

#top-menu li {
	display:inline;
	text-transform:uppercase;
}

#top-menu li a, #top-menu li a:visited {
	color:#ff9900;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	font-weight:bold;
}

#top-menu li a:hover {
	color:#fff;
}

#page-top-holder {
	width:100%;
	background-image:url(pix/body_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

#page-top-holder-home {
	width:100%;
	background-image:url(pix/body_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

#page-top-holder-default {
	width:100%;
	background-image:url(pix/body_bg_default.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

#page-top-home {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:1020px;
	height:266px;
	margin-bottom:15px;
	background-image:url(pix/header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
} 

#page-top-default {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:1020px;
	height:117px;
	margin-bottom:15px;
	background-image:url(pix/header_default.jpg);
	background-position:top left;
	background-repeat:no-repeat;
} 


#page-top {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:1020px;
	height:266px;
	margin-bottom:15px;
	background-image:url(pix/header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
} 

#page-top h3 {
	margin:0;
	padding:0;
}

/*---------- LEFT CONTENT ----------*/ 

#left-content {
	width:200px;
	float:left;
	background-image:url(pix/leftcontent_bg.gif);
	background-position:top right;
	background-repeat:no-repeat;
	min-height:350px;
	padding-right:20px;
}

#left-content ul {
	margin:0 10px 0 0;
	padding:0;
	list-style:none;
}

/*-- top level --*/

#left-content ul li {
	border-top:1px solid #ff9c0a;
}

#left-content ul li a, #left-content ul li a:visited {
	text-decoration:none;
	color:#666;
	padding:5px 5px 5px 5px;	
	display:block;
}

#left-content ul li a:hover {
	text-decoration:underline; 
	color:#333;
	background-image:url(pix/leftcontent_li_hover.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

/*-- second level --*/

#left-content ul ul {
	margin:0 0 0 0;
	padding:0;
}

#left-content ul ul li {
	border-top:1px solid #ff9c0a;
	padding:0 0 0 30px;
	background-image:url(pix/block_sub_menu_item.gif);
	background-position:18px 6px;
	background-repeat:no-repeat;
}

#left-content ul li li a:hover {
	text-decoration:underline; 
	color:#333;
	background-color:#fff;
	background-image:none;
}

#left-content h2 {
	font-size:1.2em; 
	background-color:#ff9c0a;
	padding:5px;
	color:#fff;
	margin:10px 11px 10px 0;
}

#left-content p, #left-content{
	color:#666;
}

#left-content a, #left-content a:visited {
	color:#333333;
}

#left-content img {
	margin:0 10px 10px 0;
}

/*---------- CENTER CONTENT ----------*/

#center-content { 
	width:510px;
	float:left;
	margin-left:20px;
	margin-right:20px;
	line-height:1.5em;
	padding-bottom:10px;
	font-size:1em;
	color:#464646;
}

#center-content h1 {
	font-size:1.3em;
	color:#4b4b49;
	margin-top:5px;
}

#center-content h2 {
	font-size:1.1em;
	color:#4b4b49;
	margin-top:5px;
}

#center-content h3 {
	font-size:1em;
}

#center-content a, #center-content a:visited {
	color:#ff9c0a;
	text-decoration:underline;
}

#center-content img {
	padding:10px;
}

#center-content ul {
	list-style-image:url(pix/homepage_bullet.gif);
}

#center-content ul ul {
	list-style:inside;
	list-style-image:none;
}

/*---------- CENTER CONTENT WIDE TEMPLATE ----------*/

#center-content-wide { 
	width:710px;
	float:left;
	margin-left:20px;
	margin-right:20px;
	line-height:1.5em; 
	font-size:1em;
	color:#464646;
}

#center-content-wide h1 {
	font-size:1.4em;
	color:#4b4b49;
	margin-top:5px;
}

#center-content-wide h2 {
	font-size:1.1em;
	color:#ff9c0a;
	margin-top:5px;
}

#center-content-wide h3 {
	font-size:1em;
}

#center-content-wide h4 {
	border-bottom:3px solid #ee7c08;
	padding-bottom:3px;
}

#center-content-wide a, #center-content-wide a:visited {
	color:#b15c09;
	text-decoration:underline;
}

#center-content-wide ul {
	list-style-image:url(pix/homepage_bullet.gif);
}

#center-content-wide ul a, #center-content-wide ul a:visited {
	color:#b15c09;
	font-size:0.85em;
}

/*---------- RIGHT CONTENT ----------*/

#right-content {
	width:210px;
	float:right;
	background-image:url(pix/rightcontent_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:10px;
	min-height:350px;
}

#scm-sidebar-members h2 {
	font-size:1em;
}

#right-content h2 {
	font-size:1em; 
	background-color:#ff9c0a;
	padding:5px;
	color:#fff;
	margin:0;
}

#right-content p {
	font-size:0.8em; 
	padding:10px;
	margin:0;
}
 
#right-content a {
	color:#333333;
	text-decoration:none;  
}

#right-content ul {
	font-size:0.8em; 
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
	line-height:1.5em;
}

#right-content img {
	border:none;
	margin-bottom:10px;
}

#right-content .submit-btn {
    border: none;
    background: url('pix/register_button.jpg') no-repeat top left;
    padding: 10px 50px 10px 50px;
}

/*---------- FOOTER ----------*/

#footer {
	padding:10px 0 20px 0;
	background-color:#fff;
	color:#333;
	border-top:1px dotted #333;
}

#footer-container {

}

#footer a, #footer a:visited {
	color:#333;
}

.footer-left {
	float:left;
}

/* ------------------ OTHER ------------*/

#training-providers-table img {
	border:none;
}

#training-providers-table td {
	height:150px;
	border:2px solid #ccc;
	vertical-align:middle;
	margin-left:auto;
	text-align:center;
}

.footer-right {
	float:right;
	font-size:0.8em;
	padding-top:2px;
}

.sidebar-quote {
	color:#666666;
}
    
#tooltip{
	position:absolute; 
	border:1px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:10px;
	color:#666;
	background-color:#DFDFDF;
	display:none;
	text-align:left;
	max-width:250px;
} 

/* mailing list sidebar  */

#scm-sidebar-mailing-list-subscribe {
	background-color:#efefef;
	border-bottom:1px dotted #666;
}

#scm-sidebar-mailing-list-subscribe input {
	margin-top:10px;
}