﻿@charset "utf-8";
/* CSS Document */
body {
	padding: 0;
	margin: 0;
	background: url(../images/header-bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0e2640;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0e2640;
}
h1 {
	display: block;
	margin: 0;
	padding: 2px;
	background: url(../images/h1-bg.gif) repeat-x;
	color: #FFFFFF;
	font-size: 14px;
	font-weight:900;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	padding: 2px 10px;
}
td {
	vertical-align: top;
	height: 100%;
}
ul li {
	list-style-type: circle;
}
ul.imgPush {
	margin: 10px;
	padding-left: 30px;
}
ul.imgPush  li a{
	color: #0e2640;
}
a {
	color: #0e2640;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input.txtLogin {
	font-size: 10px;
	color: #FFFFFF;
	background: #777777;
	border: 1px solid #d8d8d8;
	padding: 2px 8px;
	margin: 4px 5px;
}
.btnLogin {
	width: 20px;
	height: 20px;
	background: url(../images/btn-login.gif) no-repeat;
	border: none;
}
#wrapper {
	padding: 0;
	margin: 0;
	width: 100%;
}
#header {
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
}
#header p {
	margin: 0;
	padding-top: 10px;
}
.header {
	position: relative;
	width: 750px;
	height: 80px;
	margin: 0 auto;
	z-index: 9;
	text-align: right;
	color: #FFFFFF;
}
#logoFloat {
	position: absolute;
	width: 303px;
	height: 109px;
	left: 0;
}
#logoFloat img {
	border: none;
}
#footer {
	width: 100%;
	height: 100px;
	border-top: 1px solid #FFFFFF;
	color: #919191;
}
#footer a {
	color: #356adf;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: underline;
}
#footer span {
	width: 140px;
	color: #919191;
	padding: 5px;
	text-align: center;
	display: inline;
}
#footer span.links {
	width: 440px;
}
.footer {
	width: 750px;
	margin: 0 auto;
}
#content {
	width: 100%;
	height: 100%;
	background: #1d1d1d;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.content {
	width: 750px;
	height: 100%;
	margin: 0 auto;
	padding-bottom: 25px;
	background: #dcdcdc;
}
#mainnav {
	width: 750px;
	height: 160px;
	border-bottom: 1px solid #1d1d1f;
	background:url('../images/mannav-bg-home.jpg') no-repeat left top;
}

/* The DNN menu styles */
.main_dnnmenu_bar {
	cursor:pointer;
	font-size: 11px; 
	background: #000000;
	filter: alpha(opacity=80);
	opacity: .80;
	border-bottom: 1px #LBLBLB solid;
	width: 197px;
	padding: 25px 0px 0px 0px;
	min-height:135px;
	display: block;
}
.main_dnnmenu_rootitem, .main_dnnmenu_rootitem_selected {
	padding: 0px 2px 0px 20px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-weight: normal;
	border-bottom: 1px #1b1b1b solid;
}
.main_dnnmenu_rootitem_hover {
	background: url(../images/mainnav-link-bg.gif) no-repeat;
}
.main_dnnmenu_submenu  {
	cursor:pointer;
	font-size: 11px; 
	background: #000000;
	padding: 0px 0px 0px 0px;
	min-width:180px;
	filter: alpha(opacity=90);
	opacity: .90;
}
.main_dnnmenu_item td {
	padding:2px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-weight: normal;
	border-bottom: 1px #1b1b1b solid;
	z-index:100;
}
.main_dnnmenu_itemhover td, .main_dnnmenu_itemselected td{  
	background: url(../images/submenubackg.gif) repeat-x;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-weight: normal;
	padding:2px;
	letter-spacing: 1px;
	text-decoration: none;
}
/* The DNN menu styles */

#mainnav div.taglinecontainer {
	float:right;
	margin-right:0px;
	margin-top:100px;
	position:relative;
	width: 332px;
}
#mainnav div.taglinebg {
	position: absolute;
	width: 302px;
	height: 31px;
	background: #000000;
	filter: alpha(opacity=50);
	opacity: .50;
}
#mainnav div.taglinetxt{
	position: absolute;
	width: 300px;
	height: 20px;
	padding: 5px 0;
	z-index: 5;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #bebfbf;
	font-size: 14px;
	font-weight: bold;
}
ul.catList {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.catList li {
	display: inline;
	float: left;
	padding: 0 0 20px;
	margin: 0;
	width: 107px;
	height: 94px;
	background: url(../images/category-bg.jpg) no-repeat top;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-weight: bold;
}
ul.catList li img {
	margin: 0 3px 5px 3px;
}

.vtop {
	vertical-align: top;
}
.flLeft {
	float: left;
}
.flRight {
	float: right;
	top: 0;
}
.indent {
	padding-left: 40px;
}
.imgindent {
	padding-left: 240px;
}
.clear {
	clear: both;
}
.contentImg {
	padding: 0px;
}
.catImg {
	margin-bottom: 5px;
}

