/* CSS Document */


/*
---------------------------------------------
01. main/default elements
---------------------------------------------
*/

html {overflow-x: auto; overflow-y: auto;}

body { 
	background:#fff url(../images/bg_body2.png); 
	background-repeat:no-repeat; 
	font-family:"Lucida Sans", Arial, Helvetica, sans-serif;  
	font-size:13px; 
	}

a { 
	color:#20262B; 
	text-decoration: underline;
	}
	
a:hover { 
	color:#20262B; 
	text-decoration: underline;
	}

p { 
	font-size:14px; 
	color:#696A6D; 
	line-height:1.4em
	}
	
h1 { 
	font-size:24px; 
	color:#696A6D;
}
h2 { 
	font-size:15px; 
	color:#696A6D;
	}
	
h3 { 
	font-size:14px; 
	color:#696A6D;
	}



/*
---------------------------------------------
02. container
---------------------------------------------
*/


#container { 
	width:100%; 
	float:left; 
	background:url(../images/bgcontainer2.png) no-repeat center top; 
	padding-bottom:200px;
	}


/*
---------------------------------------------
03. bluebar
---------------------------------------------
*/


#bgbluebar { 
	width:100%; 
	float:left; 
	background: url(../images/bg_bluebar.gif) repeat-x top right;
	}
	
#bluebar { 
	width:960px; 
	height:52px; 
	margin:0 auto;
	}

#bluebar .button_times { 
	width:264px; 
	height:52px; 
	float:right; 
	padding-right:20px;
	}

#location { 
	position: relative;
	height:190px;  
	background: #5287BC; 
	color: #fff;
	}
	
#campus_list {	
	width: 940px; 
	font-size:11px; 
	margin: 0 auto; 
	padding: 20px 10px 0 10px; 
	}

.campus { 
	float: left; 
	width: 160px; 
	padding: 0 70px 0 0;
	}

.times { 
	font-weight: bold;	
	margin: 5px 0 0 0;
	}
	
.campus h1 { 
	font-size:20px; 
	font-weight:bold; 
	color:#FFFFFF; 
	padding-bottom:10px;
	}
	
.campus p { 
	font-size:11px; 
	font-weight: normal; 
	color:#FFFFFF; 
	padding-bottom:10px; 
	line-height:1.4em
	}
	
.campus a {	
	text-decoration: underline;
	color: #fff;
	}



/*
---------------------------------------------
04. wrapper
---------------------------------------------
*/


#wrapper { 
	width:960px; margin:0 auto}

/*
---------------------------------------------
05. logo
---------------------------------------------
*/

#logo { 
	width:960px; 
	float:left; 
	height:86px;
	}



/*
---------------------------------------------
06. nav
---------------------------------------------
*/


#nav { 
	width:940px; height:37px; float: left; padding-right:20px; margin-bottom:-6px}

#nav ul { 
	float:right; 
	list-style:none;
	}
	
#nav ul li { 
	height:34px; 
	float:left; 
	font-weight:normal; 
	color:#BDBFC1; 
	text-transform:uppercase; 
	background:url(../images/bg_nav.gif) repeat-x;
	text-shadow: #333 1px 1px;
	}

#nav ul li a { 
	float:left; 
	height:18px; 
	font-size:16px; 
	color:#FFF; 
	text-decoration:none; 
	padding:8px 20px;
	}

#nav ul li a:hover { 
	color:#FFFFFF; 
	text-decoration:none; 
	background:url(../images/bg_nav_hover.gif) repeat-x;
	}

#nav ul li a.selected { 
	color:#fff; 
	text-decoration:none; 
	background:url(../images/bg_nav_hover.gif) repeat-x;
	}

#nav ul li a.selected:hover {
	color:#fff; 
	text-decoration:none;
	}


#nav ul li.first { 
	background:url(../images/nav_first.gif) no-repeat top left;
	}
	
#nav ul li.first a:hover { 
	background:url(../images/nav_first_hover.gif) no-repeat top left;
	}

#nav ul li.first a.selected { 
	background:url(../images/nav_first_hover.gif) no-repeat top left;
	}

#nav ul li.last { 
	background:url(../images/nav_last.gif) no-repeat top right;
	}

