/* ------------------------------------ Reset ------------------------------------ */

* {
	margin:0;
	padding:0;
	}
	
/* ------------------------------------ Basics ------------------------------------ */
html, body {
	background: #fff url(../graphics/bg.jpg) repeat;
	height:100%;
	border-top:3px solid #d1d1d1;
	}
a {
	outline:none;
	}
a img {
	border:0;
	}
p {
	margin-bottom:25px;
	}
#content ul,
#content ol {
	margin:0 0 20px 15px;
	}
#content ul ul,
#content ol ol {
	margin:0 0 0 15px;
	}
fieldset {
	border:0;
	}
.hide {
	display:none;
	}
.clear {
	clear:both;
	height:1px;
	}
#content br {
	clear:none !important;
	}
#content .content {
	padding:0 2px;
	}
#content input,
#content textarea,
#content hr {
	margin:7px 0;
	}
#content .checkboxtable td,
#content .radiotable td,
#content .headlines {
	padding:0 3px;
	}
#content .checkboxtable input {
	margin:0;
	}
	
/* ------------------- IE6 DUE fixes ------------------- */
#content br {
	clear:none !important;
	}	
#content table {
	width:540px;
	}
#content form table {
	width:540px;
	}
#content form table table {
	width:100%;
	}		
	
/* --------------------- Containers & Header --------------------- */

#wrapper {
	width:100%;
	background: transparent url(../graphics/content_bg.jpg) 50% top repeat-y;
	}
	
	#header {
		height:217px;
		width:100%;
		background: transparent url(../graphics/header_bg.jpg) 50% top repeat-y;
		}
	
			#logo {
				position:absolute;
				top:57px;
				width:380px;
				height:175px;
				left:50%;
				margin-left:-461px;
				background:url(../graphics/logo2.gif) no-repeat;
				z-index:200;
				}
				#logo a {
					display:block;
					width:380px;
					height:175px;
					text-indent:-9999px;
					background:url(../graphics/logo2.gif) no-repeat;
					}
					
				#textResizer {
					position:absolute;
					left:50%;
					margin-left:168px;
					top:12px;
					list-style:none;
					width:300px;
					text-align:right;
					color:#900;
					font: 0.81em/1.2em georgia, 'times new roman', times, serif;
					text-transform:uppercase;
					}
					#textResizer a {
						padding:0 7px;
						background:#900;
						border:1px solid #690808;
						color:#fff;
						text-decoration:none;
						}
					
				#quicklinks {
					position:absolute;
					left:50%;
					margin-left:168px;
					top:44px;
					list-style:none;
					width:312px;
					}
					#quicklinks a {
						font-size:1px;
						line-height:1px;
						text-decoration:none;
						text-indent:-9999px;
						display:block;
						width:312px;
						height:44px;
						background:url(../graphics/quicklinks.gif) no-repeat;
						}
						
					a#quicklinkGetInvolved {
						background-position:0 -44px;
						}
					a#quicklinkCalendar {
						background-position:0 -88px;
						}					
					
					#quicklinkDonate:hover {
						background-position:-312px 0;
						}
					#quicklinkGetInvolved:hover {
						background-position:-312px -44px;
						}
					#quicklinkCalendar:hover {
						background-position:-312px -88px;
						}
						
				#social {
					position:absolute;
					left:50%;
					margin-left:168px;
					top:176px;
					list-style:none;
					width:154px;
					background:url(../graphics/social_icons.jpg) no-repeat;
					padding-left:158px;

					}
					#social a {
						font-size:1px;
						line-height:1px;
						text-decoration:none;
						text-indent:-9999px;
						display:block;
						width:37px;
						height:38px;
						float:left;
						}						
						
					
	#masterContainer {
		width:960px;
		margin:0 auto;
		}						
					
					
