/*
Theme Name: Teeam (2025)
Theme URI: http://www.senselink.net/
Description: A wordpress theme with lots of features.
Author: Senselink
Author URI: http://www.senselink.net
Version: 1.1
Tags: white,three-columns,custom-menu,custom-header,fixed-width,left-sidebar,right-sidebar,theme-options,threaded-comments

*/

@import url(css/activity.css);

@font-face {
    font-family: 'Benguiat';
    src: url(fonts/Benguiat.otf);
    font-weight:400;
}

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	font-size: 1em;
	font-family: "Century Gothic", Arial, sans-serif;
	color: #000000;
	background-color: #A2A2A3;
	/*background-image: url(images/bg.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
}
.clearfix, .clear {
	clear: both;
}
.innerwrap {}
a:link, a:visited {
	text-decoration: none;
	color: #173E69;
}
a:hover, a:active {
	text-decoration: none;
	color: #e2761e;
}
.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%;
}
img.alignleft, img.attachment-alignleft {
	border: 1px solid #ddd;
	padding: 1px;
	display: inline;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
img.alignleft2{
	border: 1px solid #ddd;
	padding: 1px;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
img.alignright, img.attachment-alignright {
	border: 1px solid #ddd;
	padding: 5px;
	display: inline;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
img.aligncenter, img.attachment-aligncenter {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
	border: 1px solid #ddd;
	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 #ddd;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 1px solid #ddd;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	color: #173E69;
	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: #173E69;
	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: #173E69;
	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-style: normal;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 8px;
	margin: 0px;
}
#breadcrumbs a {
	text-decoration: none;

}
#breadcrumbs a:hover {
	text-decoration: none;

}
#wrapper {
	padding: 0px;
	height: auto;
	width: 1100px;
	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 {
	text-shadow: 0px 1px 1px #000;
	/*background-color: #053c72;*/
	padding: 1em;
	background: url(images/header-background.jpg) repeat-x #053c72;
}
#siteinfo {
	margin: 0px;
	margin-top: 20px;
	float: left;
	height: auto;
	width: 85%;
	text-align: left;
	display: block;
	padding: 0px;
	clear:none;
	font-family: "Times New Roman",Georgia,Serif;
}

#top-search {
	float: right;
}


#search { width: 210px; height: 40px; float: right; display: inline;}

#searchform { float: right; padding-top: 5px; padding-right: 0px; 0px;}
#searchform, #searchform div { position: relative;}
#searchsubmit { 
	position: absolute; 
	cursor: pointer; 
	background: url(images/searchBtn.jpg) no-repeat left top; 
	height: 23px; width: 21px; 
	border: none; 
	text-indent: -999%;
	top:0;
	right:0;
}
#s { height: 23px; border:0px; margin-right: 21px;}
form#searchform input#s { padding: 0 10px; width: 130px; }




#siteinfo-img {
	margin: 0px;
	float: left;
	height: auto;
	width: 130px;
	text-align: left;
	display: block;
	padding: 0px;
	clear:none;
}

#siteinfo a {
	color: #efedf2;
	text-decoration: none;

}
#siteinfo a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#siteinfo img {
	border: 0 none;
}
#siteinfo #site-title {
	font-size: 1.6em;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Benguiat;
}
#siteinfo #site-description {
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	color: #FFFFFF;
	text-transform: uppercase;
	font-style: normal;
	font-family: Benguiat;
}
#topbanner {
	margin: 0px;
	float: right;
	height: auto;
	width: 67%;
	text-align: right;
	display: block;
	padding: 0px;
}
#topbanner img {
	border: 0 none;
}
#navigation {
	background-image: url(images/navbg.png);
	background-repeat: repeat-x;
	background-color: #fefefe;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e2e8ea;
}
#topsearch {
	padding: 0px;
	float: right;
	height: auto;
	width: 24%;
	text-align: right;
	display: none;
	margin-top: 0px;
	margin-right: 8px;
	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: 4px;
	width: 95%;
	background-color: #FFFFFF;
	font-size: 10px;
	color: #173E69;
	border: 1px solid #dddddd;
	margin: 0px;
	text-transform: uppercase;
}
#topsearch #searchform #s:focus {}
#topsearch #searchform #searchsubmit {
	display: none;
}
#main {
	background-color: #ffffff;
	border: 1px solid #e4e4e4;
	/*text-shadow: 0px 1px 1px #fff;*/
	padding: 10px;
	margin: 0px;
	height: auto;
	width: auto;
}
#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: 632px;
	margin: 0px;
	height: auto;
	padding: 0px;
}
#content_publication {
	float: left;
	width: 730px;
	margin: 0px;
	height: auto;
	padding: 0px;
}
#publication_left {
	float: left;
	width: 708px;
	margin: 0px;
	height: auto;
	padding: 0px;
}
#publication_right {
	float: right;
	width: 155px;
	margin: 0px;
	min-height: 300px;
	padding: 10px;
}
#publication_right a {
	font-size:16px;
}
#contentinner {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#content-left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 162px;
}


