/* CSS Document */


body {
	background:#dbf4ff;
	margin:0 auto;
	padding:0;
	color:#022959;
	text-align:center;
	font:12px/1.2em Arial, Helvetica, sans-serif;
	}

/* basic elements*/  
a {	color: #f9ab05   ; text-decoration: none; font-weight:bold;	}
a:hover {color: #ff5918; text-decoration: none;}
img{border:none;}
td {vertical-align:top;	}
ul{
	line-height: 1.3;
	padding:0;
	margin: 0.2em 1% 0.2em 15%;
	}
/*------------------------------------------------------------structure*/

#wrapper{
 	position:relative;
 	width:592px;
	padding:0;
	margin:0 auto;
	text-align:center;
	 }

#logo {	
	background:#ffffff url(../graphics/logo_calc.jpg) no-repeat right ;
	width:592px;
	height:65px;
	margin:0;
	padding:0;
	border:1px solid #000;
	overflow: hidden;
	position:relative; 
 }
#logo img{
	float:left;
	margin:0;
	padding:0;
	}

#content{
	width:592px;
	background:#ffffff url(../graphics/calc_bg.gif);
	padding:0;
	margin:3px 0 0 0;
	border:1px solid #000;
	position:relative;
	height:400px;
 }
#content2{
	width:592px;
	background:#ffffff;
	padding:0;
	margin:3px 0 0 0;
	border:1px solid #000;
	position:relative;
	height:400px;
 }
h1{font-size:14px; padding: 0; margin:10px 0;}

/*----------------------------------------------------------------footer*/
#footer{
	background:#1385db;
	padding:0;
	margin:3px 0 0 0 ;
	width:592px;
	height:55px;
	text-align:left;
	overflow:hidden;	
	border:1px solid #000;
 }
#footer p {
	font-size: 10px;
	margin:0.3em 2%;
	padding: 0;
	color: #ffffee;
	}
.note{width:500px;float:right;}
.close a {
	DISPLAY: block; MARGIN: 5px 0px 0 5px; padding:0; WIDTH: 68px; TEXT-INDENT: -10000px; HEIGHT: 21px;
	BACKGROUND: url(../graphics/close_b.gif) no-repeat;
}
.close a:hover {	BACKGROUND-POSITION: -68px 0px
}
/*

#footer a:hover {color: #ffffff; text-decoration: none;}

/*------------------------------------------------------------clear floats*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.top a {
	DISPLAY: block; MARGIN: 0px 0px 5px 380px; padding:0; WIDTH: 21px; TEXT-INDENT: -10000px; HEIGHT: 21px;
	BACKGROUND: url(file:///C|/Documents and Settings/me/My Documents/working planet/centre of health/images/top.gif) no-repeat;
}
.top a:hover {
	BACKGROUND-POSITION: -21px 0px
}
/*------------------------------------------------------------horizontal rule*/
	
hr {
	margin:0 0 0 10px;
	border-top: 1px dashed #336600;/*the border*/
	width: 98%;
	height: 1px;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}
