@charset "UTF-8";
/* CSS Document */

body {
	background:#003010 url(bg.jpg) no-repeat center top;
	margin:0;
	padding:0;
	font-size:14px;
	font-family:'PT Sans', Arial, Helvetica, sans-serif;
	color:#fff;
}
.sweep {
	clear:both;
}
#header-wrapper {
	background:url(header-bg.png) repeat-x top;
	height:100px;
	width:100%;
}
#header {
	width:940px;
	margin:auto;
}

#header #logo {
	position:relative;
	left:0;
	top:30px;
	width:500px;
	float:left;
}
#header #search {
	float:right;
	width:300px;
	text-align:right;
}
#header #search .searchinput {
	background:url(search.png) no-repeat center;
	height:27px;
	width:162px;
	border:0;
	top:12px;
	position:relative;
	padding:0 0 0 15px;
	color:white;
	line-height: 27px;
}
#header #search .searchsubmit {
	background:none;
	border:0;
	top:14px;
	left:-25px;
	position:relative;
}
#nav {
	width:940px;
	margin:auto;
	clear:both;
	height:20px;
	padding:30px 0 10px 0;
}
#nav .menu {padding-top:3px;}
#nav ul {
	margin:0;
	padding:0;
}
#nav ul li {
	display:inline;
	list-style:none;
	padding:0 15px 0 15px 0;
}
#nav ul li a {
	font-style:italic;
	font-weight:bold; 
	color:#fff;
	font-size:12px !important;
	text-decoration:none;
	
	padding:0 15px 0 15px;
	display:inline;
	font-stretch: normal !important;
	font-family:'PT Sans',Arial,Helvetica,sans-serif;
}
#nav ul li a:hover {
	text-decoration:underline;
}
#nav ul li:first-child a {
	padding-left:0;
}
#nav ul li:last-child a {
	padding-right:0;
}
#nav #social {
	height:50px;
	width:150px;
	float:right;
	text-align:right;
	position:relative;
	z-index:10;
	top:-20px;
}
#nav #social div.network-button {
	width:100px;
	display:inline;
}
	#facebook {
		position:relative;
		top:-3px;
	}

/* ---- */
#main-content {
	width:950px;
	margin:auto;
	padding:0 0 10px 0;
	position:relative;
	top:-10px;
}
#left-col {
	width:545px;
	margin:0 20px 0 0;
	color:#fff;
	float:left;
}

#left-col div.page-cont {
	background:#fff;
	border-radius:5px;
	color: #7c7c7c;
	padding:20px;
	box-shadow:2px 2px 5px #808080 !important;
}

#left-col h1.page-title {
	font-size: 37px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin:32px 0 20px 4px;
	padding:0;
}


h1{
    background: url("homepage-banner.png") no-repeat scroll left center transparent;
    font-size: 30px;
    height: 80px;
    line-height: 1.2;
    padding-left: 150px;
    padding-right: 45px;
}

#left-col .page-cont h2{
	font-size: 22px;
	color: #094e98;
	padding: 0;
	margin:0 0 15px 0;
	font-weight: bold; 
}

#left-col .page-cont h3{
	font-size: 16px;
	color: #4c4b4b;
	text-transform: uppercase;
	margin:10px 0 15px 0;
	padding:0;
}

#left-col p.page-counter{
	text-align: center;
	color: #fff;
	text-size: 12px;
}

#left-col p.page-counter span{
	text-align: center;
	color: #6dcff6;
	text-size: 12px;
}

#left-col p.page-counter a{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

#left-col p.page-counter a:hover{
	text-decoration: underline;
}

#left-col div.blog-post{
	background:white;
	border-radius:5px;
	font-size: 14px;
	color: #7c7c7c;
	padding: 10px 10px;
	width: 610px;
	margin-bottom: 30px;
	position: relative;
}

#left-col div.blog-post h2 a, #left-col div.blog-post h2 {
	font-size: 22px;
	color: #094e98;
	padding:0;
	margin:0 0 -3px 0;
	text-decoration: none;
	width:530px;
} 
#left-col div.blog-post h2 a:hover {
	font-style: normal;
	text-decoration: underline;
}
#left-col div.blog-post p{
	margin: 10px 0 5px 0;
}

#left-col div.blog-post div.blog-image img {
	float:left;
	margin-right: 15px;
	position: relative;	
}

