/* CSS for Camtherapy by ITS GUI Web Media - February 2008 */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000066;
	font-family: "Lucida Sans", Tahoma, Verdana, Arial;
	font-size: 100%;
}
html, body, #wrapper {
	width: 100%;
	height: 100%;
}
h1 {
	font: 105% "Lucida Sans", Tahoma, Verdana, Arial;
	font-weight: bold;
}
h2 {
	font: bold 101% "Lucida Sans", Tahoma, Verdana, Arial;
	padding-left: 1em;
}
h3 {
	font: bold 100% "Lucida Sans", Tahoma, Verdana, Arial;
	padding-left: 1em;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #84E298;
}
hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000099;
}

/* Main Div layers */
#wrapper {
	position: absolute;
	top: 0;
	left: 0;
}
#flashstrip {
	width:100%;
	height:50px;
	background-color:#8EBA27;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #424183;
}
#header {
	width:100%;
	height:210px;
	background-image:url(../images/headerbg.jpg) 
}
#headerstrip {
	background-image: url(../images/main.jpg);
	background-repeat: repeat-x;
	position: absolute;
	height: 80px;
	top: 72px;
	clear: both;
	visibility: visible;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #424183;
	border-bottom-color: #424183;
}
#topmenu {
	position: absolute;
	height: 30px;
	width: 200px;
	top: 180px;
	right: 1px;
}
#topmenu li {
	font-size: 90%;
	color: #FFFFFF;
	display: inline;
	text-align: right;
	margin-right: 15px;
}
#topmenu a:link, #topmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#topmenu li a:hover{
	display: inline;
	color: #84E298;
	text-decoration: underline;
}
#nav {
	float: left;
	height: auto;
	width: 227px;
	position: absolute;
	top: 210px;
	left: 0px;
	background-image: url(../images/leftstrip.jpg);
	background-repeat: repeat-y;
	list-style: none;
}
#nav li {
	font-size: 90%;
	color: #FFFFFF;
	line-height: 22px;
	text-indent: 18px;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
}
#nav li a:hover {
	color: #000066;
	background-color: #DEF8E3;
	padding: 3px;
}
#content {
	position: absolute;
	background-image: url(../images/contentbg.jpg);
	background-repeat: no-repeat;
	right: 50px;
	left: 228px;
	top: 250px;
	margin-bottom: 50px;
	height: auto;
}
#content p, ul {
	font-size: 80%;
	line-height: 1.6em; 
	padding-left: 1.2em;
}
#footer {
	position: absolute;
	background-image: url(../images/contentbg.jpg);
	background-repeat: no-repeat;
	right: 50px;
	left: 230px;
	top: 250px;
	margin-bottom: 50px;
	height: auto;
}
.copyright {
	font-family: "Lucida Sans", Tahoma, Verdana, Arial;
	font-size: 70%;
	font-weight: normal;
	color: #0033FF;
	padding-left: 8px;
	padding-top: 3px;
	float: left;
	height: 50px;
}
.guistrip {
	font-family: "Lucida Sans", Tahoma, Verdana, Arial;
	font-size: 70%;
	font-weight: normal;
	color: #0033FF;
	padding-right: 8px;
	padding-top: 3px;
	float: right;
	height: 50px;
}
.tabletxt {
	font-size: 80%;
	font-weight: normal;
}
.tabletxtb {
	font-size: 90%;
	font-weight: bold;
}
.tabletxtlbls {
	font-size: 80%;
	font-weight: normal;
	color: #999999;
	padding-left: 1.2em;
}
.membertbl {
	font-size: 90%;
	padding-left: 1.2em;
}
.individualbg {
	font-size: 90%;
	background-color: #D0F4D9;
	padding: 3px;
}
.healthcentre {
	font-size: 90%;
	background-color: #C9F1FA;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9F1FA;
}
.training {
	font-size: 90%;
	background-color: #D7AEFF;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7AEFF;
}

.redbold {
	font-weight: bold;
	color: #CC0000;
}
.formbtn {
	background-color: #F15972;
	font-weight: bold;
	padding: 2px;
}
.formbox {
	background-image: url(../images/boxbg.jpg);
	border: 1px solid #84E298;
	font-size: 12px;
	font-weight: normal;
	background-repeat: repeat-x;
}
.formbtng {
	background-color: #84E298;
	font-weight: bold;
	padding: 2px;
}
.formbtnb {
	background-color: #ECB690;
	font-weight: bold;
	padding: 2px;
}
.formbtnt {
	background-color: #55D5EE;
	font-weight: bold;
	padding: 2px;
}
