html, body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	font-size: 1em;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #154F65;
}
.clearfix {
	clear: both;
}
.innerwrap {}
a:link, a:visited {
	text-decoration: none;
	color: #21556B;
font-weight: bold;
}
a:hover, a:active {
	text-decoration: none;
	color: #d94926;
font-weight: bold;
}
.screen{
	width:100%;
	margin:0 auto;
	padding:0px;
}
.screenleft{
	width:425px;
	height:auto;
	margin:0 auto;
	margin-right: 26px;
	padding:0px;
	
}
.top10{
background: none repeat scroll 0 0 #CE321B;
    border: 1px solid #D5D5D5;
    border-radius: 10px 10px 0 0;
    
border-bottom:none;
    color:#fff;
    font-weight:bold;
 text-shadow: 0 1px 1px #000000;
    font-size: 26px;
    margin: 0;
    padding: 9px;
}
.screenright{
	width:447px;
	height:auto;
	margin:0 auto;
	margin-top: 10px;
	padding:0px;
	
}
.imageborder{
border: 5px solid #FFFFFF; 
box-shadow: 0 0 4px #333333;
}
.imageborder:hover{
border: 5px solid #D94926; 

}

.fbopi{
	opacity:100%;
filter:alpha(opacity=100);
}
.fbopi:hover{
	opacity:0.7;
filter:alpha(opacity=70);
}

.screenwelcome{
	width:154px;
	font-size:36px;
	font-weight:bold;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	background:url('images/stfree.png') no-repeat;
	height:76px;
	text-shadow:2px 0 black, 0 1px black, 4px 0 black, 0 1px black;
	  margin:0px;
	padding-left: 57px; 
	padding-top: 30px;
	}
.screenfree{
	width:169px;
	font-size:36px;
	font-weight:bold;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	background:url('images/stfreefree.png') no-repeat;
	height:58px;
	margin:0px;
	float:left;
	margin-right: 24px;
	padding-top:25px;
	 padding-left: 43px; 
	}
.screenplay{
	width:100%;
	font-size:15px;
	color:#fff;
	height:80px;
	margin:0px;
	padding:0px;
	}
	
.slotcontainer{
    position:relative;
    width:447px;
	border:1px solid #000;
    height:281px;
}
.overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;   
    z-index:100;
}

.overlay:hover{
     background: url(images/imagebg.png) center no-repeat;
	
 }

.alignleft, .attachment-alignleft {
	text-align: left;
	float: left;
}
.alignright, .attachment-alignright {
	text-align: right;
	float: right;
}
.center, .attachment-center {
	margin: 0px auto;
	clear: both;
}

.img img {
   max-width: 100%;
}
.img object, .img embed {
   width: 100%;
}
p img {
	padding: 0;
	max-width: 100%;
}


.bot-icon {
    top: 0;
    clear: both;
	
    left:0px;
    margin-bottom: 0;
    margin-left:0px;
    position: fixed;
    z-index: 100;
	
	
}
.bot-icon2 {
    top: 0;
    clear: both;
    right:0px;
    margin-bottom: 0;
    margin-left: 2px;
	
    position: fixed;
    z-index: 100;
}






img.alignleft, img.attachment-alignleft {
	border: 1px solid #D5D5D5;
	padding: 5px;
	display: inline;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
img.alignright, img.attachment-alignright {
	border: 1px solid #D5D5D5;
	padding: 5px;
	display: inline;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #FFFFFF;
}
img.aligncenter, img.attachment-aligncenter {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
	border: 1px solid #D5D5D5;
	padding: 5px;
	clear: both;
	background-color: #FFFFFF;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 5px;
	border: 1px solid #dddddd;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 1px solid #D5D5D5;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	color: #000000;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	text-shadow: none;
}
pre {
	padding: 10px;
	clear: both;
	width: auto;
	overflow: scroll;
	font-family: "Courier New", "MS Sans Serif", sans-serif, serif;
	color: #000000;
	font-size: 13px;
	line-height: 22px;
	white-space: nowrap;
	border: 1px solid #d5d5d5;
	background-color: #FFFFFF;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	text-shadow: none;
}
em {
	font-style: italic;
}
code {
	font-family: "Courier New", "MS Sans Serif", sans-serif, serif;
	font-size: 1.025em;
}
form {
	margin: 0px;
	padding: 0px;
}
select {
	padding: 1px;
	font-weight: normal;
	width: 94%;
	border: 1px solid #DFDFDF;
	color: #000000;
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	clear: both;
	height: auto;
	display: block;
	font-size: 12px;
}

blockquote p {
	line-height: 22px;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	color: #999999;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999999;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999999;
}
#breadcrumbs {
	clear: both;
	height: auto;
	width: 100%;
	font-size: 9px;
	text-transform: uppercase;
	text-align: left;
	display: block;
	font-weight: bold;
	font-style: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-shadow: 0px 1px 1px #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#breadcrumbs a {
	text-decoration: none;

}
#breadcrumbs a:hover {
	text-decoration: underline;

}
#wrapper {
	padding: 0px;
	height: auto;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container {
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	margin: 0px;
	clear: both;
	height: auto;
	width: 100%;
	padding-top: 1.5em;
	padding-right: 0px;
	padding-bottom: 1.5em;
	padding-left: 0px;
}
#siteinfo {
	margin: 0px;
	float: left;
	height: auto;
	width: 30%;
	text-align: left;
	display: block;
	text-shadow: 0px 1px 1px #000;
	padding: 0px;
}
#siteinfo a {
	color: #FFFFFF;
	text-decoration: none;

}
#siteinfo a:hover {
	text-decoration: none;
	color: #d94926;
}
#siteinfo img {
	border: 0 none;
	margin-left:10px;
}
#siteinfo #site-title {
	font-size: 2em;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
}
#siteinfo #site-description {
	font-size: 0.75em;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	color: #CCCCCC;
}
#topbanner {
	
	float: right;
	height: auto;
	width:68%;
	margin-right:10px;
	text-align: right;
	display: block;
	padding: 0px;
}
#topbanner img {
	border: 0 none;
}
#navigation {
	padding: 0px;
	clear: both;
	height: auto;
	z-index:200;
	width: 100%;
	display: block;
	background-image: url(images/navbg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #D7D7D7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 10px 5px -5px #333;
	-moz-box-shadow: 0px 10px 5px -5px #333;
	box-shadow: 0px 10px 5px -5px #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
}
#topsearch {
	padding: 0px;
	float: right;
	height: 37px;
	width: 24%;
	text-align: right;
	display: block;
	margin-top:2px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topsearch #searchform {
	display: block;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topsearch #searchform #s {
	padding: 5px;
	width: 95%;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #494949;
	border: 1px solid #DADADA;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;

-webkit-box-shadow: inset 0px 5px 5px -5px #ccc;
-moz-box-shadow: inset 0px 5px 5px -5px #ccc;
	box-shadow: inset 0px 5px 5px -5px #ccc;
	font-weight: normal;
	margin: 0px;
}
#topsearch #searchform #s:focus {}
#topsearch #searchform #searchsubmit {
	display: none;
}
#main {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
	border-radius: 5px;
-webkit-box-shadow: inset 0px 0px 30px -10px #d7d7d7;
-moz-box-shadow: inset 0px 0px 30px -10px #d7d7d7;
	box-shadow: inset 0px 0px 30px -10px #d7d7d7;
	padding: 10px;
	clear: both;
	height: auto;
	width: auto;
	background-color: #F6F6F6;
	border: 2px solid #FFFFFF;
	margin: 0px;
}
#fullcontent {
	width: 100%;
	margin: 0px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3em;
	padding-left: 0px;
	clear: both;
}
#content {
	float: left;
	width: 704px;
	margin: 0px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3em;
	padding-left: 0px;
}
#contentinner {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar {
	margin: 0px;
	float: right;
	height: auto;
	width: 271px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebarinner {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#featured {
	padding: 5px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
	background-color: #FFFFFF;
	border: 1px solid #dddddd;
}