#left-col div.blog-date{
	top: -6px;
	right: 15px;
	background:url(blog-date-back.png) no-repeat;
	color: #fff;
	float: left;
	position: absolute;
	width: 75px;
	height: 60px;
	text-align: center;
}

#left-col div.blog-date p.month{
	margin: 2px 0 5px 0;
	font-size: 16px;
	font-weight: bold;
}

#left-col div.blog-date p.day{
	margin: 0 0 2px 0;
	font-size: 29px;
	font-weight: bold;
}

#right-col {
	width:375px;
	float:right;
}
#right-col div.widget {
	border-radius:5px;
	background:url(60opacity.png);
	padding:15px;
	margin:0 0 10px 0;
}
#right-col div.widget ul {
	margin:0 0 0 18px;
	padding:0;
}
#right-col div.widget ul li {
	list-style:url(blue-arrow.gif);
	margin:0 0 10px 0;
}
#right-col div.widget ul li a {
	color:#fff;
	text-decoration:none;
}
#right-col div.widget ul li a:hover {
	color:#fff;
	text-decoration: underline;
	font-style: normal;
}
#right-col div.widget img.thumbnail-preview {
	float:left;
	margin:0 10px 0 0;
	position: relative;	
}
#right-col div.widget h2.widgettitle.custom {
	top:20px;
	position: relative;
	font-weight: bold;
}

#right-col div.widget.sidebar-featured {
	background:url("sidebar-box-blue.png") repeat-x scroll center top #073C80;
	box-shadow:2px 2px 5px #808080 !important;
}

#right-col div.widget.sidebar-featured img.thumbnail-sidebar-featured {
	float:left;
	margin:0 10px 0 0;
}

#right-col div.widget.sidebar-featured h2.sidebar-featured{
/*	margin-bottom: 0px;
	font-size: 22px;
	font-weight: bold;
	text-align:left;
	float:left;*/
	margin-bottom: 7px;
    margin-top: 0;
} 

#right-col div.widget.sidebar-featured p{
	font-size:12px;
	line-height:17px;
	margin:5px 0 10px 0;
}

#right-col div.widget img.play {
	/*margin: 5px 0 15px 0;
	float:left;*/
}

#right-col div.widget img.play2 {

}

#footer-wrapper {
	background:#000;
	border-top:3px solid #0a57a4;
	width:100%;         
 
}
#footer {
	margin:auto;
	width:940px;
}

#footer a{
	border: none;
} 
#footer #tweet {
	background:url(tweet.png) no-repeat center top;
	width:565px;
	height:83px;
	margin:15px 0 15px 0;
	float:right;
	text-align:left;
} 
#footer #tweet .pad2 {
	position:relative;
	top:16px;
	left:105px;
	width:445px;
}
#footer #footer-details {
	float:left;
	width:;
	margin:15px 0;
}
			.footer-social {
				margin:0 0 0 10px;
				position:relative;
				top:-15px;
			}
/* ---- */
p {
	font-size:14px;
	line-height:19px;
	margin:10px 0 15px 0;
}
#tweet p {
	color:#919090;
	margin:0;
}
h2.widgettitle { 
    color: #208DC5;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 10px;
}

h2.italic-headline{
	font-style:italic;
}

h3 {
	font-size:16px;
	font-style:italic;
	margin:0;
	padding:0;
}
a {
	color:#5ba5bc;
	text-decoration:underline;
	border: hidden;
}

