body, html {
	font-family: Lucida Grande, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #555555;
	height: 100%;
	line-height: 1.6em;
	background-image:url(images/page-bg.png);
	background-repeat: repeat-x;
}




h1, h2, h3, h4, h5 {
	font-family: Lucida Grande, Helvetica, sans-serif;
}

h3 {
	margin: 18px 0 18px 0;
	line-height: 22px;
	border-top: 1px solid #e9e9e9;
	padding-top: 15px;
	color: #90181b;
}

h4 {
	border-top: 1px solid #e9e9e9;
	padding-top: 10px;
	margin: 14px 0 14px 0;
	line-height: 16px;
	color: #90181b;
}

a:link {
	color: #90181b;
	text-decoration: none;
	}

a:visited, a:active {
	color: #90181b;
	text-decoration: none;
}


a:visited {
	color: #90181b;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color:  #90181b;
}

#mastercontainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto 0px; /* the bottom margin is the negative value of the footer's height */
}


#headercontainer {
	width: 100%;
	height: 174px;
	background-image: url(images/header-bg.png);
}

#header {
	width: 960px;
	height: 174px;
	background-image: url(images/header.png);
	margin: 0 auto;
}
		
		
	#logo img {
		margin-top: 25px;
		margin-left: -15px;
	}

#social-links {
	max-width: 400px;
	float: right;
	margin-top: -50px;
	font-size: 10px;
	}

#social-links img {
	float: right; 
	margin-left: 10px;
	margin-top: -5px;
	}

#navigation {
	font-family: Lucida Grande, Helvetica, sans-serif;
	width: 100%;
	height: 50px;
	margin: 0 0 40px 0;
	background-color: #90181b;
	}
	
	#navigation ul {
		margin: 0 auto;
		padding: 0 0 0 20px;
		width: 960px;
		
	}
	
	#navigation li {
		float: left;
		margin: 10px 30px 0 0;
		color: #FFF;
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: 2px;
		list-style: none;
}
	
		#navigation li a {
		color: #FFF;
		display: block;
		padding: 10px 15px 10px 15px;
		background-color: #9f2929;
		-moz-border-radius: 10px 10px 0 0;
		-webkit-border-radius: 10px 10px 0 0;
		

	}
	
		#navigation li a.active {
		color: #942323;
		display: block;
		padding: 10px 15px;
		background-color: #bce1e2;
		border-bottom: 1px solid #bce1e2;
		text-shadow: #FFF 0px 1px 1px;.
		}
	
	
	


		
#contentcontainer {
	width: 960px;
	margin: 0 auto;
	

}


#content {
	width: 600px;
	margin-top: 30px;
	float: left;
	padding: 0 0 0 10px;
	}

#contentwide {
	width: 840px;
	padding: 30px 0 0 30px;
}



#sidebar {
	width: 300px;
	float: right;
}


#sidebar-content {
	padding: 44px 0 0 0;
}


#footer {
	width: 100%;
	margin-top: 20px;
	border-top: 5px solid #90181b;
	background-color: #cfe9ea;

}


#footer p {
	padding: 5px 0 0 30px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color:#90181b;
	text-align: center;
}


#footercontainer {
	clear: both;
	width: 100%;
	height: 50px;
	background-image:url(images/footer-bg.jpg);
	background-repeat: repeat-x;
}


.post {
	margin: 15px 0 5px 0;
	border-top: 1px solid #e9e9e9;
	padding: 15px 0 15px 0;
	clear: left;
	display: block;
}


.post p {
	margin: 15px 0 15px 0;
	
		
}

.post img {
	border: 1px solid #ddd;
	padding: 5px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}


h2	{
	
	font-size: 19px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 3px 0 18px 0;
	color:#90181b;
	line-height: 27px;
}





.sidebar-item {
	border-top: 1px solid #e9e9e9;
	padding-top: 2px;
	padding-bottom: 30px;
}

.sidebar-item p {
	margin: 20px 0 10px 0;
	font-size: 11px;
}


.sidebar-item ul {
	list-style: outside;
	padding: 0;
	margin-left: 14px;	
}

.sidebar-item ul li {
	font-size: 11px;
	margin-left: 0;	
	
}


h2.sidebar-header {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 9px 0 9px 0;
	color: #90181b;
	}

	.sidebar-item h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	}
	
	.sidebar-item img {
	border: 1px solid #DDD;
	padding: 5px;
	float: left;
	margin: 0 10px 10px 0;
	}
	
	
	.home {
	font-size: 18px;
	line-height: 32px;
	}
	
	.post ul {
	margin: 0;
	padding: 0;
	}
	
	.post li {
	padding: 2px 2px 2px 10px;
	font-size: 12px;
	margin-left: 14px;
	color: #777;
	}
	
	.post ol {
	margin: 0 0 0 22px;
	padding: 0;
	}
	
	.post ol li {
	font-size: 11px;
	margin-left: 32px;
	color: #666;
	}
	
		



#footer, #push {
	height: 50px; /* .push must be the same height as .footer */

}

#footer a {
	color: #90181b;
	
}

#footer a:hover {
	background-color: #cfe9ea;
}

