/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	white-space:normal;
}
/*************************************
MAIN BODY, LINKS & OBJECTS
***********************************/
html {
  overflow-y: scroll;
 _overflow-y:auto;
}
img,a,object { outline: none; } 

body,td,th {
	padding: 0px;
	margin: 0px;
	font: 10px/14px Arial, Helvetica, sans-serif;
	color: #4A4A4A;
}

body {
	margin: 15px auto; 
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #898989;	
	background-image: url("../images/main_bg.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	background-color: #ececec;
	text-align:left;
}

img{
	border:none;
}
h1,h2,h3,h4 {
	padding: 0px;
	margin: 0px;
}

h2{
	font: 14px Arial, Helvetica, sans-serif;
	color: #363636;
	text-transform:uppercase;
}

h3{
	font: Bold 12px Arial, Helvetica, sans-serif;
	color:#555555;
	margin:0px;
	padding:0px;
	/*background:url(../images/h3_bottom-border.gif) bottom left no-repeat;*/
}

h4{
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
	margin:0 0 5px 0;
	padding:0px;
}

p{
	font:11px Arial, Helvetica, sans-serif,;
	color: #898989;
	margin:0px;
	padding:3px 0 0 0;
}

a:link, a:link img {
	color: #5b5b5b;
	text-decoration: none;
}
a:visited, a:visited img {
	color: #5b5b5b;
	text-decoration: none;

}

a:hover, a:hover img {
	color: #9BC73B;
	text-decoration: none;
}

a:active, a:active img {
	color: #9BC73B;
	text-decoration: none;
}

/*************************************
MAIN HEADER & FOOTER
***********************************/
#header_container {
	margin: 10px auto;
	width: 1000px;
	height:40px;
}
#approve_header_container {
	margin: 10px auto;
	width:640;
	height:40px;
}
#header {
	padding:0px;
}
#header #logo {
	float: left;
	display: inline; /*Fixex IE double margin float bug*/
	margin:9px 0 5px 0;
	position:absolute;
}

#logo img{
	z-index:5;
	position:relative;
}
#top_nav {
	margin: 0px;
	padding:0px;
	text-align: right;
	font: Bold 10px Arial, Helvetica, sans-serif;
	color: #aaaaaa;
	width:1000px;
}

#top_nav a:link {
	color: #aaaaaa;
}

#top_nav a:visited {
	color: #aaaaaa;
}

#top_nav a:hover {
	color: #9bc73b;
}
#footer {
	position:relative;
	top:8px;
	height:20px;
	width: 1000px;
	margin: 0px auto auto auto;
	text-align: left;
	background: url("../images/footer_border2.gif") no-repeat;
}
#footer_home {
	position:relative;
	top:3px;
	height:20px;
	width: 1000px;
	margin: 0px auto auto auto;
	text-align: left;
	background: url("../images/footer_border2.gif") no-repeat;
}
#footer_approve {
	margin: 10px auto;
	padding: 12px 0 10px 5px;
	width: auto;
	text-align: center;
	background: url("../images/footer_border2.gif") no-repeat;
}
#first_line {
	position:absolute;
	font-size: 10px;
	top:10px;
	left:5px;
	width:auto;
	text-align:left;
	color: #aaaaaa;
}
#footer_approve_links{
	text-align:left;
	}
#footer_approve_links a:link{
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#aaaaaa;
	padding:0 5px 0 0;	
	color: #aaaaaa;
	}
#footer_approve_links a:visited{
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#aaaaaa;
	padding:0 5px 0 0;	
	color: #aaaaaa;
	}
#footer_approve_links a:hover{
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#aaaaaa;
	padding:0 5px 0 0;	
	color: #9BC73B;
	}	
#first_line a:link {
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#aaaaaa;
	padding:0 5px 0 0;	
	color: #aaaaaa;
}

#first_line a:visited {
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#aaaaaa;
	padding:0 5px 0 0;	
	color: #aaaaaa;
}

#first_line a:hover {
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#aaaaaa;
	padding:0 5px 0 0;	
	color: #9BC73B;
}

#second_line {
	position:absolute;
	right:5px;
  	top:10px; 
	font-size: 10px;
	width:auto;
	color: #aaaaaa;
}

#second_line a:link {
	color: #aaaaaa;
}
#second_line a:visited {
	color: #aaaaaa;
}
#second_line a:hover {
	color: #808285;
}

#copyright {
	margin:0 0 0 5px;
	display:inline;
	font-size: 10px;
	color: #808285;
}
#second_line, #copyright{
	padding:0px;
}
.second_line_text{
	float:left;
	width:150px;
	}
.icon_holder{
	float:left;
	display:inline;
	width:35px;
	text-align:right;
	border:none;

}

a img.icon_fb {
	background-image: url("../images/icon_facebook.gif");
	max-height:16px;
}

a img.icon_twitter {
	background-image: url("../images/icon_twitter.gif");
	max-height:16px;
}


a:hover img.icon_fb, a:hover img.icon_twitter {
	background-position: bottom;
}

.header_overlay a{
	bottom:-5px;
	right:10px;
	position:absolute;
	clip:rect(0 140px 25px 0);
}
.header_overlay a:visited{
	bottom:-5px;
	right:10px;	
	position:absolute;
	clip:rect(0 140px 25px 0);
}
.header_overlay a:hover{
	bottom:-5px;
	right:10px;
	position:absolute;
	clip:rect(25px 140px 50px 0);
	margin-bottom:25px;
}

