@charset "utf-8";


/* Normalizes margin, padding */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; font-weight: normal; }

/* Removes list-style from lists */
#menu ol,ul,li { list-style : none; margin : 0; padding : 0; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and images */
fieldset,images { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/*Removes underline and color from links*/
a { color: inherit; text-decoration: none; outline:none; }

body {
  font: 12px/18px "Arial", Verdana, sans-serif;
	color: #333;
	background: #00326e url('images/main-bg.png') no-repeat 50% 33px;
}

p {
  margin: 9px 0;
}

a {
  color: #ab1d1d;
}

a:hover {
  text-decoration: underline;
}

#top {
  width: 100%;
  height: 33px;
  background-color: #007eb4;
	text-align:right;
}

#top #con {
	width:850px;
	margin:auto;
	padding-top:6px;
}

#top #con * {
	vertical-align:middle;
}

#container {
  width: 839px;
  margin: 130px auto 0 auto;
  padding-top: 4px;
  background: #fff url('images/container-bg.png') repeat-x top left;
  position: relative;
}

#header {
  position: relative;
}
 
#logo h1 a {
	background: url('images/logo.png') no-repeat top left;
	text-indent: -9999px;
	height: 78px;
	width: 413px;
	display: block;
	border: 0;
	position: absolute;
	top: -93px;
	left: 7px;
	z-index: 100;
}

ul#menu {
  background: url('images/menu-bg.png') repeat-x top left;
	height:35px;
	width: 550px;
}

ul#menu li {
	float: left;
}

ul#menu li a {
  font: 16px/24px "Arial", Verdana, sans-serif;
  color: #333;
	display: block;
	height: 19px;
  margin: 4px 12px 0 12px;
  padding: 3px 12px 9px 12px;
}

ul#menu li a:hover {
  background: #333;
  color: #000;
  text-decoration: none;
}

/* color was #000  */

#nav ul {
  background: url('images/menu-bg.png') repeat-x top left;
	height:25px;
	width: 550px;
	border
}

#nav ul li {
	float: left;
	border:0;
}

#nav ul li a {
  font: 12px/18px "Lucida Grande", Verdana, sans-serif;
  font-weight:bold;
  color: #333;
	display: block;
	height: 19px;
  margin: 4px 12px 0 12px;
  padding: 3px 12px 9px 12px;
}


/*   font: 16px/24px "Arial", Verdana, sans-serif;  */
/*     font: 10px Verdana, sans-serif;   */

#nav ul li:hover {
  background: #1E90FF;
  color: #000;
  text-decoration: none;
}

#nav ul li a:hover {
  color: #000;
  text-decoration: none;
}

#image {
  margin: 5px 0 10px 5px;
  padding-bottom: 5px;
}

#video {
  position: absolute;
  top: -80px;
  right: 10px;
}

  #video h2 {
    text-indent: -9999px;
    background: url('images/h2-tv.png') no-repeat top left;
    float: right;
    height: 11px;
    width: 113px;
    margin-bottom: 5px;
  }

#content-wrap {
  background: #7892b2 url('images/content-bg.png') repeat-x top left;
  float: left;
  width: 839px;
  padding-bottom: 10px;
}

#content {
  float: left;
  width: 540px;
  padding-left: 10px;
}

#sidebar {
  float: right;
  margin: 0 10px 0 15px;
  width: 264px;
  padding-top: 10px;
  font-size: 11px;
  line-height: 16px;
}

  #sidebar p {
    margin: 8px 0;
  }

#footer {
  clear: both;
  width: 100%;
  background: #010a2a;
}

#content h2 {
  font-size: 18px;
  line-height: 18px;
  padding: 8px;
  margin-top: 10px;
  background: #c0cddb;
  color:#010a2a;
  font-weight: bold;
}

#sidebar h3 {
  font: bold 14px/18px "Lucida Grande", Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #204c80;
}

.post {
  margin: 15px 0;
}

.post-header {
  color:  #010a2a;
}

.post-title a {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color:  #010a2a;
}

.post-time {
  margin: 0;
  color: #204c80;
}

.post-content {
  background: #dee4ec;
  padding: 2px 8px;
  margin: 5px 0;
}

.section {
  margin: 15px 0;
  border-bottom: 1px solid #c0cddb;
}

#twitter a {
  color: #454545;
}

#twitter h3 a {
  color: #204c80;
}

#image_flicker {	text-align:left;width:546px;}
#image_flicker img { border: 0; }

#image_flicker span {
	margin:0;
	padding:10px 0px 10px 0px;
	background:url(images/bg-image.png);
	position:absolute;
	bottom:5px;
	color: #fff;
	text-decoration: none;
	width:546px;
text-align:center;
}

#image_flicker img {display:block; margin:auto}
#image_flicker a {text-decoration:none}

a img {
border:0;
padding:0;
margin:0;
}