img{
	border: hidden;
}
a:hover {
	font-style:italic;
	text-decoration:underline;
}
#right-col div.widget ul li {
	font-size:12px;
	font-weight:normal;
}
#right-col div.widget ul.special {
	margin:-5px 0 0 10px;
}
#right-col div.widget ul.special li {
	font-size:14px;
	font-weight:normal;
	margin: 0 0 5px 10px;
	list-style:url(blue-arrow.gif) inside;
}
#right-col div.widget span {
	position: relative;
	top:-8px;
	padding:0 10px 0 5px;
}
#right-col div.widget .play2 {
	position: relative;
	top:4px;
}
#right-col div.widget .star {
	position: relative;
	margin-left: 5px;
}
#footer-details p, #footer-details a {
	color:#fff;
	text-decoration:none;
	margin:0;
	padding:0;
}
#footer-details a:hover {
	font-style:normal;
	text-decoration:underline;
}
.deep-blue {
	color:#094e98;
}
div.widget.newsletter {
	padding-bottom: 20px;
}
input[type='text'].newsletter-input{
	height: 20px;
	width: 180px;
	color: #6d6c6c;
	font-size: 12px;
	background: url(newsletter-input.png) no-repeat top left;
	border: none;
	padding:0 10px 10px 5px;
	line-height: 25px;
}
input.newsletter-submit {
	position: relative;
	left:175px;
	top:-29px
}
.meta {
text-transform: uppercase;
padding:0 !important;
margin:-1px 0 0px 0 !important;
font-size:12px;
color:#9f9f9f;
letter-spacing: 1px;
}
.meta a {
color:#094e98;
text-decoration: none;
}
.meta a:hover {
text-decoration: underline;
font-style: normal;
}
p.meta.single {
	padding-bottom: 20px !important;
}
.the-content {
padding: 5px 5px 5px 0;
width: 390px;
float:right;
}
.the-content.single {
padding: 15px;
width: auto;
float:none;
}
.the-content.single img {
	margin:10px;
}
.the-content.single img.alignnone {
	margin:10px 0 10px 0;	
}

#comments-template {
	padding-top:10px;
	margin-top:20px;
	border-top:1px solid #e1e1e1;
}
#comments-template h3 {
	padding-bottom: 10px;
}
#comments-template ol {
	margin:0;
	padding:0;
	list-style: none;
}
#comments-template label {
	font-size: 16px;
	font-weight: bold;
	color: #094e98;
	padding:0 10px 10px 0;
}
#comments-template input, #comments-template textarea {
	border:1px solid #e1e1e1;
	border-radius:5px;
	font-size: 14px;
	color:#000;
	padding:10px;
}
li.comment {
	border-radius:5px;
	background:#f9f9f9;
	padding:10px;
	border:1px dashed #e1e1e1;
	margin:0 0 15px 0;
}
div.reply {
	text-align: right;
	padding-right:10px;
	font-weight: bold;
}
ul.children li {
	list-style: none;
	background:#fff;
	margin-top:10px;
	margin-bottom: 0;
}
li.comment .comment-body {
	padding:15px 0 15px 0;
}
.comment-author img {
	float:left;
	margin:0 10px 0 0;
}
#respond {
	border-top:1px solid #e1e1e1;
	padding:10px 0 0 0;
	margin:20px 0 0 0;
}
#comment {
display: block;
width:550px;
}
.form-allowed-tags {
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
}
.widget h3 {
	margin:20px 0 0 0;
}

.attachment-post-thumbnail {float:left; margin:0 10px 10px 0;}

/* WORDPRESS STYLES FROM STARKERS/TWENTYTEN */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */












#header #logo img{
border:none;
}




/********************geo********************/

.cont{
    background: url("bg-1.png") no-repeat scroll 0 0 transparent;
    color: gray;
    height: 85px;
    padding: 10px;
}

.cont div{
	float:left;
}

.cont .logo img{
border:none; 
margin:29px 5px 10px 10px;
}

.cont .brand{
    width: 180px;
}	

.cont .brand a{
	color:#094D97;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

.cont .brand p{
    margin: 0;
}

.cont .list{
    margin-right: 5px;
    width: 140px;
}

.cont .list h2{
    color: black;
    font-size: 13px;
    margin: 0 0 8px;
}

.cont .list ul{
	margin:0;
	padding:0;
}
 
.cont .list ul li{
    background: url("blue-arrow.gif") no-repeat scroll left 2px transparent;
    font-size: 11px;
    list-style: none outside none;
    margin-bottom: 2px;
    padding: 0 0 0 13px;
} 

.clear{
	clear:both;
	float:none !important; 
}
 
.vosot{
	width:105px;
}

.vosot p{
	background:url(star.jpg) no-repeat;
	padding-left:40px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:2px;
}

.vosot a{
	background:url("blueBtn.jpg") no-repeat scroll 0 0 transparent;
	display:block;
	height:30px;
	margin:0 auto;
	text-indent:-9999px;
	width:100px;
}

#story22{
font-weight:noraml;
} 

#story22 p{
    font-size: 12px;
    line-height: 1.5;
}


