@charset "utf-8";
/* CSS Document */

/*
PALETTE 
orange:      #FFA626
dark blue:   #024AA8
darker blue: #003399
light blue:  #698FB1
med blue:    #3059AA
light grey:  #999999
med grey:    #333333
dark grey:   #373636
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	margin: 0;
	padding: 0;
	background: #ECECEC;
}

a {
	color: #024AA8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* BEGIN MAIN SITE STRUCTURE */
#main-container {
   margin: 0px auto 0px auto;
   width:1000px;
   text-align:left;
}
#container3 {
    float: left;
    width: 100%;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}
#container2 {
    float: left;
    width: 100%;
    background: #FFFFFF;
    position: relative;
    right: 195px;
}
#container1 {
    float: left;
    width: 100%;
    background: #FFFFFF;
    position: relative;
    right: 610px;
}
#col1 {
    float: left;
    width: 200px;
    position: relative;
    left: 805px;
    overflow: hidden;
}
#col2 {
    float: left;
    width: 600px;
    position: relative;
    left: 800px;
    overflow: hidden;
}
#col3 {
    float: left;
    width: 200px;
    position: relative;
    left: 810px;
    overflow: hidden;
}

/* END MAIN SITE STRUCTURE */

/* BEGIN HEADER */
#header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 230px;
}

#header-sell {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 159px;
}

#header-top {
	width: 100%;
	height: 29px;
	background: url(../images/design/header.top.grey.bkgd.jpg) no-repeat;
}
#header-top-left {
	margin: 0;
	padding: 6px 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	float: left;
}
#header-top-left a {
	color: #FFF;
	text-decoration: underline;
}
#header-top-left a:hover {
	color: #FFA626;
	text-decoration: none;
}
#header-top-right {
	height: 21px;
	margin: 0;
	padding: 6px 0 0 0;
	float: right;
	position: relative;
	top: -3px;
}
/* Targeting Only - Safari */
@media screen and (-webkit-min-device-pixel-ratio:0){
#header-top-right {
	top: -2px; /*style for SAFARI*/
} 
}

#header-top-right .links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-right: 1px solid #999999;
	padding: 0 10px 0 10px;
	display: inline;

}
#header-top-right .link1 {
	color: #FFA626;
}
#header-top-right .link2 {
	color: #FFFFFF;
}

#header-top-right .searchfrm {
	display: inline;	
}
#header-top-right .searchfrm .input {
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	padding: 3px 20px 3px 3px;
	border: 1px solid #D9D9D9;	
	display: inline;	
}

#header-top-right .searchfrm .search_button {
	position: relative;
	top: -1px;
	left: -25px;
	display: inline;
	background: url(../images/design/mag.gif) no-repeat;
	height: 18px;
	width: 17px;
	border: 0;
	cursor: pointer;	
}

/* Targeting Only - Safari */
@media screen and (-webkit-min-device-pixel-ratio:0){
#header-top-right .searchfrm .search_button {
	top: 0px; /*style for SAFARI*/
} 
}
/* Targeting Only - Firefox */
@-moz-document url-prefix() {
#header-top-right .searchfrm .search_button {
	top: 2px;    
}
#header-top-right .searchfrm {
	position: relative;
	top: 1px;    
}
#header-top-right .links {
	position: relative;
	top: 1px;    
}
}

#header-top-nav {
	width: 100%;
	height: 35px;
	background: #FFFFFF url(../images/design/header-top-nav-bkgd.jpg) repeat-x;
}
#header-top-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header-top-nav ul li {
	float: left;
	margin: 0;
	padding: 9px 0 7px 0;
}
#header-top-nav ul li a {
	margin: 0;
	padding: 0 10px 7px 10px;
	font-size: 15px;
	font-weight: bold;
	color: #3059AA;
	text-decoration: none;
	border-right: 1px solid #E0E0E0;
}
#header-top-nav ul li a:hover {
	height: 12px;
	margin: 3px 0 0 0;
	padding: 6px 10px 13px 10px;
	color: #FFFFFF;
	background: #FFA626;
	border-right: 1px solid #FFA626;
}
#header-logo-banner {
	width: 1000px;
	height: 129px;
}
#header-bottom-nav {
	width: 100%;
	height: 36px;
	background: #024AA8 url(../images/design/header-bottom-nav-bkgd.jpg) repeat-x;
}
#header-bottom-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header-bottom-nav ul li {
	float: left;
	margin: 0;
	padding: 8px 0;
}
#header-bottom-nav ul li a {
	margin: 0;
	padding: 8px 10px 7px 10px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #000000;
}
#header-bottom-nav ul li a:hover {
	background: #999999;
}
/* END HEADER */

/* BEGIN REGISTRATION PAGE */
#registration_content, #login_content {
	padding: 25px 0 0 0;
	margin: 0;
	text-align: left;
    background: #FFFFFF;
}
#registration_content h1 {margin: 5px 0 13px 30px;font-size:22px;}
#login_content h1 {margin: 5px 0 13px 0px;font-size:22px;}