/* --------------------- Primary Navigation --------------------- */
		
		#nav {
			width:925px;
			height:44px;
			padding-left:24px;
			padding-right:11px;
			list-style:none;
			float:left;
			background-color:#404040;
			border-bottom:1px solid #fff;
		  	}
		  	#nav li {
		  		display:block;
		  		float:left;
		  		position:relative;
		  		}
		  	
		  	#nav li.text_link {
		  		border-right:1px solid #000000;
		  		border-left:1px solid #5d5d5d;
		  	}
				#nav a {
					display:block;
					height:44px;
					float:left;
					text-decoration:none;
					font-size:1px;
					line-height:1px;
					text-indent:-9999px;
					background:url(../graphics/nav.gif) no-repeat;
					}
					
				#nav a.text_link {
					background:transparent none repeat scroll 0 0;
					color:#FFFFFF;
					font-family:'Helvetica Bold Condensed', helvetica, arial, verdana, sans-serif;
					font-size:16px;
					font-weight:bold;
					height:20px;
					padding:23px 10px 0;
					text-indent:0;
					text-transform:uppercase;
				}
					
				#nav a#services {
					background-position:-21px 0;
					width:125px;
					}
				#nav a#galleries {
					background-position:-149px 0;
					width:136px;
					}				
				#nav a#studentStores {
					background-position:-285px 0;
					width:197px;
					}			
				#nav a#getInvolved {
					background-position:-481px 0;
					width:157px;
					}					
				#nav a#newsEvents {
					background-position:-639px 0;
					width:175px;
					}
				#nav a#aboutUs {
					background-position:-815px 0;
					width:123px;
					}
					
					
				#nav a#services:hover,
				#nav li:hover a#services,
				#nav li.over a#services,
				#nav li a#services.current_page {
					background-position:-21px -44px;
					}
				#nav a#galleries:hover,
				#nav li:hover a#galleries,
				#nav li.over a#galleries,
				#nav li a#galleries.current_page {
					background-position:-149px -44px;
					}					
				#nav a#studentStores:hover,
				#nav li:hover a#studentStores,
				#nav li.over a#studentStores,
				#nav li a#studentStores.current_page {
					background-position:-285px -44px;
					}			
				#nav a#getInvolved:hover,
				#nav li:hover a#getInvolved,
				#nav li.over a#getInvolved,
				#nav li a#getInvolved.current_page {
					background-position:-481px -44px;
					}					
				#nav a#newsEvents:hover,
				#nav li:hover a#newsEvents,
				#nav li.over a#newsEvents,
				#nav li a#newsEvents.current_page {
					background-position:-639px -44px;
					}
				#nav a#aboutUs:hover,
				#nav li:hover a#aboutUs,
				#nav li.over a#aboutUs,
				#nav li a#aboutUs.current_page {
					background-position:-815px -44px;
					}					
					
/*-------------- Drop-Downs --------------*/
	body #nav li ul {
		padding-top:1px;
		position:absolute;
		left:-9999px;
		top:45px;
		width:210px;
		z-index:2000;
		border-bottom:9px solid #000;
		clear:both; /* FOR IE6 */
		}
		body #nav li ul li {
			border-bottom:1px solid #747474;
			}
			#nav li ul li a { 
				display:block;
				background:#373737 none;
				color:#fff;
				padding:19px 18px 15px 18px;
				font: 0.88em/1.2em helvetica, arial, verdana, sans-serif;
				text-transform:uppercase;
				text-decoration:none;
				height:auto;
				width:174px;
				text-indent:0;
				border:0;
				border-bottom:1px solid #000;
				float:left;
				clear:both;
				}
			#nav li ul li a:hover {
				background-color:#282828;
				}
		
			/* MAKE IT DROP */
			body #nav li:hover ul, 
			body #nav li.over ul {
					left:0px;
					}
/* ----------------- Content Containers, Spotlight, Columns & Sidebar ----------------- */
		#contentContainerHome,
		#contentContainerInterior {
			background:#fff;
			clear:both;
			}
					
		#sidebar {
			float:right;
			width:320px;
			background: url(../graphics/sidebar_bottom.gif) bottom no-repeat;
			padding-bottom:80px;
			}					
		
		
		#sidebar .news_articles ul li {
			padding: 0 18px;
		}
		
		
		#content {
			padding:37px 375px 20px 36px;
			}
			
