/* STRUCTURE */

body {
	font: 12px "Myriad Pro", arial, verdana, sans-serif;
	line-height: 160%;
	background-color: green;
	background-image: url(img/grass.jpg);
	background-repeat: repeat;
}

#wrapper {
	text-align: left;
	padding: 0px;
	border:0;
	width: 830px;
	background: #fff;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}

#header {
	margin: 0px 0 15px 0;
	padding-top: 15px;
	border-bottom: 2px solid #001EF8;
	background: url(img/header-corners.gif) top center no-repeat;
}

/* SIDE A LEFT NAV */

#side-a {
	float: left;
	width: 165px;
}

#side-a ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#side-a ul li
{
display: block;
margin: 1px 0px;
padding: 0;
background: url(img/nav-bkg.gif) #001EF8 top right no-repeat;
height: 24px;
}

#side-a ul li a
{
display: block;
width: 155px;
font-size:13px;
font-weight:bold;
padding: 2px 0px 2px 10px;
color: #fff;
text-decoration: none;
}

#navcontainer>#side-a ul li a { width: auto; }

#side-a ul li a:hover
{
color: #fff;

}

/* SIDE B RIGHT FEATURE */

#side-b {
	float: right;
	width: 175px;
}

#side-b p {
	margin: 5px 0px;
	padding-left: 10px;
	background: #bcbbde;
	color: #009;
}

#side-b p.inflatables {
	background: #001EF8;
	color: #fff;
	font-size: 150%;
	font-style: italic;
	padding: 20px 10px;
}

#side-b ul {
	margin: 0px;
	padding-left: 25px;
	background: #bcbbde;
	color: #009;
}

#side-b h4 {
	background: url(img/right-nav-bkg.gif) #f33 top left no-repeat;
	padding: 2px 0px 2px 10px;
	color: #fff;
	font-weight: normal;
	margin: 0px;
	height:20px;
}

#side-b h4.telephoneno {
	background: #fff;
	padding: 2px 0px 2px 10px;
	color: #f33;
	font-size: 130%;
	font-weight: bold;
	border-bottom: 5px solid #001EF8;
}

#content { 
	float: left;
	width: 470px;
	margin: 0 0 0 10px ;
}

#footer {
	clear: both;
	background: #fff;
	color: #666;
	font-size: 80%;
	padding: 15px;
	background: url(img/footer-corners.gif) bottom center no-repeat;
}

/* FLOATS */

.left {
	float: left;
}

.right {
	float: right;
}

/* TEXT STYLES */

.introtext {
	color:#001EF8;
	font-size: 110%;
}

#footer p {
	margin: 0px;
	padding: 0px;
}

.newsdate, .newstitle, .newsmonth {
	font-weight: bold;
}

.newsmonth {
	color: #f33;
}

.callout {
	border-width: 2px;
	border-style: solid;
	margin-bottom: 10px;
	padding: 10px;
}

.callout p {
	margin-bottom:0px;
}

.red {
	border-color: #f33;
}

.blue {
	border-color: #001EF8;
	font-size: 90%;
}

.blue ul, .blue ul li {
	margin:0px 5px;
	padding: 0px;
}

.blueback {
	background: #001EF8;
	color: #fff;
	padding: 2px 10px;
	text-align: center;
	font-size: 90%;
}

.imgright {
	float: right;
	border: 1px solid #bcbbde;
	margin: 0px 5px 10px 10px;
	padding: 1px;
}

.imgleft {
	float: left;
	border: 1px solid #bcbbde;
	margin: 0px 10px 10px 5px;
	padding: 1px;
}

/* HEADERS */

#header h1 {
	display:none;
}

#content h2 {
	font-size: 160%;
	font-weight: normal;
}

#content h2, #content h3 {
	color: #f33;
}

.callout h3 {
	font-size: 150%;
	margin: 0px;
}

/* LINKS */

a:link, a:active {
	color: #001EF8;
	text-decoration: underline;
}

a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #f33;
	text-decoration: none;
}

#side-b a:link, #side-b a:active, #side-b a:visited {
	color: #009;
	text-decoration: none;
}

#side-b a:hover {
	color: #f33;
	text-decoration: underline;
}

#side-b h4 a:link, #side-b h4 a:active, #side-b h4 a:visited {
	color: #fff;
	text-decoration: none;
}

#side-b h4 a:hover {
	color: #000;
	text-decoration: none;
}
