
/*
Teme Severn
Updated: 25/11/2010 - studiodm (ap)
*/

html 
{
  /* Force scrollbar */
  /* IE - INVALID CSS COMMAND (BUT IT WORKS!)
  overflow-y: scroll; */
  /* Mozilla */
  height: 101%;
  margin: 0;
  padding: 0;
  margin-bottom: 0.1em;
}
  
body
{
	margin: 0;
	padding: 0;
	background: #ececec;
	text-align: center;
	font-family: Verdana, Sans-serif;
	font-size: 12px;
}

.hide{display:none;}

.clear{clear:both;height:0;line-height:0;font-size:0;}

hr
{
	border: 0;
	height: 1px;
	margin: 10px 0 10px 0;
	width: 100%;
	color: #d2d2d2;
	background-color: #d2d2d2;
	/*IE Only*/
	text-align: left;
}


h1, h2{display:none;}

.outerWrapper
{
	width: 920px;
	margin: 0 auto 0 auto;
	background: #fff url(../Images/body_bg.jpg) repeat-y 0 50%;
	text-align: center;
}

.wrapper
{
	width: 860px;
	margin: 0 auto 0 auto;
	padding: 0 0 20px 0;
	text-align: left;
}

.pageHeader
{
	width: 860px;
	height: 135px;
	background: #fac623 url(../Images/header_bg.jpg) no-repeat 0 0;
	margin: 0 0 5px 0;
}

.nav
{
	height: 35px;
	line-height: 35px;
	background: #00834c url(../Images/nav_bg.jpg) repeat-x 0 0;
	color: #fff;
}


.nav ul
{
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}

.nav li
{
	display: inline;
	padding: 0 15px 0 15px;
}

.nav li.start{padding-left:0;}


.footer
{
	height: 25px;
	line-height: 25px;
	background: #00834c;
	color: #fff;
	font-size: 10px;
}

.footer ul
{
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}

.footer li
{
	display: inline;
	padding: 0 15px 0 15px;
}





td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #015431;
}
.mainNavigation {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.mainNavigation:hover {
	text-decoration: underline;
}
.footerNavigation {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footerNavigation:hover {
	text-decoration: none;
}
a {
	color: #015431;
}
a:hover {
	text-decoration: none;
}
.button {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.formField {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.categoryLink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.categoryLink:hover {
	text-decoration: underline;
}
.navPointer {
	cursor: pointer;
}


.hpFeature
{
	height: 215px;
	margin: 0 0 10px 0;
}

.catchForm
{
	background: #f4f4f4;
	border: 1px solid #d9d9d9;
	width: 400px;
	margin: 0 auto 0 auto;
	padding: 20px;
}

.catchForm h3{margin:0 0 10px 0;font-size:16px;}

.catchForm p.submitP {text-align:center;}

.catchForm label{display:inline-block;font-weight:bold;width:150px;vertical-align:top;text-align:right;padding-right:15px;}

.catchForm textarea{height:125px;width:200px;}