#registration_content label, #login_content label {display:block;margin-bottom:5px;color:#404040;}
#registration_content a, #login_content a {text-decoration:underline;}
#registration_content a:hover, #login_content a:hover {text-decoration:none;}

#registration_content .login_panel{float:right; margin-right: 80px; width: 300px; border-left: 1px solid #ddd;}
#login_content .login_panel {margin: 0 auto; width: 300px; height:370px; *height:400px;}

#registration_content .login_panel hr, #login_content .login_panel hr {height:1px;display:block;background:#ccc;border:none;margin:12px 0;width:285px;}
#registration_content .login_panel .text_field, #login_content .login_panel .text_field {display:block;margin-bottom:15px;width:275px;padding:2px;}

#registration_content .register_panel, #login_content .register_panel {height:500px; height:510px\9; *height:530px; float:none; width: 570px; margin-left: 20px;}
#registration_content .register_panel #register, #login_content .register_panel #register {float:left;}
#registration_content .register_panel .text_field, #login_content .register_panel .text_field {display:block;margin-bottom:15px;width:275px;padding:2px;}

#registration_content .panel_content {padding:0px 20px 0px 40px;}
#login_content .panel_content {padding:0px 20px 0px 10px;}
#registration_content .panel .button_row, #login_content .panel .button_row {overflow:hidden;}
#registration_content .panel .button_row .link_terms, #login_content .panel .button_row .link_terms {margin:1px 0 0 2px;}
#registration_content .panel .button_row label, #login_content .panel .button_row label {padding-top:2px;}
#registration_content .panel .button_row label input, #login_content .panel .button_row label input {margin-right:2px;margin-top:-2px;}
#registration_content .panel .button_row .input_button, #login_content .panel .button_row .input_button {margin:10px 0 2px 0;}
/* END REGISTRATION PAGE */

/* BEGIN PRE-ACCOUNT WIDGET */
#pre-account {
	height: 740px;
	padding: 25px 0 0 0;
	margin: 0;
	text-align: left;
    background: #FFFFFF;
}
#pre-account form {
	background: #F3F3F3;
	margin: 0;
	padding: 0;
	height: 570px;
}
#pre-account #pr_content {
	margin: 0 auto;
	width: 800px;
}
#pre-account #pr_content h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
}
#pre-account #pr_content #left-container {
	width: 450px;
	background: #F3F3F3;
	padding: 10px 30px;
	/*float: left;*/
	margin: 0 auto 0 auto;
}
#pre-account #pr_content #right-container {
	width: 260px;
	float: left;
	margin: -15px 0 0 30px;
	padding: 0;
}
#pre-account #pr_content #left-container h3, #pre-account #pr_content #right-container h3 {
	border-bottom: 1px solid #999999;
	padding-bottom: 2px; 
	font-size: 14px;	
}
#pre-account #pr_content #left-container ul {
	padding-left: 0;
	margin-left: 10px;
}
#pre-account #pr_content #left-container ul li {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
#pre-account #pr_content #left-container ul li input {
	position: relative;
	right: 30px;
	top: -1px;
	float: right;
	width: 270px;
	padding: 0;
	margin: 0;
}
#pre-account #pr_content #left-container ul li select.drop {
	position: relative;
	right: 30px;
	top: -1px;
	float: right;
	width: 274px;
	padding: 0;
	margin: 0;
}
#pre-account #pr_content #left-container .input_button { 
	position: relative;
	top: 10px;
}
#pre-account #pr_content #left-container hr {
	height:1px;
	display:block;
	background:#ccc;
	border:none;
	margin:17px 0; 
	width:450px;
}
#pre-account #pr_content #right-container ul li {
	margin: 10px 0;
	font-weight:normal;
}
/* END PRE-ACCOUNT PAGE */

/* BEGIN PURCHASE FORM WIDGET */
#order-frm {
	width: 470px;
	margin-left: 22px;
}
#order-frm ul li {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
#order-frm ul li label {
	font-weight: bold;
}
#order-frm ul li input {
	position: relative;
	right: 30px;
	top: -1px;
	float: right;
	width: 270px;
	padding: 0;
	margin: 0;
}
#order-frm ul li .checker {
	position: relative;
	right: 40px;
	top: -1px;
	float: right;
	width: 270px;
	padding: 0;
	margin: 0;
	color: #222;
}
#order-frm ul li select.drop {
	position: relative;
	right: 30px;
	top: -1px;
	float: right;
	width: 274px;
	padding: 0;
	margin: 0;
}
#order-frm hr {
	height:1px;
	display:block;
	background:#ccc;
	border:none;
	margin:17px 0; 
	width:440px;
}
/* END PURCHASE PAGE */

