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

* {
	margin:0;
	padding:0;
	}
	
/* ------------------------------------ Basics ------------------------------------ */
body {
	background: #fff url(../graphics/bg.gif) repeat-x;
	}
a img {
	border:0;
	}
p {
	margin-bottom:20px;
	}
fieldset {
	border:0;
	}
.hide {
	display:none;
	}
.inline {
	display:inline;
	}
#ContentHome br, #ContentInterior br {
	clear:none !important;
	}
#ContentHome ul, #ContentInterior ul, #ContentHome ol {
	margin:5px 0 5px 20px;
	}	
	
/* --------------------- Containers & Header --------------------- */	
#MasterContainer {
	width:921px;
	margin:0 auto;
	padding-top:261px;
	background:#fff url(../graphics/header.jpg) no-repeat;
	}
		#HomeLink {
			display:block;
			width:810px;
			height:40px;
			position:absolute;
			top:20px;
			left:50%;
			margin-left:-405px;
			text-indent:-9999px;
			}

/* ------------------------------- Primary Navigation ------------------------------- */	
			#nav {
				list-style:none;
				width:921px;
				float:left;
				margin-left:26px;
				}
				#nav li {
					float:left;
					display:inline;
					position:relative;
					margin-left:-11px;
					padding:8px 5px 0 11px;
					}
					#nav li a {
						float:left;
						display:block;
						height:38px;
						text-indent:-9999px;
						}
						
/* --------------------- Primary Buttons --------------------- */	
					#nav li#home a {
						width:80px;
						background:transparent url(../graphics/nav.png) -11px -8px no-repeat;
						}
					#nav li#about_us a {
						width:101px;
						background:transparent url(../graphics/nav.png) -208px -8px no-repeat;
						}						
					#nav li#about_mental_illness a {
						width:175px;
						background:transparent url(../graphics/nav.png) -405px -8px no-repeat;
						}
					#nav li#services a {
						width:94px;
						background:transparent url(../graphics/nav.png) -602px -8px no-repeat;
						}
					#nav li#you_can_help a {
						width:130px;
						background:transparent url(../graphics/nav.png) -799px -8px no-repeat;
						}
					#nav li#news_events a {
						width:136px;
						background:transparent url(../graphics/nav.png) -996px -8px no-repeat;
						}	
					#nav li#login a {
						width:80px;
						background:transparent url(../graphics/nav.png) -14px -69px no-repeat;
						}
						
					#nav li a#first {
						margin-left:18px;
						}
						
/* --------------------- Drop Down Subnav --------------------- */	
						#nav li .subnav {
							float:none;
							display:none;
							position:absolute;
							top:0;
							left:0;
							list-style:none;
							width:197px;
							background:transparent url(../graphics/nav_shadow_bottom.png) left bottom no-repeat;
							padding:0 0 27px 0;
							}
						#nav li ul .SubnavShadow {
							display:block;
							margin:0;
							padding:0 !important;
							}
						#nav li#about_us ul .SubnavShadow {
							height:60px;
							width:197px;
							background:transparent url(../graphics/nav.png) -197px -60px no-repeat;
							}
						#nav li#about_mental_illness ul .SubnavShadow {
							height:60px;
							width:197px;
							background:transparent url(../graphics/nav.png) -394px -60px no-repeat;
							}
						#nav li#services ul .SubnavShadow {
							height:60px;
							width:197px;
							background:transparent url(../graphics/nav.png) -591px -60px no-repeat;
							}
						#nav li#you_can_help ul .SubnavShadow {
							height:60px;
							width:197px;
							background:transparent url(../graphics/nav.png) -788px -60px no-repeat;
							}
						#nav li#news_events ul .SubnavShadow {
							height:60px;
							width:197px;
							background:transparent url(../graphics/nav.png) -985px -60px no-repeat;
							}
							
/* --------------------- Make it Drop --------------------- */	
						#nav li:hover .subnav, #nav li.over .subnav {
							display:block;
							z-index:50;
							}
							#nav li .subnav li {
								float:left;
								clear:left;
								display:block;
								margin:0;
								padding:0 0 2px 0;
								height:auto;
								width:197px;
								background:transparent url(../graphics/nav_subnav_shadow.png) left bottom no-repeat;
								}
							#nav li .subnav li.last {
								background:transparent url(../graphics/nav_subnav_shadow_last.png) left bottom no-repeat;
								padding:0;
								}
								#nav li .subnav li a {
									font:italic 14px/15px georgia, 'Times New Roman', serif;
									color:#222;
									display:block;
									background:transparent none !important;
									text-decoration:none;
									padding:10px 30px 10px 30px;
									margin-right:0;
									text-indent:0;
									width:137px !important;
									height:auto;
									}					
						
/* --------------------------- Homepage Sidebar --------------------------- */
		#SidebarHome {
			float:right;
			width:348px;
			}
			
			#spotlight {
				margin:18px 0 0 4px;
				}
						
/* --------------------------- Interior Sidebar --------------------------- */

		#SidebarInterior {
			float:left;
			width:200px;
			padding-left:14px;
			}
		.SectionTitle {
			font: 1.8em/1em georgia, 'Times New Roman', times, serif;
			color:#000;
			padding:0 0 10px 0;
			}

