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;
}