/* BEGIN BUTTON */
span.button {
	background: transparent url(../images/design/right.ofie.button.png) no-repeat scroll right top;
	display: block;
	float: left;
	position: relative;		
	padding-right: 5px; /* sliding doors padding */
	margin: 0;
}
span.button input.form_but {
	background: transparent url(../images/design/left.ofie.button.png) no-repeat;
	display: block;
	padding: 0 1px 3px 30px;
	white-space: nowrap;
	border: 0;
	margin: 0;
	height: 29px;
	line-height: 29px;
	text-decoration: none;
	font: bold 13px/27px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #1c387c;
	cursor: pointer;	
}
span.button:hover, span.button input.form_but:hover {
	cursor: pointer;
	text-decoration: underline;		
}
/* END BUTTON */

/* BEGIN TOPIC WIDGET */
#topic-sidebar {
	margin: 10px 8px;
	background: #f7f6f6;
	border: 1px solid #D9D9D9;	
}
#topic-sidebar .header {
	background: #024AA8 url(../images/design/sidebar-header-bkgd.jpg) repeat-x;
	text-align: center;
	padding: 6px 0px;
}
#topic-sidebar .header a {
	color: #E5E6E5;
	font: bold 17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	line-height: 105%;
}
#topic-sidebar .header a:hover {
	text-decoration: none;
}
#topic-sidebar .email-alert {
	margin: 15px 10px;
}
#topic-sidebar .email-alert a {
	background: #E5E6E5;
	color: #024AA8;
	font-size: 13px;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	border: 1px solid #D9D9D9;	
}
#topic-sidebar .email-alert a:hover {
	background: #f7f6f6;
	color: #024AA8;
	text-decoration: underline;
}
#topic-sidebar ul {
	margin: 0 0 0 15px;
	padding: 2px 0 0 0;
	list-style: none;
}
#topic-sidebar ul li {
	padding: 0 0 5px 0;
}
#topic-sidebar ul li a {
	color: #024AA8;
	font-size: 12px;
	text-decoration: none;
}
#topic-sidebar ul li a:hover {
	text-decoration: underline;
}
/* END TOPIC WIDGET */

/* BEGIN LOGIN WIDGET */
#login-sidebar {
	width: 185px;
	margin: 10px 0;
	background: #f7f6f6;
	border: 1px solid #D9D9D9;
	padding-bottom: 5px;
}
#login-sidebar .header {
	background: #024AA8 url(../images/design/sidebar-header-bkgd.jpg) repeat-x;
	text-align: center;
	padding: 6px 0px;
}
#login-sidebar .header a {
	color: #E5E6E5;
	font: bold 17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	line-height: 105%;
}
#login-sidebar .header a:hover {
	text-decoration: none;
}
#login-sidebar #user-login {
	margin: 10px 0px 5px 12px;
}
#login-sidebar #user-login .label {
	color: #000;
	font-size: 13px;
	font-weight: bold
	display: block;
}
#login-sidebar #user-login .remember {
	margin: 0;
	position: relative;
	top: -2px;
	font-size: 11px;
	color: #8F8F8F;
	vertical-align: middle;
}
#login-sidebar #user-login .input {
	width: 155px;
	margin: 2px 0 7px 0;
	height: 15px;
	font-size: 12px;
	color: #333;
}
#login-sidebar #user-login .button {
	margin: 2px 10px 6px 0;
	width: 76px;
	height: 25px;
	border: none;
	float: right;
	cursor: pointer;
	background: url('../images/design/button.login.png') no-repeat top left;
}
#login-sidebar #user-login .register {
	margin: 0 0 0 10px;
	font-size: 10px;
	line-height: 110%;
	color: #8F8F8F;
	display: block;	
	clear: both;
}
/* END LOGIN WIDGET */

/* BEGIN RIGHT WIDGET */
#right-sidebar {
	width: 185px;
	margin: 10px 0;
	background: #f7f6f6;
	border: 1px solid #D9D9D9;
	padding-bottom: 5px;
}
#right-sidebar .header {
	background: #024AA8 url(../images/design/sidebar-header-bkgd.jpg) repeat-x;
	text-align: center;
	padding: 6px 0px;
}
#right-sidebar .header a {
	color: #E5E6E5;
	font: bold 17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	line-height: 105%;
}
#right-sidebar .header a:hover {
	text-decoration: none;
}
#right-sidebar ul {
	margin: 10px 0px 0px 15px;
	padding: 0;
	list-style: none;
}
#right-sidebar ul li {
	background: url(../images/design/list.arrow.bullet.blue.grey.png) left top no-repeat;
	padding: 0 0 5px 15px;
}
#right-sidebar ul li a {
	color: #024AA8;
	font-size: 12px;
	text-decoration: underline;
}
#right-sidebar ul li a:hover {
	text-decoration: none;
}
/* END RIGHT WIDGET */

/* BEGIN OFIE SMALL WIDGET */
.ofie {
	width: 600px;
	height: 170px;
	margin: 10px 0 0 6px;
	background: url(../images/design/ofie.bkgd.jpg) top no-repeat;
}

