H1, H2, H3, H4 {
	margin-left: 5px;
	margin-right: 5px;	
	margin-bottom: 10px;
	font-weight:normal;
}

H1 {
	margin-top: 0;
	border-bottom: 2px solid #CCCCCC;
	color: #6D6D49;
	font-size: 14pt;
	height: 26px;
}

H2 {
	margin-top: 12px;
	font-size: 14pt;
	min-height: 22px;
}

H3 {
	margin-top: 12px;
	font-size: 12pt;
	font-weight: bold;
	min-height: 22px;
}

H4 {
	font-size: 10pt;
	margin-top: 5px;
	min-height: 12px;
}

A:link, A:visited {
	color: #095062;
	text-decoration: none;
}

A:hover, A:active {
	color: #555555;
	text-decoration: underline;
}

.clear {
	clear: both!important;
}

HR {
	max-height: 1px;
	background-color: #99CC99;
	border:0;
}

TABLE {
	border: 1px solid #ccc;
	border-collapse: collapse;
	background-color: #fff;
}

TH {
	text-align: left;
	background: #EAECEE;
	color: #6F7071;
	font-size: 8pt;
}

TD {
	font-size:8pt;
}

P {
	margin-bottom:0;
	padding: 0 5px 0 5px;
}

/* Page Layout Sections */
#container {
	width: 940px;
	margin:0 auto ;	
	color: #535337;
}


#header {
	height:126px;
}

#header .welcome {
	float:right;
	padding-top:60px;
	text-align: left;
	width:250px;
	font-size:10pt;
	font-weight:bold;
	font-style:italic;
}

#nav {	
	width: 940px;
	height: 40px;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav LI {
	float: left;
	min-height: 30px;
	margin:0;
	padding:10px 9px 0 9px;
	background:url(../images/bg_nav.gif);
	background-repeat: repeat-x;
}

#nav .separator {
	background:url(../images/separator.gif) left top no-repeat!important;
	padding:10px 0 0 0!important;
}

#nav A:link, #nav A:visited {
	font-size: 14px;
	color: #E6E6E6;
}

#nav A:active, #nav A:hover {
	color: #F5E515;
}

#nav_left, #nav_right {
	width:10px;
	padding:0!important;
	height: 40px;
}

#nav_left {
	background:url(../images/nav_left.png) left top no-repeat!important;
	
}

#nav_right {
	background:url(../images/nav_right.png) right top no-repeat!important;
}

#main_2col {
	float:left;
	background:url(../images/bg_right_spacer.png) right bottom no-repeat;
	float:left;
	width:681px;
}

#main_2col .content {
	width:661px;
	padding: 0 5px 0 5px;
	background-color: #fff;
	min-height: 435px;
}

#main_2col .content_top {
	background:url(../images/content_top.png) left bottom no-repeat;
	height: 10px;
	width: 671px;
}

#main_1col {
	float:left;
	background:url(../images/bg_right_spacer.png) right bottom no-repeat;
	float:left;
	width:940px;
}

#main_1col .content {
	width:920px;
	padding: 0 5px 0 5px;
	background-color: #fff;
	min-height: 435px;
}

#main_1col .content_top {
	background:url(../images/content_wide_top.png) left bottom no-repeat;
	height: 10px;
	width: 940px;
}

.content UL {
	list-style-type: none;	
	padding-left:10px;
	margin:0;
}

.content LI {
	min-height: 10px;
	padding-left: 10px;
	background: url(../images/bullet_4point_left.gif) 0 4px no-repeat;
}

#right_2col {
	float:right;
	margin-top: 10px;
	margin-right: 5px;
	width:250px;
}

#right_2col UL.links {
	list-style-type: none;
	margin:0;
	padding:0 10px 0 10px;
}

#right_2col UL.links LI {
	background: url(../images/link_pointer.png) 0 3px no-repeat;
	min-height: 10px;
	padding: 4px 0 4px 10px;
	
}

#right_2col UL.links LI.selected {
	background: url(../images/link_pointer_on.png) 0 3px no-repeat;
}

#right_2col UL.links A {
	font-size:9pt;
	font-weight: bold;
}

.right_panel_top {
	background:url(../images/bg_rightpanel_top.png) right bottom no-repeat;
	height: 10px;
}