#nav ul li.last a:hover { 
	background:url(../images/nav_last_hover.gif) no-repeat top right;
	}

#nav ul li.last a.selected { 
	background:url(../images/nav_last_hover.gif) no-repeat top right;
	}



/*
---------------------------------------------
07. content
---------------------------------------------
*/


#content { 
	width:960px; 
	float:left
	}

/*
---------------------------------------------
07.1 content - box styles
---------------------------------------------
*/


#content .boxtop { 
	width:960px; 
	height:12px; 
	float:left; 
	background:url(../images/box_top.png) no-repeat top left;
	}
	
#content .boxmiddle { 
	width:950px; 
	float:left; 
	background:url(../images/box_middle.png) repeat-y left; 
	padding-left:5px; 
	padding-right:5px;
	}
	
#content .boxbottom { 
	width:960px;
	 height:20px; 
	 float:left; 
	 background:url(../images/box_bottom.png) no-repeat top left;
	 }




/*
---------------------------------------------
08. homepage header images
---------------------------------------------
*/


#header { 
	width:945px; 
	float:left; 
	padding-left:5px;
	}

#header .mainphoto { 
	width:686px; 
	float:left;
	}

#header .mainphoto .caption { 
	width:681px; 
	height:110px; 
	float:left;
	background:url(../images/bgcaption_mainphoto.png) no-repeat top right; 
	margin-top:-145px; 
	position:relative; 
	text-align:right; 
	padding-top:20px;
	}


#header .smallphotos { 
	width:253px; 
	float:left;
	}

#header .imnew { 
	width:253px; 
	height:125px; 
	float:left;
	}

#header .connect { 
	width:253px; 
	height:131px; 
	float:left;
	}

#header .media { 
	width:253px; 
	height:131px; 
	float:left;
	}

#header .smallphotos .caption { 
	width:240px; 
	height:64px; 
	background:url(../images/bgcapton_small.png) no-repeat top; 
	padding-left:13px; 
	margin-top:-66px; 
	position:relative;
	}



/*
---------------------------------------------
09. footer
---------------------------------------------
*/


#footer { 
	width:960px; 
	float:left;
	}

#footer p { 
	font-size:13px; 
	text-align:right; 
	color:#5A5A5A; 
	position:relative;
	}

#footer p a { 
	color:#5A5A5A; 
	text-decoration: underline;
	}

/*
---------------------------------------------
09.1 footer - links
---------------------------------------------
*/

#footer .footerlinks { 
	width:960px; 
	float:right; 
	text-align:right;
	padding-bottom:20px;
	}

#footer .footerlinks ul { 
	float:right; 
	text-align:right;
	}

#footer .footerlinks ul li { 
	float:left; 
	background:url(../images/divider_footer.gif) no-repeat right center; 
	padding:0px 11px; 
	font-size:14px;
	}

#footer .footerlinks ul li a { 
	text-decoration:none; 
	color:#4C82B8;
	}

#footer .footerlinks ul li a:hover { 
	text-decoration: underline; 
	color:#4C82B8;
	}

#footer .footerlinks ul li.nodivider { 
	background:none;
	}


/*
---------------------------------------------
09.2 footer - copyright
---------------------------------------------
*/


#footer .copyright { 
	width:390px; 
	float:right; border-top:1px solid #3B73AB; 
	padding-top:10px; 
	margin-right:14px;
	}


/*
---------------------------------------------
10. innerpage - header
---------------------------------------------
*/


#header-inner { 
	width:927px; 
	float:left;
	padding-left:8px;
	}

#button-header { 
	width:155px; 
	height:85px; 
	position: relative; 
	float: right; 
	right:-70px; 
	margin-top:-178px;
	}

/*
---------------------------------------------
11. innerpage - content area
---------------------------------------------
*/


#contentarea { 
	width:940px; 
	float:left; 
	padding:10px 5px; 
	background:url(../images/bg_innercontent.gif) repeat-y top center; 
	border-top:2px solid #E4E4E4; 
	margin-top:5px;
	}


/*
---------------------------------------------
12. innerpage - left panel
---------------------------------------------
*/


#leftpanel { 
	width:201px; 
	float:left; 
	padding-right:8px;
	}