.ofie .banner-overlay {
	width: 66px;
	height: 48px;
	padding: 0;
	margin: 0;
	background: url(../images/design/ofie.free.report.banner.png) top no-repeat;
	position: absolute;
	z-index: 10;
}

.ofie .photo {
	width: 110px;
	height: 148px;
	padding: 0;
	margin: 6px 0 0 8px;
	position: absolute;
}
.ofie .title {
	width: 460px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin: 20px 0 0 125px;
	position: absolute;
	opacity: 1;
	text-align: center;
}
.ofie .title a {
	font-weight: bold;
	color: #000;
	line-height: 16px;
	text-decoration: underline;		
	opacity: 1;
}
.ofie .title a:hover {
	text-decoration: none;	
}
.ofie .signup-form {
	position: relative;
	top: 78px;
	left: 130px;
}
.ofie .signup-form .text {
	float: left;
	position: relative;	
	top: 3px;
	left: 12px;
	margin: 0;	
	padding: 2px 1px 2px 5px;
	width: 170px;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #024AA8;
}
.ofie span.button {
	background: transparent url(../images/design/right.ofie.button.png) 
		no-repeat scroll right top;
	display: block;
	float: left;
	position: relative;
	left: 17px;		
	padding-right: 5px; /* sliding doors padding */
}
.ofie span.button input.form_but {
	background: transparent url(../images/design/left.ofie.button.png) no-repeat;
	display: block;
	padding: 0 1px 3px 31px;
	white-space: nowrap;
	border: 0;
	margin: 0;
	height: 29px;
	line-height: 29px;
	text-decoration: none;
	font: bold 13px/27px "Helvetica Neue", Arial, Helvetica, 
		Geneva, sans-serif;
	color: #1c387c;
	cursor: pointer;
}
.ofie span.button:hover, span.button input.form_but:hover {
	cursor: pointer;
	text-decoration: underline;		
}	
.ofie .ofie_disclamer {
	width: 450px;
	clear:both;
	position: relative;
	top: 90px;
	left: 133px;
	font-size: 11px;
	color: #565656;
	text-align: center;
	opacity: 1;	
}
/* END OFIE SMALL WIDGET */

/* BEGIN OFIE LARGE WIDGET */
.ofie-large {
	width: 900px;
	height: 450px;
	margin: 10px 0 0 6px;
	background: url(../images/design/ofie.large.bkgd.jpg) top no-repeat;
}

.ofie-large .title {
	width: 800px;
	height: auto;
	margin: 8px 50px 0 50px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 28px;
	color: #731811;
	position: absolute;
	opacity: 1;

}
.ofie-large .title a {
	font-weight: bold;
	color: #731811;
	line-height: 16px;
	text-decoration: none;		
	opacity: 1;
}
.ofie-large .title a:hover {
	text-decoration: none;	
}
.ofie-large .photo {
	width: 223px;
	height: 300px;
	padding: 0;
	margin: 120px 0 0 25px;
	position: absolute;
}
.ofie-large .signup-form {
	position: relative;
	top: 150px;
	left: 250px;
}

.ofie-large .title2 {
	width: 600px;
	margin: 0 40px 30px 35px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #024AA8;
	position: absolute;

}
.ofie-large .title2 a {
	font-weight: normal;
	color: #024AA8;
	line-height: 16px;
	text-decoration: underline;		
	opacity: 1;
}
.ofie-large .title2 a:hover {
	text-decoration: none;	
}

.ofie-large .title3 {
	width: 600px;
	margin: 80px 40px 30px 35px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	position: absolute;

}
.ofie-large .title3 a {
	font-weight: bold;
	color: #000000;
	line-height: 16px;
	text-decoration: none;		
	opacity: 1;
}
.ofie-large .title3 a:hover {
	text-decoration: underline;	
}

.ofie-large .signup-form .text {
	position: absolute;	
	top: 3px;
	left: 12px;
	margin: 160px 0 0 25px;	
	padding: 2px 1px 2px 5px;
	width: 250px;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #024AA8;
}

.ofie-large span.button {
	background: transparent url(../images/design/right.ofie.large.button.png) 
	no-repeat scroll right top;
	display: block;
	margin: 200px 0 0 10px;
	position: absolute;
	left: 17px;		
	padding-right: 10px; /* sliding doors padding */
}
.ofie-large span.button input.form_but {
	background: transparent url(../images/design/left.ofie.large.button.png) no-repeat;
	display: block;
	padding: 0 1px 3px 60px;
	white-space: nowrap;
	border: 0;
	margin: 0;
	height: 60px;
	line-height: 29px;
	text-decoration: none;
	font: bold 18px/27px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #1c387c;
	cursor: pointer;
}
.ofie-large span.button:hover, span.button input.form_but:hover {
	cursor: pointer;
	text-decoration: underline;		
}	
.ofie-large .ofie_disclamer {
	width: 900px;
	position: absolute;
	margin: 430px 0 5px 0;
	font-size: 12px;
	color: #000000;
	text-align: center;
	opacity: 1;	
}
/* END OFIE LARGE WIDGET */

