body {
	margin: 0px;
	min-height: 600px;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: url(images/bg.png);
	background-position: 0 0;
	/*background: -moz-linear-gradient(bottom, #ccc,#fff 200px) #ccc; /* For those that have it */
	font-family: Arial, sans-serif;
}

.killfloat { clear: both; font-size: 0px; line-height: 0px; padding: 0px; margin: 0px; }

img {
	border: 0;
}

a {
	color: blue;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a#nonPrint {
	display: none;
}

#container {
	width: 900px;
	position: relative;
	margin: 25px auto 30px auto;
	padding: 0 20px 20px 20px;
	background-color: white;
}

#content, #slim-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
	font-size: 13px;
	padding-bottom: 20px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #5EAC23;
	padding: 0;
	margin: 5px 0 15px 0;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #5EAC23;
	padding: 0;
	margin: 5px 0 5px 0;
}

h3 {
	font-size: 16px;
	padding: 0;
	margin: 5px 0;
}

#logo {
	width: 201px;
	height: 82px;
	display: block;
}

#links, #links li {
	list-style: none;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

#links {
	float: right;
	margin-top: 58px;
}

#links li a {
	background-color: #5EAC23;
	background-image: url(images/tab.png);
	background-repeat: no-repeat;
	/*background: -moz-linear-gradient(#7CE62B,#5EAC23);*/
	display: block;
	width: 130px;
	padding: 13px 0 10px 0;
	text-align: center;
	color: white;
	font-size: 14px;
	/*letter-spacing: 0.6px;*/
	text-decoration: none;
	text-shadow: #333 1px 1px 2px;
	margin-left: 2px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#topImage {
	display: block;
	border-top: solid 3px #5EAC23;
	border-bottom: solid 5px #5EAC23;
	height: 295px;
	width: 900px;
	background: url(images/defaultHead.jpg);
	background-color: #666;
	margin-top: 13px;
	margin-bottom: 15px;
}

#footer {
	margin-top: 10px;
	font-size: 12px;
	color: #999;
	padding: 0;
	background-image: url(images/passionate_about_leisure.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

#footer span#copy {
	float: left;
	margin-right: 5px;
}

#footer ul {
	padding: 0;
	margin: 0;
}

#footer li {
	float: left;
	border-left: solid 1px #999;
	padding: 0 5px;
	margin: 0;
	list-style: none;
	line-height: 12px;
}

#footer li a {
	color: #999;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}

#footerImages {
	padding: 0;
	margin: 0;
	clear: left;
	float: left;
}

#footerImages li {
	float: left;
	border: none;
	padding: 0;
	margin: 0 10px 0 0;
	list-style: none;
}

#footerImages li a {
	display: block;
	width: 45px;
	height: 40px;
	text-indent: 1000px;
	padding-left: -990px;
	overflow: hidden;
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

#footerImageFont a {
	background-image: url(images/accessibility_font_size.png);
}

#footerImagePrint a {
	background-image: url(images/icon_print.png);
}

#footerImageFacebook a {
	background-image: url(images/icon_facebook.png);
}

#footerImageTwitter a {
	background-image: url(images/icon_twitter.png);
}

#cenMenu, #cenMenu ul {
	position: absolute;
	display: block;
	width: 200px;
	padding: 0;
	margin: 0;
	z-index: 10; /* Ludicrously high zIndex. Okay, 10 */
}

#cenMenu li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#cenMenu li a {
	display: block;
	padding: 10px 10px 10px 20px;
	background-image: url(images/bg_menu_1.png);
	background-color: #66AE30;
	background-repeat: repeat-x;
	color: white;
	font-size: 14px;
	/*letter-spacing: 0.6px;*/
	text-decoration: none;
	text-shadow: #333 1px 1px 2px;
	width: 170px;
}

#cenMenu ul li a {
	background-color: #023670;
	background-image: url(images/bg_menu_2.png);
}

h1 {
	color: #5EAC23;
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0 15px 0;
}

.col3 {
	width: 33%;
	float: left;
	display: block;
}

.col3 p {
	margin-left: 10px;
}

.col4 {
	width: 25%;
	float: left;
	display: block;
}

.col4 p {
	margin-left: 10px;
}

.am_nav_up {
	font-weight: bold;
}