@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #24201F;
	margin: 10px;
	padding: 10px;
	background-image: url(elements/grad_main.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

h1 {
	font-size: 22px;
	color: #565B5F;
	text-transform: lowercase;
	font-weight: 400;
}
h2 {
	font-size: 24px;
	color: #786777;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CE0000;
}
a {
	text-decoration: none;
	-webkit-transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	transition: all 200ms cubic-bezier(.5, 0, .5, 1);
}
a:link, a:visited{
	color: #4B5D8B;
}
a:hover, a:visited:hover {
	color: #000;
	text-decoration: underline;
}
ul, ol {
	padding: 0;
	margin: .125em 0 .5em 2em; 
}
ul.clear {
	list-style: none;
}
li {
	list-style-position: outside;
	padding-bottom: 1em;
}
li:last-child{
	padding-bottom: 0;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 1px;
}
.grad_box {
	background-image: url(elements/grad_box.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #363533;
}
.tv_box {
	border: 2px solid #565B5F;
	background-color: #1C1C1C;
}

.border {
	border: 1px solid #363533;
}
.border2 {
	border: 1px solid #000;
}
.borderred {
	border: 1px solid #E92D25;
}

#fullwidth {
	width: 850px;
	margin: auto;
}
.header {
	color: #FFF;
	background-color: #000;
}
.subheader {
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #BBBBBB;
	padding: 4px;
	font-size: 16px;
}
.footer {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 24px;
}


.main {
	background-color: #EBE7E4;
	color: #000;
	font-size: 14px;
}
.main  a, .main a:link, .main a:visited {
	text-decoration: underline;
	color: #4B5D8B;
	font-weight: bold;
}
.main a:hover, .main a:visited:hover {
	color: #4B5D8B;
	text-decoration: none;
	font-weight: bold;
}

.page {
	text-align: left;
	padding: 16px 24px;
	background-color: #000;
}
.home.page {
	padding: 0;
	color: #9CA4A6;
}
.media.page {
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}
.media.page > div {
	display: table-cell;
	vertical-align: top;
	padding: 16px;
}
.media.page > div:first-child {
	padding-right: 16px;
	width: 160px;
	text-align: center;
}

.page a, .page a:link, .page a:visited {
	color: #2353A7;
	text-decoration: none;
}
.page a:hover, .page a:visited:hover {
	color: #98B2DA;
}

.darkback  {
	background-color: #1D5377;
}
.darklink {
	color: #9CA4A6;
}
.darklink  a, .darklink  a:link, .darklink a:visited {
	color: #2353A7;
	text-decoration: none;
}
.darklink a:hover, .darklink a:visited:hover {
	color: #98B2DA;
	text-decoration: none;
}
.darklink   img {
	border-color: #2353A7;
}
.darklink   a:hover   img {
	border-color: #98B2DA;
}
.lightback  {
	background-color: #24201F;
}


.lightlink {
	color: #FFF;
}
.lightlink a, .lightlink a:link, .lightlink a:visited {
	color: #2353A7;
	text-decoration: none;
}
.lightlink a:hover, .lightlink a:visited:hover {
	color: #98B2DA;
	text-decoration: none;
}
.blackback  {
	background-color: #000;
}
.blacklink {
	color: #FFF;
}

.blacklink a, .blacklink a:link, .blacklink a:visited {
	text-decoration: none;
	color: #565B5F;
}
.blacklink a:hover, .blacklink a:visited:hover {
	color: #9CA4A6;
	text-decoration: none;
}
.nav_on, .nav{
	color: #FFF;
	display: block;
	text-align: center;
	font-size: 11px;
}
.nav_on a, .nav a {
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
.nav_on a, .nav_on a:link, .nav_on a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #1D5377;
}
.nav_on a:hover, .nav_on a:visited:hover {
	color: #FFF;
	text-decoration: none;
}
.nav a, .nav a:link, .nav a:visited{
	color: #9CA4A6;
	text-decoration: none;
	display: block;
}
.nav a:hover, .nav a:visited:hover {
	color: #2353A7;
	text-decoration: none;
}

.mediabar {
	text-align: right;
	font-size: 12px;
	width: 100%;
	height: 224px;
	display: table;
	background-image:url(elements/grad_medianav.jpg);
	margin-top: 20px;
}
.mediabar a{
	padding: 8px 8px 8px 0;
	display: block;
}
.medialogos {
	background-image: url(elements/grad_logos.jpg);
}
footer h4 {
	padding-left: 45px;
	margin-top: 24px;
}
.whitelink a, .whitelink a:link, .whitelink a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;	
}
.whitelink a:hover, .whitelink a:visited:hover {
	color: #2353A7;
	text-decoration: none;
}
.whitelink_on a, .whitelink_on a:link, .whitelink_on a:visited{
	color: #FFF;
	text-decoration: none;
	display: block;
}
.whitelink_on a:hover, .whitelink_on a:visited:hover {
	color: #FFF;
	text-decoration: none;
}