/* BEGIN ARTICLE WIDGET */
#article {
	font-family: Arial, Helvetica, sans-serif;
	width: 575px;
	height: auto;
	margin: 17px 0 15px 10px;
	border-bottom: 1px solid #999999;
}
#article #title {
	font-size: 24px;
	font-weight: bold;
	color: #024AA8;
	margin: 0 0 15px 0;
}
#article #title a {
	text-decoration: none;
}
#article #title a:hover {
	text-decoration: underline;
}
#article #field {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	margin: 0 0 0 0;
}
#article #value {
	font-size: 12px;
	font-weight: normal;
	color: #024AA8;
	margin: 0 0 0 0;
}
#article #value a {
	font-size: 12px;
	font-weight: normal;
	color: #024AA8;
	margin: 0 0 0 0;
	text-decoration: none;
}
#article #value a:hover {
	text-decoration: underline;
}
#article #content {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 15px 0 15px; 0;
	text-decoration: none;
}
#tags {
	margin: 15px 0 15px 0;	
}
#suitablefor {
	margin: 15px 0 15px 0;	
}
#article #related {
	margin: 15px 0 15px 0;
}
#article #related #title {
	font-size: 13px;
	font-weight: normal;
	color: #999999;
	margin: 0 0 5px 0;
}
#article #related ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#article #related ul li {
	font-size: 12px;
	font-weight: normal;
	color: #024AA8;
	background: url(../images/design/list.arrow.bullet.blue.white.png) left top no-repeat;
	padding: 0 0 4px 15px;
}
#article hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 2px;
	border: 2px;
}
#pagination {
	font-family: Arial, Helvetica, sans-serif;
	width: 595px;
	height: auto;
}
#pagination .left {
	float: left;
	margin: 0 5px 0 0;
}
#pagination .right {
	float: right;
	margin: 0 5px 0 0;
}
/* END ARTICLE WIDGET */

/* BEGIN COMMENTS */
#comment-container {
	margin: 15px 0 25px 0;	
}
#comment-container .header {
	width: 100%;
	height: 25px;
	background: #474646 url(../images/design/sidebar-header-bkgd.jpg) repeat-x;
}
#comment-container .header .comment-count {
	color: #FFFFFF;
	float: left;
	margin: 5px 0 0 5px;
}
#comment-container .header .comment-link a {
	float: right;
	color: #FFFFFF;
	text-decoration: none;
	margin: 5px 5px 0 0;
}
#comment-container .msg {
	color: #006600;	
}
#comment-container #post-comment {
	background: #EBEBEB;
	border: 1px solid #ECECEC;
	padding: 15px;
}
#comment-container #txtComment {
	height: 60px;
	width: 535px;
	margin: 5px 0 0 0;
	overflow:auto;
}
#comment-container .countdown {
	float: left;
	clear: right;
	margin: 2px 0 0 0;
}
#comment-container #post-comment #submit {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background: #024AA8;
	cursor: pointer;
	float: right;
	margin: 5px 5px 0 0;
	padding: 2px;
	border: 0;
}
#comment-container #comment-data {
	margin: 5px 0 5px 0;
	border-bottom: 1px solid #999999;
	padding: 0 0 8px 0;
}
#comment-container .header .comment-link a:hover {
	text-decoration: underline;
}
#comment-container #comment-data .name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
#comment-container #comment-data .date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}
#comment-container #comment-data .content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	margin-bottom: 10px;
}
/* END COMMENTS */

/* BEGIN EXTRA LINKS WIDGET */
#extralinks {
	font-family: Arial, Helvetica, sans-serif;
	width: 565px;
	margin: 0 0 15px 15px;
	background: #F3F3F3;
	border: 1px solid #D9D9D9;
	float: left;
}
#extralinks #left{
	margin: 0;
	padding: 8px 0 8px 0;
	float: left;

}
#extralinks #right{
	height: auto;
	margin: 0 15px 0 0;
	padding: 8px 0 8px 0;
	clear: right;
	float: right;

}
#extralinks  #title-left {
	font-size: 15px;
	font-weight: 15px;
	color: #333333;
	margin: 0 0 5px 15px;
	text-decoration: underline;
}
#extralinks  #title-right {
	font-size: 15px;
	font-weight: 15px;
	color: #333333;
	margin: 0 0 5px 0;
	text-decoration: underline;	
}
#extralinks #link-list {
	margin: 0 0 0 15px;
}
#extralinks #link-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#extralinks #link-list ul li {
	background: url(../images/design/list.arrow.bullet.grey.grey.png) left top no-repeat;
	width: 245px;
	padding: 0 0 2px 15px;
}
#extralinks #link-list ul li a {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#extralinks #link-list ul li a:hover {
	text-decoration: underline;
}
/* END EXTRA LINKS WIDGET */

