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

body
{
margin:0px;
padding:0px;
color:#666666;
font-family:Arial,Helevetica,sans-serif;
font-size:12px;
line-height:1.5em;
text-align:left;
background-color:#000D13;
/*background-image:url(../images/image1.jpg);
background-position:center top;
background-repeat:no-repeat;*/
}

img
{
border:0px;
}
.maincontainer
{
margin:0px auto;
height:100%;
width:990px;
}

h1, h2, h3, h4, h5, h6 {
font-family:"Myriad Pro",Helvetica,Arial,sans-serif;
font-weight:bold;
margin-top:20px;
}

h1, h2, h3, h4, h5, h6 {
color:#666666;
line-height:normal;
margin:0px;
}

h2
{
font-size:18px;
margin-bottom:5px;
}


* {
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:0;
vertical-align:baseline;
}


.header
{
width:100%;
position:relative;
height:280px;
}

.logo
{
float:left;
width:300px;
}

.topmenu
{
width:500px;
float:right;
color:#fff;
font-size:16px;
font-weight:bold;
text-align:right;
margin-top:20px;
}

.topmenu a
{
margin-right:40px;
color:#fff;
text-decoration:none;
}


.content
{
width:100%;
height:100%;
}
.clearit
{
clear:both;
}

.featured_post {
background-color:#fff;
background-image:none;
border-color:#fff;
}


.box {
border-style:solid;
border-width:1px;
float:left;
margin:10px;
padding:10px;
width:200px;
min-height:300px;
}

.box a:hover {
text-decoration:underline;
}

.box a:hover, .box a:active, .box a.active {
color:#292A24;
text-decoration:none;
}

.box a:link, .box a:visited {
color:#222222;
text-decoration:none;
}

.box a {
padding:0 !important;
text-decoration:none;
}

p, ul, ol, table {
margin:0px;

}

ul.rsslinks
{
margin:0px;
padding:0px;
list-style:none;
}

ul.rsslinks li
{
margin:0px;
padding:0px;
list-style:none;
}

ul.rsslinks li a
{
color: #0066CC!important;
text-decoration:underline;
}

.date
{
text-transform:uppercase;
font-size:11px;
}

.footer
{
width:100%;
margin-top:20px;
color:#fff;
font-size:11px;
text-align: center;
margin-bottom:10px;
}

.footer a
{
color:#fff;
text-decoration:none;

}


a.textLinkBlue
{
color:#1F60C2!important;
text-decoration: none;
}

a.textLinkBlue:hover
{
color:#FF3300!important;
text-decoration:underline;
}