a/* CSS Document */

/*
Main colors

Orange = #F7941E

/* Clear everything - universal selector and general html styling*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Sans-serif;
	font-size: 14px;
	color: #999999;
	background-color: #ccc;
}

.hidden {
	display: none;
}

a:link {color: #999; text-decoration: none;}
a:visited {color: #999; text-decoration: none;}
a:hover {color: #666; text-decoration: none;}

.more_top_padding {
	padding-top: 15px !important;
}

.no_extra_padding {
	font-size: 12px !important;
	padding-left: 0px !important;
	padding-bottom: 10px !important;
	margin: 0 !important;
	line-height: 18px !important;
}

img {
	border:none;
}

h1 {
	color:#FFFFFF;
	font-size:16px;
	line-height:37px;
	margin-bottom:15px;
	margin-left:25px;
	margin-top:0;
	padding-bottom:0;
	padding-left:45px;
	padding-top:10px;
}

h2 {
	border-bottom:1px solid #666666;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	margin-left:35px;
	margin-right: 10px;
	padding:6px 45px 6px 0;
}

h3 {
	color:#fff;
	font-size:12px;
	font-weight:normal;
	margin-bottom:5px;
	margin-left:35px;
	margin-right: 10px;
	padding:6px 45px 6px 0;
}

h4 {
	font-size: 12px;
	padding-left: 90px;
	padding-top: 10px;
}

p {
	color:#999999;
	font-size:15px;
	line-height:18px;
	padding-bottom:10px;
	padding-left:70px;
	padding-right:20px;
}

ul {
	padding: 5px 10px 5px 0px;
}

#site_container {
	width: 1000px;
	margin:auto;
	/*background-color: white;*/
	background:url(../images/bg.png);
	background-repeat:no-repeat;
	background-color: #000B22;
	border-right:solid 2px;
	border-left:solid 2px;
	border-bottom:solid 2px;
	border-right-color: #999;
	border-left-color: #999;
	border-bottom-color: #999;
}

/************* Header ********************************/

#header_contact_info {
	width: 1000px;
	height: 20px;
}

#header_contact_info p {
	color: #999;
	font-size: 13px;
	padding-left: 310px;
	padding-right: 0px;
	padding-top: 2px;
}


/****************** Navigation *****************************/



/********************** This is the main content stuff here ***********************/

#content_container {
	width: 1000px;
	padding: 10px 75px 20px 75px;
}

#plain_content_container {
	width: 900px;
	padding: 10px 75px 20px 75px;
}

#content_left_column_holder {
	width: 500px;
	float: left;
	margin: 0;
	padding: 0;
}

#content_left_column_holder h1 {
	color:#FFFFFF;
	font-size:16px;
	line-height:37px;
	margin-bottom:5px;
	margin-left:25px;
	margin-top:0;
	padding-bottom:0;
	padding-left:10px;
	padding-top:10px;
}

#content_left_column_holder p {
	color:#999999;
	font-size:15px;
	line-height:18px;
	padding-bottom:10px;
	padding-left:35px;
	padding-right:20px;
}

#content_right_column_holder {
	float:left;
	margin:5px 0px 5px 5px;
	padding:0;
	width:320px;
}

#content_right_column_holder li{
		font-size:12px;
		display:block;
		margin:5px 2px;
		line-height: 18px;
		background:url(../images/bullet_bg.png) no-repeat;
		margin:8px;
		padding:0 30px;
	}
	
#content_right_column_holder h2 {
	border:medium none;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	margin-left:60px;
	margin-right:0;
	padding:6px 5px 0px 15px;
}

#content_right_column_holder p {
	color:#999999;
	font-size:15px;
	line-height:18px;
	padding-bottom:0px;
	padding-left:75px;
	padding-right:20px;
}

.sidebar_link {
	padding-left: 75px;
}
	
#flash_main_holder {
	width: 1000px;
	height: 370px;
}

#flash_main_media_holder {
	width: 1000px;
	height: 120px;
}

#flash_content_media_holder {
	width: 500px;
	height: 600px;
	margin-bottom: 20px;
}

#flash_media {
	width: 790px;
	height: 420px;
	margin: auto;
}
	
#body_block {
	float:left;
	margin:0 0 0 25px;
	padding-bottom:10px;
	width:180px;
}

.normal_link a {
	padding: 0;
	margin: 0;
}

.normal_link a:link {
	padding: 0;
	margin: 0;
}

.normal_link a:visited {
	padding: 0;
	margin: 0;
}

