@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background: #549EF1 url(../images/header_bg.jpg) repeat-x left top;
	font: 14px/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
}
#content ul li {
	margin-bottom: 14px;
}
a:link, a:visited {
	font-weight: bold;
	color: #EB5F5D;
	text-decoration: none;
}
a:hover, a:active {
	color: #EB5F5D;
	text-decoration: underline;
	font-weight: bold;
}
#outerWrapper {
	margin: 0 auto 0 auto;
	width: 830px;
	text-align: left;
}
#header {
	margin: 0;
	height:145px;
	position: relative;
	color: white;
	text-align: left;
	padding-top: 26px;
}
#header #logoSymbol {
	margin-left: 18px;
}
#header #logoText {
	position: absolute;
	left: 145px;
	top: 25px;
}
#mainContent {
	background: url(../images/content_bg.jpg) repeat-y;
	overflow: hidden;
	padding: 40px 0 0 25px;
	z-index:500;
}
#content, #sidebar {
	margin: 0;
}
.contentArea {
	background: #fff;
	margin: 0;
	padding: 0 10px;
	position: relative;
}
.contentArea .topParagraph {
	margin-top: 0px;
	padding-top: 10px;
}
#mainContent h1 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	line-height: 18px;
	padding: 10px 0;
	z-index: 10;
	border-bottom: 1px solid #160B8F;
	text-align: left;
}
/* sidebarRight layout: main content left */
.topImage {
	padding-bottom: 10px;
}
#sidebarRight #content {
	width: 540px;
	float: left;
}
#sidebarRight #sidebar {
	width: 200px;
	margin-left: 570px; /* content width + 10px */
}
/* equalColumns layout: two equal sized columns */
#equalColumns #content {
	width: 380px;
	float: left;
}
#equalColumns #sidebar {
	width: 380px;
	margin-left: 20px; 
	float: left;
}
#fullContent1col #content {
	width: 780px;	
}
#fullContent2col #content {
	width: 780px;
}
#header #logo {
	padding-top: 5px;
	padding-left: 45px;
}
#footer {
	height:30px;
	background: #549EF1 url(../images/footer_bg.jpg) no-repeat left top;
	padding: 30px 10px 10px 25px;
	font-size: 10px;
	color: #CCC;
}
#login {
	position: absolute;
	right: 20px;
	font-size: 12px;
	color: #fff;
	bottom: 10px;
}
#login a:link, #login a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
#login a:hover, #login a:active {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
img { border: 0; }
#nav {
	position: absolute;
	bottom: 7px;
	left: 15px;
	width: 650px;
	height: 20px;
	font-weight: normal;
}
.item {
	margin: 0 20px 5px 10px;
}
.item h2 {
	margin-bottom: 0px;
	color: #333;
	font-size: 18px;
	font-weight: normal;
}
.item p, .item li{
	/* [disabled]margin-top: 0px; */
}
#fullContent2col .item {
	width: 350px;
	float: left;	
}
#fullContent1col .item {
	width: auto;
	margin-right: 0px;
}
.imageLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imageRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.clearAll {
	clear: both;
}
.buttonRow {
	text-align: center;
}
.centerAlign {
	text-align: center;
}
.rightAlign {
	text-align: right;
}
.testifier {
	font-weight: bold;
	margin-top: 5px;
}
.testimony {
	margin-bottom: 0px;
}
.topFlash {
	text-align: center;
	margin-bottom: 20px;
}
* {outline: none;}

label {
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 120px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}
fieldset {
	border: solid 1px #999;
	margin-bottom: 20px;
	margin-top: 5px;
	width: 400px;
	margin: 5px auto 20px auto;
}
#buyNowButton {
	margin-left: 120px;
}
input {
	margin-top: 3px;
}
legend {
	font-weight: bold;
}
#lessonList li {
	margin-bottom: 10px;
}