#featured #featured-title {
	width: auto;
	display: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 15px;
	height: auto;
	clear: both;
	background-color: #2e2e2e;
	padding: 8px;
	margin: 0px;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px #000;
}
#cleft {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 30%;
}
#cright {
	display: block;
	padding: 0px;
	float: right;
	height: auto;
	width: 68%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#post-entry {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}
#post-entry .post-meta {
	display: block;
	clear: both;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-shadow: 0px 1px 1px #fff;
	background-color: #FFFFFF;
	border: 1px solid #d5d5d5;
	padding: 10px;
}
#post-entry .post-meta a {}
#post-entry .post-meta a:hover {
	text-decoration: none;
}
#post-entry .post-meta .thumb {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#post-entry .post-meta .thumb .alignleft {
	padding: 5px;
	background-color: #FFFFFF;
	float: left;
	border: 1px solid #dddddd;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#post-entry .post-meta h1 {
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	line-height: 28px;
	color: #21556B;
}
#post-entry .post-meta h1#page {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d5d5;
}
#post-entry .post-meta h2 {
	padding: 0px;
	display: block;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	line-height: 26px;
	margin: 0px;
}
#post-entry .post-meta .post-date {
	padding: 0px;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-transform: capitalize;
	display: block;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-style: italic;
	line-height: 16px;
}
#post-entry .post-meta .post-date a {
	color: #d94926;
	text-decoration: underline;
}
#post-entry .post-meta .post-date a:hover {
	color: #21556B;
	text-decoration: none;
}
#post-entry .post-meta .post-date2 {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-transform: capitalize;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d5d5;
	clear: both;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	line-height: 16px;
	font-style: normal;
}
#post-entry .post-meta .post-date2 a {
	color: #d94926;
	text-decoration: underline;
}
#post-entry .post-meta .post-date2 a:hover {
	color: #21556B;
	text-decoration: none;
}
#post-entry .post-meta .post-tags {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-transform: capitalize;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
	height: auto;
	width: auto;
	padding: 0px;
	font-style: normal;
	line-height: 16px;
}
#post-entry .post-meta .post-tags a {
	color: #d94926;
	text-decoration: underline;
}
#post-entry .post-meta .post-tags a:hover {
	color: #21556B;
	text-decoration: none;
}
#post-entry .post-meta .post-content {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
}
#post-entry .post-meta .post-content2 {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 20px;
	clear: both;
	height: auto;
	width: auto;
	overflow: hidden;
}
#post-entry .post-meta .readmore {
	width:81px;
	float: right;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	width: auto;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}
#post-entry .post-meta .readmore a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding:7px 13px;
        font-size:13px;
	text-shadow: 0px 1px 1px #000;



	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #21556B;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#post-entry .post-meta .readmore a:hover {
	background-color: #d94926;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#post-entry .post-meta .social {
	display: block;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.adsense-loop {
	display: block;
	padding: 10px;
	clear: both;
	height: auto;
	width: auto;
	text-align: center;
	margin: 0px;
}
.adsense-single {
	margin-top: 10px;
	margin-bottom: 10px;
}

#post-navigator {
	clear: both;
	height: auto;
	width: 100%;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 10px;
	font-weight: normal;
	text-shadow: 0px 1px 1px #000;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}

.wp-pagenavi {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	text-align: right;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	height: auto;
}
.pages {
	width: auto;
	position: relative;
	height: auto;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;


	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #21556B;
}
.current {
	width: auto;
	position: relative;
	height: auto;
	margin: 0px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	color: #FFFFFF;


	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #d94926;
}
.wp-pagenavi a {
	text-decoration: none;
	height: auto;
	width: auto;
	margin: 0px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	display: inline;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;


	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #21556B;
}
.wp-pagenavi a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #d94926;
}
#post-navigator .alignleft a, #post-navigator .alignright a {
	color: #FFFFFF;
	margin: 0px;
	height: auto;
	width: auto;
	text-decoration: none;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-weight: normal;


	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #21556B;
}
#post-navigator .alignleft a:hover, #post-navigator .alignright a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #d94926;
}
#post-navigator-single {
	 width: 98%;
	font-size: 11px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	height: auto;
	display: block;
	color: #21556B;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	text-shadow: 0px 1px 1px #fff;
	font-weight: normal;
}
#post-navigator-single .alignleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 45%;
	overflow: hidden;
	text-align: left;
	height: auto;
}
#post-navigator-single .alignright {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 45%;
	overflow: hidden;
	text-align: right;
	height: auto;
}
#post-navigator-single a {
	color: #21556B;
	text-decoration: none;
}
#post-navigator-single a:hover {
	color: #d94926;
	text-decoration: underline;
}
ul.sidebar_list {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	text-shadow: 0px 1px 1px #fff;
	color: #000000;
}
ul.sidebar_list a {
	color: #000000;
	text-decoration: none;

}
ul.sidebar_list a:hover {
	color: #d94926;
	text-decoration: underline;
}
ul.sidebar_list li {
	display: block;
	clear: both;
	height: auto;
	width: auto;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	
	padding: 0px;
	background-color: #FFFFFF;
	border: 1px solid #d5d5d5;
}
ul.sidebar_list li.sidenote {
	font-size: 11px;
	color: #999999;
	padding: 5px;
}
ul.sidebar_list li select {
	border: 1px solid #e8e8e8;
	display: block;
	padding: 2px;
	width: 96%;
	position: relative;
	clear: both;
	float: none;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

ul.sidebar_list li ul, ul.sidebar_list li div {
	margin: 0px;
	clear: both;
	height: auto;
	width: auto;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
ul.sidebar_list li div {
	font-size: 12px;
	line-height: 22px;
}
ul.sidebar_list li ul li {
	font-size: 12px;
	line-height: 22px;
	list-style-type: none;
	display: block;
	margin: 0px;
	clear: both;
	height: auto;
	width: auto;
	background-image: url(images/bullet.png);
	list-style-image: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
ul.sidebar_list li ul li ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	
}

ul.sidebar_list h6 {
	list-style-image: none;
	list-style-type: none;
	display: block;
	clear: both;
	height: auto;
	width: auto;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0px 1px 1px #000;
	color: #FFFFFF;
	margin: 0px;
	text-align: left;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	background-color: #21556B;
	background-image: url(images/tbar.png);
	background-repeat: repeat-x;
	background-position: left top;
}
ul.sidebar_list h6 a {

	color: #000000;
}
ul.sidebar_list h6 a:hover {
	color: #666666;
}
ul.sidebar_list #widget_ads {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
ul.sidebar_list #widget_ads div {
	padding: 5px;
	text-align: center;
	margin: 0px;
}

ul.sidebar_list .widget_text .textwidget {
	font-size: 12px;
	line-height: 18px;
}
ul.sidebar_list .widget_text .textwidget a {
	color: #d94926;
}
ul.sidebar_list .widget_text .textwidget a:hover {
	color: #000000;
}
ul.sidebar_list .widget_search {
	padding: 5px;
}
ul.sidebar_list .widget_search #searchform {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
}
ul.sidebar_list .widget_search #searchform div {
	margin: 0px;
	padding: 0px;
}
ul.sidebar_list .widget_search #searchform #s {
	padding: 5px;
	width: 96.5%;
	font-size: 13px;
	font-weight: normal;
	color: #3D3E3C;
	font-style: normal;
	background-color: #FFFFFF;
	height: auto;
	border: 1px solid #d5d5d5;
	margin: 0px;
}
ul.sidebar_list .widget_search #searchform #searchsubmit {
	font-size: 12px;
	text-transform: uppercase;
	height: auto;
	width: auto;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;

	color: #FFFFFF;
	text-shadow: 0px 1px 1px #000;
	background-color: #CC3333;

	line-height: 1;
	padding-top: 4px;
	padding-bottom: 4px;
	display: none;
}
ul.sidebar_list .widget_search #searchform .screen-reader-text {
	display: none;
}
ul.sidebar_list #sponsorbox {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

