html {
	background: #b8bc9b;
	/*background:#E9E8DC;*/
}

body {
	color: #000000;
	margin: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #E9E8DC url(../images/bg-body-top.gif) repeat-x;
	min-width: 998px;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

#wrapper {
	width: 100%;
	min-height: 605px;
}

* html #wrapper {
	height: 605px;
}

/*header*/
#header {
	height: 50px;
	width: 975px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

#nav {
	margin: 0 0 0 -3px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
}

#nav li {
	display: inline;
	padding: 0 2px 0 12px;
	background: url(../images/bg-bullet01.gif) no-repeat 0 4px;
}

#nav li:first-child {
	background: none;
}

#nav li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	word-spacing: -1px;
}

#nav li a.active,#nav li a:hover {
	color: #f6dc75;
}

.main-holder { /*background:url(../images/bg-shadow.gif) repeat-x;*/
	width: 100%;
}

/*main*/
#main {
	width: 953px;
	min-height:400px;
	margin: 0 auto;
}

#main :after {
	display: block;
	clear: both;
}

#flash-area {
	width: 100%;
	border-bottom: 1px solid #5d661e;
	background: url(../images/bg-flash-area-top.gif) repeat-x;
}

.flash-btm-bg {
	background: url(../images/bg-flash-area-btm.gif) repeat-x 0 100%;
	overflow: hidden;
	padding-bottom: 7px;
}

.hold1 {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: url(../images/bg-left.gif) repeat-x 173px 7px;
}

.hold2 {
	position: relative;
	float: left;
	left: 50%;
	background: url(../images/bg-right.gif) repeat-x 1030px 7px;
	text-align: center;
	padding-right: 9999px;
	margin-right: -9999px;
}

/*flash-holder*/
.flash-holder {
	padding: 7px 9px 0 8px;
	width: 936px;
	float: left;
	position: relative;
	text-align: left;
	margin-left: -468px;
	background: url(../images/bg-flash-holder.gif) no-repeat;
}

.flash-holder img {
	display: block;
}

/*sidebar*/
#sidebar {
	width: 308px;
	position: absolute;
	top: 37px;
	left: 33px;
}

#sidebar .top-bg {
	width: 308px;
	height: 29px;
	overflow: hidden;
	background: url(../images/bg-sidebar-top.png) no-repeat;
}

#sidebar .mid-bg {
	background: url(../images/bg-sidebar.png) repeat-y;
	width: 248px;
	margin-left: 21px;
	padding: 2px 9px 27px 9px;
}

#sidebar .btm-bg {
	width: 268px;
	height: 285px;
	padding-right: 3px;
	overflow: hidden;
	margin-left: 21px;
	background: url(../images/bg-sidebar-btm.png) no-repeat;
}

#sidebar a {
	position: relative;
}

#sidebar img {
	display: block;
	border: none;
	margin: 0 auto;
}

#sidebar .address {
	margin-top: 36px;
}

#sidebar .learn {
	margin-top: 13px;
}

#sidebar .list {
	background: url(../images/bg-line.gif) no-repeat;
	width: 213px;
	padding-top: 11px;
	margin: 11px 0 0 20px;
}

#sidebar .list ul {
	margin: 0 0 -19px;
	padding: 0 0 5px;
	list-style: none;
	height: 1%;
	overflow: hidden;
	position: relative;
	background: url(../images/bg-line.gif) no-repeat 0 100%;
}

#sidebar .list ul li {
	vertical-align: top;
	height: 1%;
	padding-bottom: 1px;
}

#sidebar .list ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 21px;
	padding-left: 6px;
}

#sidebar .list ul li a.active,#sidebar .list ul li a:hover {
	background: url(../images/nav-hover.gif) repeat-y;
	font-weight: bold;
}

/*content*/
#content {
	width: 585px;
	float: right;
	padding: 15px 29px 20px 0;
}

#content h1 {
	margin: 0 0 7px;
	color: #3b6e8f;
	font: 27px/ 27px "Times New Roman", Times, serif;
	letter-spacing: 1px;
}

#content h2 {
	margin: 0, 0, 15px, 0;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#content p {
	margin: 0 0 10px;
	/*line-height:17px;*/
}

#content a {
	color: #3b6e8f;
}

#content a:hover {
	text-decoration: none;
}

#content ul {
	margin: -5px 0 0 39px;
	padding: 0;
	list-style: none;
}

#content ul li {
	padding-left: 10px;
	background: url(../images/bg-bullet02.gif) no-repeat 0 7px;
	padding-bottom: 3px;
	padding-top: 2px;
}

#content img {
	display: block;
	padding-bottom: 10px;
}

/*breadcrumbs*/
#content .breadcrumbs {
	margin: -13px 0 12px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
	font-size: 13px;
}

#content .breadcrumbs li {
	float: left;
	padding: 0 9px;
	margin-left: -7px;
	color: #525252;
	background: url(../images/bg-arrow01.gif) no-repeat 0 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content .breadcrumbs li a {
	color: #525252;
}

#content .breadcrumbs li a:hover {
	text-decoration: none;
}

/*footer*/
#footer {
	width: 100%;
	background: #b8bc9b;
	overflow: hidden;
	margin-bottom: 40px;
}

#footer .inner {
	margin: 0 auto;
	width: 975px;
	padding: 0 7px 0 6px;
}

#footer p {
	margin: 0;
	font: 11px/ 46px "Times New Roman", Times, serif;
	color: #303030;
	float: left;
}

#footer ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	float: left;
	overflow: hidden;
}

#footer ul li {
	float: left;
	padding: 0 6px;
	background: url(../images/bg-sep01.gif) no-repeat 0 19px;
	margin-left: -1px;
}

#footer ul li a {
	color: #303030;
	font: 11px/ 46px "Times New Roman", Times, serif;
	text-decoration: none;
	position: relative;
}

#footer ul li a.active,#footer ul li a:hover {
	text-decoration: underline;
}

#footer img {
	float: right;
	margin-top: 4px;
}

#videoDiv {
	position: relative;
	width: 640px;
	height: 415px;
}

TABLE.videoTable {
	font-family: arial, helvetica;
	font-size: 14pt;
	font-weight: bold;
}

TABLE.videoTable td {
	vertical-align: middle;
}

TABLE.videoTable A {
	text-decoration: none;
}

TABLE.videoTable A:hover {
	text-decoration: underline;
}

TABLE.videoTable img {
	width: 100px;
	height: 80px;
	margin-right: 5px;
	vertical-align: middle;
	border: 0;
}

.tabs {
	width: 140px;
	height: 24px;
	background: url(../images/tab-back.png);
	float: left;
	padding-top: 8px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-right: 1px;
	cursor: pointer;
}

.tabsover {
	width: 140px;
	height: 24px;
	background: url(../images/tab-front.png);
	float: left;
	padding-top: 8px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-right: 1px;
	cursor: pointer;
}

.tabs a {
	width: 140px;
	height: 32px;
	color: #FFFFFF;
	text-decoration: none;
}

.tabsover a {
	width: 140px;
	height: 32px;
	color: #FFFFFF;
	text-decoration: none;
}

.tabsbox {
	border: solid 2px #3B6E8E;
	padding: 10px;
}