#sidebar {
	margin: 0px;
	float: right;
	height: auto;
	width: 275px;
	padding: 0px;
}
#sidebarinner {
	padding: 0px;
	height: auto;
	width: auto;
	margin: 0px;
}
#sidebar-left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 49%;
}
#sidebar-right {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 49%;
}
#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 #ddd;
}

#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;
}
#post-entry {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}

#post-entry #current-page {
	font-size: 15px;
}

#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 0px 0px #fff;
	background-color: #FFFFFF;
	border: 1px solid #ddd;
	padding: 10px;
}
#post-entry .post-meta a {
	text-decoration: none;
}
#post-entry .post-meta a:hover {
	text-decoration: underline;
}
#post-entry .post-meta .thumb {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#post-entry .post-meta .thumb .alignleft {}
#post-entry .post-meta h1 {
	padding: 0px;
	display: block;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	line-height: 26px;
	margin: 0px;
	color: #173E69;
	clear: both;
}
#post-entry .post-meta h1#page {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
#post-entry .post-meta h2 {
	padding: 0px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	line-height: 28px;
	color: #173E69;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	clear: both;
}

	#post-entry .post-meta h2 a {
		text-decoration: none;
		color: #173E69;
	}
	
	#post-entry .post-meta h2 a:hover, #post-entry .post-meta h2 a:active {
		text-decoration: underline;
		color: #e2761e;
	}

#post-entry .post-meta .post-date {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-transform: capitalize;
	display: block;
	font-style: normal;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	clear: both;
}
#post-entry .post-meta .post-date a {
	text-decoration: underline;
}
#post-entry .post-meta .post-date a:hover {
	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 {
	text-decoration: underline;
}
#post-entry .post-meta .post-tags a:hover {
	text-decoration: none;
}
#post-entry .post-meta .post-content {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 22px;
	clear: both;
}
#post-entry .post-meta .post-content2 {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 22px;
	clear: both;
}

#post-entry .post-meta .post-content2 > ul {
	
}

#post-entry .post-meta .post-content2 ol {
	list-style-type: disc;
}

#post-entry .post-meta .post-content2 ul > li {
	list-style-type: disc;
}

#post-entry .post-meta .post-content2 ol > li {
	list-style-type: decimal;
}

#post-entry .post-meta .post-content2 p { margin-top:0px; }

.wpbdmcheckboxclass {
	float:left;
	margin-right:10px;
	width:42%;
	padding:10px 0;
	
}

#post-entry .post-meta .readmore {
	padding: 0px;
	height: auto;
	width: auto;
	text-transform: uppercase;
	margin: 0px;
	font-style: italic;
	font-size: 11px;
	font-weight: bold;
}
#post-entry .post-meta .readmore a {
	text-decoration: underline;
	color: #173E69;
}
#post-entry .post-meta .readmore a:hover {
	text-decoration: none;
	color: #e2761e;
}
#post-entry .post-meta .social {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	clear: both;
}
.adsense-loop {
	display: block;
	clear: both;
	height: auto;
	width: auto;
	text-align: center;
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #ddd;
}
.adsense-single {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	display: block;
}