.normal_link a:hover {
	padding: 0;
	margin: 0;
}

.body_link a {
color:#999999;
text-decoration:none;
}

.body_link a:link {
	color:#999999;
text-decoration:none;
}

.body_link a:hover {
	color:#999999;
text-decoration:none;
}

.body_link a:visited {
	color:#999999;
text-decoration:none;
}

.footer_link  {
	padding:0;
	margin: 0;
	color: #fff !important;
}

.body_list {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 5px 5px 5px 35px;
}

.body_list li {
	
	list-style-type:square;
	padding-left: 5px;
	margin-left: 15px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#map_holder {
	padding-left: 60px;
	width: 300px;
	height: 170px;
}

/*********** icons *****************/

.global {
	background:url(../images/global_heading_bg.png);
	background-repeat:no-repeat;
}

.resources {
	background:url(../images/resources_heading_bg.png);
	background-repeat:no-repeat;
}

.performance {
	background:url(../images/performance_heading_bg.png);
	background-repeat:no-repeat;
}

.tool {
	background:url(../images/tools_heading_bg.png);
	background-repeat:no-repeat;
}

.quotes {
	background:url(../images/quotes_heading_bg.png);
	background-repeat:no-repeat;
}

.headline {
	background:url(../images/headline_icon.png);
	background-repeat:no-repeat;
}

.experience {
	background:url(../images/experience_icon.png);
	background-repeat:no-repeat;
}

.help {
	background:url(../images/helping_icon.png);
	background-repeat:no-repeat;
}

/********************* Video specific items *************/

#single_column_holder {
	float:left;
	margin:0 25px 35px 25px;
	padding:0 15px;
	width:790px;
}

#video_holder {
	width: 790px;
	height: 420px;
	float: left;
	margin: 0;
	padding: 0;
}

#embed_video_holder {
	color:#FFFFFF;
	margin-bottom:5px;
	margin-left:25px;
	margin-top:0;
	padding-bottom:0;
	padding-left:10px;
	padding-top:10px;
}

/********************* Footer *********************/

#footer_info {
	width: 1000px;
	height: 25px;
	background-color:#666;
	background-repeat:no-repeat;
	border-bottom: 1px solid #7D95B4;
	margin: 0 0 30px;
}

#footer_info p {
	color:#CCC;
	font-size:9px;
	padding-left:100px;
	padding-right:0;
	padding-top:2px;
}

#footer_featured {
	width: 1000px;
	margin: 0 0 10px;
}

#footer_featured p {
	color:#CCC;
	font-size:9px;
	padding-left:100px;
	padding-right:0;
	padding-top:2px;
}


/**************** Ditto stuff *******************/


.ditto_paging {
    border-top: 1px solid #333;
    padding: 15px; 
    font-size: 86%;
    color: black;
}

#ditto_pages {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

p.blog_p {
	padding-left: 15px;
}

#ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color: #333; 
    color: white;
} 
#ditto_pages .ditto_off {
    border: 1px solid #333;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: #333;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #333; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: black;
} 
#ditto_pages a:hover {
    background-color: #F7941E;
    color: #333;
}



/* RSS Channel css */

.rssChannel {
	display: none;
}


.rssItem {
	color: #333;
	padding:5px 25px 10px 30px;
	text-align: left;
	text-indent: 0;
}	

.rssItemLink a {
	color: #333;
}

.rssItem a:link {
	color: #333 !important;
	margin: 0 5px 0 0 !important;
	padding: 0 10px 0 0 !important;
}

/******************* Form Styling ***********************/

#formDiv {
	width: 485px;
	padding-bottom: 30px;
}

/*p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}*/
/* ----------- My Form ----------- */
.myform{
margin:0 0 0 35px;
width: 485px;
padding:2px;
}

/* ----------- stylized ----------- */
#stylized{
background:url(../images/white_trans_bg.png);
background-repeat: repeat-x repeat-y;
border-left:1px solid #7D95B4;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
padding-left:0;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
/*border-bottom:solid 1px #b7ddf2;*/
padding-bottom:15px;
padding-left: 35px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:120px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:120px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #999;
width:310px;
margin:2px 0 20px 10px;
}

#stylized select{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #999;
width:316px;
margin:2px 0 20px 10px;
}

#stylized button{
clear:both;
margin-left:130px;
width:125px;
height:31px;
background:url(../images/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#002868;
font-size:11px;
font-weight:bold;
border: none;
}