/* BEGIN PAGE CONTENT */
#page {
	width: 586px;
	height: auto;
	margin: 10px 0 0 10px;
}
#page #member_notice {
	clear: both;
	margin: 0 0 15px;
	padding: 0 10px;
	background: #fffbcc;
	border: 1px solid #e6db55;
	line-height: 18px;
	color: #222;
}
#page h1{
	font-size: 20px;
}
#page h1 a.account_header_link {
	font-size: 12px;
}
#page h2{
	font-size: 16px;
	margin: 0 0 5px 0;
	color: #024AA8;
}
#page hr {
	height:1px;
	display:block;
	background:#ccc;
	border:none;
	margin: 0 0 5px 0;
}
#page #content{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0 0 15px; 0;
	text-decoration: none;
}
/* Authors Page*/
#page .h2-orange{
	font-size: 18px;
	margin: 0 0 5px 0;
	color: #003399;
}
#page ul {
	padding: 0 0 0 15px;
	list-style-image:url(../images/design/list.arrow.bullet.blue.white.png);
}
#page li {
	margin: 0 0 5px 0;
}
#page li a {
	color: #333333;
}
/* End Authors Page */

/* END PAGE CONTENT */

/* BEGIN FREE REPORT */
#free-report-container {
    float: left;
    width: 900px;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
	padding: 30px 50px 30px 50px;
}
#free-report-container #member_notice {
	clear: both;
	margin: 0 0 25px;
	padding: 0 10px;
	background: #fffbcc;
	border: 1px solid #e6db55;
	line-height: 25px;
	color: #222;
	text-align: center;
}
#free-report-container #member_notice a {
	text-decoration: underline;
}
#free-report-container #member_notice a:hover {
	text-decoration: none;
}
#free-report-container .free-report-image {
	border: 0px solid #000000;
	float: left;
	margin: 0 60px 30px 0;
}
#free-report-container h1 {
	font-size: 24px;
	font-weight: bold;
	color: #024AA8;
	margin: 0 0 25px 0;
}
#free-report-container .report-title {
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	color: #024AA8;
}
#free-report-container .content {
	font-size: 12px;
	font-weight: normal;
}
#free-report-container .content .sub-title {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
}
#free-report-container .content .required {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	margin-top: 15px;
}

#free-report-container .disclaimer {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	float: left;
	margin: 35px 0 0 125px;
}
#free-report-container ul {
	margin: 0;
	padding: 0;

}
#free-report-container li {
	margin: 0 0 7px 0;	
}
#free-report-container .content ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: inside;
}
#free-report-container .content li {
	margin: 0 0 7px 0;
	list-style: inside;	
}
#free-report-container .label {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	float: left;
	width: 125px;
}
/* END FREE REPORT */

/* BEGIN PREMIUM REPORT */
#premium-container {
    float: left;
    width: 900px;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
	padding: 30px 50px 30px 50px;
}
#premium-container #member_notice {
	clear: both;
	margin: 0 0 25px;
	padding: 0 10px;
	background: #fffbcc;
	border: 1px solid #e6db55;
	line-height: 25px;
	color: #222;
	text-align: center;
}
#premium-container #member_notice a {
	text-decoration: underline;
}
#premium-container #member_notice a:hover {
	text-decoration: none;
}
#premium-container .premium-image {
	border: 0px solid #000000;
	float: left;
	margin: 0 60px 30px 0;
}
#premium-container h1 {
	font-size: 24px;
	font-weight: bold;
	color: #024AA8;
	margin: 0 0 25px 0;
}
#premium-container .report-title {
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	color: #024AA8;
}
#premium-container .content {
	font-size: 12px;
	font-weight: normal;
}
#premium-container .content .sub-title {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 35px;
}
#premium-container .form {
	margin: 15px 0 0 270px;
}
#premium-container .form ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
#premium-container .form li {
	margin: 0 0 7px 0;	
}
#premium-container .form .label {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	float: left;
	width: 125px;
}
#premium-container .sale-price {
	color: #006600;
}	
/* END PREMIUM REPORT */

/* BEGIN FOOTER */
#footer {
	width: 100%;
	background: #474646;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	float: left;
}
#footer #logo {
	width: 230px;
	float: left;
}
#footer #container {
	margin: 25px 0 0 0;
	padding: 0;
	border-left: 1px solid #FFFFFF;
	float:left;
	position: relative;
	line-height: 17px;
}
#footer #link-container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 0 0 15px;
}
#footer #link-container a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 8px 0 8px;
	text-decoration: none;
}
#footer #link-container a:hover {
	text-decoration: underline;
}
#footer #link-container .rss-icon {
	margin: 0 -15px 0 5px;
}
#footer #container #footer-text {
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 20px 0 0 25px;
	text-decoration: none;
}
#footer #container #footer-text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#footer #container #footer-text a:hover {
	text-decoration: none;
}
/* END FOOTER */