#post-navigator {
	clear: both;
	height: auto;
	width: 100%;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 9px;
	font-weight: normal;
	text-shadow: 0px 1px 1px #000;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	text-transform: uppercase;
}

.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: #173E69;
}
.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: #0066CC;
}
.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: #173E69;

}
.wp-pagenavi a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0066CC;
}
#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: #173E69;
}
#post-navigator .alignleft a:hover, #post-navigator .alignright a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #0066CC;
}
#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: #173E69;
	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: #173E69;
	text-decoration: none;
}
#post-navigator-single a:hover {
	color: #0066CC;
	text-decoration: underline;
}
ul.sidebar_list {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	/*text-shadow: 0px 1px 1px #fff;*/
}
ul.sidebar_list a {
	text-decoration: none;
	color: #173E69;

}
ul.sidebar_list a:hover {
	color: #e2761e;
	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: 0px;
	margin-left: 0px;
	position: relative;
	padding: 0px;
	border: 0px solid #DDDDDD;
	background-color: #FFFFFF;
}
ul.sidebar_list li.sidenote {
	font-size: 11px;
	color: #999999;
	padding: 5px;
}
ul.sidebar_list li select {
	border: 1px solid #dddddd;
	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: 0px;
}
ul.sidebar_list li div {
	font-size: 12px;
	line-height: 22px;
}
ul.sidebar_list li div .slvideosidebar { padding:0 0 10px 10px; text-align:right; }
ul.sidebar_list li div .emptyvideoimg { margin:0 auto; margin-top:5px; margin-bottom:10px; position:relative; background-color:#000; width:275px; height:160px;}
ul.sidebar_list li div .videowithimg { margin:0 auto; margin-top:5px; text-align:center; position:relative; padding-bottom:0px; }

ul.sidebar_list li div.no_image {
	float:left;
	text-align:center;
	font-weight:bold;
	width: 150px;
	border: 1px solid #DDD; 
	padding: 5px; 
	display: inline; 
	margin-top: 3px; 
	margin-right: 10px; 
	margin-bottom: 5px; 
	margin-left: 0px; 
	background-color: white;
}

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.gif);*/
	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 9px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	/*padding-left: 11px;*/
	padding-left: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
ul.sidebar_list li ul li:hover {
	background-image: url(images/bullet-h.gif);
}
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;
	/*text-shadow: 0px 1px 1px #fff;*/
	color: #FFFFFF;
	margin: 0px;
	text-align: left;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	/*background-image: url(images/navbg.png);*/
	background-color: #053C72;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