/* --------------------------- Subnav --------------------------- */
			#SidebarInterior ul {
				list-style:none;
				font: italic 1.13em/1.27em georgia, 'Times New Roman', times, serif;
				}
				#SidebarInterior ul li a {
					display:block;
					text-decoration:none;
					padding:0.3em 0;
					}
				#SidebarInterior ul a.current_page {
					color:#000;
					cursor:default;
					text-decoration:underline;
					}
					#SidebarInterior ul li ul {
						padding:5px 0 5px 20px;
						list-style:none;
						font: italic 0.9em/1.27em georgia, 'Times New Roman', times, serif;
						}
						#SidebarInterior ul li ul li a {
							color:#00419e;
							display:block;
							text-decoration:none;
							padding:0.2em 0;
							}					
						
/* --------------------- Content --------------------- */	

	#ContentContainer {
		width:865px;
		margin:0 auto;
		background:#fff url(../graphics/content_bg.jpg) no-repeat;
		font: 0.88em/1.43em georgia, 'Times New Roman', times, serif;
		color:#222;
		clear:both;
		padding:25px 28px;
		}
		#ContentHome {
			margin-right:400px;
			}
		#ContentInterior {
			margin:0 20px 0 290px;
			}			
		#ContentInterior .PageTitle, #ContentHome .PageTitle {
			font: 2em/1em georgia, 'Times New Roman', times, serif;
			color:#000;
			padding:0 0 12px 0;
			margin:0px;
			}
		#ContentInterior #breadcrumbs {
			font:0.92em/1em georgia, 'Times New Roman', times, serif;
			color:#bbb;
			margin-bottom:6px;
			text-transform:uppercase;
			}		
			#ContentInterior a.BreadcrumbLink {
				font:0.92em/1em georgia, 'Times New Roman', times, serif;
				color:#bbb;
				text-transform:uppercase;
				text-decoration:none;
				}
			h4, .subheadline {
				font:1.3em/1em georgia, 'Times New Roman', times, serif;
				color:#001162;
				margin:20px 0;
				}
				
			#ContentInterior h1, #ContentInterior h2, #ContentInterior h3, #ContentInterior h5, #ContentInterior h6, #ContentHome h1, #ContentHome h2, #ContentHome h3, #ContentHome h5, #ContentHome h6 {
				color:#001162;
				font-family:georgia,'Times New Roman',times,serif;
				margin:20px 0;
			}
			
			
			h5.form_title, div.form_row_submit  {
				background:none repeat scroll 0 0 #001162;
				color:#ffffff;
			}
			
		a:link, a:active, a:visited {
			color:#001162;
			}
		a:hover {
			color:#00419e;
			text-decoration:none;
			}
			
		.formtable {
			float:left;
			display:block;
			}
		#ContentInterior form input, #ContentInterior form textarea {
			margin:8px 0;
			}
		#ContentInterior .radiotable tr td {
			padding:0 6px;
			}
		#ContentInterior hr {
			margin:8px 0;
			}
		#ContentInterior ul, #ContentInterior ol {
			margin-left:20px;
			}
		#ContentInterior table.calendar ul {
			font-size:0.8em;
			line-height:1em;
			padding:2px 2px 2px 10px;
			margin:0px;
		}	
		
		table .content {
			padding-right:3px;
			}
		.news_and_events table {
			width:550px;
			}
		.news_and_events table td table {
			width:100%;
			}
			
/* ---------------- Homepage News ---------------- */
		#ContentHome .news_articles, #ContentHome .news_archives {
			width:455px;
			}
			
			#ContentHome .news_articles ul li {
				border-top:1px solid #c7c7c7;
				padding:10px;
				font: 1em/1em georgia, 'Times New Roman', times, serif;
				list-style:none;
				}
				
			#ContentHome .news_articles ul {
				margin-left:0px;
			}
			
			#ContentHome .news_archives {
				border-top:1px solid #c7c7c7;
				font-weight:bold;
				text-align:right;
				padding:15px 0px;

			}
			
			#news td:first-child {
				display:none;
				}
				#ContentHome .news_articles ul li a, #ContentHome .news_archives a {
					text-decoration:none;
					}
					
/* ---------------- Site Map ---------------- */
#SiteMap ul {
	font: bold italic 1.2em/1.5em georgia, 'Times New Roman', serif;
	margin:0 0 5px 0;
	list-style:none;
	color:#000;
	}
#SiteMap ul li ul {
	font: 0.8em/1.5em georgia, 'Times New Roman', serif;
	margin:5px 0 5px 20px;
	list-style:disc;
	}
#SiteMap ul li ul li ul {
	font: 0.9em/1.5em georgia, 'Times New Roman', serif;
	margin:5px 0 5px 20px;
	list-style:square;
	}

/* ------------------------------------ Footer ------------------------------------ */

#footer {
	clear:both;
	float:left;
	width:817px;
	font: italic 0.81em/1.38em georgia, 'Times New Roman', serif;
	text-align:center;
	color:#000000;
	padding:24px 0 40px 104px;
	margin-top:80px;
	background: #fff url(../graphics/footer_bg.gif) top center no-repeat;
	}
	#FooterPadding {
		margin-top:14px;
		}
	#footer span {
		margin:0 11px;
		}
	#footer a {
		text-decoration:none;
		}
	#footer a#standards {
		display:block;
		float:right;
		width:74px;
		height:84px;
		text-indent:-9999px;
		background: url(../graphics/maryland_nonprofits_logo.gif) no-repeat;
		margin:0 30px 40px 0;
		}
		
.content_image_box  {
background:none;
border:0px solid #959595;
}

.collection_item_description  {
font-style:normal;
}

form#admin_form div.clear_all {
clear:none;
}

#ContentInterior ul.list_style_none, #ContentHome ul.list_style_none {
	margin-left:0px;
}