/* ---------- Homepage News ----------*/

		#newsTitle, #contentContainerHome #sidebar h2 {
			width:113px;
			height:19px;
			background: url(../graphics/news_title.gif) no-repeat;
			font-size:1px;
			line-height:1px;
			text-decoration:none;
			text-indent:-9999px;
			margin:49px 0 0 19px;
			}
		#newsTable {
			width:289px;
			margin:21px 0 0 19px;
			}
			
			.news_articles ul {
			padding:21px 5px 0px 19px;
			}
			
			.news_articles ul li {
				padding: 16px 3px 18px 3px;
				color:#000;
				font: 1em/1.5em georgia, 'times new roman', times serif;
				background: url(../graphics/news_line.gif) left bottom repeat-x;
				list-style:none;
				}	
				.news_articles ul li a, .news_archives a {
					color:#8f1e1e;
					text-decoration:none;
					}
				.news_articles ul li a:hover, .news_archives a:hover {
					color:#333;
					text-decoration:underline;
					}	
					
				.news_archives {
					text-align:right;
					font-weight:bold;
					padding:25px 5px 5px 5px;
				}

					

/* ----------------- Subnav ----------------- */
	
		#sectionTitle {
			width:107px;
			height:15px;
			background: url(../graphics/section_title.gif) no-repeat;
			font-size:1px;
			line-height:1px;
			text-decoration:none;
			text-indent:-9999px;
			margin:21px 0 0 22px;
			}	
	
		.subnav {
			list-style:none;
			width:289px;
			margin:15px 0 0 19px;
			}
			
			.subnav li {
					background: url(../graphics/news_line.gif) left bottom repeat-x;
					}
			
				
				.subnav li a {
					display:block;
					padding:7px 3px 9px 3px;
					color:#8f1e1e;
					font: 1em/1.5em georgia, 'times new roman', times serif;
					text-decoration:none;
					}
				.subnav li a:hover, .subnav li a.current_page {
					color:#333;
					}
					
					 .subnav li ul {
					 	list-style:disc;
						padding:0 10px 13px 30px;
						margin:-3px 0 0;
						}
						.subnav li ul li {
							margin:0;
							padding:2px 0;
							border:0;
							width:auto;
							background:none;
							}
							.subnav li ul li a {
								display:block;
								font: 0.88em/1.3em georgia, 'times new roman', times, serif;
								color:#444;
								padding: 2px 0;
								margin:0;
								text-decoration:none;
								border:none;
								background:none;
								width:250px;
								}
							.subnav li ul li a:hover {
								color:#000;
								}
							.subnav li ul li a.current_page {
								color:#000;
								text-decoration:none;
								cursor:default;
								}				
			
			
/* ------------------------------- Content ------------------------------- */			
					
		#welcomeTitle {
			width:497px;
			height:24px;
			background: url(../graphics/welcome_title.gif) no-repeat;
			font-size:1px;
			line-height:1px;
			text-decoration:none;
			text-indent:-9999px;
			margin:10px 0 42px;
			}		
		
		
		#content {
			font: 1em/1.8em georgia, 'times new roman', times, serif;
			color:#000;
			}
		
			#content h2 {
				margin-bottom:30px;
				font: bold 1.88em/1.2em 'Helvetica Bold Condensed', helvetica, arial, verdana, sans-serif;
				color:#333;
				}	
				
			#content h3, #content h4, #content h5, #content h6 {
				margin-bottom:30px;
			}
			
			#content h5.form_title, div.form_row_submit {
				background:#404040 none repeat scroll 0 0;
				color:#fff;

				}
				
			#content .collection_item_description {
				font-style:normal;
			}	
				
				
			.title, .subheadline, .formtitle {
				margin:8px 0 12px 0;
				font: bold 1.3em/1.2em helvetica, arial, verdana, sans-serif;
				color:#000;
				text-transform:uppercase;
				}
					
			#content a:link,
			#content a:active,
			#content a:visited {
				color:#8f1e1e;
				}
			#content a:hover {
				color:#333;
				text-decoration:none;
				background-color:#eee;
				}
						
						
			#homeFeatures {
				width:960px;
				height:166px;
				background: url(../graphics/mailing_bg.gif) right no-repeat;
				clear:both;
				}
				#banners {
					list-style:none;
					width:640px;
					float:left;
					}
					#banners li {
						display:inline;
						}
					#banners a {
						font-size:1px;
						text-indent:-9999px;
						text-decoration:none;
						display:block;
						float:left;
						height:166px;
						width:320px;
						}
					
					#banners #portfolios {
						background: url(../graphics/portfolios.jpg) no-repeat;
						}
					#banners #media {
						background: url(../graphics/media.jpg) no-repeat;
						}
					
				#mailingList {
					padding:50px 0 0 21px;
					width:290px;
					float:left;
					clear:none;
					}
					
					#mailingList form {
						float:left;
						}
						
							
					#mailingList h4 {
							font-size:1px;
							text-indent:-9999px;
							}
					#mailingList form .textBox {
						padding:8px;
						float:left;
						font: 1em/1em georgia, 'times new roman', times, serif;
						color:#888;
						border-top:2px solid #ededed;
						border-right:3px solid #ededed;
						border-bottom:2px solid #000;
						border-left:2px solid #000;
						width:199px;
						margin-bottom:9px;
						}
						
					#mailingList form .button {
						display:inline;
						float:right;
						}
					