.right_panel_content {	
	background:url(../images/bg_rightpanel_middle.png) right bottom repeat-y; 
	min-height:480px;
	padding: 0 5px 0 5px;
}

.right_panel_content H2 {
	margin-top: 0;
	border-bottom: 2px solid #757575;
}

.right_panel_bottom {
	background:url(../images/bg_rightpanel_bottom.png) right top no-repeat;
	height: 10px;
}

#footer, #footer_1col {
	float:left;
	display:block;	
	height:48px;
	padding: 10px;	
}

#footer {
	width:659px;
	background: url('../images/footer.png') right top no-repeat;
}

#footer_1col {
	width:918px;
	background: url('../images/footer_wide.png') right top no-repeat;
}

#footer UL, #footer_1col UL {
	display: block;
	list-style: none;
	margin: 0 auto;
	padding: 6px 0 10px 20px;
	clear:both;
	height: 5px;
}

#footer LI, #footer_1col LI{
	float: left;
	height: 12px;
}

#footer LI A:link, #footer LI A:visited, #footer_1col LI A:link, #footer_1col LI A:visited {
	color: #464646;
	font-size: 7.5pt;
}

#footer LI A:hover, #footer LI A:active, #footer_1col LI A:hover, #footer_1col LI A:active {
	text-decoration: underline;
}

#footer LI.spacer, #footer_1col LI.spacer {
	background: url('../images/footer_spacer.gif') 0 4px no-repeat;
	width: 1px;
	margin: 0 5px 0 5px;
}

#footer .copy, #footer_1col .copy {
	padding: 10px 20px 0 20px;
	clear: both;
}

.soc_network_links {
	width:187px;
}

.soc_network_links H4{
	margin:0;
	padding:0;
	font-size:9pt;
	font-weight:bold;
}

.soc_network_links UL {
	margin:0!important;
	padding:0!important;
}

.soc_network_links LI{
	float:left;
	min-height:35px;
	width:35px;
	text-align:center;
	margin-right:3px;
}

#orkut_share {
	min-height:25px;
	padding-top:10px;
	background: url('../webdata/icon_blank.png') top center no-repeat;
	margin-right:0;
}

#right_panel_contact {
	padding: 5px;
	font-size: 7.5pt;
}

#news {
	padding: 0px;
	font-size: 7.5pt;
}

#news H4{
	font-size: 8.5pt;
	padding:0;
	font-weight: bold;
	padding:0 3px 0 10px;
	margin-bottom: 8px;
	background:url(../images/bullet_4point_left.gif) 0 5px no-repeat;
}

#news A:link, #news A:visited  {
	font-size: 8pt;
	color: #002B54;	
	text-decoration: underline;
}

#news A:active, #news A:hover  {
	color: #0056A5;	
	text-decoration: underline;
}

#news OL {
	list-style-type: none;
	padding: 0;
	margin:0;	
	width: 230px;	
}

#news LI {
	margin-bottom: 0;
}

#news .tmb {
	margin: 2px 4px 0 3px;
	border: 0;
}

#news .top, #right_panel_contact .top {
	background:url(../images/bg_right_form_top.png) left bottom no-repeat;
	min-height: 10px;
	margin-top:0;
}

#news .middle, #right_panel_contact .middle  {
	margin: 0 auto;
	background-color:#E3E6E8;
}

#news .bottom, #right_panel_contact .bottom {
	background:url(../images/bg_right_form_bottom.png) left top no-repeat;
	min-height: 10px;
}

#news .summary, #right_panel_contact .content {		
	overflow: hidden;	
	color: #757575;
}

#news .summary {
	position: relative;
	top:-4px;
	margin: 0 5px 0 5px;
	padding-top:5px;
	min-height: 80px;
	background:url(../images/bg_news_summary.png) left top no-repeat;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}

#news .long {
	max-height: 285px;
	background:url(../images/bg_news_summary_long.png) left top no-repeat;
	overflow-y: auto;	
}


#news .readon, #news .cabcare_link{
	float: right;
	left: 40px;
	text-align: right;
	padding-right: 5px;
	font-size: 7.5pt!important;
	font-weight:bold;
}

#news .readon{
	background:url(../images/bullet_5point.gif) 160px 5px no-repeat;
}

#news .cabcare_link{
	background:url(../images/bullet_5point.gif) 65px 5px no-repeat;
}

