body{
	font-family:"OpenSans",Helvetica,sans-serif;
	font-size:16px;
	margin:6px 0 0;
}
h1{
	font-size:1.4em;
	padding:.2em;
	margin:0 0 .3em;
}
h1.underline{
	font-weight:100;
	border-bottom:2px solid #2c9cde;
	margin-top:.75em;
	text-transform:uppercase;
}
h2{
	font-size:1.1em;
	padding:.2em;
	margin:0;
}
h3{
	font-size:.8em;
	padding:.2em;
	margin:0;
}
ul, ol{
	padding-left:1.25em;
	margin:.5em 0;
}
p{
	padding:.3em .2em;
	margin:0;
}
b,strong{
	font-weight:700;
}
a{
	color:#184265;
}
a:link{
	color:#184265;
	text-decoration:none;
	font-weight: bold;
}
a:visited{
	text-decoration:none;
	color:#496085;
}
a:hover{
	text-decoration:underline;
}
a:active{
	text-decoration:none;
}
#body_container{
	width:100%;
	max-width:1200px;
	margin:auto;
}
#left_content{
	width:63%;
}
#right_column{
	float:right;
	width:35%;
}
#right_content{
	float:right;
	width:63%;
}
#left_column{
	width:35%;
}
.phone_show{
	display:none;
}
.phone_hide{
	display:block;
}
div.quarter{
	float:right;
	width:23%;
	padding:1%;
}
#first_quarter{
	float:none;
}
div.two_thirds{
	width: 73%
}
div.mid_quarter{
	width: 48%;
}
div.half{
	float:right;
	width:48%;
	padding:1%;
}
#first_half{
	float:none;
}
div.third{
	width:31.33%;
	padding:1%;
	float:right;
}
#first_third{
	float:none;
}
div.fifth{
	width:18%;
	padding:1%;
	float:right;
}
#first_fifth{
	float:none;
}
div.click_to_slide{
	display:none;
}
#overlay{
	top:138px;
}
#header{
	min-height: 160.83px;
}
#header a{
	font-weight: 400;
}
div.header_container{
	width:100%;
	max-width:1200px;
	margin:auto;
	background:#000425;
	background:-moz-linear-gradient(left,#000425 0%,#264977 39%,#2e4e79 50%,#264977 59%,#000425 100%);
	background:-webkit-linear-gradient(left,#000425 0%,#264977 39%,#2e4e79 50%,#264977 59%,#000425 100%);
	background:linear-gradient(to right,#000425 0%,#264977 39%,#2e4e79 50%,#264977 59%,#000425 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000425',endColorstr='#000425',GradientType=1);
}
div.header_container nav a{
	color:#fff;
}
nav{
	margin-bottom:.4em;
}
nav a{
	padding:0 .75em;
}
nav a:last-child{
	padding:0 0 0 .75em;
}
div.search_form{
	float:right;
	position:relative;
	right:10px;
	top:-30px;
	width:220px;
	margin-bottom:-34px;
}
div.search_form input.srchicon{
	width:18px;
}
div.search_form input.searchbox{
	background:transparent none repeat scroll 0 0;
	border-image:none;
	border-style:none none solid;
	border-width:0 0 1px;
	color:#fff;
	display:none;
	position:relative;
	top:-7px;
	width:1px;
}
#click_catcher{
	height:100%;
	margin-bottom:-20px;
	position:absolute;
	right:0;
	width:30px;
	z-index:999;
}
#click_catcher:hover{
	cursor:pointer;
}
#close_x{
	color:#fff;
	float:left;
	display:none;
}
#close_x:hover{
	cursor:pointer;
}
.header_home_link{
	float:left;
	margin-left:8px;
	margin-top:-28px;
}
.header_home_link a{
	color:#e2e2e2;
}
.header_home_link a:hover{
	opacity:.8;
}
.tabrow{
	font-family:verdana;
	font-size:12px;
	height:26px;
	line-height:24px;
	list-style:outside none none;
	margin:0;
	overflow:hidden;
	padding:0 0 0 5px;
	position:relative;
}
.tabrow li{
	border:1px solid #AAA;
	background:#D1D1D1;
	background:-o-linear-gradient(top,#ECECEC 50%,#D1D1D1 100%);
	background:-ms-linear-gradient(top,#ECECEC 50%,#D1D1D1 100%);
	background:-moz-linear-gradient(top,#ECECEC 50%,#D1D1D1 100%);
	background:-webkit-linear-gradient(top,#ECECEC 50%,#D1D1D1 100%);
	background:linear-gradient(top,#ECECEC 50%,#D1D1D1 100%);
	display:inline-block;
	position:relative;
	z-index:0;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	box-shadow:0 3px 3px rgba(0,0,0,0.4),inset 0 1px 0 #FFF;
	text-shadow:0 1px #FFF;
	margin:0 -5px;
	padding:0 20px;
}
.tabrow li:hover{
	cursor:pointer;
}
.tabrow a{
	color:#555;
	text-decoration:none;
}
.tabrow li.selected{
	background:#FFF;
	color:#333;
	z-index:2;
	border-bottom-color:#FFF;
}
.tabrow:before{
	position:absolute;
	content:" ";
	width:100%;
	bottom:0;
	left:0;
	border-bottom:1px solid #AAA;
	z-index:1;
}
.tabrow li:before,.tabrow li:after{
	border:1px solid #AAA;
	position:absolute;
	bottom:-1px;
	width:5px;
	height:5px;
	content:" ";
}
.tabrow li:before{
	left:-6px;
	border-bottom-right-radius:6px;
	border-width:0 1px 1px 0;
	box-shadow:2px 2px 0 #D1D1D1;
}
.tabrow li:after{
	right:-6px;
	border-bottom-left-radius:6px;
	border-width:0 0 1px 1px;
	box-shadow:-2px 2px 0 #D1D1D1;
}
.tabrow li.selected:before{
	box-shadow:2px 2px 0 #FFF;
}
.tabrow li.selected:after{
	box-shadow:-2px 2px 0 #FFF;
}
.tabrow li:first-child::before{
	border-bottom-right-radius:0;
}
.tab_content{
	width:96%;
	padding:2%;
	border-left:1px solid gray;
	border-right:1px solid gray;
	border-bottom:1px solid gray;
}
div.cal_tab_content{
	font-size:.8em;
	max-height:590px;
	overflow:auto;
}
#art_tabs{
	float:right;
	width:35%;
}
td.calHeader{
	font-size:.7em;
}
td.subhead{
	font-size:.7em;
}
#calendar b{
	font-size:.5em;
}
td.calendarHasEvent{
	background-color:#e2e2e2;
}
td.calendarToday{
	background-color:#203f6b;
}
td.calendarToday b{
	color:#fff;
}
td.calendarToday a{
	color:#fff;
}
#slider{
	width:100%;
}
#slider .art{
	width:63%;
	padding:1%;
}
#slider .art h1 em{
	font-weight:100;
}
div.slider_tab{
	border-bottom:1px solid #e2e2e2;
	padding:.55em .4em;
}
div.slider_tab:hover{
	background:#e2e2e2;
	cursor:pointer;
}
div.slider_tab_current{
	background:#F1F1F1;
}
.media{
	width:100%;
	padding:20px 0;
	background-color:#111;
	background-position:center;
	margin-top:1em;
	font-family:OpenSans,Helvetica,sans-serif;
	position:relative;
	z-index:999;
}
.media iframe{
	width:100%;
	border-width:0;
	border-style:none;
}
.media #page{
	margin:0 auto;
	width:98%;
	max-width:1135px;
}
.media .yt_holder{
	padding:0;
	float:none;
	border-left-color:#fff;
	border-right-color:#fff;
	border-top-color:#fff;
	border-style:none;
	border-width:0;
	width:100%;
	margin:0;
}
.media .yt_holder .gallery_wrap{
	float:left;
	position:relative;
	width:41.85%;
	height:100%;
	margin-left:1.3216%;
	background-color:inherit;
	overflow-y:auto;
	overflow-x:hidden;
}
.media #ytvideo{
	float:left;
	width:56.39%;
	height:100%;
}
.media #ytvideo iframe{
	height:100%;
}
.media ul.naicvideo{
	list-style-type:none;
	list-style-image:none;
	background-color:#000;
	width:95%;
	height:auto;
}
.media ul.naicvideo li{
	float:left;
	border-top:1px solid #222;
	margin:0;
	background-color:#000;
	clear:both;
	height:auto;
	width:100%;
	padding:2px;
}
.media ul.naicvideo li img{
	padding-right:8px;
}
.media ul.naicvideo li a{
	text-decoration:none;
	color:#FFF;
	font-weight:400;
	padding:0;
	clear:left;
	border:none;
	outline:none;
	font-size:1em;
}
.media ul.naicvideo li a:hover{
	text-decoration:underline;
	color:#B0701F;
}
.media .currentvideo{
	background-color:#222!important;
}
.media .phone_show{
	display:none;
}
@media only screen and (max-width: 700px){
	.media .phone_show{
		display:block;
	}
	.media .yt_holder .gallery_wrap{
		float:none;
		position:inline;
		width:95%;
		height:250px;
		margin-left:auto;
		margin-right:auto;
	}
	.media #ytvideo{
		float:none;
		width:95%;
		height:100%;
		margin:auto;
	}
	.media ul.naicvideo{
		width:100%;
		padding-left:0;
	}
}
#featured{
	width:63%;
}
div.features{
	width:50%;
}
#special_section{
	width:63%;
}
#underline{
	width:63%;
}
.special_sub{
	padding-top:.8em;
	font-size:1.2em;
	width:95%;
	margin:auto;
}
.special_sub img{
	width:100%;
}
.quick_links li{
	font-size:1em;
}
.disbanded{
	color:#000;
	font-style:italic;
	font-weight:600;
}
p.one_deep{
	margin-left:2em;
}
p.two_deep{
	margin-left:4em;
}
