@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
 	overflow:-moz-scrollbars-vertical;
	font: 90% Arial, Verdana, Helvetica, sans-serif;
	background-color: #003300;
	text-align: center;
}
#top-images {
	position: relative;
	width: 760px;
	margin: auto;
	padding: 0;
	background-image: url('/assets/templates/evandale/images/top-image-01.jpg');
	background-repeat: no-repeat;
	height: 150px;
}
#wrapper {
	position: relative;
	width: 760px;
	margin: auto;
	padding: 0;
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#foundation {
	background-image: url('/assets/templates/evandale/images/foundation-bg.gif');
	height: 167px;
	background-position: center;
	background-repeat: no-repeat;
	padding: 10px 30px;
}
/* Right hand Content Panel Styling */

#whatson-panel {
	width: 212px;
	float: right;
	background-color: #ffffff;
	background-image: url('/assets/templates/evandale/images/whats-on-bg.gif');
	padding: 0 15px 0 15px;
	line-height: 2;
	text-align: center;
}

/* Left hand Content Panel Styling */

#left-panel {
	width: 458px;
	float: left;
	font-size: 90%;
	line-height: 1.5;
	background-color: #FFFFFF;
	padding: 10px 30px;
}

#enhancement {
	border: 2px solid #4368bb;
	background-color: #e1f0f8;
}

/* Main Navigation Styling */

#navigation-main {
	position: relative;
	width: 760px;
	margin: auto;
	padding: 0;
	height: 32px;
	text-align: left;
	margin-bottom: 10px;
	background-image: url('/assets/templates/evandale/images/nav-main-bg.jpg');
}
#navigation-main ul {
	list-style-type: none;
	padding: 7px 0 5px 15px;
	margin: 0;
}
#navigation-main li {
	display: inline;
	font-size: .9em;
	padding: 0 3px 0 3px;
}
#navigation-main li a {
	text-decoration: none;
	color: #000000;
}
#navigation-main a:hover {
	color: #000000;
	text-decoration: underline;
}
#navigation-main a.highlightednav {
	text-decoration: underline;
}
#navigation-main a.highlightednav:hover {
	color: #000000;
}

/* Category Navigation Styling */

#navigation-cats {
	position: relative;
	width: 760px;
	margin: auto;
	padding: 0;
	height: 39px;
	text-align: left;
	background-image: url('/assets/templates/evandale/images/nav-cats-bg.jpg');
}
#navigation-cats ul {
	list-style-type: none;
	padding: 11px 0 5px 20px;
	margin: 0;
}
#navigation-cats li {
	display: inline;
	font-size: 1em;
	padding: 0 15px 0 15px;
}
#navigation-cats li a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#navigation-cats a:hover {
	color: #003300;
	text-decoration: underline;
}
#navigation-cats a.highlightednav {
	text-decoration: underline;
}
#navigation-cats a.highlightednav:hover {
	color: #FFFF66;
}

/* Footer Styling */

#footer {
	position: relative;
	width: 760px;
	margin: auto;
	clear: both;
	padding: 10px 0 10px 0;
	background-color: #336633;
	font-size: 80%;
	text-align: center;
	color: #CCCCCC;
	border-top: 5px solid #FF9900;
}

#footer p {
	margin: 0;
}

#footer ul {
	list-style-type: none;
	padding: 5px 0 5px 0;
	margin: 0;
	border: none;
}
#footer li {
	display: inline;
	padding: 0 3px 0 3px;
	vertical-align: bottom;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

/* General Text Styling */

h1 {
	font-size: 140%;
	text-align: center;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 120%;
}
a img {
	border: 0;
}
.info-heading {
	color: #CC0000;
	font-weight: bold;
}
.danger {
	color: #990000;
	font-weight: bold;
	font-size: 130%;
	text-align: center;
}

/* Form Messages */
input.required {
	color: #000000;
}
.validation-advice, .required { color:#EB340A; }
.validation-advice {
    clear:both;
    min-height:15px;
    margin-top:3px;
    background:url('/assets/templates/evandale/images/validation_bg.gif') no-repeat 2px 1px;
    padding-left:17px;
    font-size:.95em;
    font-weight:bold;
    line-height:1.25em;
}
.validation-failed {
    border:1px dashed #EB340A !important;
    background:#faebe7 !important;
}
label.required {
    font-weight:bold;
}
p.required {
    font-size:.95em;
    text-align:right;
}
span.emo_address, a.emo_address {
  
}

span.emo_address:hover, a.emo_address:hover {
  
}
.premium {
	border-bottom: 2px dotted #CCC;
	padding-bottom: 12px;
}
.premium p {
	margin: 0px;
}
.premium a {
	font-size: 90%;
}
a.premiumHeading {
	margin-bottom: 0px;
	color: #003300;
        text-decoration: underline;
}
.thumbImage {
	float: right;
	border: 5px solid #ffe493;
	padding: 3px;
	margin: 5px 15px 0 15px;
}
.thumbImage img {
    border: 1px solid #000;
    vertical-align:bottom;
}
.foundation {
	border: 2px solid #030;
	background-color: #fff0d2;
	padding-left: 15px;
	padding-bottom: 12px;
}
.foundation p {
	margin: 0px;
}
.foundation h3 {
	margin-bottom: 0px;
	color: #003300;
        text-decoration: underline;
}
.foundation a {
	font-size: 90%;
}
.featured {
	margin: 0;
	background-color: #ffcc66;
	font-weight: bold;
	font-size: 120%;
	margin-left: -15px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.thumbImageFeatured {
	float: right;
	border: 5px solid #336600;
	padding: 3px;
	margin: 20px 15px 0 15px;
}
.thumbImageFeatured img {
    border: 1px solid #000;
	vertical-align:bottom;
}