/* Start of CMSMS style sheet 'ABC' */
/* ABC Style Sheet - (c)F5 Webdesign 2007-2008 - All rights reserved */
/* www.f5webdesign.co.uk */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	background-color: #E6F4FF;
	padding: 0;
	margin: 0;
	}

a img {
	border: 0;
	}

#container {
	width: 800px;
	margin: 50px auto;
	text-align: left;
	background-color: #fff;
	}

#head {
	text-align: center;
	padding: 20px 0;
	width: 100%;
	height: 77px;
	margin: 0 auto;
	background: url(images/headback.jpg) bottom left repeat-x #fff;
	}

/* Menu styles */
#menuwrapper {
	text-align: center;
	background: url(images/navback.jpg) top left repeat-x #717171;
	height: 50px;
	clear:both; float:left; width:100%; overflow:hidden;
	}

#menu_vert {
	width: 750px;
	border: 0 auto;
	}

#menuwrapper ul {
	padding:0; 
	margin:0 auto; 
	list-style-type:none;
	float:left;
	position:relative; 
	left:50%;
	}

#menuwrapper li {
	float:left;
	position:relative; 
	right:50%;
	}
	
#menuwrapper li a{
	display: block;
	width: 140px;
	height: 30px;
	margin: 20px 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	background: url(images/buttonback.gif) center center no-repeat;
	float: left;
	line-height: 30px;
	text-decoration: none;
	}
	
#menuwrapper li a:hover{
	color: #09f;
	background: url(images/activebuttonback.gif) center center no-repeat;
	}
	
#menuwrapper li a.menuactive{
	display: block;
	width: 140px;
	height: 30px;
	margin: 20px 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #09f;
	background: url(images/activebuttonback.gif) center center no-repeat;
	float: left;
	line-height: 30px;
	text-decoration: none;
	}

#content {
	width: 690px;
	margin: 0 auto;
	border-left: 2px solid #09f;
	border-right: 2px solid #09f;
	padding: 10px 25px;
	background: url(images/map.gif) bottom right no-repeat #fff;
	}

#foot {
	background: url(images/navback.jpg) top left repeat-x #717171;
	height: 50px;
	}
	
#f5tag {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	}
#f5tag img {
	border: 0;
	margin-right: 50px;
	}


#content p {
	width: 425px;
	}

#content h1 {
	color: #09f;
	font-size: 20px;
	font-weight: normal;
	}

#content h2 {
	color: #09f;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
	}

#content h3 {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	}	

#content span.blue {
	color: #09f;
	}

#content ul {
	list-style-image: url(images/bullet.gif);
	margin: 5px 25px;
	}

#content li {
	margin: 5px 0;
	list-style-position: outside;
	}

#content a {
	color: #09f;
	}

#content a:hover {
	text-decoration: none;
	}

/*Member pages styles*/
.memberimage {
	width: 132px;
	height: 132px;
	background: url(images/imageback.gif) center center no-repeat #fff;
	text-align: center;
	float: right;
	margin: 0 0 15px 15px;
	}

.memberimage img {
	border: 0;
	margin: 4px 0;
	padding: 0;
	}
.memberdetails {
	width: 100%;
	clear: both;
	margin-top: 100px; 
	}

.membertext1 {
	width: 200px;
	float: left;
	}

.membertext2 {
	width: 200px;
	float: left;
	}

.membertext3 {
	width: 250px;
	float: left;
	clear: both;
	}
/* End of 'ABC' */

