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

/*Browser Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background-image: url(../images/plaster.jpg);
}

a, a:visited {
	text-decoration: none;
	color: #00CCFF;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	margin: 0 auto 30px auto;
	width: 960px;
	height: 100%;
	
}

#navigation {
	width: 960px;
	height: 50px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	font-size: 1.1em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#navigation ul {
	padding: 0 0 0 0;
	list-style-type: none;
}

#navigation ul li {
	display: inline;
	float: right;
	height: 50px;
}

#navigation ul li:hover {
	background-color: #000000;
}

#navigation ul li a {
	background-color: transparent;
	float: right;
}

#search {
	width: 960px;
	height: 100%;
	padding: 20px 0 30px 0;
}

.logo {
	float: left;
}

.searchbox {
	float: right;
	height: 100%;
	width: 246px;
	padding: 8px;
	background-color: transparent;
	background-image: url(../images/searchbox.png);
}

fieldset.search {
	float: right;
	border: none;
	width: 246px;
	height: 30px;
	margin: 0;
	background: transparent;
}

.search input, .search button {
	border: none;
}

.search input.box {
	color: #666666;
	font-size: 1.1em;
	width: 190px;
	height: 22px;
	margin-top: 3px;
	background-color: #FFFFFF;
}

.search input.box:focus {
	background: #FCFCFC url(search_bg.gif) no-repeat left -38px;
	outline: 1px solid #CCCCCC;
}

.search button.btn {
	width: 38px;
	height: 30px;
	cursor: pointer;
	text-indent: -9999px;
	background-image: url(../images/searchbutton.png);
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 0 0 0 5px;
}

.search button.btn:hover {
	background: transparent url(../images/searchbutton_over.png) no-repeat bottom right;
}

#content {
	width: 960px;
	height: 100%;
	margin-top: 90px;
	background-color: #FFFFFF;
}

#banner {
	width: 920px;
	height: 100%;
	padding: 20px 20px 20px 20px;
}

#leftcol {
	float: left;
	width: 440px;
	height: 100%;
	padding: 20px;
	background-color: #FFFFFF;
	color: #999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.6em;
}

#leftcol p {
	padding: 0 20px 5px 0;
}

.infobox {
	width: 438px;
	min-height: 180px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	background-color: #FCFCFC;
}

.heading {
	width: 438px;
	height: 35px;
}

.heading2 {
	width: 438px;
	height: 35px;
}

.heading3 {
	width: 438px;
	height: 35px;
}

.boxinfo {
	width: 418px;
	height: 100%;
	padding: 10px 10px 10px 10px;
}

.floater {
	float: left;
	margin: 0 15px 10px 0;
}

.boxlink {
	color: #00CCFF;
	font-weight: bold;
}

#rightcol {
	float: left;
	width: 480px;
	height: 100%;
	padding-top: 20px;
	margin-bottom: 50px;
	background-color: #FFFFFF;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	line-height: 1.6em;
}

#news {
	width: 458px;
	min-height: 584px;
	border: 1px solid #CCCCCC;
	background-color: #FCFCFC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.newsheading {
	width: 458px;
	height: 35px;
	background-image: url(../images/newsandevents.png);
	margin-bottom: 10px;
}

#news p {
 	padding: 10px;
	font-size: 1em;
	color: #666666;
}

h4 {font-family: Frutiger, Verdana, Arial, Helvetica, sans-serif; font-size: 1.1em; padding: 10px 10px 0 10px;}

h2 {font-size: .9em; padding: 10px 10px 0 10px; color: #000000;}

#footer {
	clear: both;
	width: 940px;
	height: 100%;
	padding: 10px 0 10px 20px;
	background-color: #2A2A2A;
	color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}

.footerlink {
	
	padding-left: 10px;
}

.footerlinks {text-align: right; padding: 0 10px 0 0; margin-top: -10px;}

.footerlink:hover {
	text-decoration: underline;
}
