@charset "utf-8";
/* CSS Document */
/**
 * In order to maintain cross-browser compatibility, the following syntax is
 * used to create IE6 specific style rules:
 *    .class {
 *      property: rule applies to all browsers
 *      -property: rule applies only to IE6 (overrides previous rule)
 *    }
 *    * html .gwt-Widget {
 *      property: rule applies to all versions of IE
 *    }
 */
 
div, body, p, form {
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body{
	background-image:url(background.png);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#5680A0;
}

img{
	margin:0px;
	padding:0px;
	border:0px;
}
.content_wrapper{
}

.content{
	margin:0px;
	padding:0px;
	border:0px;
}

.float_l{
	float:left;
}

.float_r{
	float:right;
}

.clear_l{
	clear:left;
}

.clear_r{
	clear:right;
}

.clear{
	clear:both;
}


.separator_3{
	height:3px;
}

.login_box{
	border:1px solid #676767;
	width:250px;
	font-size:16px !important;
}

.login_signup{
	color:#676767;	
	font-weight:bold;
	font-size:12px;
	padding:3px;
}

.login_signup a:hover{
	color:#DDD;
}

.login_signup a{
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dotted #676767;
	margin-bottom:3px;
}

.error{
	text-decoration:blink; 
	background-color:#F00; 
	color:#FFF;
	padding:5px;
	text-align:center;
	font-size:18px;
}

.cms_menu_item, .cms_menu_item_sel{
	display:block;
	float:left;
	text-decoration:none;
	margin:5px;
}

.cms_menu_item_sel{
	border-bottom:1px dotted;
}

.cms_menu{
	border:2px solid #159474;
	background-color:#D7F5EE;
	width:200px;
	margin:0px;
	padding:0px;
}

.cms_menu a{
	color:#159474;
}

.cms_content{
	margin-left:210px;
}

.cms_section_container{
	border:1px dashed #CCC;
	padding:5px;
}

.cms_shareable_section{
	border:1px dashed #CCC;
	padding:10px;
	background-color:#FFF;
}

.transparent{
	filter: alpha(opacity=20);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
 	-moz-opacity: 0.20; 
	opacity:0.2;
}

.floating_window{
	border:1px dashed #000; 
	background-color: #FFC; 
	padding:10px; 
	margin-left:10px; 
	width:400px; 
	position:absolute;
	text-align:left;
}

.submenu_sel{
	border-bottom:1px dashed #159474;
}

.button{
	border:1px solid #000;	
	margin 1px;
	padding:2px;
}

.login_label{
	float:left;
	width:50px;
	text-align:left;
	font-size:14px !important;
}


.row_signup{
	margin:10px;
}	

.odd_row{
	background-color:#EEEEEE;
}

.label_signup{
	display:inline;
	float:left;
	width:180px;
	text-align:left;
}

.spacer_3{
	height:3px;
}

.spacer_5{
	height:5px;
}

.required_mark{
	font-family:"Times New Roman";
	color:#F00;
	display:inline;
}


.active_option{
	display:inline-block;
	text-align:center;
	width:50px;
	margin:0px;
	padding:0px;
	border:0px;
}

.signup-button{
	border:1px solid #CCC;
	margin:0px;
}

.rounded_box_l{
	background-image:url(rounded_box_ml.png); 
	background-repeat:repeat-y;
}

.rounded_box_r{
	background-image:url(rounded_box_mr.png); 
	background-repeat:repeat-y;
}

.rounded_box_t{
	background-image:url(rounded_box_mt.png); 
	background-repeat:repeat-x;
}

.rounded_box_b{
	background-image:url(rounded_box_mb.png); 
	background-repeat:repeat-x;
}

.rounded_box_c{
	background-color:#FFF;
}


/* Excel like table */
.xl_heading{
	padding:3px;
	background-color:#ECE4CC;
	border-top:1px solid #CCC;
	border-right:1px solid #EFE9D6;
	border-left:1px solid #CCC;
	border-bottom:1px solid #E1D5B3;
	margin-bottom:1px;
	font-family:Verdana;
	font-weight:bold;
	text-decoration:none;
}

.xl_field{
	padding:3px;
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	border-top:1px solid #EEE;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #EEE;
}

.xl_filed_bg {
	background-color:#EEE;
	border:1px solid #999;
}
/* End excel like table*/

#col_1{
	float:left;
}

#col_2{
	position:relative;
}

#col_2_line_2_col1{
	margin-left:0px;
}

#col_2_line_2_col2{
/*	width:180px; */
}

#home-page-top-stories{
	background-image:url(right-side-main-section.png); 
	width:377px; 
	height:260px; 
	color:#FFF; 
	margin-left:636px;
}

#top{
	margin:0px;
	padding:0px;
	position:relative;
	background-image:url(top_bg.png);
	background-repeat:repeat-x;
	background-color:transparent;
}

#login_box{
	width:420px;
}

#bottom{
	background-image:url(bottom_seo_links_bg.png);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	border:0px;
}

#bottom, #bottom a{
	color:#000; 
	font-size:12px;
}

#bottom a{
	text-decoration:none;
}

#bottom_content_w{
	background-image:url(emblem.png);
	background-position:right;
	background-repeat:no-repeat;
}

#home_page_section_2_head{
	color:#3398CC;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

#home_page_section_2_title a{
	color:#205F7E;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

#home_page_section_2_title{
	margin-bottom:10px;
}

#general_section_head{
	color:#205F7E;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

#general_section_title{
	margin-bottom:10px;
}

#general_section_title a{
	color:#3398CC;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}


#menu{
	background-image:url(main-menu-bg.png);
	background-repeat:repeat-x;
	color:#2F4168;
	text-align:center;
	font-size: 16px;
	margin:0px;
	padding:20px 0px 0px 0px;
	border:0px;
	height:26px;
}

#menu a.sel{
	border-bottom:2px dotted #2F4168;
}

#menu a{
	color:#2F4168;
	text-decoration:none;
	outline:none;
	font-weight:bold;
	padding-left:10px;
	background-image:url(main-menu-a-bg.png);
	background-repeat:no-repeat;
	background-position:0px 6px;
	margin-right:10px;
}

#site-map{
	text-align:left;
}

#site-map li a{
	text-decoration:none;
	outline:none;
	font-size:18px;
	font-weight:bold;
	color:#1D5876;
}

.user_menu{
	background-color:#D1DBE3;
	color:#000;
	padding:3px;
	border:2px solid #CCC;
	border-bottom:1px solid #CCC;
}

.user_menu a{
	color:#000;
	text-decoration:none;
}

.user_menu a:hover{
	text-decoration:underline;
}

.user_submenu{
	background-color:#FFF;
	color:#000;
	padding:3px;
	border:2px solid #CCC;
	border-top:1px solid #CCC;
}

.user_submenu a{
	color:#000;
	text-decoration:none;
}

.user_submenu a:hover{
	text-decoration:underline;
}