body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 14px;
	height: auto;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
.header {
	width: 90%;
	height: 96px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.logo {
	float: left;
	height: 80px;
	width: 200px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.logoimg {
	height: 70px;
	float: left;
	margin-top: 5px;
}
.logotitle {
	margin-top: 30px;
	margin-left: 70px;
	font-size: 24px;
	font-style: oblique;
	font-weight: normal;
}
.topmenubar {
	float: right;
	height: 30px;
	vertical-align: bottom;
	margin-top: 40px;
}
.topmenubar li {
	float: left;
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 30px;
	line-height: 30px;
}
.topmenubar a {
	text-decoration: none;
	text-align: center;
	display: block;
	color: #333333;
	margin-right: 20px;
	margin-left: 20px;
}
.topmenubar li a:hover {
	color: #f0483e;
}
.footer {
	color: #000000;
	background-color: #dddddd;
	text-align: center;
	height: 56px;
	padding-top: 10px;
	display: block;
	float: left;
	width: 100%;
}

.topmenubar .current {
	color: #f0483e;
	font-weight:bold;
}
.topline {
	background-color:#666666;
	height: 1px;
}
.contentbg-black {
	margin: 0px;
	height: 460px;
	background-color: #444444;
	position: relative;
	color:#000000
}

.ad-txt {
	float: left;
	margin-top: 60px;
	color: #eeeeee;
	font-size: 28px;
	width: 60%;
	margin-left: 30px;
	z-index: 99;
}
.ad-txt span {
	font-size: 32px;
	color: #eeeeee;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #FF6633;
	padding-left: 10px;
}


.content-txt {
	width: 70%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	display: block;
	background-color: #FFFFFF;
	padding: 20px;
	border-radius:5px;
}
.content-txt h2 {
	font-size: 14px;
}


.button{
	height: 60px;
	display: block;
	line-height: 50px;
	font-size: 24px;
}
.button a{
	display: block;
	color: #ff6633;
	border-radius: 6px;
	border: 1px solid #ff6633;
	margin-top: 10px;
	text-align: center;
	text-decoration: none;
}
.button a:hover {
	background-color: #ff6633;
	color: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #ff6633;
}
.button-blue{
	height: 40px;
	display: block;
	line-height: 40px;
	font-size: 20px;
	width: 150px;
	margin-top: 50px;
}
.button-blue a{
	display: block;
	color: #ffffff;
	border-radius: 6px;
	border: 1px solid #ffffff;
	margin-top: 10px;
	text-align: center;
	text-decoration: none;
}
.button-blue a:hover {
	color: #5E919F;
	border-radius: 6px;
	background-color: #FFFFFF;
}

.wrapper {
	display: inline-block;
	position: relative;
	vertical-align: bottom;
	border-left-width: 220px;
	border-left-style: solid;
	border-left-color: #ffffff;
}
.leftmenu {
	float: left;
	width: 220px;
	margin-left: -220px;
	margin-right: -1px;
	border-right: 1px solid #888;
	position: relative;
}
.leftmenu li {
	line-height: 26px;
	margin-left: 0px;
	list-style-type: none;
	list-style-image: url(images/red-dot.png);
}
.leftmenu .menu-group {
	cursor:pointer
}

.leftmenu li ul {
}
.leftmenu li .current {
	color: #FF0000;
	background-color: #eeeeee;
}

.leftmenu a {
	color: #333333;
	display: block;
	height: 26px;
	text-decoration: none;
}
.leftmenu a:hover {
	color: #FF0000;
	background-color: #eeeeee;
}


.main-right {
	float: left;
	padding-left: 20px;
	border-left: 1px solid #888;
}

.main-right h1 {
	font-size: 20px;
	color: #FFFFFF;
	background-color: #5E919F;
	padding-left: 10px;
	padding-right: 10px;
}
.content .main-middle h2 {
	font-weight: normal;
	color: #666666;
}


.blankline {
	height: 10px;
}
.main-right h2 {
	font-size: 18px;
	color: #333333;
}
#ad-options {
	visibility: hidden;
	position: absolute;
}
.contentbg-green {
	background-color: #A4CC66;
	margin: 0px;
	position: relative;
	width: 100%;
	float: right;
}
.content-txt h1 {
	font-size: 24px;
	color: #FF6633;
}

.contentbg-blue {
	background-color: #A3D6C7;
	margin: 0px;
	position: relative;
	width: 100%;
	float: right;
}
.contentbg-grey {
	background-color: #cccccc;
	margin: 0px;
	position: relative;
	width: 100%;
	float: right;
}
.contentbg-darkgrey {
	background-color: #999999;
	margin: 0px;
	position: relative;
	width: 100%;
	float: right;
}

.contentbg-lightgrey {
	background-color: #eeeeee;
	margin: 0px;
	position: relative;
	width: 100%;
	float: right;
}

.contentbg-white {
	background-color: #FFFFFF;
	margin: 0px;
	position: relative;
	width: 100%;
	float: right;
}
.content-title {
	height: 50px;
	width: 70%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 50px;
	color: #666666;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #0099CC;
}
.content-title-blue {
	height: 30px;
	width: 70%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 30px;
	color: #FFFFFF;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #0099CC;
	background-color: #0099CC;
}

.video-array {
	margin-top: 320px;
	position: absolute;
	height: 110px;
	width: 100%;
}
.video-array li {
	margin: 0px;
	padding: 10px;
	float: left;
	height: 90px;
	display: block;
	width: 180px;
	color: #666666;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.video-array li a {
	display: block;
	height: 90px;
	width: 180px;
	text-decoration: none;
	color: #999999;
	border: 1px dotted #CCCCCC;
	border-radius: 6px;

}
.video-array a:visited {
	color: #666666;
}

.video-array li a:hover {
	color: #FF6633;
}
.main-middle{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	padding: 20px;
}
.dual-section h3 {
	font-weight: normal;
	color: #666666;
	line-height: 30px;
	margin-left: 100px;
	font-size: 20px;
	height: 60px;
}
.dual-section h2 {
	background-color: #eeeeee;
	color: #999999;
	font-size: 20px;
}
.main-middle h1 {
	color: #666666;
	font-weight: normal;
	font-size: 24px;
}


.dual-section {
	width: 90%;
	float: left;
	overflow: hidden;
	text-align: left;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 30px;
	padding-left: 3%;
}
.dual-section a {
	color: #FF0000;
}


.dual-section .left-icon-add {
	float: left;
}
.col-left{
	width: 30%;
	height:130px;
	float: left;
	overflow: hidden;
	text-align: left;
	padding-top: 30px;
	padding-right: 1%;
	padding-bottom: 30px;
	padding-left: 1%;
}
.col-right{
	width: 70%;
	height:130px;
	float:right;
	overflow: hidden;
	text-align: left;
	padding-top: 30px;
	padding-right: 1%;
	padding-bottom: 30px;
	padding-left: 1%;
}
.main-right ul {
	list-style-type: none;
}