/*************************************
SUB NAV
***********************************/
.sub_nav_holder{
	margin:0px;
	width:251px;
	float:right;
	display:inline;
	/*
	border-left-width:2px;
	border-left-style:solid;
	border-color:#cac9c9;
	border-color:#cfcfcf;
	*/
	padding-left:4px; 

}
.sub_nav_heading{
	margin:0px;
	height:18px;
	/*background-image:url(../images/sub_nav_header.gif);*/
	background-repeat:no-repeat;
}
.sub_nav {
	border-left-width:2px;
	border-left-style:solid;
	border-color:#cac9c9;
	border-color:#cfcfcf;
	
}
.sub_nav_list{
	text-align:left;
	margin:0 0 10px 0;
/*	border-right-width:1px;
	border-right-style:solid;
	*/


}
.sub_nav_list ul {
	font: 10px Arial, Helvetica, sans-serif;
	margin: 0px;
	width: 231px;
	text-align:left;
	list-style: none;
	position:relative;
	display:block;
}
.sub_nav_list div {
	margin: 0px 10px 0px 10px;
}
.sub_nav_list div ul li{
	padding: 0;
}
.sub_nav_list div li {
	list-style:none;
	position:relative;
	display:block;
	text-transform: uppercase;
}
.sub_nav_list li a:link {
	height:15px;
	width:231px;
	padding:3px 0 0 4px;
	list-style:none;
	color: #6E6F6D;
	position:relative;
	display:block;
	background: url("../images/listsnav/ln_bg_out_2.gif") no-repeat;
}
.sub_nav_list li a:visited {
	height:15px;
	width:231px;
	padding:3px 0 0 4px;
	list-style:none;
	color: #6E6F6D;
	position:relative;
	display:block;
	background: url("../images/listsnav/ln_bg_out_2.gif") no-repeat;
}
.sub_nav_list li a:hover {
	height:15px;
	width:231px;
	padding:3px 0 0 4px;
	list-style:none;
	color: #FFF;
	display:block;
	background: url("../images/listsnav/ln_bg_over_2.gif") no-repeat;
}
.contact_sub_nav_heading{
	font: Bold 12px Arial, Helvetica, sans-serif;
	color:#555555;
	padding:0px 0px 0px 4px;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B6B6B6;*/
}
.contact_info ul li{
	margin:0px 0px 0px 4px;
}

/*************************************
CONTENT
***********************************/
#flash_holder_home{
	margin:3px 0 0 0;
}
#flash_holder{
	position:relative;
	margin:0px;
	padding:0px;
 	height: 219px; 
	width: 1000px;
	max-height:219px;
}
#content {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
}
#approve_content {
	margin: 0px auto;
	padding: 0px;
	width: 640px;
}
#content_holder{
	width:720px;
	float:left;
	margin:0 0 0px 0;	
	/*border-bottom-style:solid;
	border-bottom-color:#c3c3c3;
	border-bottom-width:1px;*/
}
#content_holder p{
	margin: 0 10px 5px 0;
}
.left_content{
	float:left;
	width:350px;
	text-align:left;
	margin:0 0 10px 0;
}
.right_content{
	float:right;
	width:350px;
	text-align:left;
	margin:0 0 10px 0;	
}
#heading_border {
	margin: 0px 0px 0px 0px;
	height: 2px;
	font-size: 2px;
	background: url() no-repeat left top;
}
#heading {
	height: 23px;
	background: url("../images/h1_bg_repeat.gif") repeat-x left top;
	text-align:left;
	padding:5px 0 0 5px;
	margin:3px 0 6px 0;
}
#approve_heading {
	height: 23px;
	background: url("../images/h1_bg_repeat.gif") repeat-x left top;
	text-align:left;
	padding:5px 5px 0 5px;
	margin:3px 0 6px 0;
	_margin:0 0 6px 0;
}
#heading_left{
	float:left;
}
#heading_right{
	float:right;
	padding:0 5px 0 0;
}


/*************************************
HOME
***********************************/
#left_column_border {
	margin: 0px;
	padding: 0px;
	height: 3px;
	font-size: 2px;
	background-image: url("../images/column_border_2.gif");
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F6F6F6;
	line-height: 0px;
}
#left_column {
	margin: 0px;
	float: left;
	display:inline;
	width: 494px;
	height:259px;
	text-align: left;
	background-image: url("../images/column_bkgd.gif") ;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #DCDBDB;
}

#featured {
	margin: 0px 0 0 1px;
	float: right;
	display:inline;
	width: 252px;
	height: 259px;
	text-align: left;
	background: url("../images/column_bkgd.gif") repeat-x center top;
	background-color: #DCDBDB;
}

#featured_column_border {
	margin: 0px;
	padding: 0px;
	height: 3px;
	font-size: 2px;
	background: url("../images/column_border_2.gif") no-repeat left top;
	background-color: #F6F6F6;
	line-height: 0px;
}
#featured_column_desc{
	text-align:left;
	float: right;
	display: inline; /*Fixex IE double margin float bug*/
	width: 240px;
	padding:5px 6px 0 5px;
	_padding:5px 0 0 0;
}

#featured_column_desc_pic{
	margin:4px 0px 0px 0px;
}

/*************************************
NEWS
***********************************/
#news {
	margin: 0 0 0 1px;
	float: left;
	display:inline;
	width: 252px;
	height:259px;
	background-image: url("../images/column_bkgd.gif");
	background-repeat: repeat-x;
	background-position:center top;
	background-color: #DCDBDB;
}
#news_column_border {
	margin: 0px;
	padding: 0px;
	height: 3px;
	font-size: 2px;
	background-image: url("../images/column_border_3.gif");
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F6F6F6;
	line-height: 0px;
}
#news_featured{
	text-align:left;
	/*float: right;
	display:inline;*/
	width: 240px;
	height:215px;
	padding:0 3px 0 0;
	_padding:0px;
	margin:0px 4px 0 0;
	_margin:0px;
}
#news_featured p{
	padding:0 2px 0 0;
	height:55px;
}