/* ------------------------------------ Footer ------------------------------------ */

#footerContainer {
	width:960px;
	border-top:1px solid #edede2;
	margin-top:1px;
	clear:both;
	background: url(../graphics/footer_logo2.gif) 812px 1px no-repeat;
	font: 0.7em/1.64em 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
	text-transform:uppercase;
	color:#878787;	
	}
	#footerContainer h4 {
		font-weight:bold;
		margin:0 0 3px;
		}
	#footerContainer ul {
		list-style:none;
		}
	#footerContainer a {
		color:#878787;
		text-decoration:none;
		}
	#footerContainer a:hover {
		color:#777;
		text-decoration:underline;
		}


	#footer1 {
		width:160px;
		float:right;
		padding:11px 149px 20px 0;
		height:90px;
		}
		
	#footer1 .collection_item_label {
		font-weight:normal;
		}	

			
	#footer2 {
		width:600px;
		float:right;
		padding:11px 20px 20px 0;
		height:90px;
		text-align:right;
		}	
	#footerContainer p {
		margin:0;
		}
	#footer a {
		color:#8a4e8a;
		text-decoration:none;
		}
		
	#discoverLink {
		display:block;
		line-height:1px;
		font-size:1px;
		text-indent:-9999px;
		width:385px;
		height:103px;
		float:right;
		background:url(../graphics/54321_logo.jpg) no-repeat;	
		}	

#footer1 ul {
	line-height:1.64em;
}
			
/* ------------------------------------ Site Map ------------------------------------ */

#websiteMap ul {
	font: bold 1.1em/1.2em georgia, 'times new roman', times, serif;
	width:40%;
	float:left;
	}
	#websiteMap ul li {
		margin:7px 0;
		}
	#websiteMap ul ul {
		font: normal 0.9em/1.2em georgia, 'times new roman', times, serif;
		width:auto;
		float:none;
		}
		
#calendar_section {
width:95%;
}

table.calendar  {
width:95%;
}	

.content_image_box  {
background:none;
border:0px solid #959595;
margin:0;
padding:0;
}

#sidebar2 p {
margin-bottom:25px;
padding:10px 10px 0;
}

#sidebar2 p.content_image {
padding:0px;
margin:0px;
}	

/* ---------------------------------------- Event Registration Styles ------------------------ */

table.express_order  {
clear:none;
width:100%;
}

#dlTools .clearboth {
clear:none;
}
table.express_order p.category_title_is_inline {
display:block;
margin:0;
padding:7px 10px !important;
text-indent:0px !important;
}

#content p.category_title a:link, #content p.category_title a:visited {
	color:#fff;
}

#content p.category_title a:hover, #content p.category_title a:active {
	color:#333;
}


table.event_form_timeslot_options_table td {
	vertical-align:top;
}

p.datetime {
	margin-bottom:0px;
}	

#content td.event_form_timeslot_option h5.title {
	margin-bottom:0px;
	font:bold 1.1em/1em helvetica,arial,verdana,sans-serif;
}




