/* ****************** BASIC SETUP ***************** */

body {
	font-size:90%;
	margin:0;
	text-align:center;
	color:#000;
}
body, td, p, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color:#900;
	cursor:pointer;
}
* html a 	{cursor:hand;} /* Only IE sees this. */

img {display: block;}

/* ****************************  BASIC PAGE SETUP LAYOUT ********** */


#page {			/* Entire site */
	width:779px;
	margin: 0px auto;
	text-align: left;
}
#headerBlock {/* Site Header */
	height:116px;
} 

#bodyBlock { /* Content and Columns */
	clear:both;
	min-height:40em;
	position:relative;
	margin-top:6px;
	background-color:#FCEBF3;
	background-image: url(../lollywa/statimages/sidebar_back.gif);
	background-repeat: repeat-y;
}
* html #bodyBlock {height:42em;}

#contentColumn {  /* The big wahoonie */
	margin: 0 10px 0 232px;
	padding:	10px 0 0 0;
	line-height:130%;
}
#leftColumn {		/* Left Column */
	position:absolute;
	top:0px;
	left:0px;
	width:150px;
	padding:0 45px 0 27px;
	min-width:150px;
	line-height:1.2;
	text-align:left;
	background-image: url(../lollywa/statimages/sidebar.gif);
	background-repeat:no-repeat;
}
#footerBlock {
	clear:both;
	text-align:center;
	padding: 4px 0px 4px 0px;
	margin:0px;
	font-size:0.8em;
	color:#000;
	border-left:1px solid #FFF;
	
	background-color:   #fcebf3;
	background-image:   url(../lollywa/statimages/footerSidebarBackground.gif);
	background-repeat:  repeat-y;
	
	
	
	
}

/* Stops floats absentmindedly wandering out of their containing boxes in MIE */
/* (gives the containing box 'layout' whatever the heck *that* is) */
/* Hide from IE5-mac. Only IE-win sees this. \*/
	 * html #content 		{height:50px;}
	 * html .contentArea 	{height:50px;}
/* End hide from IE5/mac */

/* ********************* HEADER ************************************* */

h1
{
	height:14px;
	font-size:10px;
	padding:1px 0 1px 10px;
	margin:0;
	display:none;
}
#pageHeader {
	width:779px;
	height:77px;
}
#pageHeader img {display:inline;}

#navTop {
	color:#FFF;
	background-color: #DE2F7E;
	background-image: url(../icom-temp1/statimages/navR.gif);
	background-repeat: no-repeat;
	background-position: right;
	height:18px;
	line-height:18px;
	font-size:0.7em;
	margin:6px 0 0 0;
	padding:0;
	clear:both;
}
#navTop #navHome {
	margin:0;
	padding:0 0 0 45px;
	list-style:none;
	background-image: url(../lollywa/statimages/navL.gif);
	background-repeat: no-repeat;
	background-position: left;
	height:18px;
}
#navHome li {
	margin:0;
	padding:0;
	list-style:none;
	display: inline;
	padding:0 8px 0 10px;
	border-left:1px solid #FFF;
	height:18px;
}
#navHome li.first {
	border-width:0;
}

#navTop a,
#navTop a:visited	{
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}
#navTop a:hover {
	color:#E6F0E6;
}

/* ************************* LEFT/RIGHT COLUMNS ***************************** */

#leftColumn input {
	font-size:0.9em;
	margin:1px;
	display:block;
}
#leftColumn p,
#leftColumn form {
	margin:0px;
}
#leftColumn h2 {
	line-height: 18px;
	background-color: #DE2F7E;
	margin:9px 0 0 0;
	padding: 0 0 0 10px;
	font-size:0.7em;
	color:#FFF;
	font-weight:bold;
	background-image: url(../lollywa/statimages/boxTL.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#leftColumn h2 span	{
	display:block;
	background-image: url(../lollywa/statimages/boxTR.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#leftColumn h2.nobox {
	background-image: url(../lollywa/statimages/navL.gif);
	margin-bottom:9px;
}
#leftColumn h2.nobox span {
	background-image: url(../lollywa/statimages/navR.gif);		
}
#leftColumn .boxBody {
	background-color:	#F7D6E5;
	color:				#000;
	margin:				0px;
	padding:			10px;
	font-size:			75%;
}

#leftColumn .boxBody a {
	text-decoration:underline;
}