#news_featured_article{
	padding: 5px 3px 0px 5px;
	text-align:left;
	background-color:#dfdfdf;
	width: 234px;
	height:106px;
}
.past_news_articles{
	padding: 6px 0px 0px 5px;
	margin:4px 0 0 0px;
	width: 236px;
	text-align:left;
	background-image: url("../images/news_bg.gif");
	background-repeat: repeat-x;
}
.past_news_articles_list{
	margin:0px;
	width:222px;
}
.past_news_articles_list ul {
	padding: 1px 0px 1px 0px;
	text-align:left;
	list-style: none;
	position:relative;
	display:block;
}

.past_news_articles_list li{
	list-style:none;
	padding: 0px;
	/*
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6B6B6;
	*/
}
.past_news_articles_list div {
	padding: 2px 3px 2px 0px;
	list-style:none;
	background: url("../images/list_arrow.gif") no-repeat 220px 8px;
	background-position:left;
	position:relative;
	display:block;
}
.past_news_articles_list ul li{
	padding:0 0 0 11px;
}

.past_news_articles_list li a:link {
	font-size:10px;
	padding: 1px 0px 1px 0px;
	list-style:none;
	color: #6E6F6D;
	position:relative;
	display:block;
}
.past_news_articles_list li a:visited {
	font-size:10px;	
	padding: 1px 0px 1px 0px;
	list-style:none;
	color: #6E6F6D;
	position:relative;
	display:block;
}
.past_news_articles_list li a:hover {
	font-size:10px;	
	padding: 1px 0px 1px 0px;
	list-style:none;
	color: #98ca3c;
	position:relative;
	display:block;
}

.dl_holder{
	float:left;
	display:inline;
	width:620px;
}
.dl_title{
	display:block;
	padding: 0 5px 0 0;
	font: bold 11px Arial, Helvetica, sans-serif;
	color:#999999;
	
}
.dl_desc{
	margin:0 0 0 10px;	
	font: normal 10px Arial, Helvetica, sans-serif;
	color:#999999;
	text-transform:uppercase;
}
.dl_text{
	margin:0 0 10px 45px;		
	padding:10px 0 0 0;
	width:480px;
}

.dl_content{
	width:720px;
}
.download a {
	text-align:right;
	width:705px;
	border-bottom-style:solid;
	border-bottom-color:#c3c3c3;
	border-bottom-width:1px;	
	font: 9px Arial, Helvetica, sans-serif;
	float:right;
	display:inline;
	padding:0 10px 10px 0;
	margin:0 6px 10px 0;
	color: #808285;
	text-transform:uppercase;
	letter-spacing:1px;
}
.download a:visited {
	float:right;
	color: #808285;
	text-transform:uppercase;
	letter-spacing:1px;
}
.download a:hover {
	float:right;
	color: #98ca3c;
	text-transform:uppercase;
	letter-spacing:1px;
}

/*************************************
ACCORDION
***********************************/
.news_list {
	margin:0px;
	width: 630px;
}
.news_head {
	width:450px;
	padding: 0 5px 5px 0;
	margin:0px;
	cursor: pointer;
	position: relative;
	background:url("../images/more_default.gif") bottom right no-repeat;

}
.more_default{
	background:url("../images/more_default.gif") bottom right no-repeat;
}
.more_visited{
	background:url("../images/more_default.gif") bottom right no-repeat;
}
.more_over{
	background:url("../images/more_over.gif") bottom right no-repeat;
}
.more_arrow{
	background:none;
}
.news_body {
	width:100%;
	padding:0 0 0 5px;
}
.news_body p {
	padding: 5px 0;
}
.news_bottom {
	width:100%;

}
.news_body a{
	color:#808285;
	background-color:none;
	padding:0px;
	text-decoration:none;

}
.news_body a:hover{
	color: #9BC73B;
	text-decoration:none;
}
.news_holder{
	width:720px;
	margin:0 0 20px 0;
	border-bottom-style:solid;
	border-bottom-color:#c3c3c3;
	border-bottom-width:1px;
}
.news_trunc{
	font:11px Arial, Helvetica, sans-serif,;
	color: #898989;
	margin:0px;
	padding: 0px;
}
.blurb{
	width:100%;
}
.pr_blurb{
	width:600px;
}
.blurb p{
	margin: 0 10px 5px 0;
}
.blurb_pr{
	width:600px;
}
.article{
	padding-left:5px; 
	padding-right:5px;
	width:610px;
}
.pr_article{
	width:600px;
}
.news_logo{
	width:250px;
}
.news_logo img{
	width:250px;

}
.news_pic img{
	width:250px;
	height:134px;
	margin-right:10px;
	margin-bottom: 5px;
}
.tb_c_l,.tb_c_r {
	display: table-cell;
	vertical-align:top;
	clear:none;
}
.tb_c_m {
	float:left;
	width: 100%;
	padding: 0px 5px 5px 0px;
}

.tb_c_l {
	float:left;
	width: 250px;
	padding: 0px 5px 5px 0px;
}
.tb_c_r {
	float:right;
	display:inline;
	width: 450px;
	_width:360px;
	padding: 0px 0px 5px 5px;
}

.tb_t {
	padding:10px 5px 10px 5px;	
	display: table;
	margin:0;
	width:auto; }
.tb_c_pr_r {
	width: 630px;
	padding: 0px 0px 5px 5px;
}
* html .tb_c_l, * html .tb_c_r {
	display:inline;
	float:left;
} /* for ie6 */

/*************************************
HOME QUICK NAV
***********************************/
#list_holder{
	padding:5px 6px 0px 5px;
}
.title_holder{
	margin:0 0 3px 0;
}
.left_column_list{
	margin:5px 0 0 10px;
	_margin:5px 0 0 5px;
	float:left;
}
.left_column_list ul {
	padding: 1px 0px 1px 0px;
	font: Bold 10px Arial, Helvetica, sans-serif;
	text-align:left;
	list-style: none;
	position:relative;
	display:block;
}

.left_column_list li{
	list-style:none;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6B6B6;
	width:230px;
}
.left_column_list div {
}
.left_column_list ul li{
	padding:0px;
	list-style:none;
	background: url("../images/list_arrow.gif") no-repeat 220px 8px;
	background-position:center right;
	position:relative;
	display:block;
}

