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

body {
	background: #E4F2F7 url(images/page-background.jpg) no-repeat center top;
	margin: 0px;
	padding: 0px;
	min-width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
}
#header-logo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 230px;
	width: 675px;
}
/* Search Box */

#header-search {
	float: right;
	height: 30px;
	width: 260px;
	margin-top: 195px;
	background: url(images/header_searchbox.png) left bottom;
	font: 12px/27px Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-left: 25px;
}
.searchButton {
	display:block;
	float:right;
	margin-left:5px;
	width:28px;
	height:25px;
	padding:0;
	border:0;
	background:url(images/searchbutton.png);
	text-indent:-1000px;
	cursor:pointer;
	margin-right: 19px;
}
#header-search .searchQuery {
	display:block;
	float:left;
	padding:5px 5px 5px 10px;
	width:180px;
	height:14px;
	font-size:11px;
	border:0;
	color:#333;
	margin-top: 2px;
	background: url(none);
}
#main {
	float: left;
	width: 960px;
	background: url(images/main-background.png) repeat-y scroll center top;
	padding-bottom: 20px;
}
#main-bottom {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 40px;
	width: 960px;
}
#content {
	width: 630px;
	margin: 20px 0px 10px 40px;
	float: left;
	font: 1em Arial, Helvetica, sans-serif;
	color: #555555;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	margin-top: 10px;
	margin-right: 20px;
}
.sidebarBox {
	margin: 0px 0px 25px;
	width: 230px;
}
#sidebar a:hover, #content a:hover {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

.listen_live {
	background: url(images/widget-listlive.jpg) no-repeat left top;
	text-indent: -10000px;
	display: block;
	height: 65px;
	width: 230px;
}
.comments {
	background: url(images/widget-comments.jpg) no-repeat left top;
	text-indent: -10000px;
	display: block;
	height: 65px;
	width: 230px;
}
.sidebarBox p {
	padding: 0px 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.sidebarBox ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
.sidebarBox li{
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	margin: 0px;
	padding: 0px;
}
.sidebarBox li a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
.sidebarBox li a:hover {
	font-weight: bold;
	text-decoration: none;
}
.sidebarBox .textfield {
	width: 210px;
	margin-top: 2px;
	margin-bottom: 5px;
}
.sidebarBox h4 {
	font: bold 15px/15px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	background: #000000;
	text-align: left;
	display: block;
	margin: 0px 0px 10px;
	padding: 3px;
	text-decoration: none;
}

/* Footer */

#footer {
	width: 920px;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 14px;
}
#footer  ul {
	border-top: 1px solid #999999;
	margin: 0px;
	list-style: none;
}
#footer li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
#footer li a, #footer li a:visited {
	color: #666666;
	text-decoration: none;
}
.web312 {
	float: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 60px;
}


/* Navigation */

.headerMenu2 {
	background:transparent url(./images/headerMenu2.png) no-repeat scroll 0 0;
	position:relative;
	z-index:950;
	float: left;
	width: 960px;
	height: 50px;
}
.headerMenu2 ul {
	height:50px;
	margin:0 20px;
	padding: 0px;
	list-style: url(none) none;
}
.headerMenu2DS ul {
	padding-left:0px;
	background:url(./images/headerMenu2.png) no-repeat -948px -120px;
}
.headerMenu2 li {
	float:left;
	height:50px;
	position:relative;
	z-index:1;
}
.headerMenu2 li a, .headerMenu2 li a:visited {
	color:#333333;
	display:block;
	font-size:15px;
	height:50px;
	line-height:52px;
	padding:0 8px;
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
}
.headerMenu2 li a:hover {
	background:url(./images/headerMenu2.png) no-repeat -60px -60px;
	color:#000000;
	text-decoration:none;
}
.headerMenu2 li a.homeIcon,
.headerMenu2 li a.homeIcon:visited {
	background:url(./images/headerMenu2.png) no-repeat -20px -120px;
	padding-left:40px;
}
.headerMenu2 li a.homeIcon:hover {
	background:url(./images/headerMenu2.png) no-repeat -20px -60px;
}
.headerMenu2 ul ul {
	position:absolute;
	top:49px;
	left:0;
	display:none;
	background:#dbdddd;
	border:1px solid #666666;
	margin:0;
	z-index:1;
	height:auto;
	padding:0;
	font-size: 12px;
	font-weight: normal;
}
.headerMenu2 li li a,
.headerMenu2 li li a:visited {
	height:auto;
	line-height:20px;
	padding:0 8px;
	width:164px;
	position:relative;
	color:#666666;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 12px;
}

/* HTML Styles */