ul.sidebar_list #sponsorbox #sponsor-links {
	text-align: center;
	margin: 0px;
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
ul.sidebar_list #sponsorbox #sponsor-links a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul.sidebar_list #sponsorbox #sponsor-links a:hover {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul.sidebar_list #sponsorbox #sponsor-links p {
	display: inline;
	margin: 0px;
	padding: 0px;
}
ul.sidebar_list #sponsorbox #sponsor-links img {
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 125px;
	width: 125px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
ul.sidebar_list #wp-calendar {
	width: 100%;
	text-align: center;
	font-size: 13px;
}
ul.sidebar_list #wp-calendar caption {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
}
ul.sidebar_list #wp-calendar #prev {
	text-align: left;
	padding-left: 4%;
}
ul.sidebar_list #wp-calendar #next {
	text-align: right;
	padding-right: 4%;
}
ul.sidebar_list #wp-calendar a {
	color: #d94926;
}
ul.sidebar_list #wp-calendar a:hover {
	color: #000000;
} 
ul.sidebar_list li#twitter {}
ul.sidebar_list #twitter h6 {
}
ul.sidebar_list li#twitter div#twitter_update_list {
	background-image: none;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}
ul.sidebar_list li#twitter div#twitter_update_list p {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e4e3df;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
ul.sidebar_list li#twitter div#twitter_update_list a {
	color: #0099FF;
}
ul.sidebar_list li#twitter div#twitter_update_list a:hover {
	color: #000000;
}
ul.sidebar_list .featured-category {}
ul.sidebar_list .featured-category h6 {}

ul.sidebar_list .featured-category .feat-cat-entry {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}
ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta {
	display: block;
	clear: both;
	height: auto;
	width: auto;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d5d5d5;
	padding: 10px;
}
ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta .clearfix {
	font-size: 1px;
	line-height: 1;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta .alignleft {
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 0px;
}
ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta .aligncenter {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta a {
	color: #000000;
}
ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta a:hover {
	color: #d94926;
}
ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta h2 {
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-transform: capitalize;
	margin: 0px;
	line-height: 20px;
}
ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta .feat-cat-date {
	font-size: 10px;
	color: #888888;
	margin: 0px;
	text-transform: uppercase;
	line-height: 18px;
	padding: 0px;
	font-style: normal;
	display: none;
}
ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta p {
	font-size: 12px;
	padding: 0px;
	line-height: 17px;
	margin: 0px;
	display: block;
	font-weight: normal;
}
ul.sidebar_list .widget_recentcomments_gravatar, ul.sidebar_list .widget_hottopics {}
ul.sidebar_list .widget_recentcomments_gravatar .comentry, ul.sidebar_list .widget_hottopics .comentry {
	margin: 0px;
	display: block;
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d5d5d5;
}
ul.sidebar_list .widget_recentcomments_gravatar .comentry .clearfix {
	font-size: 1px;
	line-height: 1;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}
ul.sidebar_list .widget_recentcomments_gravatar .comentry .alignleft {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 0px;
}
ul.sidebar_list .widget_recentcomments_gravatar .comentry .author {
	margin: 0px;
	padding: 0px;
	clear: right;
	display: block;
	text-transform: capitalize;
}
ul.sidebar_list .widget_recentcomments_gravatar .comentry .author a, ul.sidebar_list .widget_recentcomments_gravatar .comentry .author .aname {
	color: #d94926;
}
ul.sidebar_list .widget_recentcomments_gravatar .comentry .author a:hover {
	color: #000000;
}
ul.sidebar_list .widget_recentcomments_gravatar .comentry .comment {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: right;
	line-height: 16px;
	font-style: normal;
}
ul.sidebar_list .widget_recentcomments_gravatar .comentry .comment a {
	color: #000000;
}
ul.sidebar_list .widget_recentcomments_gravatar .comentry .comment a:hover {
	color: #666666;
}
ul.sidebar_list .widget_hottopics .comentry a {
	color: #d94926;
}
ul.sidebar_list .widget_hottopics .comentry a:hover {
	color: #000000;
}
ul.sidebar_list .widget_hottopics .comentry .total-com {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: left;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
ul#archives, ul#links {
	display: block;
	padding: 10px;
	clear: both;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-image: none;
	list-style-type: none;
	background-color: #FFFFFF;
	border: 1px solid #d5d5d5;
	text-shadow: 0px 1px 1px #fff;
}
ul#archives h6 {
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	color: #21556B;
	text-decoration: none;
	margin-top: 0px;

	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
ul#archives li {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	list-style-type: none;
}

ul#archives li ul {
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
ul#archives li ul li {
	list-style-type: square;
	font-size: 12px;
	line-height: 24px;
	margin: 0px;
	height: auto;
	width: auto;
	padding: 0px;
	font-weight: normal;
}
ul#archives li ul li ul {
	margin: 0px;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
ul#archives a {
	color: #000000;
	text-decoration: none;

}
ul#archives a:hover {
	color: #d94926;
	text-decoration: underline;
}

ul#links h6 {
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-size: 16px;
	color: #21556B;
	font-weight: bold;
	text-transform: uppercase;
}
ul#links li {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
ul#links li ul {

	list-style-type: none;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
ul#links li ul li {
	margin: 0px;
	height: auto;
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	padding: 0px;
	font-weight: normal;
}
ul#links li ul li ul {
	margin: 0px;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
}
ul#links li ul li ul li {
	margin: 0px;
	height: auto;
	width: 100%;
	font-size: 12px;
	line-height: 24px;
	padding: 0px;
	list-style-type: square;
	font-weight: normal;
}
ul#links li a {
	color: #000000;
	text-decoration: none;
}
ul#links li a:hover {
	text-decoration: underline;
	color: #d94926;
}
#footer {
	clear: both;
	height: auto;
	width: auto;
	font-size: 12px;
	text-shadow: 0px 1px 1px #222;
	margin: 0px;
	color: #FFFFFF;
	display: block;
	line-height: 18px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#footer ul {
	padding: 0px;
	clear: both;
	width: 100%;
	display: block;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#footer  li {
	list-style-image: none;
	list-style-type: none;
	margin-right: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	display: inline;
}

