/* css document */


/*----- globals -----*/


* {
	padding:0;
	margin:0;
	}
	
body, html {
	height:100%;
	width:100%;
	background:url(../images/bg.gif) repeat-x #fff;
	font:normal 12px/1.4 "Lucida Grande", Myriad, Verdana, Arial, Sans-serif;
	color:#666;
	}

* html #container {
	height: 100%;
}

hr {
	height: 1px;
	background-color: #a5a59f;
	color: #a5a59f;
	border: none;
	padding: 0;
	margin: 5px 0;
	}

/*----- fonts ----*/

	
#rightcol h1 {
	color: #131f8f;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 5px 0;
	}

p {
	padding:8px 0;
	text-align: left;
 	 	}
		
#footer p {	
	color:#fff;
	}
	
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color:#c40d0d;
	text-decoration:underline;
	}
	
ul {
	margin: 10px 0;
	}
	
ul li {
	margin: 3px 0 3px 15px;
	}
	
ul li.check {
	background: url(../images/check.png) no-repeat;
	padding:0 0 0 25px;
	list-style:none;
	margin-left: 0;
	font-weight:bold;
	}
	
ol b {
	color: #131f8f;
	margin-left:8px;
}

ol li {
	list-style-position:inside;
}

/*----- selectors ---*/

/*----- images ------*/

#rightcol .imgleft {
	float: left;
	margin: 5px 15px 5px 0;
	border: 1px solid #666666;
	}
	
#rightcol .imgright {
	float: right;
	margin: 5px 0 5px 15px;
	border: 1px solid #666666;
	}
	
/*----- anatomy -----*/

#container {
	background:url(../images/bg_container.png) repeat-y;
	margin: 0 auto;
	width:800px;
	min-height:100%;
	}

#masthead {
	width:566px;
	height:279px;
	float:left;
		}

#logo {
	background:url(../images/bg_logo.jpg) no-repeat;
	width:234px;
	height:279px;
	float:left;
	}

#nav {
	background:url(../images/bg_nav.jpg) no-repeat;
	width:566px;
	height:103px;
	float:left;
	position:relative;
	}
	
	.home {position:absolute; left: 0px; bottom: 12px;}
	.about {position:absolute; left: 103px; bottom: 12px;}
	.services {position:absolute; left: 219px; bottom: 12px;}
	.whatiseod {position:absolute; left: 348px; bottom: 12px;}
	.contact {position:absolute; left: 473px; bottom: 12px;}
	.courses {position:absolute; left: 360px; top: 115px;}
	
#promobox {
	background:url(../images/PLACEHOLD_main_photo.jpg);
	width:566px;
	height:176px;
	float:left;
	}
	
#main {
	background:url(../images/bg_main_top.png) no-repeat top;
	float:left;
	width:800px;
	padding-bottom: 15px;
	}
	
#leftcol {
	float: left;
	width: 175px;
	margin: 20px 30px 0 30px;
	display: inline;
	font-size: 11px;
	line-height: 1.2;
	}
	
#rightcol {
	float: left;
	width: 474px;
	margin: 15px 0 0 23px;
	display: inline;
	color:#3b3a3a;
	}
	
#nulldiv {
	width: 800px;
	clear: both;
	margin: 10px 0;
	}	
	
#footer_outer {
	background:url(../images/footer_outer_bg.gif) repeat-x;
	width: 100%;
	height: 93px;
	margin-top: -93px;
	}
	
#footer {
	background:url(../images/bg_footer_inside.jpg) no-repeat;
	width: 800px;
	height: 93px;
	margin: 0 auto;
	position:relative;
	}

#footright {
	position:absolute;
	top: 34px;
	right:30px;
	text-align:right;
	line-height: 1.2;
	font-size: 11px;
	}

#footleft {
	position:absolute;
	top: 34px;
	left:30px;
	line-height: 1.2;
	font-size: 11px;
	}
	
/*----- forms -------*/

/* contact */
#contactForm label {
	float: left;
	width: 100px;
	padding: 0;
	margin-left: 5px;
}
#contactForm div {
	padding: 5px 0;
	margin: 0;
	width: 100%;
}

#contactForm legend {
	padding: 0 5px;
	font-weight: bold;
}

#contactForm fieldset {
	width: 300px;
	padding: 10px;
	border: 1px solid #CCC;
}

#contactForm .txt {
	border: 1px solid #D8C3DE;
	width: 182px;
}

#contactForm div.submit {
	text-align: center;
}

.btn {
	padding: 0;
	border: 2px solid #666;
	background-color: #CCC;
	color:#3b3a3a;
}

/* seminar */
#seminarForm label {
	padding: 0;
}
#seminarForm div {
	padding: 0;
	margin: 5px;
}
#seminarForm legend {
	padding: 0;
	margin-left: 0.5em;
	font-weight: bold;
}

#seminarForm fieldset {
	width: 175px;
	padding: 0;
	border: 1px solid #CCC;
}

#seminarForm textarea {
	width: 100%;
	}

#seminarForm .txt {
	border: 1px solid #D8C3DE;
}

#seminarForm div.submit {
	text-align: center;
}

/* signup */


#signupForm label {
	width: 165px;
	padding: 0;
}
#signupForm .float{
	float: left;
}
#signupForm div {
	clear: left;
	padding: 0;
	margin: 5px;
	text-align: top;
}
#signupForm legend {
	padding: 0;
	margin-left: 0.5em;
	font-weight: bold;
}

#signupForm fieldset {
	width: 100%;
	padding: 0;
	border: 1px solid #CCC;
}

#signupForm textarea {
	width: 250px;
	clear: both;
	}

#signupForm .txt {
	border: 1px solid #D8C3DE;
}

#signupForm .courses {
	width: 100%;
	}

#signupForm div.submit {
	text-align: center;
}

#ccv {
	width: 35px;
	}
	
.ccv {
	font-size: 10px;
	}
	
/* marketing */

#mt {
	display: none;
}

a.plain , .plain a:hover, .plain a:visited, .plain a:active {
	color:#3b3a3a;
	text-decoration:none;
}

a.ltplain , .ltplain a:hover, .ltplain a:visited, .ltplain a:active {
	color:#666;
	text-decoration:none;
}

