@charset "utf-8";
/* CSS Document */
body {
	margin-top:0;
	background:#005EAB url(images/bgrepeat3.jpg) repeat;
	font-family:'Trebuchet MS', Georgia, serif	
}
.container {
	width:960px;
	margin:auto;
}
a {
	color:#005EAB;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
.hdr {
	background:#FBE5CB;
}
#hdrleft {
	float:left;
	padding:0 0 10px 25px;
}
#hdrright {
	float:right;
	margin:0 40px 0 0;
}
.nav {
	clear:both;
	margin-top:15px;
	height: 26px;
}
.nav ul {
	margin:0 0 0 25px;
	padding:0;
	vertical-align:bottom;
}
.nav ul li {
	list-style:none;
	display:inline;
	width:179px;
}
.nav ul li img {
	margin:0;
}
.content {
	background:#54311B;
	display:block;
}
.contleft {
	float:left;
	background:#FBE5CB url(images/content_top.jpg) no-repeat top;
	width:568px;
	margin: 15px 25px;
}
.contleft p {
	padding: 0 10px;
}

.contright {
	float:right;
	width:297px;
	padding-right:35px;
}
.contright h2 {
	color:#FBE5CB;
	font-weight:lighter;
}
.contright p {
	padding: 5px; 10px;
}

.contfull {
	float:left;
	background:#FBE5CB url(images/contentfull_top.jpg) no-repeat top;
	width:910px;
	margin: 15px 25px;
	padding-top:10px;
}
.contfull p {
	padding: 0 10px;
}

img.icons {
vertical-align:middle;
margin:21px 0;
padding-right:10px;
}

.footer {
	color:#FBE5CB;
	background:#005EAB;
	height:25px;
	margin: 25px auto;
	padding: 10px 25px;
}
.footer a {
	color:#FBE5CB;
	text-decoration:underline;
}
.footer a:hover {
	text-decoration:none;
}

.conLbl {
	clear: left;
	margin:3px 0;
}
.con_fields {
	margin:5px;
	background: #54311B;
	color:#866750;
	border:none;
	width:90%;
	OverFlow:auto;
	font-family:'Trebuchet MS', Georgia, serif;
	font-size:16px;
}
.con_bginput {
	background:url(images/inputbg.jpg) no-repeat;
	width:432px;
	height:37px;
}
.con_bginput .con_fields {
	height:24px;
}
.con_bgtext {
	background:url(images/textareabg.jpg) no-repeat;
	width:516px;
	height:86px;
}
.tellworld {
	background:url(images/small_side.jpg) no-repeat; 
	width:297px; 
	height:93px;
	padding-left:5px;
}
.tellworld a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
}
#events_flyeriframe .hdr, #events_flyeriframe .nav, #events_flyeriframe .footer {
	display:none;
}
#events_flyeriframe body, #events_flyeriframe .content, #events_flyeriframe .contfull {
	background:none;
}
#events_flyeriframe .container {
	width:100%;
}
#events_flyeriframe .contfull {
	width:100%;
	float:none;
	margin:0;
}
#events_flyeriframe .hide {
	display:none;
}
.newsTitle {
    float: left;
    font-weight: bold;
    padding: 4px 14px;
    width: 430px;
}
.newsTitleSmall {
    font-size: 8pt;
    font-style: italic;
    font-weight: normal;
}
.largetext {
    font-size: 13pt;
}
.newsTAF {
    clear: right;
    float: right;
    font-weight: bold;
    padding: 4px;
    width: 208px;
}
.newsArticle {
    clear: both;
    padding: 8px 18px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
