body {
	background-color: #1A3668;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h3 {
	font-size: 14px;
	color: #1A3668;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	
}
#header #logo {
	background-image: url(images/olv-logo.jpg);
	background-repeat: no-repeat;
	height: 107px;
	background-position: 0px 0px;
}
#header #nav {
	background-image: url(images/header-background.jpg);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	height: 36px;
	border-top-right-radius: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FDCD37;
	
}
#header #nav ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#header #nav ul li {
	float: left;
}
#header #nav ul li a {
	color: #1A3668;
	text-decoration: none;
	display: block;
	padding-top: 11px;	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
}
#header #nav ul li a:hover, #header #nav ul li.current-menu-item a, #header #nav ul li.current-page-ancestor a {
	background-color: #FDCD37;	
	-webkit-border-top-left-radius: 10px;
	-khtml-border-radius-topleft: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topright: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FDCD37;
}
#header #photo {
	height: 180px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #0E1F3C;	
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #0E1F3C;	
}

#main {
	background-color: #FFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #0E1F3C;	
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #0E1F3C;	
}
#main.teacher {
	padding-right: 20px;
	padding-left: 20px;
}
#leftCol {
	padding: 10px;
	float: left;
	width: 250px;
}
#leftCol ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#navBox ul, .widget_nav_menu ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navBox, .widget_nav_menu {
	border: 2px solid #1A3668;
	padding: 15px;
	font-size: 12px;
	margin-bottom: 10px;
}
#navBox ul li, .widget_nav_menu ul li {
	margin-bottom: 2px;
}
#navBox ul li a, .widget_nav_menu ul li a {
	color: #1A3668;
	text-decoration: none;
	display: block;
	padding: 3px;
}
#navBox ul li a:hover, .widget_nav_menu ul li a:hover {
	text-decoration: underline;
}

#navBox h2, .widget_nav_menu h2  {
	font-size: 16px;
	color: #1A3668;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FDCD00;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#navBox  ul li.current-menu-item a {
	background-color: #fdcd00;
}

#infoBox {
	background-color: #1A3668;
	border: 2px solid #FDCD00;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#infoBox ul {
	margin-top: 0px;
	font-size: 12px;
	margin-left: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
#infoBox ul li {
	margin-bottom: 5px;
}
#infoBox ul li a {
	color: #FFF;
	text-decoration: none;
}
#infoBox ul li a:hover {
	text-decoration: underline;
}

#main #content {
	float: right;
	width: 600px;
	padding: 10px;
	position: relative;
}
#main.teacher #content {
	float: none;
	width: 100%;
	
}
#main #content h2 {
	color: #1A3668;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main #content h2 a {
	color: #1A3668;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#events {
	background-image: url(images/eventspage.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 425px;
	width: 267px;
	float: right;
}
#events ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#events ul h2.widgettitle {
	font-size: 14px;
	display: block;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1A3668;
}
#events ul ul {
	margin: 0px;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#events ul ul li {
	margin-top: 2px;
	margin-bottom: 5px;
}

#events ul ul li a {
	color: #1A3668;
	text-decoration: none;
}
#events ul  ul li a:hover {
	text-decoration: underline;
}
#events ul ul .ec3_list_day {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FDCD00;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#newslist li {
	margin-bottom: 10px;
}


#footer {
	background-color: #FFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FDCD00;
	text-align: center;
	font-size: 12px;
	padding: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #0E1F3C;	
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #0E1F3C;	
}
#footer ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer ul li {
	float: left;
}
#footer ul li a {
	color: #999;
	text-decoration: none;
	padding: 15px;
}
#footer #teacherLinks {
	float: right;
	background-image: url(images/apple-icon.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	height: 32px;
	padding-left: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	border: 1px solid #FDCD00;
	width: 32px;
}

#footer #teacherLinks a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 32px;
}



.clr {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.alignright {
	background-color: #E8E8E8;
	padding: 4px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
hr {
	color: #FDCD00;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#linklist {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#linklist li {
	float: left;
	height: 110px;
	padding: 5px;
	border: 1px solid #ECECEC;
	margin: 5px;
}#linklist li h3 {
	font-size: 12px;
	margin-bottom: 0px;
}
#faculty {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#faculty td {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
/*  change to hover */
.calnk a:hover span {
        color:#333; 
        background:#F6F79B; 
        display:block;
        position:absolute; 
        margin-top:1px; 
        padding:5px; 
        width:150px; 
        z-index:100;
        }
		
		.calnk a span .event-title {
        text-align:center;
        font-weight:bold;
        font-size:12px;
		display:block;
		padding: 2px;
	
     }.wpcf7-list-item {
	clear: both;
	display: block;
}