#footer-left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 49%;
	text-align: left;

	position: relative;
}
#footer-right {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 49%;
	text-align: right;
	position: relative;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;

}
#footer a:hover {
	text-decoration: none;
	color: #c0c0c0;
	background-color: transparent;
}
#footer #devlink {
	margin-bottom: 2px;
}
#footer #devlink a {}
#footer #devlink a:hover {}
#footer #credits {
	display: none;
}
/*
#footer-widget-area {
	clear: both;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	position: relative;
	background-color: #F2EEEA;
}

#footer-widget-area-wrap {
	display: block;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 30px;
}
#footer-widget-area .widget-area {
	width: 23%;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 25px;
}
#footer-widget-area #fourth {
	margin-right: 0px;
}
#footer-widget-area select  {
	clear: both;
	height: auto;
	width: 99%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	display: block;
	padding: 2px;
}
#footer-widget-area form {
	margin: 0px;
	padding: 0px;
}
ul.footer_list {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	display: block;
	clear: both;
	height: auto;
	width: 100%;
	color: #44423e;
	text-shadow: 0px 1px 1px #fff;
}
ul.footer_list a {
	color: #44423e;
	text-decoration: none;

}
ul.footer_list a:hover {
	text-decoration: underline;
	color: #b5341f;
}
ul.footer_list  h6 {
	font-size: 13px;
	display: block;
	height: auto;
	width: auto;
	font-weight: normal;
	color: #44423e;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc7b4;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
ul.footer_list li {
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	display: block;
	clear: both;
	height: auto;
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
ul.footer_list li ul, ul.footer_list li div {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
	clear: both;
	height: auto;
}
ul.footer_list li ul li {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
	clear: both;
	height: auto;
}
ul.footer_list .widget_search {
	padding: 0px;
}
ul.footer_list .widget_search #searchform {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
}
ul.footer_list .widget_search #searchform div {
	margin: 0px;
	padding: 0px;
}
ul.footer_list .widget_search #searchform #s {
	padding: 4px;
	width: 96.5%;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	font-style: normal;
	background-color: #FFFFFF;
	height: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #000000;
}
ul.footer_list .widget_search #searchform #searchsubmit {
	font-size: 12px;
	text-transform: uppercase;
	height: auto;
	width: auto;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	text-shadow: 0px 1px 1px #000;
	background-color: #CC3333;
	line-height: 1;
	padding-top: 4px;
	padding-bottom: 4px;
	display: none;
}
ul.footer_list .widget_search #searchform .screen-reader-text {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
ul.footer_list .widget_text .textwidget a {
	color: #b5341f;
	text-decoration: none;
}
ul.footer_list .widget_text .textwidget a:hover {
	color: #44423e;
	text-decoration: underline;
}
ul.footer_list .widget_recentcomments_gravatar, ul.footer_list .widget_hottopics {}
ul.footer_list .widget_recentcomments_gravatar .comentry, ul.footer_list .widget_hottopics .comentry {
	margin: 0px;
	display: block;
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
ul.footer_list .widget_recentcomments_gravatar .comentry .clearfix {
	font-size: 1px;
	line-height: 1;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}
ul.footer_list .widget_recentcomments_gravatar .comentry .alignleft {
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 0px;
	border: 5px solid #FFFFFF;
	padding: 0px;
}
ul.footer_list .widget_recentcomments_gravatar .comentry .author {
	margin: 0px;
	padding: 0px;
	clear: right;
	display: block;
	text-transform: capitalize;
}
ul.footer_list .widget_recentcomments_gravatar .comentry .author a, ul.footer_list .widget_recentcomments_gravatar .comentry .author .aname {
	text-decoration: none;
	color: #b5341f;
}
ul.footer_list .widget_recentcomments_gravatar .comentry .author a:hover {
	color: #44423e;
	text-decoration: underline;
}
ul.footer_list .widget_recentcomments_gravatar .comentry .comment {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: right;
	line-height: 1.3;
	font-style: normal;
}
ul.footer_list .widget_recentcomments_gravatar .comentry .comment a {
	color: #44423e;
	text-decoration: none;
}
ul.footer_list .widget_recentcomments_gravatar .comentry .comment a:hover {
	color: #000000;
	text-decoration: underline;
}
ul.footer_list .widget_hottopics .comentry a {
	color: #b5341f;
	text-decoration: none;
	font-weight: normal;
}
ul.footer_list .widget_hottopics .comentry a:hover {
	color: #44423e;
	text-decoration: underline;
}
ul.footer_list .widget_hottopics .comentry .total-com {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: left;
	font-style: normal;
	font-weight: normal;
	color: #44423e;
}
ul.footer_list .featured-category .feat-cat-entry {
}
ul.footer_list .featured-category .feat-cat-entry .feat-cat-meta {
	display: block;
	clear: both;
	height: auto;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ul.footer_list .featured-category .feat-cat-entry .feat-cat-meta .alignleft {
	margin-top: 5px;
	height: 50px;
	width: 50px;
	margin-bottom: 3px;
	padding: 0px;
	border: 5px solid #FFFFFF;
}

ul.footer_list .featured-category .feat-cat-entry .feat-cat-meta a {
	color: #b5341f;
}
ul.footer_list .featured-category .feat-cat-entry .feat-cat-meta a:hover {
	color: #44423e;
	text-decoration: underline;
}
ul.footer_list .featured-category .feat-cat-entry .feat-cat-meta h2 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	font-style: normal;
}
ul.footer_list .featured-category .feat-cat-entry .feat-cat-meta .feat-cat-date {
	font-size: 9px;
	color: #44423e;
	text-transform: uppercase;
	display: none;
}
ul.footer_list .featured-category .feat-cat-entry .feat-cat-meta p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
}
*/


.feat{
	 width:100%;
	 height:32px;
 padding-bottom: 8px;
    padding-top: 8px;
border-radius:10px 10px 0 0;
	 margin:0 px; 
	
	 background-color:#ce321b;
}

.feat p{
	color:#FFF;
	font-size:26px;
	font-weight:bold;
	margin:0px; 
	text-shadow: 0 1px 1px #000000;
	margin-left: 13px;
   padding-top: 3px;
	
}
.logoess{
	width:217px;
	border-right:solid 1px #666666;
	height:auto;
	float:left;
	
	margin:0px;
	padding:0px;
}
.de{
	width:200px;
	height:auto;
	margin:0px;
	padding:0px;
}
.im{
	width:197px;
	
	background-image: url(images/bingo.png);
	background-repeat:no-repeat;
	
	
	height: 205px;
	margin:0px;
	
	margin-top: 10px;  }
.logoesss{
	width:225px;
	height:auto;
	float:right;
	margin:0px;
	padding:0px;
}
.off{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px;
}
.off p{
	font-size:16px;
	text-align:center;
	color:#000;
	font-weight:580;
}
#post-entry .post-meta .readmores {
	width:81px;
	float: right;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	width: auto;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}
#post-entry .post-meta .readmores a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding:7px 15px;
        font-size: 13px;
	text-shadow: 0px 1px 1px #000;



	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #d94926;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#post-entry .post-meta .readmores a:hover {
	background-color: #21556B;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footer1_txt_box_cont {
  
	    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #666666;
    border-radius: 8px 8px 8px 8px;
	
    color: #7A7A7A;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height:18px;
    margin-top: 10px;
    padding: 5px;
    width: 175px;
    z-index: 1;
	clear:both;
}

.footer1_txt_box_cont1 {
     background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #666666;
    border-radius: 8px 8px 8px 8px;
    color: #7A7A7A;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 85px;
    margin-top: 10px;
    padding: 5px;
    width: 289px;
    z-index: 1;
		clear:both;
}
.fomee{
	width:269px;
	height:509px;
	background-image: url(images/form.png);
	background-repeat:no-repeat;
}
.fom{
margin-left: 15px;
margin-top:15px;
}
.site{
	width:134px;
	height:auto;
	float:left;
	text-align:center;
	padding-top: 5px;
	color:#FFF;
	margin:0px;
	
}
.site1{
	width:80px;
	height:auto;
	text-align:center;
	padding-top: 5px;
	color:#FFF;
	float:left;
	margin:0px;
	
}
.site3{
	width:129px;
	height:auto;
	float:left;
	text-align:center;
	padding:0px;
	color:#000;
	margin:0px;
	
}
.site4{
	width:80px;
	height:auto;
	font-weight:bold;
	text-align:center;
	padding-top: 41px;
	color:#000;
	float:left;
	margin:0px;
	
}
#post-entry2  {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	background-color: #FFFFFF;
    border: 1px solid #D5D5D5;
  
}
@media only screen and (min-width : 150px) and (max-width : 780px)
{
	
html, body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	width:auto;
	height: auto;
	font-size: 1em;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #154F65;
}
.clearfix {
	clear: both;
}
.innerwrap {}
a:link, a:visited {
	text-decoration: none;
	color: #21556B;
}
a:hover, a:active {
	text-decoration: none;
	color: #d94926;
}
.alignleft, .attachment-alignleft {
	text-align: left;
	float: left;
}
.alignright, .attachment-alignright {
	text-align: right;
	float: right;
}
.center, .attachment-center {
	margin: 0px auto;
	clear: both;
}

