@charset "UTF-8";
/* CSS Document */

body, html {
	padding:0;
	margin:0;
	text-align:center;
	font-size:100.01%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/template/body-bg.jpg) top left no-repeat;
	color:#000;
}

a:active, a:focus {
   outline: 0;
}

img {
	border:0;
	outline:none
}

/* wrapper to centre a 760 wide column on the page */

#wrapper {
	margin: 0 auto;
	width: 950px;
	text-align:left;
	background:url(../images/template/wrapper-bg.png) top no-repeat;
	padding:10px;
}

/* layout styles */

.accessibility {
	display:none;
}

#header {
}

#navigation {
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	margin:30px 51px 18px 0;
}

#navigation ul {
	font-size:80%;
	list-style:none;
	padding:0;
	margin:0;
	font-weight:bold;
}

#navigation ul li {
	padding:0 0 0 25px;
	display:inline;
}

#navigation a, #navigation a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

#navigation a:hover {
	color: #70a7ab;
}

#maincontent {
	padding:40px 45px 10px 72px;
	clear:both;
}

#maincontent h1 {
	margin:0;
	color:#0d0d0d;
	font-weight:normal;
	font-size:120%;
}

#maincontent h2 {
	margin-top:6px;
	color:#3c878c;
	font-weight:normal;
	font-size:105%;
}

#maincontent h3 {
	color:#535353;
	font-weight:normal;
	font-size:95%;
	margin:0;
}

#maincontent h4 {
	color:#70a7ab;
	font-weight:normal;
	font-size:80%;
	margin:5px 0 0 0;
}

#maincontent p {
	color:#0d0d0d;
	font-size:80%;
	line-height:140%;
	margin:4px 0 15px 0;
}

#maincontent a, #maincontent a:visited {
	color:#3c878c;
	text-decoration:none;
}

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

#rightcol {
	width:361px;
	margin-left:60px;
	float:right;
}

#news {
	background:url(../images/template/news-bg.gif) bottom no-repeat;
	padding-bottom:15px;
}

#news h2 {
	background:url(../images/template/news-h2-bg.gif) no-repeat;
	height:35px;
	color:#FFF;
	margin:0;
	padding:4px 0 0 10px;
	font-size:100%;
}

#news p {
	font-size:65%;
	margin:0 20px 5px 10px;
}



#footer {
	clear:both;
	background:url(../images/template/footer-bg.png) no-repeat;
	margin: 0 auto;
	width: 950px;
	height:50px;
	padding:10px;
}

#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	margin:5px 0 0 0;
}

.feature {
	font-size:110%;
	color:#3c878c;
}

.clearboth {
		clear:both;
		font-size:1px;
		line-height:0;
}

.floatleft {
	float:left;
	padding:0 0 10px 10px;
}

.floatright {
	float:right;
	padding:0 10px 10px 0;
}


#credits {
	clear:both;
	text-align:right;
	padding:20px 0 0 0;
	color: #CCC;
	font-size:70%;
}


#credits a, #credits a:visited {
	color: #CCC;
	text-decoration:none
}

#credits a:hover {
	color: #999;
}