@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0px auto;
	text-align:left;
	font-size:11px;
	color:#000000;
	}
	
p {padding:0;margin:0;}	
	
/*-----------------------------HEADER TAGS---------------------------------*/	
	
h1 {font-size:140%;font-weight:lighter;color:#FFFFFF;padding:10px 0px 0px 14px;margin:0px;}

.breadCrumb a {text-decoration:none;background-color:none;color:#3879b3;}
	
/*-----------------------------WRAPPERS-----------------------*/

#wrapper {
	width:900px;
	height:auto;
	margin:0px auto;
	}
	
/*-----------------------------HEADER AND SLIDESHOW---------------------------*/

#header {
	width:900px;
	height:115px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	}
	
/*----------------------------TOP MENU--------------------------*/

#menu {
	width:900px;
	height:51px;
	}
	
/*-----------------------------INDEX----------------------*/

#top-image {
	width:900px;
	height:301px;
	}
	
#quick-links {
	width:900px;
	height:164px;
	}		
	
/*---------------------------CONTENT----------------------*/

#content {
	width:900px;
	height:auto;
	margin:0px auto;
	}
	
#main-content {
	width:900px;
	height:auto;
	}	


/*---------------------------CONTENT LEFT-----------------------*/

#left-content {
	float:left;
	width:526px;
	height:auto;	
	margin-left:20px;
	font-size:120%;
	}
	
#text-bottom a {color:#3879b3;text-decoration:none;}
#text-bottom a:hover {color:#fff;background:#3879b3;}	
	
#text-header {
	width:546px;
	height:44px;
	background:url(../images/text-headerbg.jpg) no-repeat;
	}

#text-bottom {
	width:515px;
	height:auto;
	padding:0px 10px 40px 10px;
	min-height:150px;
	margin-left:5px;
	border-left:1px solid #ededed;
	border-right:1px solid #ededed;
	border-bottom:1px solid #ededed;
	}

/*---------------------------CONTENT RIGHT-----------------------*/

#right-content {
	float:right;
	width:263px;
	height:auto;
	margin-right:30px;
	}
	
#section-header {
	width:263px;
	height:44px;
	background:url(../images/section-headerbg.jpg) no-repeat;}

#section-bottom {
	width:232px;
	height:auto;
	margin-left:5px;
	padding:0px 10px 10px 10px;
	border-left:1px solid #ededed;
	border-right:1px solid #ededed;
	border-bottom:1px solid #ededed;
	}	
	
/*---------------------------SECTION MENU-----------------------*/

#section-bottom ul 	{
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:120%;
	}


#section-bottom li a {
	overflow:hidden;
	text-decoration: none;
	padding-left:8px;
	color:#3879b3;
	}	
	
#section-bottom li a:link, #section-bottom li a:visited {
	display: block;
	padding-left:8px;
	margin:0;
	color:#3879b3;
	}
	
#section-bottom li a:hover {
	padding-left:8px;
	margin:0;
	color:#FFFFFF;
	background:url(../images/section-hover.jpg) no-repeat left center #5eabf3;
	}	
	
/* Calendar Element --------------------------------------- */

#MainContent_0_0_ctl00_upCalendar { width:470px; margin-bottom:20px;}
 
.eventsCalendar table { /* entire table */
                border:1px solid #CCC;
                width:100%;
                border-collapse:collapse;}
                
.calendarDay, .calendarToday, .calendarDayHeader, .calendarTitle td, .calendarWeekendDay, .calendarOtherMonthDay   {
                padding: 2px;
                border:1px solid #CCC;
                background: #FFF;
                text-align:centre;
                vertical-align: top;}
 
.eventsCalendar table table, .eventsCalendar table table td {
                border:none !important;
                width:100%;
                border-collapse:collapse;}
 
table.calendarTitle td { /* top bar with current month and next/previous buttons */
                text-align: center;
                background: #5eabf3;
                color: #FFF;
                font-weight: bold;
                padding: 6px 4px;}
 
.calendarNextPrevious {font-weight: normal;} 
.calendarNextPrevious a {color: #D8E6C5 !important; text-decoration:none;}
.calendarNextPrevious a:hover {color: #D8E6C5 !important; text-decoration:underline;}

.calendarDayHeader { /* second main bar with days of the week text */
                color: #FFF;
                background: #4c89c2;
                font-weight: bold;
                height: 1px;
                text-align: center;            
                padding: 4px 2px;}
                
.calendarToday {color: #000; background:#ffff00;}
.calendarWeekendDay {background: #EFEFEF;}
.calendarOtherMonthDay {color: #333; background: #3472ad;}

/* Calendar events in the list style --------------------------------------- */

.eventsList {padding: 0;}
.eventsList ul {margin: 0 !important; padding: 0 !important;}
.eventsList ul li {color:#491B63;}
.eventsList ul li .eventDate {margin: 0 0 10px 0; color: #999;}                        
                                                                
/* calendar detail page */

.event .eventDate {margin: 0 0 5px 0px; color: #999; font-size:90%;}
.event .eventBack {
                margin: 10px 0;
                font-weight: bold;
                border-top: 1px solid #522081;
                padding-top: 7px;}	

/*---------------------------FOOTER-----------------------*/

#footer {
	width:840px;
	height:25px;
	float:left;
	font-size:80%;
	color:#316faa;
	border-top:1px solid #e5e5e5;
	margin:15px 40px 0px 25px;
	padding-top:10px;
	}

#footer a {color:#316faa;text-decoration:none;}
#footer a:hover {color:#316faa;text-decoration:underline;}	
