/* 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, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100.1%;
	vertical-align: baseline;
	background: transparent;
}

fieldset {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100.1%;
	vertical-align: baseline;
	background: inherit;
}

body {
	/*line-height: 1;*/
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-weight: normal;
}

/*
LC width: 170px
LC paddings: 0px
RC width: 150px;
RC paddings: 0px
CC paddings: 10px + 10px
*/

body {
	min-width: 950px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth + ... */
}

#container {
	clear: both;
	margin: 20px 0 20px 0;
	padding-left: 155px;      /* LC fullwidth */
	padding-right: 170px;     /* RC fullwidth + CC padding */
	position: relative;		  /* stops sidebar from occasionally jumping in IE */
	overflow: hidden;
}

* html #container {
	height: 1%;
}

.column {
	float: left;
	position: relative;
}

#content {
	float: left;
	/*padding: 0 10px;*/       /* CC padding */
	width: 100%;
	margin-right: -100%;
}

#nav {
	float: left;
	margin-left: -155px;
	/*padding: 0;*/				   /* LC padding */
	/*right: 190px;*/             /* LC fullwidth + CC padding */
	width: 155px;             /* LC width */
}

#info {
	float: right;
	margin-right: -170px;
	/*padding: 0px;*/             /* RC padding */
	width: 170px;             /* RC width */
	display: inline; /* to stop doubled margin bug and make div show in IE6 */
}

/*** Equal-height Columns ***/
#container {
	overflow: hidden;
}

/*** Footer Fix ***/
* html body {
	overflow: hidden;
}

* html #footer-wrapper {
	background: #FFF;         /*** Same as body background ***/
	float: left;
	margin-bottom: -1001em;
	padding-bottom: 1001em;
	position: relative;
	width: 100%;
}

.wrapper {
	margin: 0 20px; /*Margins for inner DIV inside each column (to provide padding)*/
}

/*** Just for Looks ***/
body {
	background: #FFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 20px;
}

a, a:visited, a:hover, a:active {
	text-decoration: none;
}

/*** Widgets ***/
/*** Header & Footer ***/
#hd {
	width: 100%;
	height: 60px;
}

#logo {
	width: 170px;
	height: 60px;
	float: left;
}

#hd .c {
	position: relative;
	top: 30px;
}

#hd .s {
	float: right;
}

#hd input {
	font-size: 0.625em;
	width: 300px;
}

#ft {
	font-size: 70%;
	clear: both;
	width: 100%;
}

#ft #logo {
	float: left;
	margin: 0 0 0 10px;
}

#ft .c {
	float: left;
	margin: 5px 0 0 10px;
}

/*** Module ***/
.m {
	width: 99%;
}

.m .hd {
	border-bottom: solid 1px #c0c0c0;
	color:#69c;
	font-weight: bold;
	font-size:1.25em;
	margin: 10px 0;
	text-transform: uppercase;
}

/*** Module Item ***/
.m .doc {
	float: left;
	margin: 10px 0;
	width: 59%;
}

/*** Module List ***/
.m .l {
	width: 38%;
	padding: 0 0 0 10px;
}

/*** List ***/
.l {
	float: left;
	margin: 10px 5px 0;
}

.l {
	font-size: 0.625em;
}

.l .hd {
	border-bottom: solid 1px #c0c0c0;
	color: Teal;
	font-weight: bolder;
	margin-bottom: 5px;
	text-transform: uppercase;
}

/*** List Item ***/
.l .i {
	font-size: 1.25em;
	margin: 0 0 5px;
	width: 99%;
}

.l .i .title, h4.title {
	display: inline;
	font-weight: normal;
	text-transform: none;
}

/*** Widget ***/
.widget {
   	background-color : #fafaff;
	margin: 0 0 10px;
	padding: 0 3px 0 3px;
	width: 97%;
}

