/*
Theme Name: MAAS
Description: Custom MAAS Theme.
Version: 1.0
Author: Zenith Design Group
Author URI: http://zenithdesigngroup.com/
Tags: 
*/

body {
	margin: 0;
	padding: 0;
	background: url(images/bg-standard-header.jpg) #b30834 left top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

/* Structure */

	#Header {
		width: 980px;
		height: 152px;
		background: url(images/standard-header.gif) left top no-repeat;
		margin: 0 auto;
		padding: 0;
	}
	
	#PageShell {
		margin: 0;
		padding: 0;
		background: #ffffff;
	}
	
		#Page {
			width: 980px;
			margin: 0 auto;
			padding: 5px 0 30px 0;
		}
		
			#ColLeft {
				width: 305px;
				float: left;
				padding-top: 29px;
			}
			
			#ColRight {
				width: 675px;
				float: left;
			}
			
			.clear {
				clear: left;
				margin: 0;
				padding: 0;
				height: 1px;
			}
	
	#FooterShell {
		background: url(images/bg-standard-footer.jpg) left top repeat-x;
		margin: 0;
		padding: 0;	
	}
	
		#Footer {
			width: 956px;
			margin: 0 auto;
			padding: 5px 12px 100px 12px;
		}
	
		#FooterLogo {
			width: 170px;
			margin: 10px 0 0 0;
			padding: 20px 0 0 0;
			border-top: 1px solid #c30d3d;
			float: left;
		}
		
		#FooterLinks {
			width: 786px;
			margin: 10px 0 0 0;
			padding: 20px 0 0 0;
			border-top: 1px solid #c30d3d;
			color: #ffffff;
			font-size: 11px;
			float: left;
		}

/* ------------------- Top Links Dropdown Styles ------------------- */

	#TopNav {
		width: 980px;
		margin: 0 auto;
		padding: 25px 0 0 0;
	}
	
	/*IE 7*/
	html>body #TopNav {
		*padding-top: 21px;
	}
	
	/*IE 8*/
	#TopNav {
		padding-top /*\**/: 24px\9
	}
	
	#TopNav ul { /* all lists */
		list-style: none;
		line-height: 1;
		padding: 0 0 0 0;
		z-index: 20;
	}
	
	#TopNav li { /* all lists */
		list-style-type: none;
	}
	
	#TopNav a {
		display: block;
		color: #b30834;
		padding-bottom: 11px;
	}
	
	#TopNav a:hover {
		text-decoration: none;
		color: #666666;
	}
	
	#TopNav li ul li a {
		display: block;
		outline: none;
	}
	
	#TopNav li ul li a:hover {
		text-decoration: none;
		color: #b30834;
	}
	
	#TopNav li {
		padding: 0 20px 0 10px; 
		float: left;
		font-size: 13px;
		font-weight: bold;
	}
	
	#TopNav li ul li { 
		margin: 7px 0 0 0;
		padding: 0 5px 0 0;
		font-size: 11px;
		float: none;
	}
	
	#TopNav li ul li a { 
		padding-bottom: 0px;
		color: #666666;
	}
	
	#TopNav li.first, #TopNav li ul li.first {
		padding: 0 10px 0 0; 
	}
	
	#TopNav li ul { /* second-level lists */
		position: absolute;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		margin: 0 0 0 -15px;
		padding: 0 25px 10px 15px;
		background-color: #ebebeb;
		border-left: 1px solid #cecece;
		border-right: 1px solid #cecece;
		border-bottom: 1px solid #cecece;
	}
		
	#TopNav li:hover ul, #TopNav li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		z-index: 15;
	}


/* Left Navigation Links */

	#ColLeft ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	#ColLeft li ul {
		list-style-type: none;
		margin: 5px 0 0 0;
		padding: 0;
	}
	
	#ColLeft li {
		list-style-type: none;
		margin: 0 0 0 15px;
		padding: 6px 0 0 0;
		font-size: 12px;
	}
	
	#ColLeft li a {
		font-weight: bold;
		color: #b30834;
		text-decoration: none;
	}
	
	#ColLeft li a:hover {
		text-decoration: none;
		color: #666666;
	}
	
	#ColLeft ul li {
		list-style-type: none;
		margin: 0 0 0 15px;
		padding: 2px 0 2px 0;
		font-size: 11px;
	}
	
	#ColLeft li ul li a {
		font-weight: normal;
		color: #666666;
		text-decoration: none;
	}
	
	#ColLeft li ul li a:hover {
		text-decoration: none;
		color: #b30834;
	}
	
	
	#ColLeft li ul li.current_page_item a, #ColLeft li ul li.current_page_item a:visited {
		color: #b30834;	
	}
	