#leftpanel ul { 
	width:201px; 
	float:left;
	}

	#leftpanel ul li {
		width:201px; 
		float:left; 
		background:url(../images/bg_leftnav.gif) no-repeat top left; 
		}

	#leftpanel ul li a { 
		display:block; 
		color:#696A6D; 
		text-transform:uppercase;
		font-size:15px; 
		text-decoration:none;
		padding:5px 5px;
		}

	#leftpanel ul li a:hover { 
		color:#696A6D; 
		background:url(../images/bg_leftnav_hover.gif) no-repeat top left;
		}
	
	#leftpanel ul li a.selectedPage { 
		color:#696A6D; 
		background:url(../images/bg_leftnav_hover.gif) no-repeat top left;
		}


#leftpanel ul li ul { 
	width:201px; 
	float:left; 
	padding:2px 0px;
	}

	#leftpanel ul li ul li { 
		width:201px; 
		float:left; 
		background:url(../images/bg_leftnav_sub.gif) no-repeat top left;
		}
	
	#leftpanel ul li ul li a { 
		display:block; 
		color:#696A6D; 
		text-transform:uppercase; 
		font-size:15px; 
		text-decoration:none;
		padding:5px 5px; 
		padding-left:40px;
		}

	#leftpanel ul li ul li a:hover {
		color:#696A6D; 
		text-decoration:none; 
		background:url(../images/bg_leftnav_hover.gif) no-repeat top left;
		}


/*
---------------------------------------------
13. innerpage - middle panel
---------------------------------------------
*/


#middlepanel { 
	width:506px; 
	float:left; 
	padding:5px 16px; 
	padding-left:20px;
	}

#middlepanel h1 { 
	font-weight:bold; 
	padding-bottom:20px;
	}

#middlepanel h3 { 
	font-weight:bold; 
	padding-bottom:15px; 
	padding-top:15px;
	}

#middlepanel p { 
	padding-bottom:20px; 
	text-align:justify;
	}

#middlepanel .relationship { 
	width:510px; float:left; 
	padding-top:10px;
	}

#middlepanel .relationship p { 
	font-size:12px;
	}


/*
---------------------------------------------
14. innerpage - right panel
---------------------------------------------
*/


#rightpanel { 
	width:140px; 
	float:left; 
	padding:10px 20px;
	}
	
#rightpanel h2 { 
	font-weight:bold; 
	padding-bottom:20px;
	}






/* BLOG ITEM */	
	/* blog listing page */		
	.blogList {
		padding: 0;	
			
	}
		.blogList ul {
			margin-left: 0 !important;
			padding: 0 !important;
			list-style: none;
		}
			.blogList ul li {
				list-style: none;
				margin-left: -2px !important;
			}
			
			.blogList ul li h2.postTitle {
				font-size: 22px;
				margin: 0;
				font-color: #fff !important;
			}
				.blogList ul li h2.postTitle a {
					text-decoration: none;
					font-color: #fff !important;
				}
				
			.blogList ul li h2.postTitle a:link, h2 a:visited { text-decoration:underline; color:black;}
				
			.blogList ul li  .postInfo {
				color: #444;
				margin-bottom: 10px;
			}
				
			.blogList ul li  .postDate {
				color: #444;
				font-size: 11px;
			}
			
			.blogList ul li .postInfo a {
				color: #444 !important;	
				font-size: 11px;			
			}
				
				
				
	/* post detail page */
	.post .postDate {
		margin: 0 0 15px 0;
		color: #444;
	}
		.post .blogBack {
			margin: 40px 0 0 0;
			font-weight: bold;
			text-align: right;
			display: block;
			width: 100%;
			padding-top: 5px;
		}
		
		
	
	
	
	/* blog comments */
	.comments {
		padding-top: 10px;
	}
		.comments dl {
			background: #EEEEEE !important;
			
		}	
			dt.comment {
				background: #EEEEEE !important;
				clear: both;
				margin: 0 0 5px 0;
				padding: 0 0 5px 0;
				border-bottom: 1px solid #000;
			}			
				dt.comment a {
					font-weight: bold;
				}			
			
			dd.comment {			
				background: #EEEEEE !important;
				padding: 8px;
				margin-bottom: 15px;
			}
						
			.commentDate {		
				font-size: .9em;
				color: #999;
			}
		
		
		
	/* comments form */
	.commentsHead {
		margin-top: -45px;
		font-size: 20px;
	}
	
	.commentsForm {
		clear: both;
		padding-top: 25px;
		width: 90%;
	}
		.commentsForm .addComment {
			font-size: 1.5em;
		}
		
		.commentsForm label {
			font-weight: bold;
		}
		
		.commentsForm input, .commentsForm textarea {
			padding: 2px 4px;
			font-size: 1em;
		}
		
		.commentsForm img { /* this is for the captcha image */
			 margin: 5px 0;
			 border: 1px solid #000;
		}
		
		.commentsForm input.submitComment {
			 margin: 10px 0;
			 background: #000;
			 border: 1px solid #333;
			 padding: 5px 3px;
			 width: 210px;
			 color: #000;
			 font-weight: bold;
			 text-transform: uppercase;
		}
		
		.commentsForm .note {
			color: #000;
		}

	
	
	
	