.left_column_list li a:link {
	padding: 1px 0px 1px 0px;
	list-style:none;
	color: #6E6F6D;
	position:relative;
	display:block;
}
.left_column_list li a:visited {
	padding: 1px 0px 1px 0px;
	list-style:none;
	color: #6E6F6D;
	position:relative;
	display:block;
}
.left_column_list li a:hover {
	padding: 1px 0px 1px 0px;
	list-style:none;
	color: #6E6F6D;
	position:relative;
	display:block;
	background: url("../images/list_arrow.gif") no-repeat 220px 8px;
	background-position:center right;
	background-color: #e4e4e4;

}
#left_column_btn_holder{
	width:240px;
	_width:250px;
	height:39px;
	padding:0px;
	margin:40px 0 0 5px;
	_margin:-40px 0 0 0;
	float:left;
	display:inline;
}
.left_column_btn{
	float:left;
	margin:0 0 0 5px;
	padding:0px;
	width:114px;
	height:39px;
	text-align:center;
	background: url("../images/left_column_btn_bg2.gif") no-repeat;
}
.left_column_btn div{
	padding:10px 0 10px 0;

}
.home_sub_holder{
	margin:3px 0px 0px 0px;
}
.home_sub_text{
	padding:6px 0 0 5px;
	margin:4px 0px 0px 0;
	min-height: 87px;
	height: 87px;
	width:237px;
	text-align:left;
	background: url("../images/news_bg.gif") repeat-x;
}
.selector_box{
	float:right;
	display:inline;
	width:240px;
	margin:22px 6px 0 0;
}

/*************************************
ABOUT
***********************************/
#about_nav{
	text-align:left;
	padding:0px 0px 20px 10px;
}
#about_pic{
	float:left;
	width:385px;
}
#about_content{
	padding:0px;
	float: left;
	width: 480px;
	text-align: left;
}
#about_content ul{
	margin:5px 0 0 15px;
	padding:8px 0px 0px 15px;
	list-style-image:url("../images/list_block.gif");
}
#about_content li{
	padding: 3px 0 0 0;
}
#about_text{
	margin:0px;
	padding:5px 0 0 0;
	width:630px;
	float:left;
}

/*************************************
SITE MAP
***********************************/
#map_holder{
	width:480px;
	display:block;
}
#map_holder_sm ul{
	font-size:10px;
	list-style:none;
	color: #6E6F6D;	
	padding:0px 0px 0px 15px;
	margin: 0 35px 0 0;
	list-style-image:url("../images/list_arrow.gif");
}
#map_holder_sm ul li{
	padding: 0 0 8px 0;
}
#map_home_sm{
	text-align:left;
	margin: 3px 0px 0px 0px;
	display:block;
}
.map_list_sm{
	text-align:left;
	margin:0px;
	_margin: 10px 0px 0px 5px;
	float:left;
}

#map_holder ul{
	font-size:10px;
	list-style:none;
	color: #6E6F6D;	
	padding:0px 0px 0px 15px;
	margin: 0 25px 0 0;
	list-style-image:url("../images/list_arrow.gif");
}
#map_holder ul li{
	padding: 0 0 5px 0;
}
#map_home{
	text-align:left;
	margin: 8px 0px 0px 0px;
	display:block;
}
#map_holder #map_list ul li .more_campaigns_btn_holder{
	list-style:none;
}
.map_list{
	text-align:left;
	margin:0px;
	_margin: 10px 0px 0px 5px;
	float:left;
}

/************************************
PRODUCTS/NETWORKS
*****************************/
.more_campaigns_btn_holder{
	position:relative;
	width:102px;
	list-style:none;
	margin: 18px 0 0 -30px;
	_margin:13px 0 0 -32px;

}
.more_campaigns a{
	bottom:0px;
	right:0px;
	position:absolute;
	clip:rect(0 85px 11px 0);
}
.more_campaigns a:visited{
	bottom:0px;
	right:0px;	
	position:absolute;
	clip:rect(0 85px 11px 0);
}
.more_campaigns a:hover{
	bottom:0px;
	right:0px;	
	position:absolute;
	clip:rect(11px 85px 22px 0);
	margin-bottom:11px;
}
.more_snapshots_btn_holder{
	position:relative;
	margin:64px 8px 0 0;
	_float:right;
	_margin:72px 11px 0 0;	
}
.more_snapshots a{
	bottom:0px;
	right:0px;
	position:absolute;
	clip:rect(0 70px 70px 0);
}
.more_snapshots a:visited{
	bottom:0px;
	right:0px;	
	position:absolute;
	clip:rect(0 70px 70px 0);
}
.more_snapshots a:hover{
	bottom:0px;
	right:0px;	
	position:absolute;
	clip:rect(70px 70px 140px 0);
	margin-bottom:70px;
}
.map_list ul li.more_campaigns_btn_holder{
	list-style-image:none;
}
/*************************************
NEWS
***********************************/
.blurb_holder{
	float:left;
	display:inline;
	width:630px;
	margin:0 0 19px 0;
	border-bottom-style:solid;
	border-bottom-color:#c3c3c3;
	border-bottom-width:1px;
}
.blurb_pic{
	width:261px;
	padding: 5px 0px 0px 3px;
	float:left;
	display:inline;
}
.blurb_content{
	text-align:left;
	width:360px;
	float:left;
	padding: 7px 0px 5px 10px;
}
.blurb_date{
	width:100px;
	display:inline;
}
.share{
	margin:0px;
	text-align:left;
}
.blurb{
	margin: 3px 0px 5px 0px;
	width:360px;
	text-align:left;
}
.blurb_link{
	width:76px;
	height:24px;
	text-align:left;
	margin:0px;
	padding:4px 0px 0px 6px;
}
.blurb_pdf{
	margin: 10px 0px 5px 0px;
}
.blurb_source{
	margin: 3px 0px 5px 5px;
}
.blurb_logo{
	margin: 10px 0px 5px 0px;
}