h1 {
	font: bold 1.8em/1.1em Arial, Helvetica, sans-serif;
	color: #131313;
	background: #d9e4e8;
	text-align: left;
	display: block;
	padding: 2px 4px;
	margin: 0px;
	clear: both;
}
h1 a, h1 a:visited {
	color: #131313;
	text-decoration: none;
}
h1 a:hover {
	color: #000066;
	text-decoration: none;
}
.postHeader {
	padding-bottom: 15px;
}
h2 {
	color:#375cab;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	line-height:20px;
	margin:40px 10 10px;
	padding:3 0 0;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	display: block;
}
h3 {
	border-top:2px solid #C0C0C0;
	border-bottom:1px solid #D3D3D3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:10px 0;
	text-align:left;
	font-weight: bold;
	background: right;
	padding: 4px 0px;
	text-transform: uppercase;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h5 {
	color:#FFFFFF;
	background:#5E5600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	margin:0px 8px 10px;
	padding:3 0 0;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	display: block;
}
h6 {
	color:#375cab;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	line-height:16px;
	margin:10px 0px 0px;
	text-decoration: none;
	text-align:right;
	text-transform:uppercase;
	display:block;
}
h7 {
	color:#FFFFFF;
	background:#996666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	margin:0px
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	display: block;
}
h3.contentHeader {
	border-bottom:1px solid #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:10px 0 40px;
	text-align:right;
	font-weight: bold;
	color: #000000;
	background: right;
	padding: 4px;
	text-transform: uppercase;
	text-decoration: none;
}
.commentHeader h4 {
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	line-height:30px;
	margin:0 20px 0 15px;
	text-decoration: none;
	color: #999999;
}
.replyHeader h4 {
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	line-height:30px;
	margin:0 20px 0 15px;
	text-decoration: none;
	color: #999999;
}
#content p {
	font-size: 1em;
	line-height: 1.3em;
	text-align: justify;
	padding: 0px 10px;
	margin: 10px 0px;
}
#content strong {
	font-weight: bold;
	color: #333333;
}
#content em {
	font-style: italic;
}
#content ol, ul {
	list-style: disc url(none) inside;
	margin: 0px 10px 10px;
	padding: 0px;
}
#content li {
	margin-bottom: 5px;
	margin-left: 10px;
}

/* Multiple Blocks */

.home-module1 {
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}.home-module1 img {
	float: right;
	height: 170px;
	width: 250px;
	margin-left: 25px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
}


/* Smooth Slider */


#smooth_sldr {
	background-color:#FFFFFF;
	height:280px;
	width:630px;
	line-height:13px;
	margin:0px auto 20px;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	color: #999999;
	font-size: 12px;
	background-attachment: scroll;
	background-image: url(images/slider-back.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#smooth_sldr_items {
	padding:10px 25px;
	margin: 0px;
	height: 242px;
	width: 580px;
}

#smooth_sldr div{
	display:block;
	vertical-align: top;
	height: 242px;
}
#smooth_sldr_body h2 {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-style:normal;
	font-weight:bold;
	line-height:22px;
	margin:0px 0 10px;
	clear:none;
	padding:0;
	text-decoration: underline;
	text-align: left;
	text-transform: capitalize;
	border: 0px;
}
#smooth_sldr_body h2 a {
	color: #000000;
	text-decoration: none;
}
.smooth_slider_thumbnail {
	border:1px solid #CCCCCC;
	float:left;
	margin:0px 15px 0 0;
	padding: 0px;
	background: url(images/slider-back.jpg) repeat-x 0px 0px;
	height: 215px;
	width: 280px;
}
#smooth_sldr_body h3 {
	color:#375cab;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:normal;
	font-weight:bold;
	line-height:20px;
	margin:0px 0 10px;
	clear:none;
	padding:0;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #333333;
	text-transform: uppercase;
}
#smooth_sldr_body span {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	line-height: 14px;
	text-align: left;
	display: block;
}
#smooth_sliderc_nav {
	float:left;
	margin:5px 0 0;
	overflow:hidden;
	padding:0;
	width:580px;
	height: 20px;
}
#smooth_sliderc_nav li {
	border:1px solid #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#3b4a55;
	display:block;
	float:left;
	line-height:14px;
	margin:0 5px 0 0;
	color: #666666;
	text-align: center;
	vertical-align: middle;
	height: 15px;
	width: 18px;
}
#smooth_sliderc_nav li a{
	display:block;
	padding:1px 4px 1px 4px;
	outline:none;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.smooth_sliderc_nav{
	margin:0 5px 0 0;
	display:block;
	float:left;
	background-repeat:no-repeat;
	background-position:center;
	
}

#smooth_sldr_body p.more a {
	color:#375cab;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:right;
	text-decoration:underline;
	font-weight: bold;
}