.img img {
   max-width: 100%;
}
.img object, .img embed {
   width:auto;
}
p img {
	padding: 0;
	max-width: 100%;
}
.bot-icon {
    top: 0;
    clear: both;
	
   left: -10px;
    margin-bottom: 0;
    margin-left:0px;
    position: fixed;
    z-index: 100;
	
	
}
.bot-icon2 {
    top: 0;
    clear: both;
    right: -10px;
    margin-bottom: 0;
    margin-left: 2px;
	
    position: fixed;
    z-index: 100;
}


img.alignleft, img.attachment-alignleft {
	border: 1px solid #D5D5D5;
	padding: 5px;
	display: inline;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
img.alignright, img.attachment-alignright {
	border: 1px solid #D5D5D5;
	padding: 5px;
	display: inline;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #FFFFFF;
}
img.aligncenter, img.attachment-aligncenter {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
	border: 1px solid #D5D5D5;
	padding: 5px;
	clear: both;
	background-color: #FFFFFF;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 5px;
	border: 1px solid #dddddd;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 1px solid #D5D5D5;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	color: #000000;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	text-shadow: none;
}
pre {
	padding: 10px;
	clear: both;
	width: auto;
	overflow: scroll;
	font-family: "Courier New", "MS Sans Serif", sans-serif, serif;
	color: #000000;
	font-size: 13px;
	line-height: 22px;
	white-space: nowrap;
	border: 1px solid #d5d5d5;
	background-color: #FFFFFF;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	text-shadow: none;
}
em {
	font-style: italic;
}
code {
	font-family: "Courier New", "MS Sans Serif", sans-serif, serif;
	font-size: 1.025em;
}
form {
	margin: 0px;
	padding: 0px;
}
select {
	padding: 1px;
	font-weight: normal;
	width:auto;
	border: 1px solid #DFDFDF;
	color: #000000;
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	clear: both;
	height: auto;
	display: block;
	font-size: 12px;
}

blockquote p {
	line-height: 22px;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	color: #999999;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999999;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999999;
}
#breadcrumbs {
	clear: both;
	height: auto;
	width:auto;
	font-size: 9px;
	text-transform: uppercase;
	text-align: left;
	display: block;
	font-weight: bold;
	font-style: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-shadow: 0px 1px 1px #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#breadcrumbs a {
	text-decoration: none;

}
#breadcrumbs a:hover {
	text-decoration: underline;

}
#wrapper {
	padding: 0px;
	height: auto;
	width:auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container {
	padding: 0px;
	height: auto;
	width:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	margin: 0px;
	clear: both;
	height: auto;
	width:auto;
	padding-top: 1.5em;
	padding-right: 0px;
	padding-bottom: 1.5em;
	padding-left: 0px;
}
#siteinfo {
	margin: 0px;
	float: left;
	height: auto;
	width:auto;
	text-align: left;
	display: block;
	text-shadow: 0px 1px 1px #000;
	padding: 0px;
}
#siteinfo a {
	color: #FFFFFF;
	text-decoration: none;

}
#siteinfo a:hover {
	text-decoration: none;
	color: #d94926;
}
#siteinfo img {
	border: 0 none;
}
#siteinfo #site-title {
	font-size: 2em;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width:auto;
	font-weight: bold;
	text-transform: uppercase;
}
#siteinfo #site-description {
	font-size: 0.75em;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width:auto;
	color: #CCCCCC;
}
#topbanner {
	margin: 0px;
	float: right;
	height: auto;
	width:auto;
	text-align: right;
	display: block;
	padding: 0px;
}
#topbanner img {
	border: 0 none;
}
#navigation {
	padding: 0px;
	clear: both;
	height: auto;
	width:auto;
	display: block;
	background-image: url(images/navbg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #D7D7D7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 10px 5px -5px #333;
	-moz-box-shadow: 0px 10px 5px -5px #333;
	box-shadow: 0px 10px 5px -5px #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
}
#topsearch {
	padding: 0px;
	float: right;
	height: auto;
	width:auto;
	text-align: right;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topsearch #searchform {
	display: block;
	padding: 0px;
	clear: both;
	height: auto;
	width:auto;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topsearch #searchform #s {
	padding: 5px;
	width:auto;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #494949;
	border: 1px solid #DADADA;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;

-webkit-box-shadow: inset 0px 5px 5px -5px #ccc;
-moz-box-shadow: inset 0px 5px 5px -5px #ccc;
	box-shadow: inset 0px 5px 5px -5px #ccc;
	font-weight: normal;
	margin: 0px;
}
#topsearch #searchform #s:focus {}
#topsearch #searchform #searchsubmit {
	display: none;
}
#main {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
	border-radius: 5px;
-webkit-box-shadow: inset 0px 0px 30px -10px #d7d7d7;
-moz-box-shadow: inset 0px 0px 30px -10px #d7d7d7;
	box-shadow: inset 0px 0px 30px -10px #d7d7d7;
	padding: 10px;
	clear: both;
	height: auto;
	width: auto;
	background-color: #F6F6F6;
	border: 2px solid #FFFFFF;
	margin: 0px;
}
#fullcontent {
	width: 100%;
	margin: 0px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3em;
	padding-left: 0px;
	clear: both;
}
#content {
	float: left;
	width:auto;
	margin: 0px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3em;
	padding-left: 0px;
}
#contentinner {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar {
	margin: 0px;
	float: right;
	height: auto;
	width:auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebarinner {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#featured {
	padding: 5px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
	background-color: #FFFFFF;
	border: 1px solid #dddddd;
}

#featured #featured-title {
	width: auto;
	display: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 15px;
	height: auto;
	clear: both;
	background-color: #2e2e2e;
	padding: 8px;
	margin: 0px;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px #000;
}
#cleft {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width:auto;
}
#cright {
	display: block;
	padding: 0px;
	float: right;
	height: auto;
	width:auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#post-entry {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}
#post-entry .post-meta {
	display: block;
	clear: both;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-shadow: 0px 1px 1px #fff;
	background-color: #FFFFFF;
	border: 1px solid #d5d5d5;
	padding: 10px;
}
#post-entry .post-meta a {}
#post-entry .post-meta a:hover {
	text-decoration: none;
}
#post-entry .post-meta .thumb {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#post-entry .post-meta .thumb .alignleft {
	padding: 5px;
	background-color: #FFFFFF;
	float: left;
	border: 1px solid #dddddd;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#post-entry .post-meta h1 {
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	line-height: 28px;
	color: #21556B;
}
#post-entry .post-meta h1#page {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d5d5;
}
#post-entry .post-meta h2 {
	padding: 0px;
	display: block;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	line-height: 26px;
	margin: 0px;
}
#post-entry .post-meta .post-date {
	padding: 0px;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-transform: capitalize;
	display: block;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-style: italic;
	line-height: 16px;
}
#post-entry .post-meta .post-date a {
	color: #d94926;
	text-decoration: underline;
}
#post-entry .post-meta .post-date a:hover {
	color: #21556B;
	text-decoration: none;
}
#post-entry .post-meta .post-date2 {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-transform: capitalize;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d5d5;
	clear: both;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	line-height: 16px;
	font-style: normal;
}
#post-entry .post-meta .post-date2 a {
	color: #d94926;
	text-decoration: underline;
}
#post-entry .post-meta .post-date2 a:hover {
	color: #21556B;
	text-decoration: none;
}
#post-entry .post-meta .post-tags {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-transform: capitalize;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
	height: auto;
	width: auto;
	padding: 0px;
	font-style: normal;
	line-height: 16px;
}
#post-entry .post-meta .post-tags a {
	color: #d94926;
	text-decoration: underline;
}
#post-entry .post-meta .post-tags a:hover {
	color: #21556B;
	text-decoration: none;
}
#post-entry .post-meta .post-content {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
}
#post-entry .post-meta .post-content2 {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 20px;
	clear: both;
	height: auto;
	width: auto;
	overflow: hidden;
}
#post-entry .post-meta .readmore {
	width:81px;
	float: right;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	width: auto;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}
