/* Start of CMSMS style sheet 'LifeMedMain' */
@charset "UTF-8";
/* CSS Document */

/* BOCY Set up */
html, body {
	text-align:center;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#000000;
	background:#bfc6cb;
}

img {
	border:0;
}

/* Structure */
/* home page only */

a:link, a:visited, a:active {
	color:#0066A4;
}

#HshadowWrapper{
	margin:0 auto;
	padding:0;
	width:944px;
	height:613px;
	background:url(images/home_shadowBg.gif) no-repeat top left;
}
#Hcontainer{
	padding:5px 0px 0px 10px;
	text-align:left;
	width:930px;
	overflow:hidden;
}
#home #header{
	height:65px;
	padding:0;
	margin:0;	
}
#hLeftCol{
	float:left;
	display:inline;
	width:165px;
}
#hMainCol{
	float:left;
	display:inline;
	width:765px;
	height:534px;
	background:url(images/home_mainBg.gif) no-repeat top left;	
}
/* lvl2 only */
#contentContainer {
	background:url(images/lvl2_tileBg.gif) repeat-y #ffffff top left;
}
#header{
	height:65px;
	background:url(images/lvl2_header.gif) no-repeat top left;	
	position:relative;
	color:#827c6a;
}
#shadowWrapper{
	margin:0 auto;
	padding:0;
	width:944px;
	background:url(images/lvl2_shadowBg.gif) repeat-y top left;
	overflow:hidden;
}
#container{
	padding:0 0px 0px 10px;
	text-align:left;
	width:930px;
	overflow:hidden;
	clear:both;
}
#LeftCol{
	float:left;
	display:inline;
	width:160px;
	background:url(images/lvl2_mainBg1.gif) no-repeat;
	background-position:77px 0;
}
#MainCol{
	float:left;
	display:inline;
	width:542px;
	background:url(images/lvl2_mainBg1.gif) no-repeat;
	background-position:-80px 0;
	padding:25px 10px 10px 25px;
}
#MainCol p{
	clear:both;
}
#MainCol img{
	padding:5px;
}
#rightCol{
	float:right;
	display:inline;
	width:185px;
}
#rightContent {
	background:url(images/lvl2_rColBg1.gif) no-repeat top left;
	padding:0 10px;
}

/* positioning */

.right {
	float:right;
	display:inline;
}
.left {
	float:left;
	display:inline;
}

/* Text Stylings and Headers */

#home h1 {
	color:#056ea7;
	font-size:1.5em;
	line-height:2em;
	margin:0;
	padding:0;
}
#home h2 {
	font-size:1.3em;
}
h1 {
	color:#FF0101;
	font-size:1.5em;
	line-height:2em;
	margin:0;
	padding:0;
}
h2 {
	font-size:1.3em;
}

/* Nav */

#LeftCol ul {
	list-style:none;
	list-style-type:none;
	margin:50px 0 0 0;
	padding:0;
}
#LeftCol li {
	background:url(images/mainBtnBg.gif) repeat-y top left;
	width:153px;
	margin:5px 0;
	padding:0;
	text-transform:uppercase;
}
#LeftCol li ul li{
	background-image:none;
	width:153px;
	margin:5px 0 0 0;
	padding:0;
	text-transform:none;
}
#LeftCol li ul{
	background:url(images/lvl2_lColBg.gif) repeat top left #ffffff;
	width:153px;
	margin:0 0 -5px 0;
	padding:0;
	border-bottom:1px solid #0066A4;
}
#LeftCol li a {
	display:block;
	color:#ffffff;
	text-decoration:none;
	padding:5px 0 5px 20px;
}
#LeftCol li a:hover {
	color:#FFD000;
}
#LeftCol li ul li a {
	color:#0066A4;
	padding:5px 0 5px 20px;
}
#LeftCol li ul li a:hover {
	color:#FFFFFF;
}
#LeftCol li h3 {
	padding:5px 0 0 20px;
	margin:0px;
	font-size:100%;
	font-weight:normal;
}
#LeftCol .activeparent a{
	padding:5px 0 0 20px;
	margin:0px;
}
#LeftCol .activeparent ul li a{
	padding:5px 0 5px 20px;
	margin:0px;
}
#LeftCol .currentpage{
	padding:0 0 5px 0;
}

/* footer */

#footerShadow {
	background:url(images/bottomPgBg.gif) no-repeat top left;
	height:9px;
}

/* editor */
body#tinymce {
	text-align:left;
	background:#ffffff;
}
/* End of 'LifeMedMain' */

