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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.left {float:left}
.right {float:right}

/************/

body {font-family:Verdana;font-size:12px;}
b,strong {font-weight:600}

#wrapper {width:990px;border-radius:12px;border:1px solid #a9a9a9;margin:16px auto}
#header {height:290px;border-top-left-radius:12px;border-top-right-radius:12px;padding:5px}
#header ul.menu {height:37px;background-color:#363636;border-top-left-radius:12px;border-top-right-radius:12px;}
#header ul.menu li.f {border-top-left-radius:12px;}
#header ul.menu {list-style:none; margin:0; padding:0}
#header ul.menu * {margin:0; padding:0}
#header ul.menu a {display:block; text-decoration:none}
#header ul.menu li {position:relative; float:left; margin-right:2px}
#header ul.menu ul {position:absolute; top:37px; left:0; display:none; opacity:0; list-style:none;background-color: #363636;}
#header ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; width:210px; margin:0;}
#header ul.menu ul li a {display:block;line-height: 1.4em;padding: 10px;}
#header ul.menu ul li a:hover {background-color: #2E5668;}
#header ul.menu ul ul {left:180px; top:-1px}
#header ul.menu .menulink {border:1px solid #aaa; padding:5px 7px 7px; font-weight:bold; width:200px}
#header ul.menu .menulink:hover, ul.menu .menuhover {}
#header ul.menu ul .sub {background: url("arrow.png") no-repeat scroll 195px 15px transparent;}
#header ul.menu .topline {border-top:1px solid #aaa}
#header ul.menu li a {text-decoration: none;line-height: 37px;display:block;padding:0 10px;color:white;}
#header ul.menu li.active, #header ul.menu li:hover  {background-color: #2e5668;}
#header .cimer {text-align: center;position: relative;float:left}
#header .cimer img {position: absolute;}
#header .headimg {width:742px;float:right}
#header .commonheader {width:980px;overflow: hidden;}  
#main {padding:5px;} 
#left {width:237px;float:left}
#content {width:685px;float:right;margin-right:20px; line-height: 1.5em;}
#left ul.menu {width:100%;background-color:white;}
#left ul.menu li {padding:0 10px}
#left ul.menu li a {padding:10px;text-decoration: none;display:block;color:#363636;font-weight: 600;background: url('dot.png') no-repeat 0 11px transparent;border-bottom:1px solid #d4d4d4}
#left ul.menu li.active, #left ul.menu li:hover  {background-color: #275A9B;}
#left ul.menu li.active a, #left ul.menu li:hover a {color: #fff;border-color: #275A9B;background: url('dot-white.png') no-repeat 0 11px transparent;}

#content .block {margin:5px 0;}

#content a {color:#363636;text-decoration: none;}
#content a:hover {color:black;text-decoration: underline;}
	
.news-block {    
    border-bottom: 1px dotted #888;
    margin:20px 0;
    line-height: 1.5em;
    padding-bottom: 15px;
}

.news-block img {
	border:3px solid #cacaca;
	border-radius: 3px;
}

.news-block img.left {
	margin: 0 5px 3px 0;
}

.news-block img.right {
	margin: 0 0px 3px 5px;
}


.news-block .title {
    display:block;
    margin:10px 0;
    font-weight:400;
    font-size:16px;
    font-weight:bold;
    color:black;
    text-decoration: none;
}

.news-block .lead {        
    font-weight:400;
    font-size:14px;
    line-height:1.3em
}

.news-block .detail {
    display:block;
    margin:10px 0;
    font-weight:bold;
    text-align:right;
    font-size:14px;
    text-decoration: none;
    color:#888;
}

.news-block .detail:hover {
    color:black;
}

.back {
    color:black;
    text-decoration: none;
}

.date {
    display: block;
    margin-bottom: 15px;
}

h3 {font-size:18px;font-weight:bold;color:black;margin-bottom:15px;text-align: center;}
.ftitle {font-size:18px;font-weight:bold;color:black;margin-bottom:15px;text-align: center;}
.title {font-size:14px;font-weight:bold;color:black;text-decoration: none;}
.title:hover {text-decoration: underline;}


#counter {width:90px;margin:15px auto;}

#calendar {
	margin-top: 15px;
    margin-bottom: 15px;
    width: 237px;
    background-color:white;
}
.events-head {    
    text-align: center;
    width: 100%;	
	height:30px;
	font-size: 18px;
	font-weight:bold;
	padding-top:15px;
}

.events-date {
    margin-left: 57px;
    text-align: center;
    width: 100%;	
	color:#275A9B;
}

.events-rew {
    background: url("events-rew.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 20px;
    margin-right: 10px;
	margin-top: 5px;
    width: 20px;
}
.events-ff {
    background: url("events-ff.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 20px;
    width: 20px;
	margin-top: 5px;
}
.events-month {
    float: left;
    margin-right: 10px;
    padding-top: 8px;
}
.events-cont {
   clear: both;
   height: 145px;    
   padding-top: 10px;
}
.events-cont ol {
    display: block;
    list-style-type: none;
    margin-top: 0;
    padding-left: 17px;
    width: 80%;
}
.events-cont ol li {
    display: block;
    float: left;
    font-size: 13px;
    height: 20px;
    margin: 0 3px;
    text-align: center;
    width: 20px;
	border: none !important;
	color: #363636 !important;
}

.events-cont ol li span {
	height:15px;
	padding-top:3px;
}

.events-active {
    color: #fff !important;
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;	
	font-size:10px !important;
	background-color: #275A9B;
}

.events-weekend {
    color: #0040bb !important;
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
	font-size:10px !important;
}

#nevnap {font-size:11px;color:black;margin:15px 0;text-align:center;width:237px}