#post-entry .post-meta .readmore a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding:7px 13px;
	text-shadow: 0px 1px 1px #000;



	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #21556B;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#post-entry .post-meta .readmore a:hover {
	background-color: #d94926;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#post-entry .post-meta .social {
	display: block;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.adsense-loop {
	display: block;
	padding: 10px;
	clear: both;
	height: auto;
	width: auto;
	text-align: center;
	margin: 0px;
}
.adsense-single {
	margin-top: 10px;
	margin-bottom: 10px;
}

#post-navigator {
	clear: both;
	height: auto;
	width: 100%;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 10px;
	font-weight: normal;
	text-shadow: 0px 1px 1px #000;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}

.wp-pagenavi {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	text-align: right;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	height: auto;
}
.pages {
	width: auto;
	position: relative;
	height: auto;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;


	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #21556B;
}
.current {
	width: auto;
	position: relative;
	height: auto;
	margin: 0px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	color: #FFFFFF;


	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #d94926;
}
.wp-pagenavi a {
	text-decoration: none;
	height: auto;
	width: auto;
	margin: 0px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	display: inline;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;


	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #21556B;
}
.wp-pagenavi a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #d94926;
}
#post-navigator .alignleft a, #post-navigator .alignright a {
	color: #FFFFFF;
	margin: 0px;
	height: auto;
	width: auto;
	text-decoration: none;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-weight: normal;


	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #21556B;
}
#post-navigator .alignleft a:hover, #post-navigator .alignright a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #d94926;
}
#post-navigator-single {
	 width: 98%;
	font-size: 11px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	height: auto;
	display: block;
	color: #21556B;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	text-shadow: 0px 1px 1px #fff;
	font-weight: normal;
}
#post-navigator-single .alignleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 45%;
	overflow: hidden;
	text-align: left;
	height: auto;
}
#post-navigator-single .alignright {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 45%;
	overflow: hidden;
	text-align: right;
	height: auto;
}
#post-navigator-single a {
	color: #21556B;
	text-decoration: none;
}
#post-navigator-single a:hover {
	color: #d94926;
	text-decoration: underline;
}
ul.sidebar_list {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	text-shadow: 0px 1px 1px #fff;
	color: #000000;
}
ul.sidebar_list a {
	color: #000000;
	text-decoration: none;

}
ul.sidebar_list a:hover {
	color: #d94926;
	text-decoration: underline;
}
ul.sidebar_list li {
	display: block;
	clear: both;
	height: auto;
	width: auto;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	position: relative;
	padding: 0px;
	background-color: #FFFFFF;
	border: 1px solid #d5d5d5;
}
ul.sidebar_list li.sidenote {
	font-size: 11px;
	color: #999999;
	padding: 5px;
}
ul.sidebar_list li select {
	border: 1px solid #e8e8e8;
	display: block;
	padding: 2px;
	width: 96%;
	position: relative;
	clear: both;
	float: none;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

ul.sidebar_list li ul, ul.sidebar_list li div {
	margin: 0px;
	clear: both;
	height: auto;
	width: auto;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
ul.sidebar_list li div {
	font-size: 12px;
	line-height: 22px;
}
ul.sidebar_list li ul li {
	font-size: 12px;
	line-height: 22px;
	list-style-type: none;
	display: block;
	margin: 0px;
	clear: both;
	height: auto;
	width: auto;
	background-image: url(images/bullet.png);
	list-style-image: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
ul.sidebar_list li ul li ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	
}

ul.sidebar_list h6 {
	list-style-image: none;
	list-style-type: none;
	display: block;
	clear: both;
	height: auto;
	width: auto;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0px 1px 1px #000;
	color: #FFFFFF;
	margin: 0px;
	text-align: left;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	background-color: #21556B;
	background-image: url(images/tbar.png);
	background-repeat: repeat-x;
	background-position: left top;
}
ul.sidebar_list h6 a {

	color: #000000;
}
ul.sidebar_list h6 a:hover {
	color: #666666;
}
ul.sidebar_list #widget_ads {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
ul.sidebar_list #widget_ads div {
	padding: 5px;
	text-align: center;
	margin: 0px;
}

ul.sidebar_list .widget_text .textwidget {
	font-size: 12px;
	line-height: 18px;
}
ul.sidebar_list .widget_text .textwidget a {
	color: #d94926;
}
ul.sidebar_list .widget_text .textwidget a:hover {
	color: #000000;
}
ul.sidebar_list .widget_search {
	padding: 5px;
}
ul.sidebar_list .widget_search #searchform {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
}
ul.sidebar_list .widget_search #searchform div {
	margin: 0px;
	padding: 0px;
}
ul.sidebar_list .widget_search #searchform #s {
	padding: 5px;
	width: 96.5%;
	font-size: 13px;
	font-weight: normal;
	color: #3D3E3C;
	font-style: normal;
	background-color: #FFFFFF;
	height: auto;
	border: 1px solid #d5d5d5;
	margin: 0px;
}
ul.sidebar_list .widget_search #searchform #searchsubmit {
	font-size: 12px;
	text-transform: uppercase;
	height: auto;
	width: auto;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;

	color: #FFFFFF;
	text-shadow: 0px 1px 1px #000;
	background-color: #CC3333;

	line-height: 1;
	padding-top: 4px;
	padding-bottom: 4px;
	display: none;
}
ul.sidebar_list .widget_search #searchform .screen-reader-text {
	display: none;
}
ul.sidebar_list #sponsorbox {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

ul.sidebar_list #sponsorbox #sponsor-links {
	text-align: center;
	margin: 0px;
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
ul.sidebar_list #sponsorbox #sponsor-links a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul.sidebar_list #sponsorbox #sponsor-links a:hover {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul.sidebar_list #sponsorbox #sponsor-links p {
	display: inline;
	margin: 0px;
	padding: 0px;
}
ul.sidebar_list #sponsorbox #sponsor-links img {
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 125px;
	width: 125px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
ul.sidebar_list #wp-calendar {
	width: 100%;
	text-align: center;
	font-size: 13px;
}
ul.sidebar_list #wp-calendar caption {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
}
ul.sidebar_list #wp-calendar #prev {
	text-align: left;
	padding-left: 4%;
}
ul.sidebar_list #wp-calendar #next {
	text-align: right;
	padding-right: 4%;
}
ul.sidebar_list #wp-calendar a {
	color: #d94926;
}
ul.sidebar_list #wp-calendar a:hover {
	color: #000000;
} 
ul.sidebar_list li#twitter {}
ul.sidebar_list #twitter h6 {
}
ul.sidebar_list li#twitter div#twitter_update_list {
	background-image: none;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}
ul.sidebar_list li#twitter div#twitter_update_list p {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e4e3df;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
ul.sidebar_list li#twitter div#twitter_update_list a {
	color: #0099FF;
}
ul.sidebar_list li#twitter div#twitter_update_list a:hover {
	color: #000000;
}
ul.sidebar_list .featured-category {}
ul.sidebar_list .featured-category h6 {}