.news_tile {
	background: url(../images/13cabs_infotile_dark.png) right top no-repeat;	
	height:45px;
	width: 200px;
	padding:11px 30px 40px 10px;
}

.news_tile:hover {
	background: url(../images/13cabs_infotile.png) right top no-repeat;	
}

.news_tile DIV{	
	width: 210px;
	height:70px;
	overflow: hidden;
	cursor:pointer;
}

.btn_disclosure {
	margin-left: 5px!important;
	background-color:transparent;
	height:22px;
	width:224px;
	padding: 5px 0 0 10px;	
	font-size:11pt;
	color:#fff;
	border: 0!important;
}

.btn_disclosure:hover {
	cursor: pointer;
	color:#F5E514;
}

.btn_disclosure.expand {
	background:url(../images/btn_expand.png) left top no-repeat;
}

.btn_disclosure.collapse{
	background:url(../images/btn_collapse.png) left top no-repeat;	
}

#right_panel_contact TABLE, #right_panel_contact TD, #right_panel_contact TH{
	background-color: #fff;
	border: 1px solid #E3E6E8;
	vertical-align:top;
}

#right_panel_contact .content_top {
	background:url(../images/bg_rightpanel_content_top.png) left bottom no-repeat;
	height:10px;
	width:230px;
}

#right_panel_contact .content_middle {
	background:url(../images/bg_rightpanel_content_middle.png) left top repeat-y;
	width:220px;
	padding: 5px;
}

#right_panel_contact .content_bottom {
	background:url(../images/bg_rightpanel_content_bottom.png) left top no-repeat;
	height:10px;
	width:230px;
}


/* End Page Layout Sections */

.left {
	float:left!important;
}

.right {
	float:right!important;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.small_font {
	font-size:6.5pt;
}

.border_link:link, .border_link:visited {
	background: #ccc;
	border: 1px solid #ADADAD;
	padding: 2px;
	color: #000;
}

.border_link:hover, .border_link:active {
	border: 1px solid #006498;
	color: #006498;
}



#email_body {
	margin: 20px;
}

#email_body H1{
	margin: 10px;
}

#email_body P{
	margin-left: 10px;
	display:block;
	float:none;
}

#email_body LABEL {
	float: left;
	width: 200px;
	font-weight: bold;
	
}

.error_panel, .info_panel{
	margin: 10px 5px 2px 5px;	
	background-color: #fff;
	min-height: 25px;
}

.error_panel {
	font-weight: bold;	
	color: #002B54;
	background: url(../images/bg_error_panel.gif) top left no-repeat;
	padding: 10px 0 2px 50px;	
}

.error_panel_popup_small{
	width:320px;
	margin-bottom:5px; 
	border: 1px solid red;
	background-color:#FFFF00; 
	color:red; 
	font-weight:bold;
}

.info_panel {
	color: #747474;
	font-size:8pt;
	background: url(../images/bg_info_panel.gif	) top left no-repeat;
	padding: 10px 0 2px 20px;	
}

.info_panel_small, .error_panel_small {
	margin: 32px 4px 5px 4px;	
	font-weight: bold;	
	background-color: #fff;
	min-height: 25px;
}

.info_panel_small {
	color: #747474;
	background: url(../images/bg_info_panel_small.gif	) top left no-repeat;	
	padding: 10px 0 2px 20px;
}

.error_panel_small {
	color: red;
	background: url(../images/bg_error_panel_small.gif	) top left no-repeat;
	padding: 10px 0 2px 50px;
}

.error UL{
	margin: 0 0 0 20px;
	padding:0;
}

.error_head {
	margin: 0;
	text-align: left;	
	color: #002B54;
}

.field_error {
	width: 180px;
	clear:both;
	margin: 0 5px 0 120px;
}

.form_right_panel_middle .field_error{
	margin: 0 5px 0 48px;
	width: 180px;
}

.field_error_top {
	height:12px;
	background: url(../images/error_balloon_top.png	) top left no-repeat;	
	width: 180px;
}

.field_error_middle {
	background: url(../images/error_balloon_middle.png	) top left repeat-y;
	color: #002B54;
	padding: 0 5px 0 5px;
	width: 180px;
}

.field_error_bottom{
	height:10px;
	background: url(../images/error_balloon_bottom.png	) top left no-repeat;
	width: 180px;
}

.field_error_wide {
	width: 307px;
	margin: 0 5px 0 10px;
	clear:both;
}