.profile_holder{
	float:left;

}
.profile{
	margin:0 8px 10px 0px;
	padding: 0px;
	text-align:left;
	width:620px;
	float:left;
	display:inline;
}
.profile_text{
	padding:0px;
}

/*************************************
CONTACT
***********************************/


/*Old form CSS styling =====>/*input.textbutton {
border:0;
padding:0;
color: inherit;
background:transparent;
} 
#form_holder_all {
	width:475px;
	display:inline;
	float:left;
}
.form_elements_holder{
	padding:10px 0px 2px 0px;	
}
.form_elements_holder_left{
	width:235px;
	float:left;
	display:block;
}

.form_elements_holder_right{
	width:210px;
	float:right;
}
.form_title{
	float:left;
	text-align:right;
}
.form_field{
	float:right;
	padding:4px 40px 0 0;

}
.form_elements_holder{
	padding: 0 0 0 0px;
}
.comment_field{
	margin:20px 0 10px 0;
	width:475px;
	float:left;
}
#form_field_submit{
	padding:3px;
	width:400px;
	text-align:right;
}*/

/*#contact_holder{
	width:351px;
	margin:0px;
	float:left;
}

*/
#contact_nav_holder{
	float:left;
	width:720px;
	padding:0px;
}
#contact_nav_holder ul{
	list-style:none;
	float:left;
	padding:5px 8px;
	width:200px;
}

.contact_width a{
	display:inline;
}

.left_contact{
	background-color:#ddd;
	float:left;
	width:720px;
	height:80px;
	margin-bottom:15px;
	padding:0px;
}

.mkHead{
	display:block;
	margin:0px 0px 2px 8px;
}


/*Old email link styling for contact page =====>/*#contact_nav_holder ul li a:link {
	height:15px;
	width:231px;
	padding:3px 0 0 4px;
	list-style:none;
	color: #6E6F6D;
	position:relative;
	display:block;
	background: url("../images/listsnav/ln_bg_out_2.gif") no-repeat;
}
#contact_nav_holder ul li a:visited {
	height:15px;
	width:231px;
	padding:3px 0 0 4px;
	list-style:none;
	color: #6E6F6D;
	position:relative;
	display:block;
	background: url("../images/listsnav/ln_bg_out_2.gif") no-repeat;
}
#contact_nav_holder ul li a:hover {
	height:15px;
	width:231px;
	padding:3px 0 0 4px;
	list-style:none;
	color: #FFF;
	display:block;
	background: url("../images/listsnav/ln_bg_over_2.gif") no-repeat;
}*/


/*************************************
APPROVE 
***********************************/
.feedback_title{
	padding:0 0 10px 5px;	
	_padding:0 0 0 5px;
}
#feedback_holder{
	padding:0 0 0 5px;
	width:200px;
	text-align:left;
}
#screenshot{
	text-align:right;
	width:200px;
	float:right;
}
#feedback_holder .float_left p{
	padding: 0 0 3px 0;
}
/*************************************
TERMS OF USE & PRIVACY
***********************************/
#terms_holder{
	margin:20px 0 0 20px;
	width:490px;
}
#terms_column_left{
	text-align:left;
	width:490px;
	margin:0px;
	padding:0px;
	float:left;
}
#terms_column_right{
	text-align:left;
	width:490px;
	margin:0px;
	padding:0px;
	float:right;
}

/*************************************
EMPLOYMENT OPPORTUNITIES
*************************************/
.submit_resume{
	float:left;
	width:720px;
	margin-bottom:15px;
	padding:0px;
}

.mkHead2{
	display:block;
	margin:10px 0px 10px 0px;
	padding: 0px 0px 2px 0px;
}

.greyBG{
	background-color:#ddd;
	padding:5px 10px;
}

.rightPad{
	padding-right: 25px;
}

/*************************************
GLOBAL 
***********************************/
#inset{
	margin:0 0 0 5px;
}
#video_holder {
	margin:0px;
	padding:0 0 10px 0;
	float: left;
	width: 640px;
	text-align: left;
}
#approval_video_holder {
	margin:0px;
	padding:0 0 10px 0;
	float: left;
	width: 640px;
	text-align: center;
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
.bullet_list{
	margin:0 0 0 5px;
	padding:0px 0px 0px 15px;
	margin:0px 75px 0px 5px;
	padding:0px 0px 0px 10px;
	list-style-image:url("../images/list_block.gif");
}
.bullet_list li{
	padding:3px 0 0 0;
	_padding: 0px;
}
.clear{
	clear:both;
}

.sub_head_padding{
	padding:0 0 10px 10px;	
	_padding:0 0 0 10px;
}
.read_more_campaigns{
	width:480px;
}
.read_more a {
	font: 9px Arial, Helvetica, sans-serif;
	display:block;
	float:right;
	padding:0 10px 0 0;
	margin:0 6px 0 0;
	color: #555555;
	text-transform:uppercase;
	letter-spacing:1px;
	background:url("../images/read_more_arrow.gif") right no-repeat;
}
.read_more a:visited {
	float:right;
	display:block;	
	color: #555555;
	text-transform:uppercase;
	letter-spacing:1px;
	background:url("../images/read_more_arrow.gif") right no-repeat;
}
.read_more a:hover {
	float:right;
	display:block;	
	color: #98ca3c;
	text-transform:uppercase;
	letter-spacing:1px;
	background:url("../images/read_more_arrow.gif") right no-repeat;
}
.labelImg {
	margin:0px;
	padding:0px;
	border:0px;
}
.sub_pic {
	margin:0px;
	padding:0px;
	border:0px;
}
.column_label {
	height:15px;
}
.skip {
	position: absolute; left: -5000px;
}
.gallery_btn_holder{
	position:relative;
	margin:0px;
}
.vid_gallery_btn a{
	bottom:-260px;
	right:-300px;
	position:absolute;
	clip:rect(0 140px 25px 0);
}
.vid_gallery_btn a:visited{
	bottom:-260px;
	right:-300px;
	position:absolute;
	clip:rect(0 140px 25px 0);
}
.vid_gallery_btn a:hover{
	bottom:-260px;
	right:-300px;
	position:absolute;
	clip:rect(25px 140px 50px 0);
	margin-bottom:25px;
}

