/**** GENERAL STYLES ****/

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Helvetica", "Ariel", "Sans-Serif";
	font-size: 12px;
	color: #000; 
	background: #FFF;
}

a:link {text-decoration: none; color:#285b6c;}
a:visited {text-decoration: none; color:#285b6c;}
a:active {text-decoration: underline; color:#285b6c;}
a:hover {text-decoration: underline; color:#285b6c;}

img {
	vertical-align: middle;
}

a img {
	border: none !important;
}

.smalltext {
	font-size: 10px;
}

h1, h2 {
	font-family: Arial, sans-serif;
	color: #285B6C;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}

p {
	margin: 0px;
	padding: 0px 0px 8px 0px;
}

/**** LAYOUT ****/

#container {
	width: 798px;
	margin: 0 auto;
	padding-left: 47px;
	padding-right: 47px;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-image: url('../images/background.png');
	background-repeat: repeat-y;
}

#footer {
	position: absolute;
	bottom: 0px;
	background-color: #4D889C;
	width: 800px;
	height: 52px;
	overflow: hidden;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	background-image: url('../images/footer.png');
	background-repeat: repeat-x;
	padding-top: 13px;
}

#content {
	padding-bottom: 65px;
}

#left {
	width: 244px;
	padding: 15px 7px 0px 7px;
	float: left;
}

#centre {
	padding: 20px 7px 0px 7px;
	margin-left: 269px;
	width: 320px;
	/*text-align: justify;*/
}

#centre-full {
	padding: 20px 7px 20px 7px;
	margin-left: 269px;
	width: 496px;
	/*text-align: justify;*/
}

#centre-full img {
float: left;
}

#centre-full-contact {
	padding: 20px 7px 20px 7px;
	margin-left: 269px;
	width: 496px;
	/*text-align: justify;*/
}

#right {
	float: right;
	width: 172px;
	padding: 14px 7px 0px 7px;
}

/**** FOOTER ****/
#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/**** MENU ****/

#menu {
	background-image: url('../images/menu-background.gif');
	background-repeat: repeat-x;
	width: 800px;
	height: 42px;
}

#menu ul {
	padding: 14px 0px 0px 32px;
	margin: 0px;
}

#menu ul li {
	list-style: none;
	float: left;
}

#menu li a {
	display: block;
	text-indent: -5000px;
	overflow: hidden;
	margin: 0px 10px;
	background-position: center top;
	height: 12px;
}

#menu ul li #home {
	background-image: url('../images/menu-home.gif');
	width: 49px;
}

#menu ul li #newpatients {
	background-image: url('../images/menu-newpatients.gif');
	width: 96px;
}

#menu ul li #conditionscentre {
	background-image: url('../images/menu-conditionscentre.gif');
	width: 130px;
}

#menu ul li #resourcescentre {
	background-image: url('../images/menu-resourcescentre.gif');
	width: 131px;
}

#menu ul li #currentnews {
	background-image: url('../images/menu-currentnews.gif');
	width: 102px;
}

#menu ul li #contactinfo {
	background-image: url('../images/menu-contactinfo.gif');
	width: 94px;
}

/**** SUBANV ****/

#subnav {
	padding: 8px 0px 0px 0px;
	margin: 0px;
}

#subnav li {
	list-style: none;
	font-weight: bold;
	padding: 6px 6px 6px 20px;
	background-image: url('../images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 9px 7px;
}

#subnav a {
	color: #FFF;
	text-decoration: none;
}

#subnav a:hover {
	text-decoration: underline;
}

/**** BOXES ****/

.box {
	background-color: #285B6C;
	width: 244px;
	margin-bottom: 7px; 
	text-align: justify;
}

.boxcontent {
	padding: 16px 24px;
	color: #FFF;
}

.box .right {
	float: right;
}

.boxtop {
	height: 8px;
	width: 244px;
	background-image: url('../images/bluebox-top.gif');
	background-repeat: no-repeat;
}

.boxbottom {
	height: 8px;
	width: 244px;
	background-image: url('../images/bluebox-bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	clear: both;
}

#doLinkGroup  img {
float: none;
padding-bottom: 10px;
}

#boxnews {
	margin-top: 8px; 
}

.green {
	background-color: #B6C244;
}

.green .boxtop {
	background-image: url('../images/greenbox-top.gif');
}

.green .boxbottom {
	background-image: url('../images/greenbox-bottom.gif');
}