.field_error_wide_top {
	height:12px;
	background: url(../images/error_balloon_wide_top.png	) top left no-repeat;	
	width: 307px;
}

.field_error_wide_middle {
	background: url(../images/error_balloon_wide_middle.png	) top left repeat-y;
	color: #002B54;
	padding: 0 5px 0 5px;
	width: 305px;
}

.field_error_wide_bottom{
	height:12px;
	background: url(../images/error_balloon_wide_bottom.png	) top left no-repeat;
	width: 307px;
}

.info_head {
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: bold;
	color: #999966;
	background-image: url(../images/info.gif);
	background-position: left center;
	background-repeat: no-repeat;
	min-height: 20px;
}

.info_top, .info_bottom {
	margin: 0;
	font-size:10pt;
	text-align: center;
	padding: 7px 0 5px 10px;
	height: 18px;
}

.info_top {
	background: url(../images/bg_info_top.png) left bottom no-repeat;
}

.info_bottom {
	background: url(../images/bg_info_bottom.png) left top no-repeat;
}

.info_middle {
	padding: 5px 5px 10px 5px;
	border: 1px solid #ccc;
	text-align: left;
}

#location_list {
	display: none;
	position: absolute;
	overflow-y: auto;
	overflow-x: hidden;
	width: 200px;
	height: 44px;
	background-color: white;
	border: 1px solid #CCCCCC;
}

#location_list UL {
	margin: 1px;
	padding: 0;
	list-style: none;
}

#location_list LI A {
	color: #212121;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: block;
	width: 100%;
}

#location_list LI A:hover, #location_list LI A.selected {	
	background-color: #CCCCCC;
}

#blackout {
	visibility: hidden;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: #424242;
	/*
	-moz-opacity: .7;
	*/
	opacity: .7;
	z-index: 9;
}

#divpopup {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -248px; /*half of the height plus a little to the top*/
	margin-left: -330px; /*half of the width */
	visibility: hidden;
	display: none;
	border: 1px solid #065166;
	background-color: #fff;
	padding: 0;
	height: 436px;
	width: 670px;
	z-index: 10;
	overflow-x: hidden;
	overflow-y: auto;
	}

/*
#divpop_head{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:15px;
	background-color: #065166;
	color: #FFFF67;
	text-align:center;
	padding:5px 0;
	z-index:-1;
}

#divpop_content {
	position:relative;
	margin-top:5px;
	left:0;
	clear: both;
}
*/

#divpop_head{
	width:100%;
	height:15px;
	background-color: #065166;
	color: #FFFF67;
	text-align:center;
	padding:5px 0;
	z-index:-1;
}

#divpop_content {
	margin-top:5px;
}

#divpop_content .error {
	height: 30px;
	overflow-x: auto;
	overflow-y: scroll;
}

#close_pop{
	position: absolute;
	top:0;
	right:0;
	text-align:right;
	cursor:pointer;
	padding-right:10px;
	padding-top: 5px;
	min-height:15px;
}

#close_pop a{
	text-decoration:none;
	color: #fff;
}

#close_pop a:hover{
	color:#FF9E01;
}

.scroll_list {
	overflow-x: hidden;
	overflow-y: scroll;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fff;
	margin-left:-1px;
}

.scroll_list TABLE {
	border-top: 0;
	border-collapse: collapse;
}

#pu_list .scroll_list, #dest_list .scroll_list {
	margin-left:0px;
}

#pu_list H4 {
	margin:0 0 0 -1px; 
	padding:2px 4px 2px 4px; 
	min-height:20px;
}

#pu_list .header_table, #dest_list .header_table  {
	margin-left:1px;
	margin-right:1px;
}

TABLE.content_table {
	border: 0;
	border-collapse: collapse;
	margin: 5px;
}

TABLE.content_table TH{
	font-size: 8pt;
	background-color: #fff;
	border: 1px solid #ccc;
}

TABLE.content_table TD{
	font-size: 8pt;
	border: 1px solid #ccc;
}

#digital_clock{
	float:right;
	min-width: 286px;
	min-height: 23px;
	color:#6D6D49;
	font-size: 12px;
	margin: 0;
	padding-top: 2px;
	padding-right:8px;
	text-align: right;
	
}

.logout_link {
	float:left;
	margin: 100px 0 0 16px;
	font-size: 14pt;
}