/* BEGIN VALIDATION */
#validate_error {
	margin: 0 0 15px;
	padding: 0 10px 5px;
	background: #ffebe8;
	border: 1px solid #f0baa2;
	line-height: 120%;
	color: #222;
	display: none;
}
#transaction_error {
	margin: 0 0 15px;
	padding: 0 10px 5px;
	background: #ffebe8;
	border: 1px solid #f0baa2;
	line-height: 120%;
	color: #222;
}
#success_msg {
	margin: 0 0 15px;
	padding: 5px 10px 5px;
	background: #d1ecb8;
	border: 1px solid #81c445;
	line-height: 120%;
	color: #222;
}
/*END VALIDATION */

/* BEGIN MEDIA INDEX */
#media-index {
	font-family: Arial, Helvetica, sans-serif;
	width: 575px;
	height: auto;
	margin: 0px 15px 25px 0px;
	border-bottom: 1px solid #024AA8;
	float: left;
}
#media-index h1 {
	font-size: 24px;
	font-weight: bold;
	color: #024AA8;
	margin: 0 0 15px 0;
}
#media-index .title a {
	text-decoration: none;
}
#media-index .title a:hover {
	text-decoration: underline;
}
#media-index .image {
	width: 233px;
	height: 300px;
	margin: 0 0 10px 0;
	float: left;
	clear: right;
}
#media-index .content {
	background: #E5EDF6;
	width: 305px;
	padding: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#media-index .content2 {
	background: #E5EDF6;
	width: 570px;
	padding: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#media-index .content .link {
	color: #024AA8;
}
#media-index .media-form {
	margin: 20px 0 20px 5px;
	height: 30px;
}
#media-index #pagination {
	font-family: Arial, Helvetica, sans-serif;
	width: 595px;
	height: auto;
}
#media-index #pagination .left {
	float: left;
	margin: 0 5px 0 0;
}
#media-index #pagination .right {
	float: right;
	margin: 0 5px 0 0;
}
/* END MEDIA INDEX */

/* TESTIMONIALS */
.testimonial {
	width: 90%;
	margin: 10px auto 10px auto;
	padding: 15px;
	border: 1px solid #003399;
	background: #E5EDF6;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	clear:left;
}
/* END TESTIMONIALS */

/* TEXT AD */
.textad {
	width: 99%;
	margin: 10px auto 8px auto;
	padding: 15px 5px 15px 5px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	clear:left;
}
/* END TEXT AD */


/* BEGIN ORDER THANK YOU PAGE */
#thankyou-container {
	width: 99%;
	margin-right: 10px;
	margin-top: 10px;
	padding: 10px 0 10px 0;
	border-top: 1px solid #999999;
}
#thankyou-container .label {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
#thankyou-container .value {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
#thankyou-container .label-lg {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
#thankyou-container .value-lg {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin: 0 0 0 5px;
}
#thankyou-container .left {
	width: 45%;
	float: left;
}
#thankyou-container .right {
	width: 45%;
	float: right;
	text-align: right;
}
#thankyou-container .spacer {
	width: 100%;
	float: left;
}
#thankyou-container .billto {
	width: 45%;
	height: 122px;
	float: left;
	border: 1px solid #999999;
	padding: 6px;
}
#thankyou-container .paidby {
	width: 45%;
	height: 122px;
	float: right;
	text-align: left;
	border: 1px solid #999999;
	padding: 6px;
}
#thankyou-container .order-details {
	margin: 0 0 0 0;
	float: left;
}
/* END ORDER THANK YOU PAGE */

/* BEGIN PROFILE PAGE */
#profile {
	width: 586px;
	height: auto;
	margin: 10px 0 0 10px;
}
#profile h1{
	font-size: 20px;
}
#profile h1 a.account_header_link {
	font-size: 12px;
}
#profile h2{
	font-size: 16px;
	margin: 0 0 5px 0;
	color: #024AA8;
}
#profile hr {
	height:1px;
	display:block;
	background:#ccc;
	border:none;
	margin:10px 0; 
	width:586px;
}
#profile form {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	height: 750px;
}
#profile #pr_content {
	margin: 0 auto;
	width: 95%;
}
#profile #pr_content  ul {
	padding-left: 0;
	margin-left: 30px;
}
#profile #pr_content ul li {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
#profile #pr_content ul li input {
	position: relative;
	right: 30px;
	top: -1px;
	float: right;
	width: 270px;
	padding: 0;
	margin: 0;
}
#profile #pr_content ul li .checkbox {
	position: relative;
	right: 30px;
	top: -1px;
	float: right;
	width: 250px;
	padding: 0;
	margin: 0;
}

#profile #pr_content ul li select.drop {
	position: relative;
	right: 30px;
	top: -1px;
	float: right;
	width: 274px;
	padding: 0;
	margin: 0;
}
#profile #pr_content ul li select.drop_small {
	position: relative;
	right: 250px;
	top: -1px;
	float: right;
	width: 54px;
	padding: 0;
	margin: 0;
}
#profile #pr_content .input_button { 
	position: relative;
	right: 30px;
	float: right;
	top: 10px;
}
#profile #pr_content hr {
	height:1px;
	display:block;
	background:#ccc;
	border:none;
	margin:17px 0; 
	width:560px;
}
/* END PROFILE PAGE */


