/*********************************************
TAG FORMATTING
*********************************************/
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
	/*background-image: url(../images/background_stripeGrey.gif);*/
	background-repeat: repeat;
	background-position: 0px 0px;
}
html>body {
	font-size: small; /* be nice to Opera */
}
h1,h2,h3,h4 {
	color: #16A0C6;
	font-weight: normal;
	text-transform: none;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-top:0.5em;
	margin-bottom:0em;
}
h1 {
	font-size: 1.3em;
}
h1 span.green, h1.green, h2 span.green, h2.green {
	color: #A8D834;
}
h2 {
	font-size: 1.1em;
}
p,td, #content ul li {
	color: #333;
	font-size: 0.85em;
	margin-top:0.5em;
}
a {
	color: #16A0C6;
	text-decoration: none;
}
a:hover {
	color: #A8D834;
}
a img {
	border-style: none;
}
h1 a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A8D834;
}
caption {
	display: none;
}
img, div {
	behavior: url(/css/iepngfix.htc);
}
hr {
	width: 100%;
	border: 0px;
	height: 1px;
	background-color: #A8D834;
}
blockquote {
	margin: 0 1em 1em 1.5em;
	padding: 0 1em 0 .7em;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #16A0C6;
}

blockquote p {
	color: #16A0C6;
	font-size: 1.1em;
	line-height: 1.1em;
	font-style: italic;
	margin: 0;
	margin-bottom: 0.5em;
}
/*********************************************
LAYOUT
*********************************************/
#wrapper {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 50px 20px 10px;
	background-image: url(../images/background_blueBorder.gif);
	background-repeat: repeat-y;
	display:none !important
}
#wrapper #header {
	width: 700px;
	padding: 0 20px;
}
#wrapper #headerTop {
	width: 700px;
	height: 58px;
	margin-bottom: 10px;
}
#header #logo {
	float: left;
}
#header #search {
	float: right;
	margin-top: 6px;
	padding-top: 0px;
	width: 166px;
	height:17px;
	display: none;
}
#header #search_text {
	float:right;	
	padding-top:0px;
}
#header #search_box {
	float:left;
	padding-top:0px;
}
#header #search_box input{
	border:0px solid #ffffff;
	margin:0px;
	padding:0px;
	width:122px;
	height:17px;
}
#header #nav {
	width: 700px;
	margin-top: 5px;
	margin-bottom: 15px;
	float: none;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A8D834;
	border-bottom-color: #A8D834;
}
#header #nav li a.active, #header #nav li a:hover {
	color: #A8D834;
}
#banner {
	width: 740px;
	margin-bottom: 15px;
}
#breadcrumb {
	width: 700px;
	color: #16A0C6;
	font-size: 0.75em;
}
#content {
	width: 700px;
	padding: 0px 20px;
	margin: 0px;
}
#left {
	float:left;
	width: 490px;
	margin-right: 20px;
}
#rightSidebar {
	float:left;
	width: 190px;
	font-size: 0.9em;
}
#footer {
	width: 700px;
	font-size: 0.85em;
	margin-left: 20px;
	margin-top: 7px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A8D834;
}
#footer a {
	text-decoration: none;	
}
/*********************************************
News
*********************************************/
.n_spacertop {
	width:10px;
	height:10px;
}
.n_row {
	width:auto;
}
.n_thumb_image {
	float:left;
	width:160px;
	margin-right:7px;
}
.n_description {
	float:left;
	width:395px;
}
.n_description h2 {
	padding-top:0;
	margin-top:0;
}
.white {
	color:#FFFFFF;
}
/************* EVENT LISTING ************/
#newslisting {
	font-size:85%;
}
.datecol {
	float:left;
	width:70px;
	padding:4px;
}
.titlecolnews {
	float:left;
	padding:4px;
	width:404px;
}
.titlecolnews a {
	color:#16A0C6;
	font-weight:bold;
}
.heading {
	background-color:#16A0C6;
	color:#FFFFFF;
	font-weight:bold;
}
.row {}
.rowalt {
	background-color:#CAE6ED;
}
/************* PAGING ************/
.paging {
	color:#FFFFFF;
	font-size:11px;
	padding-top:10px;
}
.paging a {
	color:#FFFFFF;
}
/*********************************************
MISC
*********************************************/
.clear {
	clear: left;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0pt;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
.list {
	font-size:85%;
}
.hr {
	border-top:1px solid #A8D834;
	height: 1px;
	margin-top:5px;
	margin-bottom:5px;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
} 
.newslisting hr { 
	display: none; 
} 
.paging {
	text-align:center;
	padding-top:5px;
	font-size:90%;
}