ul.sidebar_list h6 a {
	color: #173E69;
	text-decoration: none;
}
ul.sidebar_list h6 a:hover {
	color: #e2761e;
	text-decoration: underline;
}
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: #e2761e;
}
ul.sidebar_list .widget_text .textwidget a:hover {
	color: #173E69;
}
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: #173E69;
	font-style: normal;
	background-color: #FFFFFF;
	height: auto;
	border: 1px solid #ddd;
	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: #e2761e;

	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: #e2761e;
}
ul.sidebar_list #wp-calendar a:hover {
	color: #173E69;
} 
ul.sidebar_list li#twitter {}
ul.sidebar_list #twitter h6 {
	border-bottom-width: 0px;
	border-bottom-style: none;
}
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: #ddd;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
ul.sidebar_list li#twitter div#twitter_update_list a {
	color: #e2761e;
}
ul.sidebar_list li#twitter div#twitter_update_list a:hover {
	color: #173E69;
}
ul.sidebar_list .featured-category {}
ul.sidebar_list .featured-category h6 {
	border-bottom-width: 0px;
	border-bottom-style: none;
}

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: #ddd;
	padding: 10px 0;
}
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: #173E69;
}
ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta a:hover {
	color: #e2761e;
}
ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta h2 {
	padding: 0px;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta .img-box{
	padding:0;
	margin:0;
	float:left;
	width: 80px;
	clear:none;
}

ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta .desc_box {
	padding:0;
	margin:0;
	float:right;
	width: 183px;
	clear:none;
	
}

ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta .feat-cat-date {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	line-height: 18px;
	padding: 0px;
	font-style: normal;
	display: block;
}
ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta p {
	font-size: 12px;
	padding: 0px;
	line-height: 15px;
	margin: 0px;
	display: block;
	font-weight: normal;
}

ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta .calendar-left {
	width: 80px;
	height: 75px;
	border: 1px solid black;
	color: #494949;
	clear: none;
	float:left;
	text-align: center;
	font-weight: bold;
	padding: 0 0 0 0;
	background-color: #e0ffff;
	overflow: hidden;
}

	.calendar-left .calendar-row2 {
		display:table-row;
	}
	
	.calendar-left .calendar-row {
		display:table-row;
	}
	
	.calendar-left .calendar-row .calendar-col {
		line-height: 150%;
		width: 80px;
		height: 70px; 
		display:table-cell;
		vertical-align:middle;
		font-size: 10px;
	}

	.calendar-left .calendar-row2 .calendar-col {
		line-height: 150%;
		width: 80px;
		height: 37.5px; 
		display:table-cell;
		vertical-align:middle;
		font-size: 10px;
	}
	
	.calendar-left .calendar-row2:last-child {
		background-color: #CEECF5;
	}
	
	.calendar-left .day {
		margin-top:10px;
		font-size: 18px;
		padding: 0;
	}
	.calendar-left .month {
		font-size: 16px;
		padding: 0;
	}

ul.sidebar_list .featured-category .feat-cat-entry .feat-cat-meta .div-right {
	width: 183px;
	padding-top: 0px;
	clear: none;
	float:right;
}

ul.sidebar_list .widget_recentcomments_gravatar, ul.sidebar_list .widget_hottopics {}
ul.sidebar_list .widget_recentcomments_gravatar h6, ul.sidebar_list .widget_hottopics h6 {
	border-bottom-width: 0px;
	border-bottom-style: none;
}
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: #ddd;
}
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: #e2761e;
}
ul.sidebar_list .widget_recentcomments_gravatar .comentry .author a:hover {
	color: #173E69;
}
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: #173E69;
}
ul.sidebar_list .widget_recentcomments_gravatar .comentry .comment a:hover {
	color: #666666;
}
ul.sidebar_list .widget_hottopics .comentry a {
	color: #e2761e;
}
ul.sidebar_list .widget_hottopics .comentry a:hover {
	color: #173E69;
}
ul.sidebar_list .widget_hottopics .comentry .total-com {
	color: #173E69;
	display: block;
}
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 #ddd;
}
ul#archives h6 {
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	color: #173E69;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 20px;
	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: 13px;
	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: #173E69;

}
ul#archives a:hover {
	color: #0066CC;
	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: 20px;
	color: #173E69;
	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: 13px;
	line-height: 24px;
	padding: 0px;
	list-style-type: square;
	font-weight: normal;
}
ul#links li a {
	color: #173E69;
}
ul#links li a:hover {
	color: #0066CC;
	text-decoration: underline;
}

.footer-widget-area {
	background: transparent;
	overflow: hidden;
	padding: 0px;
}

	.footer-widget-area .col-1 {
		float: left;
		width: 340px;
		overflow: hidden;
		padding: 5px ;
		border: 1px solid #DDD;
	}
	
	.footer-widget-area .col-2 {
		float: left;
		width: 340px;
		overflow: hidden;
		padding: 5px ;
		border: 1px solid #DDD;
		margin-left: 11px;
	}
	
		.footer-widget-area .col-2 h4 {
			padding: 0 0 14px 0;
		}
	
	.footer-widget-area .col-3 {
		float: right;
		width: 340px;
		overflow: hidden;
		padding: 5px ;
		border: 1px solid #DDD;
	}
	
	.footer-widget-area .indent {
		padding: 0px ;
	}
	
	.footer-widget-area ul {
		margin: 0;
		padding: 0;
	}
	
		.footer-widget-area ul li {
			margin: 0;
			padding: 4px 0 4px 0;
			line-height: 18px;
			font-size: 11px;
			color: #727374;
		}
		
			.footer-widget-area ul li a {
				text-decoration: none;
				color: #173E69;
			}
			
				.footer-widget-area ul li a:hover {
					color: #e2761e;
				}