/* BEGIN ACCOUNT SERVICE SECTION */
#service {
	width: 595px;
	height: auto;
	margin-right:auto;
	margin-left: 5px;
}
#service h1{
	margin: 0 0 0 5px;
	font-size: 18px;
}
#service hr {
	height:1px;
	display:block;
	background:#ccc;
	border:none;
	margin: 0 0 5px 0;
}
#service .top {
	text-align: center;
	margin: 0 0 10px 0;
}
/* END ACCOUNT SERVICE SECTION */

#notice {
	width: 80%;
	clear: both;
	margin: 0 auto 0 auto;
	padding: 0 10px;
	background: #fffbcc;
	border: 1px solid #e6db55;
	line-height: 20px;
	color: #222;
}


/* BEGIN CMDS SUPPLIED OFIE */
			#adOutter
			{
				width:596px;
				background:#fffbd8 url("../images/design/ad-bg.jpg") no-repeat bottom left;
				border:1px solid #fef3c7;
				font-family:'Times New Roman';
				padding:7px 0 25px 0;
				margin: 0 auto 0 auto;
			}

			#adOutter .top
			{
				color:#731811;
				font-size:19px;
				padding:0 25px;
				line-height:20px;
				font-weight:bold;
				text-align:center
			}
			#adOutter .top a
			{
				color:#731811;
			}

			#adOutter .bottom
			{
			}

			#adOutter .bottom .left
			{
			 	width:135px;
			 	float:left;
			 	padding:0 0 0 25px;
			}

			#adOutter .bottom .left
			{
			 	width:135px;
			 	float:left;
			}

			#adOutter .bottom .right
			{
			 	width:400px;
			 	float:right;
			 	padding:0 25px 0 0;
			}

			#adOutter .bottom .right p
			{
				color:#000;
				font-family:'Arial';
				font-size:11px;
				padding:0 0 15px 0;
				margin:0px;
			}

			#adOutter .bottom .right p.lightBlue
			{
				padding:5px 0 15px 0;
				color:#336699;
				font-family:'Arial';
				font-size:13px;
				font-weight:bold;
			}

			#adOutter .bottom .right .form input.text
			{
				color:#0943a6;
				font-size:11px;
				width:212px;
				padding:3px;
			}

			#adOutter .bottom .right .form input.submit
			{
				color:#0943a6;
				font-size:11px;
				padding:0 3px 0 30px;
				margin:0px;
				background:transparent url("../images/design/left.ofie.button.png") no-repeat top left;
				border:0px;
				height:29px;
				float:left;
			}

			#adOutter .bottom .right .form .button
			{
				cursor:pointer;
				margin:5px 0 0 0;
			}

			#adOutter .bottom .right .form .button img
			{
				float:left;
			}

			.clear-both
			{
				clear:both;
			}
/* END CMDS SUPPLIED OFIE */

/* BEGIN  LOCK OF THE YEAR FORM */
#page-form {
	padding: 25px 0 0 0;
	margin: 0;
	text-align: left;
    background: #FFFFFF;
}
#page-form form {
	background: #F3F3F3;
	margin: 0;
	padding: 0;
	height: 370px;
}
#page-form label {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	width: 125px;
	padding: 0 0 0 20px;
}
#page-form ul {
	padding-left: 0;
	margin-left: 10px;
}
#page-form ul li {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
#page-form ul li input {
	position: relative;
	right: 30px;
	top: -1px;
	float: right;
	width: 270px;
	padding: 0;
	margin: 0;
}
#page-form ul li select.drop {
	position: relative;
	right: 30px;
	top: -1px;
	float: right;
	width: 274px;
	padding: 0;
	margin: 0;
}
#page-form .input_button { 
	position: relative;
	right: 30px;
	float: right;
}
#page-form hr {
	height:1px;
	display:block;
	background:#ccc;
	border:none;
	margin:17px 0; 
	width:100%;
}
/* END LOCK OF THE YEAR FORM */

/* BEGIN ARCHIVE CONTENT */
#archivepage {
	width: 586px;
	height: auto;
	margin: 10px 0 0 10px;
}
#archivepage #content{
	font-weight: normal;
}
#archivepage h1{
	font-size: 20px;
}

#archivepage h2{
	font-size: 16px;
	margin: 0 0 5px 0;
	color: #024AA8;
}
#archivepage hr {
	height:1px;
	display:block;
	background:#ccc;
	border:none;
	margin: 0 0 5px 0;
}
#archivepage ul {
	padding: 0 0 0 15px;
	list-style-image:url(../images/design/list.arrow.bullet.blue.white.png);
}
#archivepage li {
	margin: 0 0 5px 0;
}
#archivepage li a {
	color: #333333;
}
/* END ARCHIVE CONTENT */