.title {
	font-size: 24px;
}
.big {
	font-size: 18px;
}
.big2 {
	font-size: 15px;
}
.tagline {
	font-size: 13px;
}
.light1 {
	color: #9CA4A6;
}
.light2 {
	color: #2353A7;
}
.light3 {
	color: #98B2DA;
}
.dark1 {
	color: #565B5F;
}
.dark2 {
	color: #153146;
}

.notice {
	font-size: 16px;
}
.normal {
	font-size: 14px;
}
.list {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.small2 {
	font-size: 11px;
}

.tiny {
	font-size: 10px;
}
.pad {
	padding: 8px;
}
.pad2 {
	padding: 6px;
}
.colpad {
	padding-bottom: 12px;
}

.bar1 {
	font-size: 14px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #786777;
}
.bar2 {
	background-image: url(elements/grad2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 14px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #DD3F00;
}
.bar3 {
	font-size: 14px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #998979;
	background-image: url(elements/grad3.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
strong {
	font-weight: bold;
}
.formnorm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}

.formlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 1px;
}
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.indent {
	padding-left: 24px;
}
.articlelist {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 1em 0;
}
.articlelist > div{
	padding-top: .5em;
}
.articlelist .content {
	font-size: .9em;
}
.docside {
	text-align: center;
}
.articlelist .docside img {
	max-width: 150px;
}
.articlelist img.photothumb, #media img {
	box-shadow: 2px 2px 4px #000;
}
.articlelist .more {
	margin-top: .4em;
}
#media {
	margin: .4em auto;
	text-align: center;
}
.navigation {
	text-align: right;
	font-size: .9em;
	opacity: .9;
	margin: .5em 0;
}
.fullarticle {
	position: relative;
}
.fullarticle h3 {
	color: #000;
	font-size: 1.12em;
	margin-top: .82em;
}	
.articlelist h3 {
	font-size: 1.3em;
}
.articlelist h3 a{
	padding: 0;
}
.articlelist h4, .fullarticle h4{
	color: #7E1519;
	font-weight: 600;
	font-size: 1.05em;
	margin-bottom: .6em;
}
.articlelist h5, .fullarticle h5, .fullarticle h6 {
	padding: .5em 0 0 .5em;
	margin: 0;
	font-size: .8em;
	color: #7E90A6;
}
.articlelist h5 + div, .fullarticle h5 + div, .fullarticle h6 + div {
	padding-top: .5em;
}
.fullarticle .date{
	padding: .8em 0;
}
.fullarticle .image {
	margin: 1em .5em .5em;
	width: auto;
}	
.fullarticle img {
	width: 100%;
	height: auto;
}
.fullarticle .author {
	padding: 0 0 .4em;
	color: #7E90A6;
}

.photoshell {
	margin: .5em auto;
	text-align: center;
}
.caption {
	display: block;
	font-size: .9em;
	line-height: 1em;
	margin-top: .3em;
 	color: #B4AE98;
}
.photoshow {
	margin-top: 4px;
}
.photoshow > div {
	margin-bottom: 4px;
}
.thumbphotos {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	padding: 1%;
	font-size: .9em;
	line-height: 1.1em;
}
.thumbphotos img {
	border: 1px solid;
}
.fullphoto, .photodata, .thumbphotos h3 {
	box-sizing: border-box;
	padding: 6px;
	text-align: center;
}
.photodata hr {
	width: 200px;
	margin: .5em auto;
}
.fullphoto img {
	width: 100%;
	height: auto;
}
ul.blueline {
	display: table;
	list-style: none;
	margin: 16px;
}
ul.blueline li:not(:last-child) {
	border-bottom: 1px solid #2F7EA7;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
	.articlelist > div{
		display: table-cell;
		vertical-align: top;
	}
	.articlelist.withphoto .docside {
		padding-right: 1em;
		width: 150px;
	}
	.fullarticle .image {
		float: right;
		width: 35%;
	}	
