@charset "UTF-8";
/* CSS Document */

<!--
* {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

a {
	color: #c83537;
	text-decoration: none;
}
a:hover {
	color: #c83537;
	text-decoration: underline;
}
body {
	font: 10pt/13pt "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	background: #fff url(../images/HeaderBg.jpg) center 20px no-repeat;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4A281C; /* brown */
}
#free_videos {
	background: #fff url(../images/videosBg.gif) center no-repeat;
	height: 102px;
	margin: 0;
	padding: 0;
}
.free_videos_link {
	margin-left: 10px;
	margin-bottom: 2px;	
}
input, select { /* must be overridden for radio buttons on IE or they get a background and border */
	border: 1px solid;
	border-top-color: #0289ba;
	border-left-color: #0289ba;
	border-bottom-color: #D9F1F8;
	border-right-color: #D9F1F8;
	background: #F6FCFD url(../images/InputFieldBg.gif) top left repeat-x;
}
.radioButton input {
	background: none;
	border: none;
}
ul, ol {
	margin-left: 0.75em;
}

ul li {
	margin-left: 0.75em;
	list-style: url(../images/Bullet.gif);
}
ol li {
	margin-left: 0.75em;
	list-style: decimal;
}
ol li li {
	list-style: lower-alpha;
}
p, h1, h2, ul {
	margin-bottom: 1em;
}
h3, h4 {
	margin-bottom: 0.25em;
}
h1, h2, h4, th {
	color: #0bacd2; /* main blue */
}
h1 {
	font-size: 1.60em;
}
h2 {
	font-size: 1.30em;
}
h3 {
	color: #94C853; /* medium green */
	font-size: 1.15em;
}
hr {
	height: 1px;
	color: #4A281C;
	background-color: #4A281C;
	clear: both;
	margin: 1em 0;
}
input {
/*
	border: none;
	background: none;
	*/
}

/* Layout id's */

#pageWrapper {
	width: 800px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#pageHeader {
	padding: 0;
	width: 800px;
	height: 242px;
	color: #0289ba; /* dark blue */
	z-index: 100;
}
#pageHeaderLogo {
	display: block;
	clear: both;
	width: 799px;
	height: 215px;
	text-decoration: none;
}
#pageHeaderLogo:hover {
	text-decoration: none;
}
#pageHeaderSignIn {
	text-align: right;
	float: right;
	padding-top: 2px;
	font-size: 12px;
}
#pageNav {
	display: block;
	/*
	position: relative;
	top: 250px;
	left: 0;*/
	width: 800px;
	height: 25px;
	font-size: 9pt;
}
.pageNavLeft {
	display: inline;
	float: left;
	margin-left: 25px;
	text-align: left;
}
.pageNavRight {
	display: inline;
	float: right;
	margin-right: 25px;
	text-align: right;
}
.pageNavLeft a {
	padding-right: 8px;
}
#contentWrapper {
	width: 800px; /* gives hasloyout to element so padding doesn't double in IE */
}
#content {
	display: block;
	padding: 25px 25px 5px 25px; 
	margin: 0;
	color: #623d2e; /* dark brown */
}
#footer {
	text-align: right;
	padding: 0;
	color: #0289ba; /* dark blue */
	background: #0ff url(../images/FooterBg.jpg) bottom left no-repeat;
	height: 72px;
	width: 800px;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 1em;
}
#footerLogo {
	display: block;
	width: 140px;
	height: 72px;
	float: left;
	text-decoration: none;
}
#footerLogo img {
	width: 140px;
	height: 72px;
}
#footer span {
	display: block;
	padding: 22px 25px 0;

}
#footer a {
	color: #0289ba; /* dark blue */
}


/* Classes */

.column {
	display: block;
	overflow: hidden;
	float: left;
	width: 750px; /* default full width (for 1 col layout) -- overwritten locally on multi-col layouts */
}
.centerColumn {
	width: 500px;
	margin: 30px 0 30px 140px;
}
.centerColumnNarrow {
	width: 300px;
	margin: 30px 0 30px 240px;
}
.clearing {
	clear: both;
	height: 0px;
}
.fullwidth p {
	width: 750px;
	text-align: justify;
}
.justified {
	text-align: justify;
}
.justified p {
	text-align: justify;
}
.required, .formError {
	color: #c83537; /* red */
}

/* table styles */

.rowHeader td, .rowHeader th {
	background-color: #999;
	color: #fff;
}
.rowOdd td {
	background-color: #F3F3F3;
	vertical-align: top;	
}
.rowEven td {
	background-color: #FCFCFC;
	vertical-align: top;
}
.submitButton {
	border: 3px double #004162;
	border-top-color: #80d1e6;
	border-left-color: #80d1e6;
	padding: 2px 5px;
	font-size: 115%;
	font-weight: bold;
	color: #fff;
	background-color: #00739e;
	background-image: none;
}