.widget .hd {
	border-bottom: solid 1px #c0c0c0;
	color: Teal;
	font-size: 0.625em;
	font-weight: bolder;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.widget .l {
	padding: 0 0 0 5px;
}

.widget .l .i .title {
	color: #06c;
	font-size: 1.125em;
	font-weight: bolder;
}

.widget .l .i .title a:visited {
	color: #06c;
}


/*** Ticker ***/
.ticker {
	font-size: 0.625em;
	width: 100%;
}

.ticker .h td {
	background-color : #f3f3ff;
	border-bottom: solid 1px #e6e6dc
}

.ticker .h .t {
	float: left;
}

.ticker .h .d {
	float: right;
}

.ticker .r td {
   	background-color : #fafaff;
	border-bottom: solid 1px #e6e6dc
}

.ticker .a td {
   	background-color : #fafaff;
	border-bottom: solid 1px #e6e6dc
}

.ticker .i {
	font-weight: bolder
}

.ticker .v {
	text-align: right;
}	

.ticker td.u {
	color: #378937;
}

.ticker td.d {
	color: #f00;
}

.ticker .icon {
	float: left;
	height: 9px;
	width: 7px;
}

.ticker .icon.u {
	background: url(/images/icons.png) no-repeat -110px -9px;
	margin: 2px 0 0 3px;
}

.ticker .icon.d {
	background: url(/images/icons.png) no-repeat -110px 0;
	margin: 2px 0 0 3px;
}

/*** Poll ***/
.vote {
	font-size: 0.625em;
}

.vote .r .t {
	clear: both;
}

.vote .r .i {
	float: left;
}

.vote .r .p {
	float: right;
}

/*** Calendar ***/
.calendar {
   	background-color : #fafaff;
	margin: 0 0 10px 0;
	padding: 3px 3px 3px 3px;
	text-align: center;
}

.calendar .c {
	float: left;
	position: relative;
	width: 49%;
}

.calendar .future {
	color: #777;
}

.calendar table {
	font-size: 0.75em;
	width: 99%;
}

/*** Login/Logout/Status control ***/
.AspNet-Login {
   	background-color : #fafaff;
	font-size: 0.625em;
	margin: 25px 0 10px 0;
	padding: 0 3px 0 3px;
}

.AspNet-Login input {
	font-size: 0.875em;
}

.AspNet-Login .u {
	width: 125px;
}

.AspNet-Login .p {
	width: 80px;
}

/*** Dialogs ***/
.modal {
	z-index: 1000;
	background-color:#fff;
	position:absolute;
}

.modal .close {
	background: url(/images/icons.png) no-repeat -48px 0px;
	cursor: hand;
	position: absolute;
	top: 2px;
	right: 4px;
	height: 16px;
	width: 16px;
}

.modal .close:hover {
	background: url(/images/icons.png) no-repeat -48px -16px;
}

.modal-background {
	background-color: gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.admin-panel {
	clear: both;
	font-size: 0.75em;
}

/*** Forms elements ***/
label, input, select, textarea {
	font-size: 0.75em;
}

.status {
	margin: 5px 0;
	font-weight: bolder;
}

/*** Menu ***/
#menu {
	margin: 0 0 25px 0;
}

/*** Vote ***/
.vote-wrapper {
	margin: 10px 0 0 0;
   	background-color : #fafaff;
	padding: 0 3px 0 3px;
	width: 97%;
}

.vote-wrapper .hd {
	border-bottom: solid 1px #c0c0c0;
	font-size: 0.625em;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

/** Misc **/
#toolbar li {
	float: left;
	margin: 0 0 0 10px;
}

#toolbar li.first {
	margin: 0;
}

.r {
	overflow: hidden;
	margin: 10px 0 0;
}

.bc {
	float: left;
	margin: 0 10px 0 0;
	width: 48%;
}

#progress {
	z-index: 10000000;
	position: fixed;
	top: 0px;
	right: 0px;
}

/** Documents list **/
#docs {
	margin: 15px 0 0 0;
}

#docs .i {
	clear: left;
	font-size: 0.925em;
	padding: 3px 0;
}

h2.docs {
	border: none;
	color: Teal;
	font-size:1em;
	font-weight: bold;
	margin: 15px 10px 0 0;
	text-transform: none;
	border-bottom: solid 1px #c0c0c0;
}

#docs .doc {
	margin: 10px 0 0 0;
}

#docs h3 {
	color: #666;
	margin: 10px 0;
}

/** Document **/
.doc .hd {
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
	border: none;
}

.doc .hd div {
	font-size: 0.6875em;
}

.doc .hd h2, .doc .hd h1 {
	padding: 10px 0;
}

.doc .hd  h3 {
	padding: 0 0 10px;
}

.doc .hd div {
	padding: 5px 0 0 0;
}

.doc .hd h3 a:link, .doc .hd h3 a:visited {
	color: #444;
	font-weight: bold;
}

.doc .hd h3 a:hover {
	color:#69c;
}

.doc .bd {
	clear: both;
	font-size: 0.9em;
	text-align: justify;
	line-height:140%;
}

