
@charset "utf-8";
* {
	z-index: 10;
}
body, div, h1, h2, h3, h4, h5, img, p, ul, ol, address, form, table, tr, td, th, dl, dt, dd, blockquote {
	position: relative;
	margin: 0;
	padding: 0;
}
body, textarea {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

blockquote {
	margin-left: 30px;
}
h1, h2, h3, h4, h5 {
	font-size: 10px;
	margin: 1em 0;
	/*color:#555;*/
	color: #b50f1b;
}
h1{
	font-size:22px;
}
h2{
	
}
ul, ol, address, dl {
	line-height: 120%;
	margin: 1em 0;
	/*color:#555;*/
	color: #221e1f;
}
p{
	line-height: 22px;
	color: #333;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}

.none,
.print,
.handheld {
	display: none;
}
.email {
	margin-bottom: -3px;
}
.clear {
	clear: both;
}
img {
	border: 0;
}
a {
	cursor: pointer;
	text-decoration: none;
	color: #B51019;
}
a:hover {
text-decoration:underline;
}
address {
	font-style: normal;
}
span.sup {
	position: relative;
	top: -.5em;
	font-size: .8em;
}
.center{
	text-align: center;
	margin: auto;
}
.fir {
	font-size: 1em;
	overflow: hidden;
	display: block;
	position: relative;
	margin: 0;
	padding: 0 !important;
}
.fir span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: no-repeat left top;
	display: block;
	top: 0;
}
a:hover.fir span {
	background-position: left bottom;
}
form.form{
	width:440px;
	margin:auto;
}
form.login br, 
form.form br {
	clear: both;
	position: relative;
}
form.form label,
form.form fieldset.radio span {
	position: relative;
	display: block;
	/*width: 6em;*/
	width: 120px;
	float: left;
	text-align: right;
	padding: 0;
	margin: 0 .3em 8px 0;
}
form.form fieldset.radio {
	display: inline;
	padding: 0;
	margin: 0 0 8px 0; /* Same bottom margin as label */
	border: none;
	position: relative;
}
form.form fieldset.radio label {
	padding: 0;
	margin-right: 8px;
	/* Undo styles above */
	float: none;
	text-align: left;
	width: auto;
	display: inline;
	cursor: pointer;
	clear: none;
	white-space: nowrap;
}
form.form input.text,
form.form select,
form.form textarea,
form.form div.LSD_rte {
	width: 300px;
	font-size: 1em;
}
form.form fieldset.radio div {
	width: 300px; /* matches width of input.text */
	margin-left: 6.3em; /* Matches margin and width of label */
}
form.form select {
	width: 305px; /* Add 4 for FF, or 6 for IE, or 5 and call it a day */
}
form.form input.radio {
	cursor: pointer;
}
form.form textarea,
form.form div.LSD_rte {
	margin-bottom: 5px;
}
form ul.errors {
	list-style-type: none;
	padding: .2em .3em;
	margin: .2em .5em 0 6.3em;
	clear: both;
	background: #FFF;
}
form ul.errors li {
	margin: 0;
}
p.notice {
	padding: .2em .3em;
	clear: both;
	background: #FFF;
	border: 1px solid #000;
}
div.LSD_editor {
	margin: 0;
	padding: 0;
	display: inline;
	cursor: pointer;
}
div.slideshow center.nav {
	margin-top: 10px;
}
div.slideshow center.nav a {
	padding: .2em .5em;
	border: 1px solid #FFF;
}
div.slideshow center.nav a.active {
	border-color: #4E1C7C;
}

body,html {
	background: #333;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 auto;
}
div.body{
	margin: 16px auto;
	padding: 0;
	width: 886px;
	background: #D1D2D4 repeat-y;
	overflow: hidden;
	background:#d1d2d4;
	border: 7px solid #fff;
}
/*-- bos head bar --*/
div.body div.head-bar{
	background: url(../images/bg-head.jpg) repeat top left;
	min-height: 210px;
	width: 886px;
/*	height: 215px;*/
	/*overflow: hidden;*/
}

/*div.body div.head-bar img{
	position:absolute;
	top:0;
	left: 0;
}*/

div.body div.head-bar div.register_info{
/*	position: absolute;*/
	margin-top: 40px;
	margin-left: 275px;
	width: 410px;
	text-align: left;
	border-left: 1px solid #b50f1b;
	border-right: 1px solid #b50f1b;
	padding: 0;
}
div.body div.head-bar div.register_info h2,
div.body div.head-bar div.register_info p{
	color: #fff;
	margin: 0 40px 0 40px;
}

div.body div.head-bar div.register_info p{
line-height: 18px;
font-size: 13px;
padding-bottom:2px;
}


div.body div.head-bar div.register_info h2{
	padding: 0;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 4px; 
}

div.body div.head-bar a{
	color:#f1a42a;
	text-decoration: none;
}

div.body div.head-bar a.logo {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 275px;
	height: 251px;
}

div.body div.head-bar div.misc_links{
	position: absolute;
	top: 10px;
	right: 25px;
	
}

div.body div.head-bar div.misc_links a{
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	line-height: 14px;
	padding:0 0 0 0;
}

div.body div.head-bar div.register_info a:hover,
div.body div.head-bar div.misc_links a:hover{
	text-decoration: underline;
}

div.body div.head-bar div.misc_links span{
	color: #b50f1b;
	font-size: 16px;
	line-height:20px;
}

div.body div.head-bar form.login{
	position: absolute;
	right:0;
	top: 0;
	width:180px; 
	text-align: left;
	margin: 44px 0 0 0;
}
div.body div.head-bar form.login br{
	clear: both;
}
div.body div.head-bar form.login label{
	color:#fff;
}
div.body div.head-bar form.login input.text{
	margin: 3px 0 17px 0;
	width: 150px;
}
div.body div.head-bar form.login p{
	margin: 3px 0 0 0;
	padding: 0;
	color: #fff;
}
/*-- bos banner section --*/
div.redNav{
	border-top: 2px solid #b50f1b;
/*	position: absolute;
	top: 215px;*/
	width: 100%;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	z-index: 20;
	font-size: 14px;
}
div.redNav ul {
	background: #b50f1b url(../images/redNav_left_angle.gif) top left no-repeat;
	margin: 0 0 0 300px;
	padding: 0 0 0 20px;
	height: 21px;
	line-height: 19px;
	text-align: left;
	list-style-type: none;
}
div.redNav ul li {
	display: inline;
	margin-right: 32px;
	text-transform: uppercase;
	position: relative;
}
div.redNav ul li a {
	text-decoration: none;
	color: #fff;
}

div.column_left{
	float: left;
	width: 275px;
	text-align: left;
	margin: -21px 0 0 0;
	padding: 0;
}
div.column_left img.heart_healthy{
	margin: 0 0 5px 0;
}

div.home,
div.default{
	float: right;
	width: 611px;
	text-align:left;
	padding: 40px 0;
}

div.body div.home h1,
div.body div.default h1,
div.body div.home h2,
div.body div.default h2,
div.body div.home h3,
div.body div.default h3,
div.body div.home h4,
div.body div.default h4{
	font-size:30px;
	font-weight: normal;
	margin: 0 42px 10px 42px;
	padding: 0;
}

div.default form {
	margin-left: 42px;
}
div.default form div.componentheading {
	font-size: 22px;
	color: #B50F1B;
	margin-bottom: 1em;
}

div.home p,
div.default p,
div.home ul,
div.default ul{
	font-size: 16px;
	text-align: left;
	line-height: 160%;
	color: #576066;
	margin: 0 42px 10px 42px;
}
div.home ul,
div.default ul{
	list-style-type: none;
}
div.home li,
div.default li {
	margin-left: 30px;
	list-style-type: disc;
}
div.body div.default h1 {
	font-size: 26px;
	
}
div.body div.default h2 {
	font-size: 22px;
	color: #b51019;
}
div.body div.default h3 {
	font-size: 20px;
}
div.body div.default h3 {
	font-size: 16px;
}
div.default p,
div.default ul {
	font-size: 12px;
	color: #3b413a;
	line-height: 22px;
}
div.quote{
	float: right;
	width: 611px;
	text-align:left;
	height: 184px;
	background: #f1a42a;
	text-align: left;
}

 div.quote p.story img{
	float:left;
	padding: 0 3px 0 0;
	margin: 0;
}

div.quote p.story a{
	color: #b50d1a;
}

div.quote p.story{
	color:#221e1f;
	font-size: 12px;
	position: absolute;
	top: 24px;
	left: 32px;
	line-height: 36px;
	margin: 0;
}

div.quote,
div.quote div.cigarette,
div.quote p.story{
width: 611px;
}

div.quote div.cigarette{
position: absolute;
bottom: 0;
background:#b50d1a;
height: 108px;
text-align:left;

padding: 0;
}
div.quote div.cigarette p{
	color: #fff;
	font-size: 20px;
	margin: 25px 36px 0 36px;
	line-height: 25px;
}

/* Resources page headers */
div.body div.default h2.art-PostHeader {
	margin-bottom: 0;
}

.art-PostHeader a:visited, .art-PostHeader a.visited {
color:#B51019;
font-family:Arial,Helvetica,Sans-Serif;
text-align:left;
text-decoration:none;
}
.art-PostHeader a, .art-PostHeader a:link, .art-PostHeader a:visited, .art-PostHeader a:hover {
font-style:normal;
font-weight:bold;
margin:0;
}

/* Begin Joomla Rules */
dl#system-message {
	border-top: 2px solid #B50F1B;
	border-bottom: 2px solid #B50F1B;
	background: #EFE7B8;
}
dl#system-message dt {
	font-weight: bold;
}
dl#system-message ul {
	margin: 0pt;
	padding-left: 40px;
	background: #EFE7B8 no-repeat scroll 4px center;
}
dl#system-message dd.message ul {
	background-image: url("../../system/images/notice-info.png");
}
dl#system-message dd.error ul {
	background-image: url("../../system/images/notice-alert.png");
}
dl#system-message dd.notice ul {
	background-image: url("../../system/images/notice-note.png");
}
