html{height:100%;}
body{
	margin:0;
	color:#000;
	font:11px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	background:#000051 url(../images/bg-body.jpg) repeat-x;
	height:100%;
}
strong, em, b, i{font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;}
img{border-style:none;} 
a{text-decoration:none;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper{
	display:table;
	width:100%;
	height:100%;
}
/* page */
#page {
	width:992px;
	overflow:hidden;
	position:relative;
	display: table-row;
}
/* logo */
#page h1.logo{
  float: left;
  margin: 0px 16px 0px 0px;
}
#page h1.logo a{
	display:block;
	width:279px;
	height:52px;
	text-indent: -9999px;
	background:url(../images/logo.gif) no-repeat;
}
.seo-holder {
	width: 100%;
	position: relative;
	overflow: hidden;
}
/* header */
#header{
	width:992px;
	height:100px;
  margin: 59px 0px 0px 39px;
}
/* main menu  */
.menu{
	margin:0;
	padding:0;
	list-style:none;
}
.menu li{
	float:left;
	margin:0 10px 3px 0;
	font-weight:bold;
	line-height:16px;
}
.menu li a{
	color:#ccc;
	float:left;
	padding:1px 7px 2px;
}
.menu li.active a, .menu li a:hover{
	text-decoration:none;
	border:1px solid #fff;
	padding:0 6px 1px;
	color:#fff;
}
/* content */
#content{
	width:992px;
	overflow:hidden;
	margin: 0;
}
#content .title{
	width:405px;
	overflow:hidden;
	padding:0 0 0 340px;
}
#content .title h2{
	color:#33ff33;
	font-size:11px;
	line-height:15px;
	margin:0 0 1px;
	text-transform:uppercase;
}
#content .title h2 a{color:#33ff33;}
#content .title h3{
	font-size:23px;
	line-height:28px;
	margin:0 0 9px;
	color:#f2f2f2;
	font-weight:normal;
}
#content .title h3 span{color:#f90;}
#content .title h3 a{color:#f2f2f2;}
#content .title h4{
	font-size:12px;
	line-height:16px;
	color:#f93;
	margin:0 0 22px;
	text-transform:uppercase;
}
#content .title a{color:#f93;}
#content .content-holder{
	width:100%;
	overflow:hidden;
}
/* heading */
#content .heading{
	width:585px;
	overflow:hidden;
	margin:0 0 0 340px;
}
#content .heading p{
	margin:0 0 32px;
	font-size:18px;
	color:#f2f2f2;
	line-height:27px;
}

#content .heading p a{color:#f90;}
/* headline */
.headline{
	width:633px;
	overflow:hidden;
	margin:0 0 0 120px;
}

