@charset "utf-8";
/* CSS Document */


html {
	height: 100%;
}

body {
	font: 100%/1.4;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.25em;
	background: #000;
	margin: 0;
	padding: 0;
	color: #000;
	height: 100%;
}

p {
	display:block;
}

ul, ol, dl { 
	padding: 20px 20px;
	margin-left:20px;
	font-size:1.4em;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration: none;
	text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

h1 {
	font-size:2.5em;
}

h3 {
	font-size:1.75em;
	text-align:right;
	margin-right:24px;
	border-bottom:#000 2px solid;
	border-right:#000 2px solid;
	margin-bottom:0;
}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#000000;
	margin-bottom: 0;
}

a img {
	border: none;
}

.container {
	max-width: 1280px;
	width: 100%;
	min-height: 100%;
	height: 100%;
	background: #FFFFFF;
	margin: 0 auto;
	position: relative;
}
 
header {
	background: #FFFFFF;
	background-image:url(images/main_logo.png);
	width: 100%; 
	float: left;
	clear: left;
	display: inline;}

header img {max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
	width: auto\9;}

.container2 {
	float: left;
	display: table;
	width: 100%;
	height: 100%;
}

.columns {
	float: left;
	width: 320px;
	height: 100%;
	background: #fff;
	padding: none;
	margin-bottom: 0%;
	display: table-cell;
	padding:20px;
}

.content {
	padding: none;
	background: #fff;
	width: calc( 100% - 360px );
	height:100%;
	min-width: 288px;
	float: left;
	display: table-cell;
}

.column_middle {
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
	display: inline;
	position: relative;
	background: #fff;
}

.column_content {
	background: #fff;
	width: calc( 100% - 100px );
	height: calc( 100% - 36px );
	float: left;
	padding: 16px 2px;
	margin: none;
	display: inline;

}

.column_content ul {
	list-style-type: none;
}

.column_content li {
	text-align:left;
	font-family:broadway, "broadw__", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000000;
	text-decoration: none;
	text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
	margin-bottom: 14px;
	padding:10px;
	border-bottom:#000000 2px solid;
	border-left:#000000 2px solid;
}

.column_content li a:link, li a:visited {
	color:#000000;
	text-decoration:none;
}

.column_content li:hover {
	color:#CCC;
	border-bottom:#FFFFFF 2px solid;
	border-left:#FFFFFF 2px solid;
}

.column_content p a {
	color: #000000;
	text-decoration: none;
	text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

.footer  {
	padding: 10px 0;
	background: #FFFFFF;
	position: relative;
	clear: both;
	float:left;
	width:100%;
	font-size:.9em;
	color:#666666;
	text-align:center;
	border-top:#000 2px solid;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}

.adds {
	font-size:.9em;
	display:block;
	float:left;
	width:30%;
	margin-left:10px;
}

.sides {
	display:block;
	float:left;
	width:48%;
}

@media (max-width: 600px) {
	header {
		background-image: url(images/main_logo_narrow.png);
	}
	.columns, .content {
		width: 100%;
	}
	.container2, .columns, .content {
		height: auto;
	}
	.hideit {
		display: none;
	}
}

<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->