#leftColumn .boxBottom 	{
	background-color:	#F7D6E5;
	background-image: url(../lollywa/statimages/boxBR.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding:0px;
	margin:0px 0px 10px 0px;
}
#leftColumn ul {
	margin:0px;
	padding:5px 0px 10px 10px;
}
#leftColumn ul li {
	font-size:0.8em;
	line-height: 1.5em;
	font-weight: normal;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
	background-image: url(../lollywa/statimages/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;	
}
#leftColumn ul li span {
	font-weight:bold;
}
#leftColumn ul li a {
	color:#000;
	text-decoration:none;
}
#leftColumn ul li a:hover {
	color:#A00;
	text-decoration:none;
}


#leftColumn .button {
	margin:5px;
	text-align:right;
}
#leftColumn .buttonGo {
	margin:4px 0;
	border-width:0px;
}


/* ********************* CONTENT ********************* */

 #iNewsPage {
	color:#494949;
	text-align:left;
}
* html #iNewsPage {height:10px;}
.homePage {}

#iNewsPage h2 {
display:none;
	margin:0 0 0.5em 0;
	font-size:1.3em;
	text-align:left;
	font-family:arial,helvetica,sans-serif;
	color:#D82777;
}
#iNewsPage h3 {
	margin:0 0 0.5em 0;
	font-size:1.1em;
	text-align:left;
	font-family:arial,helvetica,sans-serif;
	color:#D82777;
}
#iNewsPage h4 {
	margin:0 0 1em 0;
	font-size:1em;
	text-align:left;
	font-family:arial,helvetica,sans-serif;
	color:#D82777;
}
#iNewsPage #iNewsStory {
	text-align:left;
	font-size:0.8em;
	color:#494949;
	padding-bottom:2em;
}
#iNewsStory #homePage
{
/*	width:320px !important; */
}
#iNewsPage #iNewsStory p,
#iNewsPage #iNewsStory ul,
#iNewsPage #iNewsStory ol
{
	margin:0 0 1em 0;
	padding:0;
	list-style:none;
}
#iNewsPage #iNewsStory ul li {
	margin:0;
	padding:0 0 0 12px;
	list-style:none;
	background-image:url(../lsmclinic/statimages/bullet.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
}

/* **************************  FOOTER  ********************************** */
#footerBlock
{
	height: 		30px;
	line-height: 	15px;
}

#footerBlock a {
	color:#000;
	text-decoration:underline;
}

#footerBlock #copy
{
	margin-left:	1px;
	text-align: 	left;
/*	float:  		left; */
	padding-left:   4px;
}

#footerBlock ul, #footerBlock ul li {
	margin:0;
	padding:0;
	list-style:none;
}
#footerBlock ul li {
	display:inline;
	padding:0 0.4em 0 0.6em;
	border-left:1px solid #000;
}
#footerBlock ul li.first {border-width:0;}

/********************  COMPETITION FORM  ********************888*/

.formLabel {
	font-weight:bold;
	font-size:1em;
}
.formText, .formSelect {
	text-align:left;
	font-size:1em;
}


/********************  TELL A FRIEND  ********************888*/

#tellAFriend td.tellAFriendLabel
{
	color:					#000;
	font-weight:			600;
	vertical-align:			middle;
}
#tellAFriend td.tellAFriendInput
{
	vertical-align:			middle;
}
#tellAFriend td.tellAFriendLabelMessage
{
	color:					#000;
	font-weight:			600;
	vertical-align:			top;
}

.tellAFriendHeaderImage
{
	margin-right:   		10px;
	float:  				left;
}

.tellAFriendFooterImage
{
	float:  				left;
}

	#tellAFriend .box1Header
	{
		line-height:			18px;
		background-color:   	#DE2F7E;
		margin: 				0px;
		padding:				0px 0px 0px 0px;
		font-size:  			0.8em;
		color:  				#FFF;
		white-space:			nowrap;
		font-weight:			700;
		background-image:   	url(../lollywa/statimages/boxTR.gif);
		background-repeat:  	no-repeat;
		background-position:	right top;
	}
	
	#tellAFriend .box1Body
	{
		background-color:   	#ffdc21;
		color:  				#000;
		margin: 				0px;
		padding:				10px;
		font-size:  			80%;
	}
	
	#tellAFriend .box1Bottom
	{
		display:none;
		background-color:	   	#ffdc21;
		background-image:   	url(../lollywa/statimages/boxBR.gif);
		background-repeat:  	no-repeat;
		background-position:	right bottom;
		padding:				0px;
		margin: 				0px;
		border: solid 0px #ffff00;
		height: 				4px;
		line-height: 	   		4px;
	}

#tellAFriend
{
	width:  		444px;
	margin: 		0px auto;
	text-align: 	left;
	font-size:  	1em;
}