#minusDiv{
	background-color: #555555;
	color:white;
	text-align:center;
	cursor:pointer;
	max-width:15px;
	max-height:15px;
}

#wrapper {
	 margin: 0px auto auto auto;
	 width:1000px; 
	 }
	 
/*************************************
PARTNERS SECTION
***********************************/

.heading_partners {
	font: bold 13px Arial, Helvetica, sans-serif;
	float:left;
	margin:0 0 0 7px;	
	text-transform:uppercase;
	display: inline; /*Fixex IE double margin float bug*/
}

#partners_container {
	margin-top: 36px;
}


#select {
  font-size: 10px;
  color: #666;
  background-color:#F1F1F1;
}

#fcheckbox1 {
  background-color:#F3F7FA;
  border: 1px solid #898989;
  padding:1px 0;
}

input[type="checkbox"]
{
	 filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}

/**** File List ****/
                                                                                                                                
tr.mouseover2 {
  white-space: nowrap;
  text-align:left; vertical-align:middle;
  border-bottom-width:1px;
  padding-top:0px; padding-bottom:0px; padding-left:3px; padding-right:3px
  }
tr.mouseover1 {
  white-space: nowrap;
  text-align:left; vertical-align:middle;
  padding-top:0px; padding-bottom:0px; padding-left:3px; padding-right:3px
  }
tr.mouseover3 {
  white-space: nowrap;
  text-align:left; vertical-align:middle;
  background-color:#F1F1F1;
  padding-top:0px; padding-bottom:0px; padding-left:3px; padding-right:3px
  }

td.hover1 {
  white-space: nowrap;
  text-align:left; vertical-align:middle;
  padding-top:0px; padding-bottom:0px; padding-left:3px; padding-right:3px
  }

td.hover2 {
  white-space: nowrap;
  text-align:left; vertical-align:middle;
  padding-top:0px; padding-bottom:0px; padding-left:3px; padding-right:3px
  }
.file2 {
  white-space: nowrap;
  text-align:center; vertical-align:middle;
  padding-top:0px; padding-bottom:0px; padding-left:3px; padding-right:3px
  }
.file1 {
  white-space: nowrap;
  text-align:center; vertical-align:middle;
  background-color:#F1F1F1;
  padding-top:0px; padding-bottom:0px; padding-left:3px; padding-right:3px
  }
  
.cfolders1 {
  text-align:left; vertical-align:middle;
  font-family:Arial, Verdana; font-size:10px; color:blue;
  }
.cfiles1 {
  text-align:left; vertical-align:middle;
  font-family:Arial, Verdana; font-size:10px; color:darkorange;
  }
.curl1 {
  text-align:left; vertical-align:middle;
  font-family:Arial, Verdana; font-size:10px; color:darkred;
  }
.cnotes1 {
  text-align:left; vertical-align:middle;
  font-family:Arial, Verdana; font-size:10px; color:yellow;
  }
.desc {
  text-align:left; vertical-align:middle;
  font-style: italic;
  }
  
 .capproved {
  text-align:left; vertical-align:middle;
  font-family:Arial, Verdana; font-size:10px; color:green;
  }
.crejected {
  text-align:left; vertical-align:middle;
  font-family:Arial, Verdana; font-size:10px; color:red;
  }
.cpending {
  text-align:left; vertical-align:middle;
  font-family:Arial, Verdana; font-size:10px; color:darkorange;
  }
  
/*************TABLE*************************/
#table{
	background: none;
	margin: 0px;
	width: 1000px;
	border-collapse: collapse;
	text-align: left;

}

#table th{
	font: Bold 12px Arial, Helvetica, sans-serif;
	color:#555;
	padding: 10px 8px;
	text-transform: uppercase;
}

#table td{
	border-bottom: 1px solid #cacaca;
	padding: 6px 8px;
	font-size: 11px;
	color:#898989;
}

#table td a {
	vertical-align: top;
	font-weight: bold;
	font-size: 11px;
	color: #5B5B5B;
}

#table td a:hover {
	color: #9BC73B;
	text-decoration: none;
}

.lfile1 {
	width: 50px;
	float: left;
}

.lfilename1 {
	overflow: hidden;
	word-wrap: break-word;
	width: 110px;
	float: left;
}

/*****************************************/

.p_logout{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #898989;		
	float:right;
	display:block;
	margin:0 7px 0 0px;
	text-transform: uppercase;
}
  
.inforight {
  float: right;
  text-transform: none;
  }

.infobar2 {
   text-align:left; vertical-align:middle;
   background-color: #F1F1F1;
   padding: 0 0 0 5px;
}

.actionbtns {
	float: left;
	width: 100;
	text-transform: uppercase;
	padding: 10px 20px 5px 0;
}

/*******************************************/
.dlAll {
	margin:10px 0 0 0;
	padding: 0 0 5px 0;
	text-transform:uppercase;
	letter-spacing:1px;
	border-bottom-style:solid;
	border-bottom-color:#c3c3c3;
	border-bottom-width:4px;	
	border-right:none;
	background: none;
}
.dlBtn {
	color: #666666;
	cursor: pointer;
	cursor: hand; 	
	background: none;
	border: none;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}
