@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(bg_middle.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

img{
	margin:0px;
	padding:0px;
	border:0px;
}
.content_wrapper{
	background-image:url(bg_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

.content{
	background-image:url(bg_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.float_l{
	float:left;
}

.float_r{
	float:right;
}

.clear_l{
	clear:left;
}

.clear_r{
	clear:right;
}

.clear{
	clear:both;
}

.learn_more{
	font-size:12px;
	font-weight:bold;
	margin:5px 0px 5px 0px;
	color:#000;
}

.user_menu, .user_submenu{
	margin-top:10px;
	border:2px solid #159474;
	background-color:#FFF;
	padding:3px 10px 3px 10px;
	font-size:12px;
}

.user_menu *, .user_submenu *{
	color:#159474;
	text-decoration:none;
	font-weight:bold;	
}

.user_menu a:visited, .user_submenu a:visited{
	color:#159474;
}

.user_menu a:hover, .user_submenu a:hover{
	color:#000;
}

.user_submenu{
	margin-top:0px;
	margin-bottom:10px;
	border:0px;
	background-color:#E0F0EC;
}

.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:#7DA600;
}

.login_signup a{
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #676767;
	margin-bottom:3px;
}

.menu_item, .menu_item:visited, .menu_item:active {
	color:#000;
	text-decoration:none;
	padding:5px 0px 5px 10px;
	font-weight:bold;
	font-size:10px;
	background-image:url(menu_light_gray_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	display:block;
}

.menu_item:hover{
	border-bottom:1px dotted #3366CC;
}

.menu_item_h, .menu_item_h:visited, .menu_item_h:active {
	color:#000;
	text-decoration:none;
	font-size:10px !important; 
}

.menu_item_h:hover{
	border-bottom:1px dotted #3366CC;
}

.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;
}

.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;
}

.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;
}

.green_section_l{
	background-image:url(green_section_ml.png); 
	background-repeat:repeat-y;
}

.green_section_r{
	background-image:url(green_section_mr.png); 
	background-repeat:repeat-y;
}

.green_section_t{
	background-image:url(green_section_mt.png); 
	background-repeat:repeat-x;
}

.green_section_b{
	background-image:url(green_section_mb.png); 
	background-repeat:repeat-x;
}

.green_section_c{
	background-color:#FFF;
}

.blue_section_l{
	background-image:url(blue_section_ml.png); 
	background-repeat:repeat-y;
}

.blue_section_r{
	background-image:url(blue_section_mr.png); 
	background-repeat:repeat-y;
}

.blue_section_t{
	background-image:url(blue_section_mt.png); 
	background-repeat:repeat-x;
}

.blue_section_b{
	background-image:url(blue_section_mb.png); 
	background-repeat:repeat-x;
}

.blue_section_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;
	width:619px;
}

#col_2{
	margin-left:635px;
}

#col_2_line_2_col1{
	margin-left:10px;
}

#col_2_line_2_col2{
/*	width:180px; */
}

#top{
	margin:0px 25px 0px 24px;
	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 25px 0px 24px;
	padding:10px 0px 10px 0px;
	border-top:15px solid #FFF;
	border-bottom:15px solid #FFF;
}

#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(menu_bg.png);
	background-repeat:repeat-x;
	color:#FFF;
	text-align:center;
	font-size: 14px;
	margin:0px;
	padding:8px 0px 0px 0px;
	border:0px;
	height:35px;
}

#menu a.sel{
	border-bottom:2px dotted #FFF;
}

#menu a{
	color:#FFF;
	text-decoration:none;
	outline:none;
}

#site-map{
	text-align:left;
}

#site-map li a{
	text-decoration:none;
	outline:none;
	font-size:18px;
	font-weight:bold;
	color:#1D5876;
}
