/* WHOLE ELEMENTS */

body {
	font-family:verdana, arial, helvetica;
	background-color: #cbccce;
	margin:0 0 0 15px;
	padding:0;
	font-size:13px;
}


html>body {overflow:scroll; /*  always show scrollbars to prevent horizontal shifting between long and short pages (centered layouts) */}

/* fix IE7 (remove scrollbars...) */
*+html>body{overflow:auto;}

a {
	color:#0071AD;
}

a:hover, a:active {
	color:#990000;
}

a:visited {
	color:#333333; /* #333333; */
}

img{
	border:0;	
}

#header a.trial_subscription, 
#header a.trial_subscription:visited {
	display:block;
	color:#fff;
	font-weight:bold;
	background-color:#0071AD;
	padding:0 10px;
	line-height:30px;
	height:30px;
	margin-bottom:5px;
}

#header a.trial_subscription:hover,
#header a.trial_subscription:active {
	background-color:#9c4292;
	color:#fff;
}

/* MAIN CONTAINERS */

#html_wrapper {
	width:975px;
	margin:0 auto;
}


#body_wrapper {
	width:785px;
}

* html #body_wrapper, /* fix IE6 */
*+html #body_wrapper /* fix IE7 */
{}


#page_wrapper {
	position:relative;
	background:#fff;
	width:755px;
	padding:15px;
	margin:15px 0 0 0;
	min-height:500px;
	box-shadow: 5px 5px 5px #aaa;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#ads {
	position:absolute;
	left:800px;
	top:10px;
	width:175px;
	font-family:arial, helvetica, verdana;
}

#ads h3{
	margin:0 0 10px 0;
	color:#000;
	text-transform:uppercase;
}




/* HEADER */

#header {
	position:relative;
	height:66px;
	margin:0 auto;
	padding:0;
	/* overflow:hidden; */
}

#header a {
	text-decoration:none;
	color:#0071AD;
	font-weight:bold;
	font-size:11px;
}

#header a:active, #header a:hover {
	color:#9c4292;
}

#header_nav {
	clear:both;
	position:relative;
	z-index:100;
	height:30px;
	margin:0;
	padding:0;
	background-color:#666666;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 10px;
	border-top-right-radius: 8px;
}




#subscribe_header {
	margin:0 auto;
	padding:0;
	padding-bottom:10px;
	border-bottom:2px dotted #ccc;
}

#subscribe_header a {
	text-decoration:none;
	color:#0071AD;
	font-weight:bold;
	font-size:11px;
}

#subscribe_header a:active, #subscribe_header a:hover {
	color:#9c4292;
}


/* FOOTER */

#footer_shadow {
	width:852px;
	margin:0 auto;
	padding:7px 0 0 0;
	text-align:center;
}

/*
#footer {
	position: absolute;
	bottom: 5px;
	clear:both;
	margin-top:10px;
}
*/

#footer {
	clear:both;
	margin-top:10px;
	
}
/* fix IE6 -- adjust page wrapper padding for bottom nav */
* html #page_wrapper {padding-bottom:5px;}


#footer_nav {
	display:table;
	margin:0 auto;
	padding:15px 0 0 0;
	list-style-type:none;
	white-space:nowrap;
}

#footer_nav li {
	display:table-cell;
	border-right:1px solid #0e5b4e;
	font-weight:bold;
	padding:0 2px;
}

/* fix IE6 */
* html #footer_nav li {float:left;}
/* fix IE7 */
*+html #footer_nav li {float:left;}




#footer_nav a {
	width:auto;
	display:block;
	padding:0 0 4px 0;
	margin:0 6px;
	font-size:12px;
	color:#0071AD;
	text-decoration:none;
}

#footer_nav a:hover {
	padding:0 0 2px 0;
	color:#990000;
	border-bottom:2px solid #fc3;
}

#copyright {
	margin:16px 50px 15px 0;
	float:right;
	font-size:12px;
	color:#7a83a3;
}
