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

* {
	margin:0;
	padding:0;
	border:none;
}

body {
	background:#9cf url(../images/bg.gif) top repeat-x;
	color:#001;
	font-size:1em;
	font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
	text-align:center;
}

a {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

.clearfix {
	clear:both;
}

.left {
	float:left;
	margin:4px 12px 4px 20px;
}

.right {
	float:right;
	margin:4px 20px 4px 12px;
}

#wrapper {
	width:900px;
	margin:0 auto;
}

#header {
	height:136px;
	background:url(../images/header.png) top left no-repeat;
}

#header h1 {
	position:absolute;
	top:20px;
	display:none;
}

#header #optinform {
	width:240px;
	float:right;
}

#header #optinform label {
	display:none;
}

#header #optinform input {
	width:200px;
	height:22px;
	line-height:22px;
	color:#222;
	border:solid #ffe 1px;
	background:#ffe url(../images/inputbg.gif) top left;
	display:block;
	float:right;
	margin:8px 20px 0 12px;
}

#header #optinform input.hidden {
	display:none;
}

#header #optinform br {
	clear:both;
}

#header #optinform input.submit {
	height:32px;
	border:none;
	background:none;
}

.imgfloat {
	float:right;
	margin-top:-12px;
}

#header .description {
	width:340px;
	float:left;
	margin-left:312px;
}

#header .description p {
	font-size:80%;
	color:#ffe;
	text-align:left;
	margin:12px auto;
}

#header .description p.privacy {
	font-size:65%;
	color:#300;
}

#header .description p a {
	color:#ffe;
}

#header .description p.privacy a {
	color:#300;
}

#topnav {
	height:40px;
	width:700px;
	margin-left:200px;
}

#topnav ul {
	display:block;
	list-style:none;
	color:#ffe;
}

#topnav li {
	float:left;
	width:90px;
	height:28px;
	margin:13px 5px -1px 0;
	line-height:20px;
	font-size:94%;
	display:block;
}

#topnav li.current {
	color:#001;
	background:url(../images/navpointer.png) bottom no-repeat;
}

#topnav li a {
	display:block;
	text-decoration:none;
	color:#ffe;
	background:none;
}

#topnav li a:hover {
	color:#b20b24;
}

#contenttop {
	height:48px;
	background:url(../images/pagetop.gif) top left no-repeat;
}

#content {
	background:url(../images/mainbg.gif) left repeat-y;
	padding-bottom:12px;
}

#content h2 {
	font-size:160%;
	text-align:left;
	color:#b20b24;
	margin:8px 20px 16px 0;
}

#content h3 {
	font-size:120%;
	text-align:left;
	color:#369;
	margin:8px 20px 16px 0;
}

#content h4 {
	font-size:94%;
	text-align:left;
	color:#b20b24;
	margin:8px 20px 16px 0;
}

#content h4 a {
	color:#b20b24;
	text-decoration:none;
}

#content h4 a:hover {
	text-decoration:underline;
}

#content h5 {
	font-size:90%;
	text-align:left;
	color:#002;
	margin:8px 20px 16px 0;
}

#content h2.offer, #content h3.offer, #content h4.offer, #content h5.offer {
	text-align:center;
}

#content p {
	font-size:80%;
	text-align:left;
	margin:8px 20px 16px 0;
	line-height:1.2;
}

#content ul {
	margin:8px 20px 16px 0;
	list-style:square;
}

#content li {
	font-size:80%;
	text-align:left;
	line-height:1.3;
	list-style-position:inside;
}

#sidebar {
	float:left;
	width:196px;
}

#sidebar #torso {
	width:196px;
	height:196px;
	background:url(../images/henry.png);
	margin-top:-88px;
}

#sidebar #torso p {
	position:absolute;
	left:0;
	display:none;
}

#sidebar #nav ul {
	list-style:none;
	margin:0;
}

#sidebar #nav li {
	color:#200;
	font-size:85%;
	display:block;
	height:24px;
	line-height:24px;
	width:196px;
	text-indent:12px;
	overflow:hidden;
}

#sidebar #nav li.current {
	background:url(../images/nav_current.gif) left;
}

#sidebar #nav li a {
	display:block;
	background:url(../images/nav_up.gif) left;
	text-decoration:none;
	color:#ffe;
}

#sidebar #nav li a:hover {
	background:url(../images/nav_over.gif) left;
}

#main {
	float:right;
	width:668px;
	margin-right:20px;
}

#main ul li {
	background-image:url(../images/bullet_blue.gif);
	background-repeat:no-repeat;
	background-position:left center;
	list-style-type:none;
	padding-left:16px;
}

#main h4.linktitle {
	margin-bottom:4px;
}

#main p.titledescription {
	margin-top:0;
}

#main div.newrule {
	height:4px;
	width:648px;
	border-bottom:solid #b20b24 1px;
	margin:4px 0 20px 0;
}

.formbox, .contactbox {
	background:#9cf url(../images/bg.gif) top repeat-x;
	border:solid #013 1px;
	width:336px;
	margin:20px auto;
	padding:12px;
}

.contactbox {
	width:560px;
}

.formbox input, .contactbox input {
	background:#ffe url(../images/inputbg.gif) top left no-repeat;
	width:160px;
	height:20px;
	border:solid #ffe 1px;
	float:left;
	display:block;
	margin:4px 2px;
	font-size:85%;
}

.formbox textarea, .contactbox textarea {
	background:#ffe url(../images/inputbg.gif) top left no-repeat;
	width:380px;
	height:180px;
	border:solid #ffe 1px;
	float:left;
	display:block;
	margin:4px 2px;
	font-size:85%;
}

.formbox label, .contactbox label {
	height:22px;
	line-height:22px;
	width:140px;
	float:left;
	text-align:right;
	display:block;
	margin:4px auto;
	color:#ffe;
	font-size:85%;
}

.formbox input.submit, .contactbox input.submit {
	height:24px;
	border:none;
	background:none;
	color:#ffe;
	text-align:center;
	line-height:20px;
}

.formbox label.submit, .contactbox label.submit {
	height:24px;
}

.formbox input.hidden, .contactbox input.hidden {
	display:none;
}

.formbox br, .contactbox br {
	clear:both;
}
	

#footer {
	height:100px;
	background:url(../images/footer.gif) top left no-repeat;
	margin-top:-8px;
}
.video43 {
	background-color: #eee;
	height: 340px;
	width: 480px;
	margin:16px auto;
}

#footer p {
	line-height:100px;
	font-size:70%;
	color:#ffe;
}

#footer a {
	color:#ffe;
}
