/*** Body Definitions ***/
*{
	margin:0; 
	padding:0; 
}

body{
	font-family:"Gill Sans MT", Arial, Helvetica, sans-serif;
	line-height:1.4em;
	font-size:12px;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

/*** Website wrapper Div ***/

#wrapper{
	width:1017px;
	min-height:400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#container{
	float:left;
	width:1017px;
	background-image:url(images/shadow-bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

/*** Website Heading ***/

#header{
	width:1017px;
	height:169px;
	margin-top:0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/header-bg.jpg);
	text-align: center;
}

.website-heading{

}

#member-login{
	margin:0 auto;
	width:980px;
	height:40px;
	background-color:#b6cee7;
	margin-top:5px;
}

#member-login p{
	line-height:3.5em;
	font-size:12px;
	vertical-align:middle;
	margin-left:10px;
}

#member-login p a{
	font-weight:bold;
}

.login{
	vertical-align:middle;
	border:0;
	margin-top:-3px;
}

.incorrect-login{
	margin-left: 150px;
	color:Red;
}

#lhs { display:none; }

#lhs a{
	font-family:"Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:left;
	padding-left:10px;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eec313;
	line-height: 1.8em;
	width:190px;
	padding-bottom:2px;
	padding-top:2px;
	display:block;
}

#lhs a:hover{
	background-color:#eec313;
}

#servicelogo {
	background-color:#FFFFFF;
	padding-top:30px;
	text-align:center;
	padding-bottom:10px;
}

#tel {
	text-align:center;
	padding-top:30px;		
}


#rhs { display:none; }


#wish {
	padding-bottom:15px;
}

#calendar-div {
	padding-bottom:15px;
}

#calendar-div p {
	font-family:"Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

#newsletter {
	padding-bottom:15px;
}

#nav-menu { display:none; }

/*********************  Main Content *************************/

#content { 
	float:left; 
	background: #ffffff; 
	width: 950px;
	padding:10px;
	margin-left:0px;
	padding-left:15px;
}

#content ul{
	margin-bottom:10px;
}

#content ul li, #content ol li{
	color:#666666;
}

.line {
	width:558px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-bottom: 20px;
}

#interest {
	width:558px;
	text-align:center;
	padding-bottom: 15px;
}

#headingline {
	width:550px;
	height:27px;
	float: left;
	margin-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.headingline {
	font-size: 16px;
	color: #3366CC;
	background-color: #e6edf9;
	font-weight:bold;
	line-height:2.2em;
	clear:both;
	border-bottom:1px solid #cad6e8;
	height: 38px;
	width: 538px;
	margin-bottom: 20px;
	padding-left:10px;
}

#news {
	width:558px;
	height:auto;
	float: left;
	margin-bottom:20px;
}

.news {
	width:558px;
	height:auto;
	float: left;
	margin-bottom:20px;
}

.newsleft {
	width:115px;
	height:auto;
	float:left;
}

.newsright {
	float: left;
	width: 430px;
	height:auto;
}

.newsmain-image {
	float:right;	
	margin: 5px 10px 10px 15px;
}

/******************** Heading Styles *************************/

h1 {
	font-family:"Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5f0b7b;
	text-align:left;
	margin-bottom:15px;
	padding-bottom:5px;
	font-weight: normal;
}

h1 span{
	font-size:22px;
	font-weight:bold;
}

h1 a{ 
	color: #3366CC;
	text-decoration:none;
}
h1 a:hover{ 
	color: #3366CC; 
	text-decoration:underline;
}

h3 {
	clear:both;
	font-size: 18px;
	color: #5F0B7B;
	margin-bottom:10px;
	font-family:"Gill Sans MT", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.h2titleleft {
	width:200px;
	height:33px;
	float:left;
	padding-top: 5px;
}

.h2titleright {
	width:170px;
	height:31px;
	float:right;
	text-align: right;
	color: #666666;
	font-size: 12px;
	line-height: 2.6em;
	padding-right: 10px;
	padding-top: 5px;
}

.h2titleright a {
	color: #666666;
	text-decoration: none;
}

h2.product-h2{
	font-size:14px;
	font-weight:bold;
	font-style:normal;
}


h2 {
	font-size: 16px;
	color: #3366CC;
	font-weight:bold;
	line-height:2.1em;
	clear:both;
}

h2 a{ 
	color: #3366CC;
	text-decoration:none;
}

h2 a:hover{ 
	color: #3366CC; 
	text-decoration:underline;
}

h4, h4 a{ 
	font-size: 14px; 
	color: #3366CC;
	font-weight:normal;
	text-decoration:none;
	margin-bottom:10px;
	padding-top:5px;
}

h4 a:hover{
	text-decoration:underline;
} 
p,/*** Paragraph Styles ***/ textarea  {
	font-family:"Gill Sans MT", Arial, Helvetica, sans-serif;
	margin:0;
	margin-bottom:10px;
	color: #000000;
	line-height:1.4em;
	font-size:13px;
	list-style-type: disc;
}


p a{
	color:#663399;
	text-decoration:none;
}

p a:hover{
	color: #00CC33;
	text-decoration:none;
}

p a img{ border:none;}

#content input, #content select, textarea{
	color: #666666; 
	font-size:12px;
}

.right-ads{
	border:1px solid #cad6e8;
	margin-bottom:10px;
}

p.intro{
	font-size:14px;
}


/******************** tables ************************/

td{
	color: #666666; 
	font-size:12px;
	padding:5px;
}

tr.bg{
	background-color:#c0d5eb;
}

td a{
	text-decoration:none;
	color:#3399cc; 
}
	
td a:hover{ 
	color: #3399cc; 
	text-decoration:underline;
}

.calendar-title td { color:#5f0b7b; padding-top:0px; padding-bottom:0px;}
.calendar-cell {padding-top:3px; padding-bottom:3px;}


/******************** misc ************************/

#sitemap ul {
	list-style-type:none;
	padding-left:25px;
}

#sitemap a, #learning-living-support ul a{
	color:#663399;
	text-decoration:none;
}

#sitemap a:hover, #learning-living-support ul a:hover{
	color: #00CC33;
	text-decoration:none;
}

#learning-living-support ul{
	margin-left:20px;
}

/************** Website Footer **************/

#logos {
	width:987px;
	height:93px;
	float:inherit;
	text-align:left;
	padding-left:30px;
	background-image:url(images/shadow-bg.gif);
	clear:both;
}

#footercurve {
	clear:both;
	width:1017px;
	height:82px;
	float:inherit;
	text-align:center;
	background-image:url(images/shadow-bg.gif);
}

#footershadow {
	width:1017px;
	height:13px;
	background-image:url(images/shadow-footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	float: none;
}

#footer {
	clear:both;
	margin:0 auto;
	font-size: 12px;
	font-family:Arial;
	color: #333333;
	line-height:3em;
	width:958px;
	height:35px;
	padding-left:7px;
	padding-bottom:20px;
	background:none;
	text-align: right;
}	

#footer a{
	color: #333333;
	text-decoration:none;
}

#footer a:hover{
	color: #333333;
	text-decoration:underline;
}
#search {
	width:190px;
	height:50px;
	background-image:url(images/search-bg.gif);
	margin-bottom: 30px;
	margin-top: 10px;
	padding: 10px;
	text-align: left;
	background-repeat: no-repeat;
}