/* Content */

	a { color: #b30834; text-decoration: none; outline:none;}
	a:link { color: #b30834; text-decoration: none; outline:none;}
	a:hover { color: #727282; text-decoration: underline; outline:none;}
	a:visited { color: #b30834; text-decoration: none; outline:none;}
	a:visited:hover { color: #727282; text-decoration: underline; outline:none;}
	
	h1 {
		height: 38px;
		padding: 2px 0 0 0;
		font-size: 13px;
		font-weight: bold;
		color: #ffffff;
	}
	
	h2 {
		font-size: 21px;
		font-weight: normal;
		color: #b30834;
		padding-bottom: 10px;
		border-bottom: 1px solid #cccccc;
	}
	
	h3 {
		font-size: 16px;
		line-height: 19px;
		font-weight: normal;
		color: #444444;
	}
	
	h4 {
		font-size: 16px;
		font-weight: normal;
		color: #b30834;
		padding-bottom: 5px;
		border-bottom: 1px solid #cccccc;		
		margin-bottom: 5px;
	}
	
	h5 {
		font-size: 14px;
		font-weight: normal;
		color: #b30834;
		margin-bottom: 0px;
	}
	
	h6 {
		font-size: 13px;
		line-height: 17px;
		font-weight: normal;
		color: #b30834;
		padding-left: 35px;
		padding-right: 35px;
	}
	
	#ColRight p {
		margin: 0 0 15px 0;
		font-size: 12px;
		line-height: 19px;
		font-weight: normal;
		color: #444444;
	}
	
	#ColRight ul {
		
	}
	
	#ColRight ul li {
		list-style-type: disc;
		font-size:12px;
		line-height: 16px;
		padding: 3px 0 3px 0;
		color: #444444;
		margin-left: 15px;
	}
	
	#ColRight ol li {
		list-style-type: decimal;
		font-size:12px;
		line-height: 19px;
		color: #444444;
	}
	
	#ColRight img {
		margin: 0 10px 0 10px;
		padding: 6px;
		border: 1px solid #cccccc;
	}
	
	.copyright {
		color: #ffffff;
		font-size: 11px;
		font-weight: bold;
	}
	
	.searchbox {
		text-align: right;
		margin: 0;
		padding: 0;
	}
	
	.contact-address {
		padding: 0 0 0 25px;
		font-size: 14px;
		font-weight: normal;
		color: #666666;
	}
	
	.red {
		color: #b30834;	
	}
	
	small {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 11px;
		color: #999999;
	}
	
	.divider {
		margin: 0;
		padding: 0 0 0 15px;
		height: 3px;
		border-bottom: 3px solid #efefef;
	}

/* Press Relese Listing */

	.presslist {
		padding: 7px;
		border-bottom: 1px solid #efefef;
	}
	
	#ColRight ul.archivelist {
		margin: 0;
		padding: 0;
	}
	
	#ColRight ul.archivelist li {
		list-style-type: none;
		float: left;
		font-size:12px;
		line-height: 16px;
		color: #444444;
		margin: 0 10px 0 0;
		padding: 0 10px 0 0;
		border-right: 1px solid #cecece;
	}

/* Begin Form Elements */
	
	#searchform {
		margin: 0;
		padding: 4px 3px 15px 0;
		text-align: right;
		font-size: 12px;
		color: #444444;
	}
	
	#searchform #s {
		width: 170px;
		padding: 2px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #444444;
		border: 1px solid #d1d0c3;
	}
	
	#searchsubmit {
		padding: 1px;
	}
	
	
/* Footer Navigation Links */

	#FooterLinks ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	#FooterLinks li {
		list-style-type: none;
		margin: 0 15px 0 0;
		padding: 0 0 0 0;
		font-size: 12px;
		float: left;
	}
	
	#FooterLinks li a {
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
	}
	
	#FooterLinks li a:hover {
		text-decoration: underline;
		color: #ffffff;
	}

/* Specific Content */
	
	.facebook {
		float: right;
		padding: 10px 0 0 0;
	}
	
	.phonenumbers {
		margin: 0 10px 0 0;
		padding: 7px 0 0 0;
		text-align: right;
	}
	

	.emergency {
		font-size: 21px;
		color: #505253;
	}
	
	.emergency b {
		font-weight: bold;
		color: #b30834;
	}
	


	.nonemergency {
		font-size: 16px;
		color: #505253;
		padding-left: 20px;
	}
	
	.nonemergency b {
		font-size: 18px;
		font-weight: bold;
		color: #b30834;
	}
	
	#FooterLinks p {
		margin: 0;
		padding: 0;
	}
	
	.copyright {
		color: #6c011c;
		font-size: 11px;
		font-weight: bold;
	}



/* some other stuff for tables 2018-01-05 George */

table { 
}

th,tr {
    text-align: top;
    vertical-align: top;
    padding: 20px;  
}
/* td:hover {background-color: maroon; color: white;}*/