#player_container {
	position: relative;
	background-color:#eee;
	width:418px;
	height:60px;
	border:1px solid #009be3;
}
#player_container2 {
	position: relative;
	background-color:#eee;
	width:418px;
	height:80px;
	border:1px solid #009be3;
}
#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container2  ul#player_controls2 {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}
#player_container2  ul#player_controls2 li {
	overflow:hidden;
	text-indent:-9999px;
}
#player_play,
#player_pause {
	display: block;
	position: absolute;
	left:48px;
	top:10px;
	width:40px;
	height:40px;
	cursor: pointer;
}
#player_play2,
#player_pause2 {
	display: block;
	position: absolute;
	left:48px;
	top:20px;
	width:40px;
	height:40px;
	cursor: pointer;
}
#player_play {
	background: url("images/spirites.jpg") 0 0 no-repeat;
}
#player_play2 {
	background: url("images/spirites.jpg") 0 0 no-repeat;
}
#player_play.jqjp_hover {
	background: url("images/spirites.jpg") -41px 0 no-repeat;
}
#player_play2.jqjp_hover {
	background: url("images/spirites.jpg") -41px 0 no-repeat;
}
#player_pause {
	background: url("images/spirites.jpg") 0 -42px no-repeat;
}
#player_pause2 {
	background: url("images/spirites.jpg") 0 -42px no-repeat;
}
#player_pause.jqjp_hover {
	background: url("images/spirites.jpg") -41px -42px no-repeat;
}
#player_pause2.jqjp_hover {
	background: url("images/spirites.jpg") -41px -42px no-repeat;
}

#ctrl_prev {
	position: absolute;
	left:20px;
	top:16px;
	background: url("images/spirites.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#ctrl_prev:hover {
	background: url("images/spirites.jpg") -29px -112px no-repeat;
}

#ctrl_prev.disabled {
	background: url("images/spirites.jpg") -58px -112px no-repeat;
	cursor:default;
}

#ctrl_next {
	position: absolute;
	left:88px;
	top:16px;
	background: url("images/spirites.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#ctrl_next:hover {
	background: url("images/spirites.jpg") -29px -141px no-repeat;
}

#ctrl_next.disabled {
	background: url("images/spirites.jpg") -58px -141px no-repeat;
	cursor:default;
}


#player_stop {
	position: absolute;
	left:126px;
	top:16px;
	background: url("images/spirites.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_stop.jqjp_hover {
	background: url("images/spirites.jpg") -29px -83px no-repeat;
}
#player_progress {
	position: absolute;
	left:164px;
	top:22px;
	background-color: #eee;
	width:122px;
	height:15px;
}
#player_progress_load_bar {
	background: url("images/bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
#player_progress_load_bar.jqjp_buffer {
	background: url("images/bar_buffer.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("images/bar_play.gif") top left repeat-x ;
	width:0px;
	height:15px;
}
#player_volume_min {
	position: absolute;
	left:296px;
	top:22px;
	background: url("images/spirites.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_max {
	position: absolute;
	left:368px;
	top:22px;
	background: url("images/spirites.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_min.jqjp_hover {
	background: url("images/spirites.jpg") -19px -170px no-repeat;
}

#player_volume_max.jqjp_hover {
	background: url("images/spirites.jpg") -19px -186px no-repeat;
}

#player_volume_bar {
	position: absolute;
	left:314px;
	top:27px;
	background: url("images/volume_bar.gif") repeat-x top left;
	width:46px;
	height:5px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("images/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
}

#play_time,
#total_time {
	position: absolute;
	left:164px;
	top:39px;
	width:122px;
	font-size:.8em;
	font-style:oblique;
}

#total_time {
	text-align: right;
}

#playlist_list {
	width:418px;
}

#playlist_list ul{
	list-style-type:none;
	padding:1px 20px 2px 20px;
	margin:0 0 10px 0;
	background-color:#ccc;
	border:1px solid #009be3;
	border-top:none;
	width:378px;
	font-size:.9em;
}

#playlist_list li{
	padding:4px 0 4px 20px;
	border-bottom:1px solid #eee;
	cursor: pointer;
}

#playlist_list li.playlist_current{
	color:#0d88c1;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
}

#playlist_list li.playlist_hover {
	color:#0d88c1;
}

.miaow {
	font-size:.8em;
	color:#999;
}

.miaow a:link, a:visited, a:hover, a:focus, a:active {
	/* color:#009be3; */
}
.video {
	LEFT: 20px;
	FLOAT: right;
	MARGIN-BOTTOM: 5px;
	WIDTH: 340px;
	POSITION: relative;
}

