/*#a6cee3*/

/* hide third level li from menu */
.widget_pages ul ul ul li {
display: block;
}

/* show third level li on hover */
.widget_pages ul ul li:hover li {
display: block;
}

#pages-3 ul {
padding: 0px;
margin: 1px 0px;
}

/* Remove li dot (is background image) */
#pages-3 li {
list-style: none;
background: none;
padding: 0px 1px;
margin: 2px 0px 1px 15px;
}


/* ul of all pages */
#pages-3 {
/*border: 1px solid #1f78b4;*/
width: 190px;
background: none;
margin: 0px;
}

/* makes links look like button */
#pages-3 a {
background: #fff;/*#a6cee3;*/
padding: 2px;
margin: 0px;
/* padding-left: 10px; */
display: block;
/* width: 190px; */
color: #000;
text-decoration: none;
text-transform: none;
text-align: center;
font-size: 0.9em;
font-weight: bold;
border-right: 1px solid #1f78b4;
border-bottom: 1px solid #1f78b4;
border-left: 1px solid #a6cee3;
border-top: 1px solid #a6cee3;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

/* background color of children items */
#pages-3 .children a {
background: #F8F8F8;
}

/* background color of third level children */
#pages-3 .children .children a {
background: #F0F0F0;
}

html>body #pages-4 a { /*Non IE rule*/
width: auto;
}

/* change color on hover */
#pages-3 a:hover {
background-color: #1f78b4;
color: white;
}
#pages-3 .children .children a:hover {
background-color: #A8A8A8;
color: white;
}

/* remove all underlines from links on imgs */
.textwidget a {
border: none;
}

.textwidget .txtwidgetcenter {
text-align: center;
}

.textwidget .txtwidgetleft {
text-align: left;
}

#centerhr {
text-align: center;
height: 3px;
display: block;
background:#a6cee3;
margin: 0px 150px 0px 150px;
}
#centerbr {
text-align: center;
height: 3px;
display: block;
margin: 15px 150px 15px 150px;
}
.back2top {
font-size: .75em;
font-weight: normal;
}
.pres200 {
font-size: .95em;
width: 210px;
text-align: center;
float: left;
}
div.clear {
 clear: both;
 width: 100%;
 height: 1px;
 }

ul.upcoming li {
background: none;
list-style: none;
}