ul.sidebar_list .featured-category .feat-cat-entry {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}
ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta {
	display: block;
	clear: both;
	height: auto;
	width: auto;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d5d5d5;
	padding: 10px;
}

ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta .clearfix {
	font-size: 1px;
	line-height: 1;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta .alignleft {
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 0px;
}
ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta .aligncenter {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta a {
	color: #000000;
}
ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta a:hover {
	color: #d94926;
}
ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta h2 {
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-transform: capitalize;
	margin: 0px;
	line-height: 20px;
}
ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta .feat-cat-date {
	font-size: 10px;
	color: #888888;
	margin: 0px;
	text-transform: uppercase;
	line-height: 18px;
	padding: 0px;
	font-style: normal;
	display: none;
}
ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta p {
	font-size: 12px;
	padding: 0px;
	line-height: 17px;
	margin: 0px;
	display: block;
	font-weight: normal;
}
ul.sidebar_list .widget_recentcomments_gravatar, ul.sidebar_list .widget_hottopics {}
ul.sidebar_list .widget_recentcomments_gravatar .comentry, ul.sidebar_list .widget_hottopics .comentry {
	margin: 0px;
	display: block;
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d5d5d5;
}
ul.sidebar_list .widget_recentcomments_gravatar .comentry .clearfix {
	font-size: 1px;
	line-height: 1;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}
ul.sidebar_list .widget_recentcomments_gravatar .comentry .alignleft {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 0px;
}
ul.sidebar_list .widget_recentcomments_gravatar .comentry .author {
	margin: 0px;
	padding: 0px;
	clear: right;
	display: block;
	text-transform: capitalize;
}
ul.sidebar_list .widget_recentcomments_gravatar .comentry .author a, ul.sidebar_list .widget_recentcomments_gravatar .comentry .author .aname {
	color: #d94926;
}
ul.sidebar_list .widget_recentcomments_gravatar .comentry .author a:hover {
	color: #000000;
}
ul.sidebar_list .widget_recentcomments_gravatar .comentry .comment {
	display: block;
	margin: 0px;
	padding: 0px;

	clear: right;
	line-height: 16px;
	font-style: normal;
}
ul.sidebar_list .widget_recentcomments_gravatar .comentry .comment a {
	color: #000000;
}
ul.sidebar_list .widget_recentcomments_gravatar .comentry .comment a:hover {
	color: #666666;
}
ul.sidebar_list .widget_hottopics .comentry a {
	color: #d94926;
}
ul.sidebar_list .widget_hottopics .comentry a:hover {
	color: #000000;
}
ul.sidebar_list .widget_hottopics .comentry .total-com {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: left;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
ul#archives, ul#links {
	display: block;
	padding: 10px;
	clear: both;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-image: none;
	list-style-type: none;
	background-color: #FFFFFF;
	border: 1px solid #d5d5d5;
	text-shadow: 0px 1px 1px #fff;
}
ul#archives h6 {
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	color: #21556B;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
ul#archives li {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	list-style-type: none;
}

ul#archives li ul {
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
ul#archives li ul li {
	list-style-type: square;
	font-size: 12px;
	line-height: 24px;
	margin: 0px;
	height: auto;
	width: auto;
	padding: 0px;
	font-weight: normal;
}
ul#archives li ul li ul {
	margin: 0px;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
ul#archives a {
	color: #000000;
	text-decoration: none;

}
ul#archives a:hover {
	color: #d94926;
	text-decoration: underline;
}

ul#links h6 {
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-size: 16px;
	color: #21556B;
	font-weight: bold;
	text-transform: uppercase;
}
ul#links li {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
ul#links li ul {

	list-style-type: none;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
ul#links li ul li {
	margin: 0px;
	height: auto;
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	padding: 0px;
	font-weight: normal;
}
ul#links li ul li ul {
	margin: 0px;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
}
ul#links li ul li ul li {
	margin: 0px;
	height: auto;
	width: 100%;
	font-size: 12px;
	line-height: 24px;
	padding: 0px;
	list-style-type: square;
	font-weight: normal;
}
ul#links li a {
	color: #000000;
	text-decoration: none;
}
ul#links li a:hover {
	text-decoration: underline;
	color: #d94926;
}
#footer {
	clear: both;
	height: auto;
	width: auto;
	font-size: 12px;
	text-shadow: 0px 1px 1px #222;
	margin: 0px;
	color: #FFFFFF;
	display: block;
	line-height: 18px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#footer ul {
	padding: 0px;
	clear: both;
	width: 100%;
	display: block;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#footer  li {
	list-style-image: none;
	list-style-type: none;
	margin-right: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	display: inline;
}

#footer-left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 49%;
	text-align: left;

	position: relative;
}
#footer-right {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 49%;
	text-align: right;
	position: relative;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;

}
#footer a:hover {
	text-decoration: none;
	color: #c0c0c0;
	background-color: transparent;
}
#footer #devlink {
	margin-bottom: 2px;
}
#footer #devlink a {}
#footer #devlink a:hover {}
#footer #credits {
	display: none;
}
/*
#footer-widget-area {
	clear: both;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	position: relative;
	background-color: #F2EEEA;
}

#footer-widget-area-wrap {
	display: block;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 30px;
}
#footer-widget-area .widget-area {
	width: 23%;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 25px;
}
#footer-widget-area #fourth {
	margin-right: 0px;
}
#footer-widget-area select  {
	clear: both;
	height: auto;
	width: 99%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	display: block;
	padding: 2px;
}
#footer-widget-area form {
	margin: 0px;
	padding: 0px;
}
ul.footer_list {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	display: block;
	clear: both;
	height: auto;
	width: 100%;
	color: #44423e;
	text-shadow: 0px 1px 1px #fff;
}
ul.footer_list a {
	color: #44423e;
	text-decoration: none;

}
ul.footer_list a:hover {
	text-decoration: underline;
	color: #b5341f;
}
ul.footer_list  h6 {
	font-size: 13px;
	display: block;
	height: auto;
	width: auto;
	font-weight: normal;
	color: #44423e;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc7b4;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
ul.footer_list li {
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	display: block;
	clear: both;
	height: auto;
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
ul.footer_list li ul, ul.footer_list li div {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
	clear: both;
	height: auto;
}
ul.footer_list li ul li {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
	clear: both;
	height: auto;
}
ul.footer_list .widget_search {
	padding: 0px;
}
ul.footer_list .widget_search #searchform {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
}
ul.footer_list .widget_search #searchform div {
	margin: 0px;
	padding: 0px;
}
ul.footer_list .widget_search #searchform #s {
	padding: 4px;
	width: 96.5%;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	font-style: normal;
	background-color: #FFFFFF;
	height: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #000000;
}
ul.footer_list .widget_search #searchform #searchsubmit {
	font-size: 12px;
	text-transform: uppercase;
	height: auto;
	width: auto;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	text-shadow: 0px 1px 1px #000;
	background-color: #CC3333;
	line-height: 1;
	padding-top: 4px;
	padding-bottom: 4px;
	display: none;
}
ul.footer_list .widget_search #searchform .screen-reader-text {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
ul.footer_list .widget_text .textwidget a {
	color: #b5341f;
	text-decoration: none;
}
ul.footer_list .widget_text .textwidget a:hover {
	color: #44423e;
	text-decoration: underline;
}
ul.footer_list .widget_recentcomments_gravatar, ul.footer_list .widget_hottopics {}
ul.footer_list .widget_recentcomments_gravatar .comentry, ul.footer_list .widget_hottopics .comentry {
	margin: 0px;
	display: block;
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
ul.footer_list .widget_recentcomments_gravatar .comentry .clearfix {
	font-size: 1px;
	line-height: 1;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}
ul.footer_list .widget_recentcomments_gravatar .comentry .alignleft {
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 0px;
	border: 5px solid #FFFFFF;
	padding: 0px;
}
ul.footer_list .widget_recentcomments_gravatar .comentry .author {
	margin: 0px;
	padding: 0px;
	clear: right;
	display: block;
	text-transform: capitalize;
}
ul.footer_list .widget_recentcomments_gravatar .comentry .author a, ul.footer_list .widget_recentcomments_gravatar .comentry .author .aname {
	text-decoration: none;
	color: #b5341f;
}
ul.footer_list .widget_recentcomments_gravatar .comentry .author a:hover {
	color: #44423e;
	text-decoration: underline;
}
ul.footer_list .widget_recentcomments_gravatar .comentry .comment {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: right;
	line-height: 1.3;
	font-style: normal;
}
ul.footer_list .widget_recentcomments_gravatar .comentry .comment a {
	color: #44423e;
	text-decoration: none;
}
ul.footer_list .widget_recentcomments_gravatar .comentry .comment a:hover {
	color: #000000;
	text-decoration: underline;
}
ul.footer_list .widget_hottopics .comentry a {
	color: #b5341f;
	text-decoration: none;
	font-weight: normal;
}
ul.footer_list .widget_hottopics .comentry a:hover {
	color: #44423e;
	text-decoration: underline;
}
ul.footer_list .widget_hottopics .comentry .total-com {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: left;
	font-style: normal;
	font-weight: normal;
	color: #44423e;
}
ul.footer_list .featured-category .feat-cat-entry {
}
ul.footer_list .featured-category .feat-cat-entry .feat-cat-meta {
	display: block;
	clear: both;
	height: auto;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ul.footer_list .featured-category .feat-cat-entry .feat-cat-meta .alignleft {
	margin-top: 5px;
	height: 50px;
	width: 50px;
	margin-bottom: 3px;
	padding: 0px;
	border: 5px solid #FFFFFF;
}

ul.footer_list .featured-category .feat-cat-entry .feat-cat-meta a {
	color: #b5341f;
}
ul.footer_list .featured-category .feat-cat-entry .feat-cat-meta a:hover {
	color: #44423e;
	text-decoration: underline;
}
ul.footer_list .featured-category .feat-cat-entry .feat-cat-meta h2 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	font-style: normal;
}
ul.footer_list .featured-category .feat-cat-entry .feat-cat-meta .feat-cat-date {
	font-size: 9px;
	color: #44423e;
	text-transform: uppercase;
	display: none;
}
ul.footer_list .featured-category .feat-cat-entry .feat-cat-meta p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
}
*/