.doc .bd p {
	padding: 10px 0 5px;
}

.doc .bd image {
	float:left;
}

#docs .i .e, .doc .hd .e {
	background: url(/images/icons.png) no-repeat 0px 0px;
	cursor: hand;
	display: block;
	float: left;
	height: 16px;
	margin: 0 2px 0 0;
	position: relative;
	top: 1px;
	width: 16px;
}

#docs .i .d, .doc .hd .d {
	background: url(/images/icons.png) no-repeat -16px 0px;
	cursor: hand;
	display: block;
	float: left;
	height: 16px;
	margin: 0 2px 0 0;
	position: relative;
	top: 1px;
	width: 16px;
}

#comments {
	clear: both;
}

.comment {
	margin: 10px 0 0 0;
}

.comment .hd, .comment .ft {
	font-size:0.6875em;
	font-weight: normal;
}

.comment .bd {
	font-size: 0.75em;
	margin: 5px 0;
	text-align: justify;
}

#comments h4 {
	color:#69c;
	font-weight: bold;
	font-size:1.25em;
	text-transform: uppercase;
}

#comments h4 {
	border-bottom: solid 1px #c0c0c0;
	margin: 10px 0;
}

#comments h5 {
	margin: 10px 0;
}

#addComment {
	margin: 10px;
	padding: 10px;
	width: 92%;
}

.commentsClosed {
	display: block;
	font-weight: bold;
	font-size: 0.75em;
	margin: 10px 0 0 0;
}

.preview {
	margin: 10px 0 0 0;
}

/** ASP.NET Controls **/
.AspNet-RadioButtonList {
	float: left;
}

.AspNet-RadioButtonList-Item {
	float: left;
}

.profile {
	padding: 10px;
	width: 370px;
}

.profile label {
	display: block;
	float: left;
	padding: 0 10px 0 0;
	text-align: right;
	width: 100px;
}

.profile input {
	float: left;
}

.profile input.text {
	width: 250px;
}

.profile .AspNet-RadioButtonList input {
	float: left;
}

.profile .AspNet-RadioButtonList label {
	float: none;
	width: auto;
}

.profile .error {
	padding: 0 0 0 100px;
	clear: both;
}


/*** Misc ***/
.clear {
	clear: both;
}

.p50 {
	width: 47%;
}

.dialog {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
}

.dialog br {
	clear: both;
}

.dialog div, .dialog span .dialog label {
	margin-top: 3px;
}

.dialog .fl {
	float: left;
	margin-left: 10px;
}

.dialog .first {
	margin-left: 0;
}

.dialog a, .dialog label, .dialog input, .dialog select, .dialog textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

.dialog input {
	float: left;
}

.dialog label {
	float: left;
	margin: 3px 5px 0 0;
}

.dialog label.right {
	display: block;
	width: 130px;
}

.dialog fieldset {
	padding-bottom: 5px;
}

.dialog .p100 {
	width: 99%;
}

.dialog .error {
	float: left;
	font-size: 0.75em;
	color: #f00;
	margin: 3px 0 0 5px;
}

.dialog .preview {
	width: 100%;
	margin-bottom: 10px;
}

.dialog .ft {
	padding: 3px 0 3px 5px;
}

.info {
	float: left;
	font-size: 0.625em;
}

a {
	color: #06c;
}

a:hover {
	color:#69c;
}

a:visited {
	color:#69c;
}

/*** Advertising ***/
.adv {
	color: #888; 
	font-size: 8pt; 
	text-align: center; 
	padding: 10px 0;
}

.adv a, .adv a:hover, .adv a:visited {
	color: #888;
}

.banner-placeholder {
	clear: both;
	padding: 15px 0;
	text-align: center;
	z-index: 0;
}

.banner-240x400-placeholder {
	float: right;
	padding: 5px 10px;
	z-index: 0;
}

#search-box {
	float: right;
	margin-top: 30px;
}

#search-box  input {
	width: auto;
}

#additional_toolbar {
	float: right;
	font-size: 0.675em;
}

.dsq-comment-message {
	font-size: 0.725em;
}

#feed-link {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-top: -10px;
}

#multimap {
    display: none;
}

.redBtn{background-color:#c00;display:flex;justify-content:center;align-items:center;height:100px;margin: 50px auto;padding: 20px;width: 100px;}
.redBtn a{color: #fff;flex: 0;font-weight: bold;text-decoration: none;}
.redBtn a:hover{font-size: 16px;}