/*****************LOGIN****************************/
#form_wrapper{
	margin:10% auto;
	width: 357px;
}
#form_holder{
	clear: both;
	margin:20px 0 0 0;
	height:170px;
	background: url("../images/login_bg.gif") no-repeat;
}
#title {
	height: 26px;
	color: #808285;
	font: bold 13px Arial, Helvetica, sans-serif;
	padding: 10px 0 20px 10px;
	text-transform: uppercase;
	text-align: left;
}
.col1 {
	font: bold 11px Arial, Helvetica, sans-serif;	
	color:#555555;
	text-align: right;
	width: 80px;
	height: 31px;
	float: left;
	margin: 0 2px 0 0;
}
.col2 {
	width: 195px;
	height: 31px;
	display: block;
	float: left;
	margin: 0;
}
div.row {
	clear: both;
	text-align:left;
}
.submit {
	font: normal 10px Arial, Helvetica, sans-serif;		
	height: 29px;
	width: 330px;
	padding: 25px 30px 0 0;
	clear: both;
	text-align:right;
	text-transform:uppercase;
	letter-spacing:2px;
} 

.submitbtn {
	background: none;
	border: none;
	font: normal 10px Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	text-transform: uppercase;
	cursor: pointer;
	cursor: hand;
	color: #808285;
}

input.submitbtn:hover{
	color: #9BC73B;
}

.input {
	font: normal 11px Arial, Helvetica, sans-serif;		
	color:#555555;
	width:225px;
	height:18px;
	margin: 0 0 5px 8px;
	padding: 1px 5px 1px 5px;
	border: none;
	background: url("../images/field_bg.gif") no-repeat;
}

/*****************LOGIN****************************/

#timeout_holder{
	clear: both;
	margin:20px 0 0 0;
	height:80px;
	background: url("../images/timeout_bg.gif") no-repeat;
}

.return {
	font: normal 10px Arial, Helvetica, sans-serif;		
	height: 29px;
	width: 330px;
	padding: 0px 30px 0 0;
	clear: both;
	text-align:right;
	text-transform:uppercase;
	letter-spacing:2px;
}
/**** Forms Box ****/

.browse0 {
  white-space: nowrap;
  text-align:left; vertical-align:middle;
  font-family:Arial, Verdana; font-size:16px;  color:#808285;
  border-bottom-color:#808285; 
  border-style:solid;
  border-bottom-width:2px; border-left-width:0px; border-right-width:0px;border-top-width:0px;
  padding: 15px 3px 5px 0;
  }

.form0 {
  padding: 8px;
  }
.searchresult {
  white-space: nowrap;
  text-align:center; vertical-align:middle;
  }

.form1 {
  white-space: nowrap;
  text-align:left; vertical-align:middle;
  font-family:Arial, Verdana; font-size:10px; font-weight:bold; color:#666;
  padding: 5px 4px 5px 0px;
  border-bottom: 1px solid #ddd;
  }

.form2 {
  text-align:right; vertical-align:middle;
  font-family:Arial, Verdana; font-size:10px; font-weight:bold; color:#000000;
  border-top-color:#FDFEFF; border-bottom-color:#ddd; border-left-color:#FDFEFF; border-right-color:#fff;
  border-style:solid;
  border-top-width:1px; border-bottom-width:1px; border-left-width:1px; border-right-width:1px;
  padding: 2px 5px 4px 4px;
  white-space: nowrap;
  }

.finput1 {
  text-align:left; vertical-align:top;
  font-family:Arial, Verdana; font-size:11px; color:#666;
  background-color:#fff;
  border: 1px solid #83919A;
  padding: 1px 0px 1px 0px;
  }

.ftext1 {
  wrap: hard;
  text-align:left; vertical-align:top;
  font-family:Arial, Verdana; font-size:11px; color:#666;
  background-color:#fff;
  border: 1px solid #83919A;
  padding: 1px 0 0 1px;
}

.fpull1 {
  text-align:left; vertical-align:top;
  font-family:Arial, Verdana; font-size:11px; color:#666;
  background-color:#fff;
  border: 1px solid #6e6e6e;
  padding: 0;
  }
  
/**** Login ****/
.logtxt1 {
  text-align:left; vertical-align:middle;
  }
.logtxt2 {
  text-align:left; vertical-align:middle;
  }
.logtxt3 {
  text-align:left; vertical-align:middle;
  }
.login1 {
  border-top-color:#FFFFFF; border-bottom-color:#fff; border-left-color:#fff; border-right-color:#fff;
  border-style:solid;
  border-top-width:0px; border-bottom-width:1px; border-left-width:0px; border-right-width:0px;
  }
.login2 {
  background-color:#f1f1f1;
  border: 1px solid #c7c7c7;
  padding: 0 2px 24px 2px;
  margin: 40px 0 0 0;
  }
.login3 {
  text-align:left; vertical-align:middle;
  background-color:#E9ECEF;
  border: 1px solid #c7c7c7;
  padding: 0 4px 0 20px;
  }
.login3 td {
  padding: 0 0 3px 24px;
}
.login4 {
  text-align:right; vertical-align:middle;
  background-color:#E9ECEF;
  border-top-color:#E9ECEF; border-bottom-color:#c7c7c7; border-left-color:#c7c7c7; border-right-color:#c7c7c7;
  border-style:solid;
  border-top-width:0px; border-bottom-width:1px; border-left-width:1px; border-right-width:1px;
  padding: 0 0 5px 0;
  }
.login5 {
  text-align:left; vertical-align:middle;
  background-color:#f1f1f1;
  padding: 0 0 0 24px;
  }
.login9 {
  /* border-top-width:1px; border-bottom-width:0px; border-left-width:0px; border-right-width:0px; */
  }

.logbutton1 {
  text-align:left; vertical-align:middle;
  }


.logowlbar1 {
  text-align:right; vertical-align:middle;
  background-color:#fff;
  padding: 2px;
  }

*.hilite {
text-decoration: none;
} 

/**** Buttons ****/

