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

a, h1, h2, h3, h4, h5, p, img, hr, form {
	margin:0;
	padding:0;
}

body {
	margin:0;
	background:url(../images/banner_bg.jpg) repeat-x #EFEAE0;
}

h1,h2,h3,h4,h5 {
	font-family:"Times New Roman", Times, serif;
	color:#25530C;
	font-weight:200;
}

h1 {
	font-size:2em;
	margin:10px 0 10px 0;
}

h2 {
	font-size:1.5em;
	margin-bottom:10px;
}

h3 {
	font-size:1.38em;
	margin-bottom:0px;
}

h4 {
	font-size:1.13em;
	margin-bottom:5px;
}


p {
	line-height:1.5em;
	margin-bottom:12px;
}

a {
	font-family:"Times New Roman", Times, serif;
}

label {
	font-family:Arial, Helvetica, sans-serif;
}


hr {
	color:#EFEAE0; 
	background-color:#EFEAE0; 
	border: 1px dotted #666; 
	border-style: none none dotted;
	margin:0 0; 
}



/*--container--------------------------------------------*/

#container {
	margin:auto;
	width:857px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	color:#210A0A;
	font-size:0.88em;
	
}



/*--banner--------------------------------------------*/

#banner {
	height:122px;
	background:url(../images/bannerPattern.jpg) no-repeat;
}





/*--navBar----------------------------------------------------*/
/*
#navBar {
	position:absolute;
	top:45px;
	right:0px;	
}

.menubar {
	color:#fff;
	display:inline;
	border-left:1px solid #fff;
	padding:0 10px 0 10px;
	font-size:1.25em;
}

.menubar a {
	color:#fff;
	text-decoration:none;
}

.menubar a:hover {
	color:#f54a07;
}

.firstNav {
	border:none;
}
*/
/*--featureImage--------------------------------------------*/

#featureImage {
	background:url(../images/featureImage_bg.gif) no-repeat;
	width:857px;
	margin:15px 0 30px 0;
	position:relative;
}


/* this sets the padding for the image displayed in the featureImage div */
.featureImage_displaypic {
	padding:8px 0 0 12px;
}

.featureFooter {
	position:absolute;
	bottom:0px;
	right:0px;
	font-size:1.1em;
}


/*--mainContent--------------------------------------------*/

#mainContent { 
	margin-top:20px;
}

#mainContent td { 
	vertical-align:top;
}

.leftContent {
	padding:0 35px 0 0;
}


/*--membership--------------------------------------------*/

#membership {
	background: url(../images/membership_bg.jpg) no-repeat bottom center;
	width:317px;
	padding-bottom:25px;
	position:relative;
}

#membership img {
	position:absolute;
	top:0px;
	
}

#membership h3 {
	color:#fff;
	padding:20px 0 0 25px;
}

#membership p {
	color:#040F26;
	font-size:2em;
	font-family:"Times New Roman", Times, serif;
	padding:0 0 0 25px;
	margin:0;
}

#membership a {
	color:#fff;
	font-size:1.13em;
	padding:0 0 0 25px;
}

#membership a:hover {
	color:#f54a07;
}

.conditions {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.38em;
	margin-top:-5px;
}


/*--login--------------------------------------------*/

#login {
	background:url(../images/login_bg.jpg) no-repeat;
	width:317px;
	margin-top:5px;
	position:relative;
}


#login img { 
	position:absolute;
	bottom:-42px; 	
	
}

#login label {
	float:left;
	width:25%;
	text-align:right;
	padding-right:8px;
	font-size:0.88em
}

#login p {
	clear:left;
	padding-top:4px;
	margin:0;
}

.wideinput {
	width:180px;
}

#login h4 {
	color:#1F385B;
	padding:20px 0 2px 25px;
}

.button {
	margin:5px 0 0 220px;
}

#login a {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.69em;
	color:#1F385B;
	margin:22px 25px 0 0;
}

#login a:hover {
	color:#f54a07;
}


/*--footer--------------------------------------------*/

#footerContainer {
	background:url(../images/footer_grass.jpg) repeat-x;
	height:189px;
	margin-top:20px;
}

#footerContent {
	margin:auto;
	width:857px;
	text-align:center;
		
}

#footerContent img {
	float:right;
		
}

#footerContent p {
	color:#fff;
	padding-top:15px;
	clear:right;
	font-size:0.69em;
}

#footerContent a {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
		
}

#footerContent a:hover {
	color:#f54a07;
}






/* Navigation bar classes */
#navbar {
	position:absolute;
	height:26px;
	color:#FFF;
	font-size:1em;
	top:45px;
	right:0px;
	display:inline;
}

/**********************************************
New dropdown menu system
**********************************************/

#menuList {
	list-style:none;
	margin:0px;
	padding:0px;
}

#mainMenu {
	position:relative;
	background: #cccccc;
}

#menuList ul {
	z-index:100;
	margin: 0px;
	padding: 0px;
}



#menuList li {
	z-index:100;
	display:inline;
	list-style: none;
	margin: 0px;
	padding: 0px;

	/* The following styles are to counteract the global styling for li */
	background:none;
}

/* These are the default states of the elements in the main top level menu. */
a.starter, a.starter:link, a.starter:visited {
	z-index:100;
	padding:3px 15px 1px 15px; /*Padding of the individual nav items*/
	color:#FFF;
	text-decoration:none;
	line-height:27px;  /*Important - I.E. needs this for the nav items to look right. Stoopid bug. */
	border-left:1px solid #fff;
	font-size:1.25em;
}

/* These are the mouse-over states of the elements in the main top level menu. */
a.starter:hover, a.starter:active, a.starter:focus {
	color:#f54a07;
	text-decoration:none;
}


/* These are the drop down menus (<ul> elements) */
.menu {
	text-align: left;
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 150px;	
}
.menu li {
	width:100%;
	/*background:#666;*/
}

/* These are the default state of the elements (rows) in the drop down menus. */
.menu li a, .menu li a:link, .menu li a:visited { 
	font-family:Arial, Helvetica, sans-serif;
	background: #AAA;
	z-index:100;
	color: #FFF;
	display: block;
	width:100%;
	font-size: 1em;
	margin: 0px;

	text-decoration: none;
	/*margin-top:-2px;*/
	padding: 6px 10px;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;


}

/* These are the mouse-over states of the elements (rows) in the drop down menus */
.menu li a:hover, .menu li a:active, .menu li a:focus {
	background-color: #999;
	color: #f54a07;
}

.leftContent li, .leftContent a {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:3px;
}

#tablecontact th, #tablecontact td {
	text-align:left;
	vertical-align:top;
	padding-right:10px;
}
#tablecontact .textField, #tablecontact .textArea {
	width:300px;	
}
.msg {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:20px;
}
.error {
	padding-left:25px;
	padding-top:1px;
	background:url(../images/icon-cross.gif) no-repeat 0 0;
	color:#C00;
}
.stop {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-stop.gif) no-repeat 0 0;
	color:#C00;
}
.success {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-check.gif) no-repeat 0 0;
	color:#336600;
}
.forbidden {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-forbidden.gif) no-repeat 0 0;
	color:#C00;
}
.information {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-information.gif) no-repeat 0 0;
}
.hazard {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-hazard.gif) no-repeat 0 0;
}
