@charset "utf-8";
/* 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
 
:focus {
	outline: 0;
}
body {
	margin:0px;
	padding:0px;
}
ol, ul {
	padding:0px;
	margin:0px;
}
li{
}
textfield{
	background:none;
	border:none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* CSS Document */
.container{width:986px; height:auto; margin:0 auto;}
.clear{clear:both;}

.wrapper{width:766px; float:left;}
.leftsidebar{width:68px; height:735px; float:left; padding:0px 0px 0px 44px;}
.blank{height:193px;}
.other-events {
	font: 10px;
	line-height: 16px
!important;
	font-style: italic;
	color: #333;
	margin: 10px 30px 10px 20px;
	width: 350px;
}

/*header*/
.header{height:168px; width:766px; margin:0 auto;}

.logo{padding:49px 0px 17px 0px; margin:0 auto;}


/*navigation*/
.navigation{width:732px; height:34px; background:#006e92; padding:0px 0px 0px 34px;}
.footer {
	margin-top: 50px;
	padding-bottom: -30px;
	font: 9px;
}
.navigation li{
	display:block;
	float:left;
	padding:0px 18px 0px 0px;
	line-height: 1px;
}
.navigation li a{display:block;}
.navigation li a:hover{display:block; background:url(../images/hover.png) repeat-x center bottom;}
.navigation li a.active{display:block; background:url(../images/hover.png) repeat-x center bottom;}




/*content*/
.content{
	width:672px;
	height:auto;
	background:#e0e1e2;
	padding:28px 40px 52px 25px;
	margin:0 auto;
	font: 11px Verdana, Geneva, sans-serif;
	color: #006e92;
	min-height: 490px;
}
.content h4{
	font:20px Arial, Helvetica, sans-serif;
	color:#7fa133;
	padding-bottom:0px;
	font-weight:bold;
}
.content h5{
	font:14px Arial, Helvetica, sans-serif;
	color:#000;
	padding-bottom:2px;
	font-weight:bold;
	padding-top: 15px;
}
.content a{
	color:#006e92;
}
.content p {
	padding:0px 0px 15px 0px;
	line-height: 18px;
}
.content img {
	padding: 0 15px 15px 15px;
	display: block;
	text-align: center;
}
.content li {
	font:11px Verdana, Geneva, sans-serif;
	color:#006e92;
	padding:0px 0px -2px 0px;
	margin: 5px 0px 0px 8px;
}
.content ul {
	margin: 5px 0px 25px 20px;
}
.img-right {
	float: right;
	padding: 0 10px 15px 15px;
}
.img-left {
	float: left
!important;
	padding: 0 10px 15px 15px;
}