.button1 {
 vertical-align:middle;
  font-family: Arial, Verdana; font-size:10px; color:#000000;
  text-transform: uppercase;
  /* background:url(../../../intranet/graphics/rsdx_blue1/ui_misc/button_bg1.jpg); */
  padding: 5px 3px;
  white-space: nowrap;
  }

.fbuttonup1 {
  text-align:center; vertical-align:top;
  font-family:Arial, Verdana; font-size:10px; font-weight:bold; color:#fff;
  background-color:#808285;
  /* background:url(../../../intranet/graphics/rsdx_blue1/ui_misc/button_form_bg1.jpg); */
  border: 1px solid #808285;
  padding: 3px 5px;
  margin: 0 0 0 5px;
  cursor:hand;
  white-space: nowrap;
  }
.fbuttondown1 {
  text-align:center; vertical-align:top;
  font-family:Arial, Verdana; font-size:10px; font-weight:bold; color:#000;
  background-color:#98CA3C;
  /* background:url(../../../intranet/graphics/rsdx_blue1/ui_misc/button_form_bg1.jpg); */
  border: 1px solid #98CA3C;
  padding: 3px 5px;
  margin: 0 0 0 5px;
  cursor:hand;
  white-space: nowrap;
  }
.fbuttonfill1 {
  background-color:#fff;
  /* background:url(../../../intranet/graphics/rsdx_blue1/ui_misc/button_form_bg1.jpg); */
  padding: 0px;
  }
  
 /**** Admin ****/
  
.admin0 {
  white-space: nowrap;
  text-align:left; vertical-align:middle;
  font-family:Arial, Verdana; font-size:13px; font-weight:bold; color:#003366;
  background-color:#fff;
  font-size: 26px;
  padding-top:12px; padding-bottom:18px; padding-left:5px; padding-right:3px
  }

.abutton {
  white-space: nowrap;
  text-align:center; vertical-align:middle;
  font-family:Arial, Verdana; font-size:10px; font-weight:bold; color:#666;
  /* background:url(../../../intranet/graphics/rsdx_blue1/ui_misc/button_bg2.jpg); */
  background-color:#F1F1F1;
  border-top: 1px solid #C7C7C7;
  border-left: 1px solid #C7C7C7;
  border-right: 1px solid #C7C7C7;
  padding-top:4px; padding-bottom:4px; padding-left:6px; padding-right:6px;
  }

.abutton0 {
  white-space: nowrap;
  text-align:center; vertical-align:middle;
  font-family:Arial, Verdana; font-size:10px; font-weight:bold; color:#ddd;
  /* background:url(../../../intranet/graphics/rsdx_blue1/ui_misc/button_bg2.jpg); */
  border-top-color:#C7C7C7; border-bottom-color:#C7C7C7; border-left-color:#C7C7C7; border-right-color:#C7C7C7;
  border-top-width:1px; border-bottom-width:1px; border-left-width:1px; border-right-width:1px;
  border-style:solid;
  padding-top:4px; padding-bottom:4px; padding-left:6px; padding-right:6px;
  }

.abutton1 {
    border-bottom: 1px solid #C7C7C7;
	text-align: center;
  }


.admin1 {
  white-space: nowrap;
  text-align:left; vertical-align:middle;
  font-family:Arial, Verdana; font-size:16px;  color:#808285;
  border-bottom-color:#808285; 
  border-style:solid;
  border-bottom-width:2px; border-left-width:0px; border-right-width:0px;border-top-width:0px;
  padding-top:15px; padding-bottom:5px; padding-left:0px; padding-right:3px;
  }
.admin2 {
  white-space: nowrap;
  text-align:left; vertical-align:middle;
  font-family:Arial, Verdana; font-size:11px; color:#5B5B5B;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom-color:#808285; 
  border-style:solid;
  border-bottom-width:2px; border-left-width:0px; border-right-width:0px;border-top-width:0px;
  padding-top:15px; padding-bottom:5px; padding-left:0px; padding-right:3px;
  }
.admin3 {
  white-space: nowrap;
  text-align:left; vertical-align:middle;
  font-family:Arial, Verdana; font-size:14px; font-weight:bold; color:#98ca3c;
  border-top-width:0px; border-bottom-width:1px; border-left-width:1px; border-right-width:1px;
  padding-top:2px; padding-bottom:2px; padding-left:0px; padding-right:3px
  }

#frm {
  background: #F1F1F1;
  padding: 15px 5px 45px 5px;
  margin: 0;
}

#frm1 {
  background: #F1F1F1;
  border-top: 1px solid #c7c7c7;
  padding: 15px 5px 45px 5px;
  margin: 0;
}

/**** Nav Bar ****/
                                                                                                                                

  
.navbar1{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #898989;		
	float:left;
	display:block;
	margin:0 7px 0 0;
	text-transform: uppercase;
}

.navbar2 {
  text-align:left; vertical-align:middle;
  font-family:Arial, Verdana; font-size:10px; color:#000000;
  background-color:#fff;
  border-top-color:#FDFEFF; border-bottom-color:#6e6e6e; border-left-color:#FDFEFF; border-right-color:#FFF;
  border-style:solid;
  border-top-width:1px; border-bottom-width:1px; border-left-width:1px; border-right-width:1px;
  padding: 2px 4px;
  }
.navbar3 {
  text-align:left; vertical-align:middle;
  font-family:Arial, Verdana; font-size:10px; color:#000000;
  background-color:#fff;
  border-top-color:#FDFEFF; border-bottom-color:#6e6e6e; border-left-color:#FDFEFF; border-right-color:#FFF;
  border-style:solid;
  border-top-width:1px; border-bottom-width:1px; border-left-width:1px; border-right-width:1px;
  padding-top:2px; padding-bottom:2px; padding-left:6px; padding-right:6px
  }
  
 /**** Failure Message ****/
 
 .note {
	 color: #FF0000;
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 text-align: center;
	 padding: 10px;
 }
 