.feat{
	 width:100%;
	 height:32px;
	 margin:0 px; 
	 padding:0px;
	 background-color:#ce321b;
}

.feat p{
	color:#FFF;
	font-size:19px;
	font-weight:bold;
	margin:0px; 
	padding:0px;
	margin-left: 13px;
   padding-top: 3px;
	
}
.logoess{
	width:auto;
	border-right:solid 1px #666666;
	height:auto;
	float:left;
	
	margin:0px;
	padding:0px;
}
.de{
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
}
.im{
	width:auto;
	
	background-image: url(images/bingo.png);
	background-repeat:no-repeat;
	
	
	height: 205px;
	margin:0px;
	
	margin-top: 10px;  }
.logoesss{
	width:auto;
	height:auto;
	float:right;
	margin:0px;
	padding:0px;
}
.off{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px;
}
.off p{
	font-size:16px;
	text-align:center;
	color:#000;
	font-weight:580;
}
#post-entry .post-meta .readmores {
	width:auto;
	float: right;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	width: auto;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}
#post-entry .post-meta .readmores a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding:7px 15px;
	text-shadow: 0px 1px 1px #000;
        -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #d94926;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#post-entry .post-meta .readmores a:hover {
	background-color: #21556B;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footer1_txt_box_cont {
  
	    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #666666;
    border-radius: 8px 8px 8px 8px;
	
    color: #7A7A7A;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height:18px;
    margin-top: 10px;
    padding: 5px;
    width:auto;
    z-index: 1;
	clear:both;
}

.footer1_txt_box_cont1 {
     background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #666666;
    border-radius: 8px 8px 8px 8px;
    color: #7A7A7A;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 85px;
    margin-top: 10px;
    padding: 5px;
    width:auto;
    z-index: 1;
		clear:both;
}
.fomee{
	width:auto;
	height:509px;
	background-image: url(images/form.png);
	background-repeat:no-repeat;
}
.fom{
margin-left: 15px;
margin-top:15px;
}
.site{
	width:auto;
	height:auto;
	float:left;
	text-align:center;
	padding-top: 5px;
	color:#FFF;
	margin:0px;
	
}
.site1{
	width:auto;
	height:auto;
	text-align:center;
	padding-top: 5px;
	color:#FFF;
	float:left;
	margin:0px;
	
}
.site3{
	width:auto;
	height:auto;
	float:left;
	text-align:center;
	padding:0px;
	color:#000;
	margin:0px;
	
}
.site4{
	width:auto;
	height:auto;
	font-weight:bold;
	text-align:center;
	padding-top: 41px;
	color:#000;
	float:left;
	margin:0px;
	
}
#post-entry2  {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	background-color: #FFFFFF;
    border: 1px solid #D5D5D5;
  
}	

}


.leftbanner{
	clear: both;
    right: 0;
	
	width:120px;
	margin-right:23px;
    margin-top:25px;
	border:5px solid #fff;
	border-radius:5px;
	-moz-box-shadow: 1px 1px 8px #000000;
-webkit-box-shadow: 1px 1px 8px #000000;
box-shadow: 1px 1px 8px #000000;
   
    position: fixed;
    top: 0;
 
}
.rightbanner{
	clear: both;
	
	width:120px;
    left: 0;
	margin-left: 23px;
   margin-top:25px;
   border:5px solid #fff;
	border-radius:5px;
	-moz-box-shadow: 1px 1px 8px #000000;
-webkit-box-shadow: 1px 1px 8px #000000;
box-shadow: 1px 1px 8px #000000;
   
    position: fixed;
    top: 0;
   
}

@media only screen and (max-width: 1280px) {
	.leftbanner{
	clear: both;
	width:120px;
    right: 0;
	margin-right:0px;
    margin-top:25px;
	border:5px solid #fff;
	border-radius:5px;
	-moz-box-shadow: 1px 1px 8px #000000;
-webkit-box-shadow: 1px 1px 8px #000000;
box-shadow: 1px 1px 8px #000000;
   
    position: fixed;
    top: 0;
  
}
.rightbanner{
	clear: both;
	width:120px;
    left: 0;
	margin-left:0px;
   margin-top:25px;
   border:5px solid #fff;
	border-radius:5px;
	-moz-box-shadow: 1px 1px 8px #000000;
-webkit-box-shadow: 1px 1px 8px #000000;
box-shadow: 1px 1px 8px #000000;
   
    position: fixed;
    top: 0;
   
}
}


@media only screen and (max-width: 1024px) {
	.leftbanner{
	clear: both;
	width:120px;
    right: 0;
	margin-right:0px;
    margin-top:25px;
	border:5px solid #fff;
	border-radius:5px;
	-moz-box-shadow: 1px 1px 8px #000000;
-webkit-box-shadow: 1px 1px 8px #000000;
box-shadow: 1px 1px 8px #000000;
   
    position: fixed;
    top: 0;
  
}
.rightbanner{
	clear: both;
	width:120px;
    left: 0;
	margin-left:0px;
   margin-top: 25px;
   border:5px solid #fff;
	border-radius:5px;
	-moz-box-shadow: 1px 1px 8px #000000;
-webkit-box-shadow: 1px 1px 8px #000000;
box-shadow: 1px 1px 8px #000000;
   
    position: fixed;
    top: 0;
  
}
}
@media only screen and (max-width: 980px) {
	.leftbanner{
		display:none;
}
.rightbanner{
		display:none;
}
}
@media only screen and (max-width: 980px) {
	.leftbanner{
		display:none;
}
.rightbanner{
		display:none;
}