li {
	list-style-type: none;
}
				
ul.services {
	width: 100%;
	overflow: hidden;
	padding: 0;
}

	ul.services li {
		list-style-type: none;
		list-style-position: outside;
		float: left;
		margin: 0 0 0 10px;
		padding: 6px 5px 11px 6px;
		overflow:hidden;
		
	}
	
	ul.services li:first-child {
		margin: 0;
	}
	
		ul.services li a {
			background: none;
			color: #173E69;
			padding: 0;
		}
		
		ul.services li img {
			margin: 0 0 10px 0;
		}
		
		ul.services li b {
			display: block;
			padding: 0 0 0 4px;
			line-height: 1.2em;
			font-family: 'Open Sans', sans-serif;
			font-size: 14px;
			font-weight: 700;
			text-transform: uppercase;
			color: #333;
		}
		
			ul.services li b a {
				text-decoration: none;
				color: #173E69;
			}
			
				ul.services li b a:hover {
					color: #e2761e;
				}
				
		ul.services li .post_content {
			padding: 0 0 4px 4px;
			line-height: 16px;
			font-family: 'Open Sans', sans-serif;
			font-size: 9px;
			font-weight: 400;
			text-transform: uppercase;
			color: #000000;
		}
		
		ul.services li a.button {
			margin: 0 0 0 3px !important;
		}
		
#footer {
	clear: both;
	text-shadow: 0px 1px 1px #000;
	color: #FFFFFF;
	display: block;
	line-height: 16px;
	background-color: #053C72;
	padding: 15px;
	font-size: 11px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #e2e8ea;
	margin: 0px;
	height: auto;
	width: auto;
}
#footer ul {
	padding: 0px;
	clear: both;
	width: 100%;
	display: block;
	height: auto;
	margin: 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;
	text-transform: capitalize;
}

#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: #47adde;
	background-color: transparent;
}
#footer #devlink {}
#footer #devlink img {
	vertical-align: middle;
}
#footer #devlink a {}
#footer #devlink a:hover {}
#footer #credits {}

.activity_calender { font-size:13px; margin:10px 0; }
.activity_calender .day { font-size:22px; }
.activity_calender .month { font-size:11px; }
.activity_side_div { min-height:50px; width:50px; float:left; }
.sidebar_list .videoPlay a{ background:url('images/play-icon.png') scroll 0 0 transparent; position: absolute; z-index: 999; text-decoration:none; left: 95px; top: 55px; width:95px; height:63px; border:0; }
.sidebar_list .videoPlay a:hover { background:url('images/play-icon.png') scroll 0 0 transparent; background-position:0 -63px; text-decoration:none; position: absolute; z-index: 999; left: 95px; top: 55px; width:95px; height:63px; border:0; }

