/* CSS Document */

a:link {color:#962328;text-decoration:none;}
a:visited {color:#962328;text-decoration:none;}
a:hover {color:#993300;text-decoration:underline;}
a:active {color:#962328;text-decoration:none;}
body {font-family: Arial, Helvetica, sans-serif; background: "/images/NAAM_BACKGROUND.jpg";}
a.white:link {color:#fff;text-decoration:none;}
a.white:visited {color:#fff;text-decoration:none;}
a.white:hover {color:#fff;text-decoration:underline;}
a.white:active {color:#fff;text-decoration:none;}

hr {  
	padding: 0 0 0 0;
	margin: 15px 0 10px 0;
	border: none;
	border-bottom: solid 1px #404040;
	color: #fff;
	clear: both;
	}


ul.board {
	padding: 0;
	margin: 0;
	list-style: none;
	}
ul.board li {
	padding: 0 0 8px 0;
	margin: 0;
	list-style: none;
	}

p {
	margin: 0;
	padding: 0 0 12px 0;
	}
	
.catagory2 {
	font-size: 10px;
	line-height: 15px;
	color: #000000;
	margin: -2px 0px -1px;
	padding: 10px 4px 4px 15px;
}
.catagory2 a:link {
	color: #000000;
	text-decoration: none;
}
.catagory2 a:visited {
	color: #000000;
	text-decoration: none;
}
.catagory2 a:hover {
	color: #962328;
	text-decoration: none;
}.SmallContent {
	font-size: 12px;
	line-height: 20px;
}
.SmallContentRedHeadline {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #962328;
}
.red {
	color: #962328;
}
.community {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #962328;
}
.caldate {
	padding: 0 0 3px 0;
	margin: 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	}
.ContentBody {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
.ContentBodyWhite {

	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
}
.SmallContentIndented {
	font-size: 12px;
	line-height: 20px;
	left: 5px;
	text-indent: 5px;
}
.HEADLINE {
	font-size: 21px;
	font-weight: bold;
	color: #962328;
}
.subhead {
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 21px;
	color: #962328;
}
.HEADLINEWhite {

	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

#holiday_schedule_table,
#hours_of_operation {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	border: 1px solid #aaa;
	border-collapse: collapse;
	width: 100%;
}

#holiday_schedule_table td,
#holiday_schedule_table th,
#holiday_schedule_table tr,
#hours_of_operation td,
#hours_of_operation tr,
#hours_of_operation th{
	border: 1px solid #aaa;
	padding: 2px 4px;
}

#holiday_schedule_table h3 {
	padding: 0px;
	margin: 0px;
}

#holiday_schedule_table th {
	font-weight: bold;
}



.whats-happening  {
	margin: 20px 0 0 70px;
	}
.whats-happening a {
	padding: 9px 0 0 257px;
	display: block;
	width: 36px;
	height: 26px;
	background: url(images/WhatsHappening_Bar_final.gif) no-repeat;
	font-size: 10px;
	font-family: arial, helvetica;
	color: #9a9a68;
	text-decoration: none;
	}
	
	
.textbox { 
    padding: 5px 5px 5px 5px;
	width: 290px;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.25);
	-moz-box-shadow:    2px 2px 2px rgba(0,0,0,.25);
	box-shadow:         2px 2px 2px rgba(0,0,0,.25);
	font-size: 12px;
	color: #737373;
	}
.submit-btn {
		padding: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.25);
		-moz-box-shadow:    2px 2px 2px rgba(0,0,0,.25);
		box-shadow:         2px 2px 2px rgba(0,0,0,.25);
		border: 1px solid #ddd;
		background: #f7f7f7;
		font-size: 12px;
		color: #3e3e29;
		text-align: center;
		cursor: pointer;
		outline: none;
		}
	
	