.textField {
margin: 0px 0px 20px 10px;
/*border-bottom:solid 1px #b7ddf2;*/
padding-bottom:15px;
}

#spam_block {
	width: 310px;
}

#spam_block label {
	font-size: 12px;
	padding-left: 5px;
	padding-bottom: 10px;
	line-height: 18px;
	padding-left:45px;
	padding-right:20px;
	border: none;
	font-style: normal;
}

#spam_block p {
	font-size: 12px;
	padding-left: 5px;
	padding-bottom: 10px;
	line-height: 18px;
	padding-left:45px;
	padding-right:20px;
	border: none;
}

/*****************  Radio Player ***********************/

/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 2.1
 * Date: 13th May 2010
 */

div.jp-single-player,
div.jp-playlist-player {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1.25em;

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
	margin:0 0 0 35px;
}
div.jp-interface {
	position: relative;
	background-color:#eee;
	width:418px;
	height:80px;
	border:1px solid #666;
}
div.jp-single-player div.jp-interface {
	border-bottom:none;
}
div.jp-playlist-player div.jp-interface {
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	position: absolute;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	top:20px;
	width:40px;
	height:40px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
	left:40px;
}
div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left:48px;
}
a.jp-play {
	background: url("../images/jplayer.blue.monday.jpg") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("../images/jplayer.blue.monday.jpg") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("../images/jplayer.blue.monday.jpg") 0 -42px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("../images/jplayer.blue.monday.jpg") -41px -42px no-repeat;
}
a.jp-stop {
	top:26px;
	background: url("../images/jplayer.blue.monday.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
}
div.jp-single-player a.jp-stop {
	left:90px;
}
div.jp-playlist-player a.jp-stop {
	left:126px;
}
a.jp-stop:hover {
	background: url("../images/jplayer.blue.monday.jpg") -29px -83px no-repeat;
}
a.jp-previous {
	left:20px;
	top:26px;
	background: url("../images/jplayer.blue.monday.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
}
a.jp-previous:hover {
	background: url("../images/jplayer.blue.monday.jpg") -29px -112px no-repeat;
}
a.jp-next {
	left:88px;
	top:26px;
	background: url("../images/jplayer.blue.monday.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
}
a.jp-next:hover {
	background: url("../images/jplayer.blue.monday.jpg") -29px -141px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:32px;
	background-color: #ddd;
	width:122px;
	height:15px;
}
div.jp-single-player div.jp-progress {
	left:130px;
}
div.jp-playlist-player div.jp-progress {
	left:164px;
}
div.jp-load-bar {
	background: url("../images/jplayer.blue.monday.jpg") 0 -202px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("../images/jplayer.blue.monday.jpg") 0 -218px repeat-x ;
	width:0px;
	height:15px;
}
a.jp-volume-min {
	top:32px;
	background: url("../images/jplayer.blue.monday.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
}
div.jp-single-player a.jp-volume-min {
	left:274px;
}
div.jp-playlist-player a.jp-volume-min {
	left:296px;
}
a.jp-volume-min:hover {
	background: url("../images/jplayer.blue.monday.jpg") -19px -170px no-repeat;
}
a.jp-volume-max {
	top:32px;
	background: url("../images/jplayer.blue.monday.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
}
div.jp-single-player a.jp-volume-max {
	left:346px;
}
div.jp-playlist-player a.jp-volume-max {
	left:368px;
}
a.jp-volume-max:hover {
	background: url("../images/jplayer.blue.monday.jpg") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:37px;
	background: url("../images/jplayer.blue.monday.jpg") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:292px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:314px;
}
div.jp-volume-bar-value {
	background: url("../images/jplayer.blue.monday.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:49px;
	width:122px;
	font-size:.64em;
	font-style:oblique;
}
div.jp-total-time {
	text-align: right;
}
div.jp-single-player div.jp-play-time,
div.jp-single-player div.jp-total-time {
	left:130px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:164px;
}
div.jp-playlist {
	width:418px;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0;
	padding:0 20px;
	background-color:#ccc;
	border:1px solid #666;
	border-top:none;
	width:378px;
	font-size:.72em;
}
div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
div.jp-playlist-player div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	list-style-type:circle;
	list-style-position:inside;
	padding-left:8px;
}
div.jp-playlist-player div.jp-playlist a {
	color: #666;
	text-decoration: none;
}
div.jp-playlist-player div.jp-playlist a:hover {
	color:#000B21;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	color:#000B21;
}