.eventTable { border-spacing:0px; width:550px; font-size:14px; margin:0 auto; }
.eventTable th, .eventTable td { border-bottom:1px solid #d4d4d4; text-align:top; padding:0px; }
.dirTable { border-spacing:0px; width:100%;}
.dirTable th, .dirTable td { border-top:1px solid #d4d4d4; border-left:1px solid #d4d4d4; border-bottom:1px solid #d4d4d4; padding:0px; }
.dirTable td.text { border:none; }
.dirTable td.last { border-right:1px solid #d4d4d4; }
.item-wrapper { padding:0px; position: relative; float: left; margin:0 0 10px 0; }
.item-wrapper .item { background-color:#eee; margin:0 10px 0 0; }
.item-wrapper .pTitle { background-color:#eee; margin:0 10px 0 0; text-align:center; padding:0px 5px; min-height:45px; }
.peopleGrid { min-height:300px; width:188px; float:left; text-align:center; border-right:1px solid #cccccc; border-bottom:1px solid #cccccc; padding:5px; }
.peopleContent { margin-left:160px; }
.peopleContent p { margin:0 0 10px 0; }
.publicationDiv { background-color:#EEEEEE; padding:10px; margin-right:10px; }
.publicationContent p { margin:0 0 10px 0; }
.pubSingleImg { margin-right:15px; }
.publicationGrid { display:none; background-color:#fff; }
.loadingText { text-align:center; }
.activeLink a { color:#E2761E; }
.publicationWrapper { background-color:#EEEEEE; padding:10px; margin-bottom:10px; width:678px; }
.slsidebar { border: none; padding:0 10px; text-align:right; margin-bottom:10px; }
.loadMoreDiv { text-align:center; margin:30px 0 10px 0; }
.loadMoreDiv a { background-color:#00ACE7; padding:5px 30px; color:#ffffff; font-size:13px; }
.noMoreData { font-size:13px; background: rgb(0, 0, 0); filter: alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7; color: #ffffff; height: 40px; padding-top: 5px; text-align: center; position: absolute; z-index: 999; right: 310px; bottom: 27px; width: 80px; display:none; }
.preloader { 
	font-size:13px; 
	background: url('images/loading_img.gif') no-repeat scroll center 5px ; 
	background-color: #000000 !important;
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=70);
	/* Older than Firefox 0.9 */
	-moz-opacity:0.7;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.7;
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.7;
	color: #ffffff;  
	height: 20px; 
	padding-top: 25px; 
	text-align: center; 
	position: absolute; 
	z-index: 999; 
	right: 310px; 
	bottom: 27px; 
	width: 80px;  
	display:none; 
}	
.peopletable td { padding:5px; font-size:13px; }
.gallerytable td { padding:0px; width:50%; background-color:#EEEEEE; }
.gallerytable td.noAlbum { padding:0px; width:50%; background-color:#FFFFFF; }
.galleryDiv { position:relative; min-height:200px; text-align:center; padding:10px; }
.galleryDiv .galleryImg { padding:0 9px }
.galleryDiv .galleryImg a, .galleryDiv .galleryImg img { margin:0px; float:left; }
.galleryDiv .galleryTitle p { margin:0 0 10px 0; font-size:14px; }
.divHidden { display:none; float:left; }
.viewAll { border-bottom:1px solid #cccccc; padding:0 5px 10px 5px; margin-bottom:10px; }
.pubCategory { padding:0 5px; margin-bottom:10px; }
.otherMag { font-size:16px; font-weight:bold; margin:50px 0 10px 0; }
.sl_error { color:red; }
.sl_sent { color:green; }
.social_left { float:left; }
.social_right { float:right; }
.mb-10 { margin-bottom:10px; }
/*
#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;
}

#footer-widget-area-wrap {
	display: block;
	height: auto;
	width: 942px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/navbg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #468FAF;
	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: #FFFFFF;
	text-shadow: none;
}
ul.footer_list a {
	color: #FFFFFF;
	text-decoration: none;

}
ul.footer_list a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
ul.footer_list  h6 {
	font-size: 1em;
	display: block;
	height: auto;
	width: auto;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #237294;
	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 #173E69;
}
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: #CCCCCC;
}
ul.footer_list .widget_text .textwidget a:hover {
	color: #FFFFFF;
}
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 {
	color: #CCCCCC;
}
ul.footer_list .widget_recentcomments_gravatar .comentry .author a:hover {
	color: #FFFFFF;
}
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: #FFFFFF;
}
ul.footer_list .widget_recentcomments_gravatar .comentry .comment a:hover {
	color: #CCCCCC;
}
ul.footer_list .widget_hottopics .comentry a {
	color: #CCCCCC;
}
ul.footer_list .widget_hottopics .comentry a:hover {
	color: #FFFFFF;
}
ul.footer_list .widget_hottopics .comentry .total-com {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: left;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
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: #CCCCCC;
}
ul.footer_list .featured-category .feat-cat-entry .feat-cat-meta a:hover {
	color: #FFFFFF;
}
ul.footer_list .featured-category .feat-cat-entry .feat-cat-meta h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	font-style: normal;
}
ul.footer_list .featured-category .feat-cat-entry .feat-cat-meta .feat-cat-date {
	font-size: 9px;
	color: #CCCCCC;
	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;
}
*/
