@charset "utf-8";
/* CSS Document */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4c4e4e;
	background-color: #FFFFFF;
	background-image: url(/site10/images/body_bg_2.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.4em;
}
*{
	padding:0px;
	margin: 0px;
}
a, a:visited {
	color: #0093c6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
 #container {
	width: 965px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/schedule_HDBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
} 
 #header {
	float: right;
	width: 730px;
	padding-top: 0;
	height: 250px;
	padding-bottom: 20px;
	position: relative;
	margin-top: 0px;
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.6em;
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 235px;
	margin: 0px;
	padding: 0px;
}
 #mainContent {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 235px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 15px;
} 
#mainContent p,  #mainContent h2, #mainContent ul, #mainContent ol  {
	margin-bottom: 1em;
} 
#footer {
	background-color: #FFF;
	background-image:url(/images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 1.8em; 
	font-size: .75em; 
	padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
 }

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
#mainContent h1 {
	color: #0093c6;
	font-size: 1.5em;
	font-weight: bold;
	margin-left: -20px;
}

#mainContent h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #FFF;
	height: 37px;
	background-image: url(images/rounded_corners.gif);
	background-repeat: no-repeat;
	margin-left: -12px;
	padding-left: 18px;
	padding-top: 8px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#mainContent h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom:0;
}

#mainContent h4 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom:0;
}
#mainContent ol, #mainContent ul {
	padding-left:35px;
}

#mainContent li{
	margin:0;
}
#header #headerMain {
	width: 700px;
	position: relative;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 170px;
}
#header #nav {
	float: right;
	width: 720px;
	height: 78px;
}
#container #header #searchBox {
	float: right;
	height: 150px;
	width: 225px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}
#headerMain .schedNav li {
	list-style-type: none;
	background-color: #0093c5;
	color: #FFF;
	margin-right: 4px;
	float: left;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-size: 12px;
}
#headerMain .schedNav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	width: 460px;
	top: 135px;
}
.schedNav li a {
	color: #FFF;
	font-weight: bold;
}
#headerMain .schedNav .current {
	background-color: #F0F0F0;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #eeba69;
	margin-top: -4px;
	line-height: .8em;
	text-align: center;
	height: 20px;
}
#headerMain .schedNav .current a{
	color:#333;
}
.schedNav .current a .small {
	font-weight: normal;
	font-size: .7em;
	display:block;
}
.schedNav a .small {
	display:none;
}
#container #mainContent .toTop {
	color: #FFF;
	float: right;
	margin-top: -45px;
	margin-right: 30px;
	font-family: Verdana, Geneva, sans-serif;
}
#container #mainContent .event .eventHead {
	background-color: #f8f8f7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #0093c5;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 6px;
	padding-left: 6px;
	margin-left: -10px;
	margin-bottom: 0.5em;
	clear: left;
}
#container #mainContent .event .eventHead h3 {
	color: #0093c5;
}
#container #mainContent .event {
	background-image: url(images/botton_fade_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-right: 10px;
	width: 680px;
	margin-bottom: 1em;
	padding-bottom: 15px;
}
.event .itemSideBar {
	float: right;
	width: 200px;
	margin-left: 15px;
}
.topDashed {
	padding-top: 10px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color:#e1e1e1;
}
.event .item {
	float: left;
	width: 445px;
	padding-left: 10px;
}
#container #mainContent #eventList {
	float: left;
	width: 695px;
}
#container #mainContent #eventList .alert {
	background-color: #fffbf4;
	padding-top:7px;
	padding-bottom: 7px;
	background-image: url(images/alert.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	margin-left: -12px;
	padding-left: 40px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #faf2e4;
	border-right-color: #FAF2E4;
	border-bottom-color: #faf2e4;
	clear: left;
}
#searchwrapper {
	width:203px; /*follow your image's size*/
	height:35px;/*follow your image's size*/
	background-image:url(images/search_BG.gif);
	background-repeat:no-repeat; /*important*/
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
 
#searchwrapper form {
	display:inline;
	margin: 0px;
	padding: 0px;
}
 
.searchbox {
	border:0px; /*important*/
	background-color:transparent; /*important*/
	width:150px;
	height:26px;
	margin-left: 4px;
	margin-top: 0px;
}
 
.searchbox_submit {
	border:0px; /*important*/
	background-color:transparent; /*important*/
	width:32px;
	height:28px;
}

#eventList .event .item .bookbagbutton {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
.partBio img {
	margin-right: 6px;
	margin-bottom: 6px;
}
.floatright {
	float: right;
}
#eventList .event .eventHead #links {
	margin-top: -1.2em;
}
#jumptotime .current {
	font-weight: bold;
	color: #FFF;
	background-image: url(images/arrowDNGrey.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #666;
	padding-bottom: 5px;
}
#container #mainContent #jumptotime {
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-bottom: 10px;
}
#jumptotime a {
	padding: 2px;
}
#sharethis{
	display:none;
}