.headline .headline-list{
	width:185px;
	float:right;
	border-top:1px solid #fff;
	margin:8px 0 0;
	padding:11px 0 0;
}
.headline .headline-list .date{
	display:block;
	margin:0 0 19px;
	font-style:normal;
	color:#ccc;
	font-weight:bold;
}
.headline .headline-list ul{
	margin:0;
	padding:0;
	list-style:none;
}
.headline .headline-list ul li{
	vertical-align:top;
	font-weight:bold;
	line-height:18px;
	margin:0 0 18px;
}
.headline .headline-list ul li a{color:#f90;}
#content .main{
	/*width:745px;*/
	float:left;
}
/* flash */
.headline .flash{
	float:left;
	width:429px;
}
/* content-box */
.main .content-box{
	float:left;
	width:405px;
	margin-right: 20px;
}
.blog #content .main .content-box{
	padding:2px 0 0;
}
/* interior */
.interior h3{
	font-size:23px;
	line-height:28px;
	color:#f2f2f2;
	font-weight:normal;
	margin:0 0 25px;
}
.interior h3 span{color:#f90;}
.interior h3 a{color:#f2f2f2;}
.interior p{
	margin:0 0 25px;
	font-size:14px;
	line-height:22px;
	color:#fff;
}
.interior p a{color:#f93;}
.interior h2{
	font-size:12px;
	color:#f93;
	margin:0 0 2px;
}
.interior h2 a{color:#f93;}
.interior .img-holder{
	width:100%;
	overflow:hidden;
	margin:0 0 16px;
}
.interior .img-holder img{display:block;}
/* sidebar */
.main .sidebar{
	width:182px;
	float:left;
	margin-right: 20px;
	padding:0 0 0 138px;
}
.main .sidebar h3{
	font-size:18px;
	line-height:30px;
	font-weight:normal;
	color:#fff;
	margin:0 0 5px;
}
.main .sidebar h3 a{color:#fff;}
.main .sidebar h3 span{color:#3c0;}
/* sidemenu */
.sidebar .sidemenu{
	width:100%;
	overflow:hidden;
}
.sidemenu ul{
	margin:2px 0 0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.sidemenu ul li{
	vertical-align:top;
	font-weight:bold;
	line-height:16px;
	width:100%;
	overflow:hidden;
	margin:0 0 7px;
}
.sidemenu ul li a{
	color:#ccc;
	padding:1px 7px 2px;
	display:block;
}
.sidemenu ul li a:hover, .sidemenu ul li.active a{
	text-decoration:none;
	padding:0 6px 1px;
	border:1px solid #fff;
	color:#fff;
}
/* column */
#content .column{
	width:223px;
	float:right;
}
/* call out box */
.column .call-out{
	border:1px solid #fff;
	padding:2px;
	width:181px;
	margin:6px 0 0;
}
.column .call-out .call-out-holder{
	background:#00073a;
	height:1%;
	overflow:hidden;
	padding:30px 25px;
}
.column .call-out p{
	margin:0;
	color:#fff;
	line-height:17px;
	text-align:center;
	font-size: 13px;
	font-weight: bold;
}
/* column img box */
.column .img-box{
	width:176px;
	overflow:hidden;
	padding:2px;
	border:1px solid #fff;
	margin:6px 0 8px;
}
.column .img-box .img-holder{
	height:1%;
	overflow:hidden;
}
.column .img-box .img-holder img{display:block;}
.column .text{
	width:170px;
	padding:0 0 0 6px;
	overflow:hidden;
}
.column .text p{
	margin:0 0 5px;
	font-size:12px;
	line-height:22px;
	color:#fff;
}
/* footer */
#footer{
	width:100%;
	overflow:hidden;
	background:#00073a;
	display: table-row;
}
#footer .footer-holder{
	width:678px;
	overflow:hidden;
	margin:0 0 0 340px;
	padding:62px 0 0;
}
/* footer-box */
#footer .footer-holder .footer-box{
	width:180px;
	margin:0 46px 0 0;
	float:left;
}
.footer-box ul{
	margin:0;
	padding:13px 0 19px;
	list-style:none;
	border-top:2px solid #666983;
}
.footer-box ul li{
	vertical-align:top;
	font-weight:bold;
	line-height:13px;
	margin:0 0 13px;
}
.footer-box ul li a{color:#666;}
.footer-box ul li a:hover, .footer-box ul li.active a{
	color:#fff;
	text-decoration:none;
}
/* copyright */
.footer-box .copy{
	border-top:2px solid #666983;
	color:#666;
	font-weight:bold;
	line-height:13px;
	padding:13px 0 0;
}
.footer-box .copy a{color:#666;}
.footer-box .copy a:hover, .footer-box .copy a.active{
	color:#fff;
	text-decoration:none;
}
/* categories */
#content .categories{
	width:100%;
	overflow:hidden;
}
/* category-box */
#content .categories .category-box{
	width:100%;
	overflow:hidden;
	margin:0 0 58px;
}
.category-box h2{
	color:#33ff33;
	font-size:11px;
	line-height:15px;
	margin:0 0 1px;
	text-transform:uppercase;
}
.category-box h2 a{color:#33ff33;}
.category-box h3{
	font-size:23px;
	line-height:28px;
	margin:0 0 9px;
	color:#f2f2f2;
	font-weight:normal;
}
.category-box h3 a{color:#f2f2f2;}
.category-box p{
	font-size:12px;
	line-height:22px;
	color:#fff;
	margin:0 0 16px;
}
.category-box p a{color:#f93;}
.category-box h4{
	font-size:12px;
	color:#f93;
	margin:0 0 3px;
	padding:8px 0 0;
}
/* category data */
.category-box .data{
	width:100%;
	overflow:hidden;
	border:solid #7f86b0;
	border-width:2px 0;
	font-weight:bold;
	padding:1px 0;
}
/* category date */
.category-box .data .date{
	float:left;
	color:#fff;
	font-style:normal;
	line-height:15px;
}
/* category links */
.category-box .data ul{
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
.category-box .data ul li{
	float:left;
	padding:0 0 0 13px;
	color:#fff;
	line-height:15px;
}
.category-box .data ul a{color:#f93;}
.category-box .data ul li:first-child{padding:0;}
.category-box .data .permalink{
	float:left;
	color:#f93;
	margin:0 0 0 37px;
	display:inline;
}
/* topics menu */
.topics{
	width:202px;
	overflow:hidden;
	margin:0 0 14px 10px;
}
.topics h3{
	margin:0 0 4px 5px;
	font-size:18px;
	line-height:30px;
	color:#f2f2f2;
	font-weight:normal;
}
.topics h3 a{color:#f2f2f2;}
.topics ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.topics ul li{
	vertical-align:top;
	font-weight:bold;
	margin:0 0 4px;
	line-height:14px;
	width:100%;
	overflow:hidden;
}
.topics ul li a{
	color:#f93;
	display:block;
	padding:5px;
}
.topics ul li a:hover, .topics ul li.active a{
	text-decoration:none;
	border:1px solid #fff;
	padding:4px;
	color:#fff;
}
/* search-box */
.search-box{
	width:194px;
	overflow:hidden;
	padding:3px;
	border:1px solid #fff;
	margin:10px 0 40px 6px;
}
.search-box .search-holder{
	height:1%;
	overflow:hidden;
	padding:5px 4px 45px;
	background:#00073a;
}
.search-box label{
	display:block;
	color:#fff;
	text-transform:uppercase;
	margin:0 0 10px;
}
.search-box .search{
	width:100%;
	overflow:hidden;
}
.search-box .text{
	float:left;
	width:142px;
	border:0;
	margin:0;
	padding:2px 3px 3px;
}
.search-box #search{
	float:right;
	width:26px;
	height:22px;
	font-size:11px;
	line-height:18px;
	padding:0 0 2px;
	border:0;
	background:none;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}
.post #content{margin-bottom:90px;}
.post #content .category-box{margin:0 0 21px;}
.post #content .content-box{padding:2px 0 0;}
/* comments */
.comments{
	width:100%;
	overflow:hidden;
	margin:0 0 6px;
}
.comments .comment-box{
	width:100%;
	overflow:hidden;
	margin:0 0 27px;
}
.comments h4{
	font-size:12px;
	color:#f93;
	margin:0 0 28px;
	text-transform:uppercase;
}
.comments .comment-box p{
	margin:0 0 4px 32px;
	color:#3c0;
	font-size:12px;
	line-height:24px;
}
.comments .comment-box dl{
	width:100%;
	overflow:hidden;
	font-size:12px;
	color:#fff;
	margin:0;
	padding:0;
}
.comments .comment-box dl dt{
	float:left;
	font-style:italic;
}
.comments .comment-box dl dd{
	float:left;
	margin:0 16px 0 2px;
	display:inline;
}
/* message */
.message{
	width:100%;
	overflow:hidden;
}
.message h4{
	font-size:12px;
	color:#f93;
	margin:0 0 7px;
	text-transform:uppercase;
}
.message div{
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
}
.message label{
	font-size:12px;
	line-height:15px;
	color:#fff;
	float:left;
	width:45px;
}
.message .text{
	width:188px;
	float:left;
	border:0;
	padding:2px 3px 1px;
}
.message textarea{
	width:316px;
	height:63px;
	border:0;
	padding:0 3px;
	margin:0 0 0 45px;
	overflow:auto;
}
.message #submit{
	width:95px;
	height:38px;
	float:left;
	margin:0 0 0 44px;
	padding:0;
	cursor:pointer;
	border:0;
	background:#00073a;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
}
.message p{
	font-size:12px;
	line-height:22px;
	color:#fff;
	margin:0 0 0 158px;
}

p.question  {
font-size:14px;
	line-height:22px;
	color:#f90;
	margin:0 0 5px 0;
	}
li.list-title {
	color:#f90;
	}

div.clearfloats
{
  display: block;
  clear: both;
}