body {
	min-width:750px;
	background-color: #EEA70D;
	background-image: url(../images/background_1.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-position: top;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover{
	color: #0000FF;
	text-decoration: underline;
}
#wrap {
	width:750px;
	margin-top: 31px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F7DAA6;
}
#header {
	background-image: url(../images/header_2.jpg);
	background-repeat: no-repeat;
	height: 262px;
}
#header_video {
	text-align: left;
}
/*
#navbar {
	background-image: url(../images/nav_bg_1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#navbar ul{
	text-align: left;
	padding: 0;
	margin: 0;
}
#navbar li{
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#navbar ul li a{
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-weight: bold;
}
#navbar ul li a:hover{
	color: #F3CD86;
	text-decoration: none;
}
*/
#navbar, #navbar ul { /* all lists */
	float: left;
	list-style: none;
	padding: 0;
	line-height: 1;
	margin: 0px;
}
#navbar {  /* WEBPRO added */
	background-image: url(../images/nav_bg_1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 750px;
	margin-top: 0px;
}
#navbar a {
	display: block;
	width: 97px;
}
#navbar a:hover {  /* WEBPRO added */
	color: #F3CD86;
}
#navbar li { /* all list items */
	float: left;
	width: 107px; /* width needed or Opera goes nuts */
	padding: 0;
}
#navbar li a {  /* WEBPRO added */
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#navbar li a:hover {  /* WEBPRO added */
	background-color: ;
}
#navbar li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
	width: 160px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#navbar li ul a { /* lists nested under hovered list items */
	color: #796947;
}
#navbar li ul a:hover { /* lists nested under hovered list items */
	color: #BEAF92;
}
#navbar li ul li a {  /* WEBPRO added */
	text-align: left;
	width: 150px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
	line-height: 18px;
}
#navbar li ul li a:hover {  /* WEBPRO added */
	text-decoration: none;
}
#navbar li:hover ul, #navbar li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#navbar li:hover, #navbar li.sfhover {
	background-color: ;
}
#navbar li:hover, #navbar li.hover { /* added to fix the "stick" problem with IE 7 */
    position: static;
}




#content {
	padding-right: 20px;
	padding-left: 20px;
	background-color: #F7DAA6;
	padding-top: 15px;
	clear:both;
}
#left_content {
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	width: 465px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 15px;
	margin-bottom: 15px;
}
#right_content {
	padding-right: 20px;
	padding-left: 20px;
	float: right;
	width: 200px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#solo_content {
	width: 705px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#section_container {
	background-color: #FFFFFF;
	padding: 20px;
}
#section_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #721005;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #721005;
}
#section_content {
	padding-bottom: 15px;
}
#module_1_title {
	background-image: url(../images/module_title_bg_1.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 4px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	background-position: bottom;
}
#module_1_title a{
	font-size: 10px;
	font-weight: normal;
	color: #FFFF00;
	text-decoration: none;
}
#module_1_title a:hover{
	color: #FFFF00;
	text-decoration: underline;
}
#module_1_content {
	background-color: #FFFFFF;
}
#module_interior_buffer {
	padding: 5px;
	overflow:auto;
}
#module_vertical_buffer {
	padding-top: 10px;
}
#layout_table {
	width: 100%;
}
#layout_table td {
	vertical-align: top;
}
.layout_table_cell_buffer {
	width: 10px;
}
.layout_table_left_1 {
	width: 60%;
}
.layout_table_cell_50 {
	width: 49%;
}
.sub_title_0 {
	color: #721005;
	font-weight: bold;
	font-size: 16px;
}
.sub_title_1 {
	color: #666666;
	font-weight: bold;
}
.medium_text {
	font-size: 11px;
}
.small_text {
	font-size: 10px;
}
#footer {
	background-image: url(../images/footer_1.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	background-position: top;
	padding-bottom: 12px;
	clear: both;
	background-color: #EEA70D;
}
#footer a{
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover{
	color: #FFFF00;
	text-decoration: underline;
}

.picture_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.picture_right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.picture_border {
	border: 1px solid #666666;
}


#video_table {
}
#video_table td{
	text-align: left;
	vertical-align: top;
}
.video_table_video_cell {
}
.video_table_playlist_cell {
}
#video_container {
	margin-bottom: 0px;
}
#video_top {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #EEA70D;
	padding-left: 7px;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#video_top a{
	color: #FFFFFF;
	text-decoration: none;
}
#video_top a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#video_middle {
	background-color: #000000;
}
#video_bottom {
}
#video_playlist_container {
	margin-bottom: 0px;
}
#video_playlist_top {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #EEA70D;
	padding-left: 7px;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#video_playlist_middle {
	/*width:255px;*/
	/*height:100px;*/
	overflow-y: auto;
	overflow-x: hidden;
	visibility: visible;
	scrollbar-face-color: #919191;
	scrollbar-shadow-color: #333333;
	scrollbar-highlight-color: #cccccc;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color:#919191;
	scrollbar-arrow-color:#BE0807;
	background-color: #333333;
}

#video_playlist_bottom {
}
#video_playlist_item {
	font-size: 11px;
	float: left;
	width: 100%;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	text-align: left;
	color: #FFFFFF;
}
#video_playlist_item ul{
	padding: 0px;
	margion: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 0px;
}
#video_playlist_item li{
	display:block;
	list-style:none;
	margin:0;
	padding: 0;
	background-color: #4C4C4C;
	clear: both;
}
#video_playlist_item a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	overflow: auto;
}
#video_playlist_item a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6B6B6B;
}
#video_playlist_item_picture {
	width: 50px;
	float: left;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
}