.jplayerContainer {
	FLOAT: none;
	MARGIN-BOTTOM: 5px;
	POSITION: relative;
	margin-right: 20px;
}
.imageBorderRight {
	float:right;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: center;
}
.imageBorderleft {
	float:left;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 14px;
}
.pullquoteWider2Left {

	width: 125px;
	float:left;
	font-size:10px;
	border:1px solid #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 4px 8px;
	color: #333333;
	font-weight: bold;
	margin-left: 12px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
}
.pullquote {
	width: 400px;
	float:right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	padding-top: 14px;
	padding-right: 12px;
	padding-bottom: 14px;
	padding-left: 12px;
	background-color: #FFFFFF;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 16px;

}
.txtBox {
	padding-top: 14px;
	padding-right: 12px;
	padding-bottom: 14px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 0px solid #dddddd;
}
.pullquoteLeft {
	padding-top: 14px;
	padding-right: 12px;
	padding-bottom: 14px;
	padding-left: 12px;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 0px solid #dddddd;
}
.pullquote2 {
	width: 400px;
	float:right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	padding-top: 14px;
	padding-right: 12px;
	padding-bottom: 14px;
	padding-left: 12px;
	background-color: #FFFFFF;
	line-height: 1.4em;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 16px;
	background-image: url(images/menubar_link.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;

}
.pullquotenowidth {
	float:right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	padding-top: 14px;
	padding-right: 12px;
	padding-bottom: 14px;
	padding-left: 12px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 1.2em;
	color: #333333;
}
.pullquotenowidthbg {
	
	POSITION: relative;
	
	
	float:right;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 14px;
	padding-left: 12px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 16px;
}
.lowerpanel {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
	line-height: 16px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 940px;
	color: #eeeeee;
	border: 0px solid #336E96;
	z-index: auto;
	float: right;

}
#slidedownpanel {
	height: 165px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	display: none;
	margin-left: 4px;
	background-color: #51482D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	}
	#slidedownpanel2 {
	height: 165px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	display: none;
	margin-left: 4px;
	background-color: #51482D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	}
	#slidedownpanel3 {
	background: #51482D;
	height: 165px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: auto;
	margin-left: 4px;
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}
.slide {
	border-top: solid 4px #c4c5b0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 4px;
	background-image: url(images/slidepanel_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0;
}
.slide2 {
	border-top: solid 4px #c4c5b0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 4px;
	background-image: url(images/slidepanel_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0;
}
.slide3 {
	border-top: solid 4px #c4c5b0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 4px;
	background-image: url(images/slidepanel_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0;
}
.slide4 {
	border-top: solid 4px #c4c5b0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 4px;
	background-image: url(images/slidepanel_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0;
}
.btn-slide {
	background: url(images/black-arrow.gif) no-repeat right -50px;
	text-align: left;
	width: 206px;
	height: 40px;
	display: block;
	color: #0B5185;
	text-decoration: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 100%;
	font-weight: normal;
}
.btn-slide2 {
	background: url(images/black-arrow.gif) no-repeat right -50px;
	text-align: left;
	width: 206px;
	height: 40px;
	display: block;
	color: #006633;
	text-decoration: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 90%;
	font-weight: normal;
}
.btn-slide3 {
	/* background: url(images/black-arrow-inv.gif) no-repeat right -50px; */
	background: url(images/black-arrow.gif) no-repeat right -50px;
	text-align: left;
	width: 206px;
	height: 40px;
	display: block;
	color: #000000;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 95%;
	font-weight: normal;
}
.btn-slide4 {
	background: url(images/black-arrow.gif) no-repeat right -50px;
	text-align: center;
	width: 206px;
	height: 40px;
	display: block;
	color: #B96F00;
	text-decoration: none;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 100%;
	font-weight: normal;
}
.active {
	background-position: right 12px;
}
/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id$
 *
 */


/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:550px; width:900px; background-color:#fff; border:3px solid #ccc; overflow:none}
#simplemodal-container a.modalCloseImg {background:url(images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:8px;}
h2 {
	margin-bottom: 12px;
	padding: 0;
	color: #2598C1;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
h3 {
	margin: 0;
	margin-bottom: 14px;
	padding: 0;
	color: #666666;
}
h4 {
	margin-bottom: 6px;
	padding: 0;
	color: #666666;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.wh {
	color: #9AC8E2;
	}
.togglelink {
	
	}
	
/*
DROPDOWN
*/    

.dropHolder {width:280px; float:left; height:1px; margin-left:0px;}
    
.dropdown-menu {
    width:280px;
    position:absolute;
    font-size:10px;
    color:#FFF;
    cursor:pointer;
    margin-left:2px;
    z-index:1000px;
}

.dropdown-menu a:link, .dropdown-menu a:visited {
    color:#FFF !important;
    display:block !important;
    text-decoration:none !important; 
    margin:0 !important;
}

.dropdown-menu a:hover {
    color:#FFF !important;
    text-decoration:underline !important;
}

.dropdown-menu .slide-down {
    background:url(images/dd280_body.gif) repeat-y;
}

.menu-first {
	line-height:16px;
	background-color: transparent;
	background-image: url(images/dd280_top.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	text-transform: lowercase;
	height: 40px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.down-list {
	margin-left:1px;
	padding-bottom:5px;
	background-color: transparent;
	background-image: url(images/dd280_bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.down-list li {
    padding:5px 5px 5px 15px;
    /*background:#670100 url(images/list-divider.gif) no-repeat bottom;*/
}
.down-list .lastLI {
	padding-bottom:2px;
	background-color: #333333;
}
/**/
.dropHolder240 {width:240px; float:left; height:1px; margin-left:0px;}
    
.dropdown-menu240 {
    width:240px;
    position:absolute;
    font-size:10px;
    color:#FFF;
    cursor:pointer;
    margin-left:2px;
    z-index:1000px;
}

.dropdown-menu240 a:link, .dropdown-menu240 a:visited {
    display:block !important;
    text-decoration:none !important; 
    margin:0 !important;
}

.dropdown-menu240 a:hover {
    color:#000000!important;
    text-decoration:none!important;
}

.dropdown-menu240 .slide-down240 {
	background-image: url(images/dd240_top.gif);
	background-repeat: repeat-y; 
}

.menu-first240 {
	line-height:16px;
	background-color: transparent;
	background-image: url(images/dd240_top.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	text-transform: lowercase;
	height: 41px;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #1F628C;
}

.down-list240 {
	margin-left:1px;
	padding-bottom:5px;
	background-color: transparent;
	background-image: url(images/dd240_bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.down-list240 li {
	padding:5px 5px 5px 15px;
	list-style-type: none;
    /*background:#670100 url(images/list-divider.gif) no-repeat bottom;*/
}
.down-list240 .lastLI240 {
	padding-bottom:2px;
	background-color: #333333;
}