/* GRAPHIC TABULAR EVENTS CALENDAR */
	.eventsCalendar table { /* entire table */
		border: 1px solid #333;
		width: 100%;
		border-collapse: collapse;
	}		
		.calendarDay, .calendarToday, .calendarDayHeader, .calendarTitle td, .calendarWeekendDay, .calendarOtherMonthDay   {
			padding: 2px;
			border: 1px solid #333;
			text-align: left;
			vertical-align: top;
		}
		
		.calendarTitle td { /* top bar with current month and next/previous buttons */
			text-align: center;
			background: #333 !important;
			color: #000;
			padding: 5px 4px !important;	
			text-transform: uppercase !important;
			font-weight: bold !important;	
		}	
			.calendarNextPrevious {
				color: #fff !important;
				font-weight: normal;
			}	
				.calendarNextPrevious a {
					color: #fff !important;
					font-weight: normal;
				}	
				
		.calendarDayHeader { /* m-f bar */
			color: #333;
			background: #999;
			font-weight: normal;
			height: 1px;
			text-align: center;
			padding: 4px 2px;
			text-transform: uppercase !important;
			font-size: .9em;
		}	
			
		.calendarToday, .calendarToday a { /* current day */
			color: #333 !important;
			background: #ACACAC;
			font-weight: bold;
		}	
		.calendarWeekendDay { /* weekends */
			background: #e0dedb;
			color: #000 !important;
		}	
		.calendarDay { 
			background: #e0dedb;
			color: #000 !important;
		}	
			.calendarDay a { 
				font-weight: bold;
				color: #000 !important;
			}		
		.calendarOtherMonthDay { /* previous or next months days on current months calendar */
			color: #333;
			background: #000;
		}
				
				
				
	.eventsList {
		padding: 0;		
	}
		.eventsList ul {
			margin: 0 !important;
			padding: 0 !important;
			list-style: none;
		}
			.eventsList ul li {
				list-style: none;
				padding: 0 0 5px 0;
				margin-bottom: 5px;
				margin-left: -2px !important;
			}
			
			.eventsList ul li a {
				font-size: 22px;
				margin: 0;
				color: #000 !important;
			}
			
				.eventList ul li h2.postTitle {
					font-size: 22px;
					margin: 0;
					font-color: #000 !important;
				}
					.eventList ul li h2.postTitle a {
						text-decoration: none;
						font-color: #000 !important;
					}

				.eventList ul li h2.postTitle a:link, h2 a:visited { text-decoration:underline; color:black;}
				
			.eventsList ul li .eventDate {
				margin: 0 0 5px 0;
				color: #000;
				font-size: 11px;
			}		
				
				
	/* calendar detail page */
		.event .eventDate {
			margin: 0 0 15px 0;
			color: #000;
		}
		.event .eventBack {
			margin: 10px 0;
			font-weight: bold;
			border-top: 2px solid #000;
			padding-top: 5px;
		}
	
	
	

/* ICEBRRG */
	.fieldSelected { /* background color of a selected field. */
		background: transparent !important;
		border-color: #fff !important;
	}
	h2 .formTitle  { font-size:25px; font-weight:normal; color:#000}
	
#donationElement

