﻿
/* ================== GLOBAL LAYOUT ================= */


body {	/*FROM MAINSTYLE.CSS TO AVOID CONFLICT*/
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #404040;
}
#body_new { /*TO AVOID BODY CONFLICT WITH MAINSTYLE.CSS */
	padding: 0;
	margin: 0;
	text-align: center;
	background-image: url('../Images/bg_main.gif');
	background-color:#172531;
	background-repeat: repeat-x;
	background-position: left top;

}
#container {
	margin: 0 auto;
	width: 960px;
	text-align: left; /*THIS CORRECTS BODY CENTER */
	float: none;
}
#global_header {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
#global_center {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	background-color: #FFF;
	clear: both;
}
#global_left {
	float: left;
	width: 235px;
	margin: 0 auto;
	text-align: left;
	background-color: #36526c;
	background-image: url('../Images/bg_leftnav.gif');
	background-repeat: repeat-y;
	background-position: left top;
}
#global_main { /*CONTAINS CONTENT */
	float: right;
	width: 725px;
	background-color: #FFFFFF;
}
#global_footer {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	background-image: url('../Images/bg_footer.gif');
	background-color:#172531;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 0;
	padding-bottom: 30px;
	clear: both;
}
/* ================== BODY TEXT REDEFINED FROM V6 OLD MAINSTYLE.CSS ================== */

td {
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #404040;
}
p {
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #404040;
	margin: 6px 0px 16px 0px;
}
ul, ul.bulletlist {
	list-style-image: url('../Images/bullet_square.gif');
	margin-left: 18px;
	margin-bottom: 16px;
	padding: 0;
	color: #404040;
}
ul li, ul.bulletlist li {
	line-height: 18px;
}
a:link {
	/*color: #006BB6;*/
	text-decoration: none;
}
a:visited {
	/*color: #006BB6;*/
	text-decoration: none;
}
a:hover {
	/*color: #0D97F2;*/
	/*text-decoration: underline;*/
}
a:active {
	color: #0D97F2;
	text-decoration: none;
}

.zone2leftcol ul.home_bulletlist li a:link, .zone2leftcol ul.home_bulletlist li a:visited {

                    font-weight: bold;
}

.zone2leftcol ul.home_bulletlist li a:hover, .zone2leftcol ul.home_bulletlist li a:active {

                    font-weight: bold;
                    text-decoration: underline;
}

.zone2Copy a:link, .zone2Copy a:visited {
   
                    font-weight: bold;
}
 .zone2Copy a:hover, .zone2Copy a:active {

                    font-weight: bold;
                    text-decoration: underline;
}

.banner_title {
	display: none; /*REDUNDANT IN V6 */
}
.title {
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 20px;
	color: #121D29;
	font-weight: normal;
	text-align: left;
	line-height: 26px;
	padding: 10px 0px 20px 0px;
	margin: 0px;
}
.header {
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 20px;
	line-height: 20px;
	margin-top: 0px;
}
.header_grey {
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin-bottom: 2px;
	line-height: 18px;
}
.header2 {
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #121D29;
	margin-bottom: 16px;
	line-height: 18px;
	padding-top: 14px;
}
#callout_container {
	width: 180px;
	/*float: right;*/
	background-color: #FFF;
	padding: 14px 0px 25px 30px;
	float: right;
}
#callout {
	background-color: #F0F0F0;
	width: 180px;
	font-size: 11px;
	color: #404040;
	line-height: 14px;
	margin-bottom: 10px;
}
.callout_hdr, .table_hdr { /*DEFAULT IS GREY */
	font-family: "Tahoma", "Arial", "Helvetica", "Verdana", sans-serif;
	background-image: url('../Images/callout_hdr_darkgrey.gif');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #5B5B5B;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 4px 5px 8px;
	margin: 0;
}
.callout_hdr_blue, .table_hdr_blue { /*BLUE TO HIGHLIGHT CONTACT US BOXES */
	font-family: "Tahoma", "Arial", "Helvetica", "Verdana", sans-serif;
	background-image: url('../Images/callout_hdr_darkblue.gif');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #1e3852;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 4px 5px 8px;
	margin: 0;
}
.callout_text {
	font-size: 11px;
	color: #404040;
	line-height: 14px;
	margin: 10px 10px 0px 10px;
	padding-bottom: 2px;
}

.callout_text p {
	font-size: 11px;
	color: #404040;
	line-height: 14px;
	margin: 0px;
                     padding-bottom: 10px;
}

.callout_text ul, .callout_text ul.bulletlist {
	list-style-image: url('../Images/bullet_square.gif');
	margin-left: 18px;
	margin-bottom: 5px;
	padding: 0;
	color: #404040;
}

/* ================== HEADER ================== */

#header_top {
	margin: 0px;
	display: block;
	padding: 18px 0px 0px 0px;
	position: relative;
	height: 46px;
	text-align: right;
}
#header_top img {
	float: left;
	padding: 0px;
	margin: 14px 0px 0px 12px;
}

#header_top_notoplink img {
	float: left;
	padding: 0px 0px 20px 0px;
	margin: 14px 0px 0px 30px;
}
#header_top span {
	display: inline;
	margin: 0px 0px 0px 25px;
	color: #7c7c7c;
	/*width: 100%;*/
	font-weight: normal;
	font-size: 11px;
}
#header_top span form {
	display: inline;
	border: 0px none;
	height: 18px;
}
.search_text {
	font-size: 11px;
	width: 130px;
	border: 1px solid #22405C;
	background-image: url('../Images/bg_searchtext.gif');
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: 2px;
	margin-top:0px;
	padding-top: 4px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 1px;
}
.submit {
	margin-bottom: -3px;
	margin-left: -25px;
	margin-right: 15px;
	margin-top: 0px;
}
#header_top span a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
#header_top span a:hover {
	color: #0D97F2;
	font-weight: normal;
}
#header_topnav {
	padding: 0px;
	margin: 0px;
	display: block;
	height: 30px;
}
.local_country {
	width: 234px;
	text-align: center;
	font-family: "Tahoma", "Arial", "Helvetica", "Verdana";
	font-size: 11px;
	color: #C6C6C6;
	float: left;
	display: inline;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 4px;
}
#topnav {
	float: right;
	width: 725px;
	background-color:#e3e3e3;
	background-image: url('../Images/bg_topnav.gif');
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0;
	margin: 0;
	display: block;
	height: 30px;
}
.corner_rt {
	float: right;
	width: 6px;
	height: 6px;
	background-image: url('../Images/bg_topnav_corner_rt.gif');
	background-repeat: no-repeat;
	background-position: right top;
}
.corner_lt {
	float: left;
	width: 6px;
	height: 6px;
	background-image: url('../Images/bg_topnav_corner_l.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
.toplink {
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 12px;
	float: left;
	display: block;
	line-height: normal;
}
.toplink {
	list-style-type: none;
}
.toplink_on {
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: #0b83d3 url('../Images/bg_topnav_selected.gif') repeat-x left;
	text-decoration: none;
	float: left;
	line-height: normal;
}
.toplink_on a, .toplink_on a:visited {
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: #0b83d3 url('../Images/bg_topnav_selected.gif') repeat-x left;
	display: block;
	padding: 8px 14px 7px 14px;
	text-decoration: none;
	float: left;
	line-height: normal;
}
.toplink_on a:hover, toplink_on a:active {
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: #0b83d3 url('../Images/bg_topnav_selected.gif') repeat-x left;
	display: block;
	padding: 8px 14px 7px 14px;
	text-decoration: none;
	float: left;
}
.toplink a, .toplink a:visited {
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 8px 14px 7px 14px;
	display: block;
	text-decoration: none;
}
.toplink a:hover, toplink a:active {
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: #0b83d3 url('../Images/bg_topnav_selected.gif') repeat-x left;
	padding: 8px 14px 7px 14px;
	display: block;
	text-decoration: none;
}
.mt_home a, .mt_home a:visited {
	font-family: "Arial", "Helvetica", "Verdana", sans-serif, "Bitstream Vera Sans";
	font-size: 12px;
	font-weight: bold;
	background: url('../Images/bg_topnav_corner_l.gif') no-repeat top left;
	display: block;
}
.mt_home a:hover, .mt_home a:active {
	font-family: "Arial", "Helvetica", "Verdana", sans-serif, "Bitstream Vera Sans";
	font-size: 12px;
	font-weight: bold;
	background: url('../Images/bg_home_btn.gif') no-repeat top left;
	display: block;
}
.topnav_selected {
	font-family: "Arial", "Helvetica", "Verdana", sans-serif, "Bitstream Vera Sans";
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: #006EAD url('../Images/bg_topnav_selected.gif') repeat-x left;
}
ul#dmenu {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	margin-left: 0px;
}


/* ================== LEFT NAVIGATION ================== */

#corner_top {
	text-align: left;
	width: 235px;
	height: 15px;
	background-image: url('../Images/corner_bar.gif');
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
}
#leftnav {
	width: 234px;
	background: #36526C url('../Images/bg_leftnav.gif') repeat-y top;
	display: block;
	height: 550px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 1px;/*float: left;*/
}
.leftnav_top {
	width: 234px;
	height: 24px;
	background-color:#36526C;
	background-image: url('../Images/leftnav_top.gif');
	background-repeat: no-repeat;
}
.leftnav_off { /*AS DEFAULT */
	width: 234px;
	/*height: 23px;*/
	background-image: url(../Images/leftnav_off.gif);
	/*background-color:#2C5479;*/
	background-repeat: no-repeat;
	background-position: left bottom;
}
.leftnav_on {
	width: 234px;
	/*height: 23px;*/
	background-image: url(../Images/leftnav_on.gif);
	/*background-color:#2C5479;*/
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #0B83D3;
}
.leftnav_sub {
	width: 234px;
	/*height: 23px;*/
	background-image: url(../Images/leftnav_sub.gif);
	background-color:#172736;
	background-repeat: no-repeat;
	background-position: left bottom;
}
a.sub_selected, a.sub_selected:visited {
	width: 200px;
	/*height: 23px;*/
	font-family: "Tahoma", "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
	display: block;
	color: #0D97F2;
	padding: 4px 0px 5px 25px;
}
a.sub_selected:hover, a.sub_selected:active {
	width: 200px;
	/*height: 23px;*/
	font-family: "Tahoma", "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
	display: block;
	color: #0D97F2;
	padding: 4px 0px 5px 25px;
}
a.leftnav_l_on, a.leftnav_l_on:visited {
	width: 210px;
	/*height: 23px;*/
	font-family: "Tahoma", "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 4px 0px 5px 15px;
	overflow: hidden;
	white-space: nowrap;
}
a.leftnav_l_on:hover, a.leftnav_l_on:active {
	width: 210px;
	/*height: 23px;*/
	font-family: "Tahoma", "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 4px 0px 5px 15px;
	white-space: nowrap;
	overflow: hidden;
}
a.leftnav_l, a.leftnav_l:visited {
	width: 210px;
	/*height: 23px;*/
	font-family: "Tahoma", "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 4px 0px 5px 15px;
	overflow: hidden;
	white-space: nowrap;
}
a.leftnav_l:hover, a.leftnav_l:active {
	width: 210px;
	/*height: 23px;*/
	background-image: url(../Images/leftnav_hover.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: "Tahoma", "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
	display: block;
	color: #0D97F2;
	padding: 4px 0px 5px 15px;
	overflow: hidden;
}
a.leftnav_l_sub, a.leftnav_l_sub:visited {
	width: 200px;
	/*height: 23px;*/
	font-family: "Tahoma", "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
	display: block;
	color: #C6C6C6;
	padding: 4px 0px 5px 25px;
}
a.leftnav_l_sub:hover, a.leftnav_l_sub:active {
	width: 200px;
	/*height: 23px;*/
	font-family: "Tahoma", "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
	color: #0D97F2;
	padding: 4px 0px 5px 25px;
}
/* ================== CENTER CONTENT ================== */

#corners_fulltop {
	width: 960px;
	height: 15px;
	background-image: url('../Images/corners_fulltop.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
#pagetop_attibutes { /* FOR BREADCRUMB & PAGETOOL /
	/*float: right;
	text-align: left;*/
	background-color:#FFFFFF;
	margin-left: 30px;
	margin-right: 15px;
}

#pagetop_attibutes { 
	background-color:#FFFFFF;
	margin-left: 30px;
	margin-right: 15px;
}
.grey_line {
	clear: both; /* IMPORTANT */
	margin: 0px 15px 10px 30px;	
                     border-top:1px dotted #CFCFCF;  
}
#breadcrumbs {
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 10px;
	float: left;
	margin: 16px 0px 14px 0px;
	line-height: normal;
}

#global_main_noleftnav #breadcrumbs {
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 10px;
	float: left;
	margin: 1px 0px 14px 0px;
	line-height: normal;
}

#pagetool {
	float: right;
	text-align: right;
	background-color: #FFFFFF;
	padding-right: 0px;
	margin-top: 10px;
	padding-bottom: 0px;
	font-size: 10px;
}
#global_main_noleftnav #pagetool {
	float: right;
	text-align: right;
	background-color: #FFFFFF;
	padding-right: 0px;
	margin-top: -6px;
	padding-bottom: 0px;
	font-size: 10px;
}

.pagetool_icon {
	margin: 0px 0px 0px 6px;
}
#content {
	clear: both;
	background-color:#FFFFFF;
	padding: 0px 0px 50px 0px;
	width: 960px;
}
#content_noleftnav {
	clear: both;
	width: 900px;
	background-color: #FFFFFF;
	padding: 0px 10px 50px 10px;
	min-height: 280px;
	height: auto;
}
* html #content_noleftnav { /* FOR IE6 */
	height: 380px;
}

/* ================== FOOTER ================== */

#global_footertext {
	font-family: "Arial", "Tahoma", "Helvetica", "Verdana", sans-serif;
	color: #AEAEAE;
	font-size: 11px;
	margin-left: 15px;
	margin-top: 18px;
	width: 720px;
}
#footertext_copyright, #footertext_copyright p {
	font-family: "Arial", "Tahoma", "Helvetica", "Verdana", sans-serif;
	/*color: #B7B7B7; */
	color: #AEAEAE;
	font-size: 10px;
	margin-left: 15px;
	margin-right: 185px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 650px;
}
#global_footertext a:link {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
#global_footertext a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
#global_footertext a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
#global_footertext a:active {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
#footertext_copyright a:link {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
#footertext_copyright a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
#footertext_copyright a:hover {
	/*color: #B7B7B7; */
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
#footertext_copyright a:active {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
#global_footer img {
	margin: -25px 15px 0px 0px;
	float: right;
	text-align: right;
}
/* ==================== grid for 1,2,3 layout ==================== */


#grid-box {
	FLOAT: left;
	WIDTH: 960px
}
#grid-left {
	PADDING-RIGHT: 7px;
	PADDING-LEFT: 11px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	WIDTH: 623px;
	PADDING-TOP: 0px
}
#grid-right {
	PADDING-RIGHT: 2px;
	MARGIN-LEFT: 0px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	WIDTH: 305px;
	PADDING-TOP: 0px
}
.onecol {
	BORDER-TOP-STYLE: none;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	BORDER-BOTTOM-STYLE: none
}
.twocol {
	BORDER-TOP-STYLE: none;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	BORDER-BOTTOM-STYLE: none
}
.col1 {
	DISPLAY: inline;
	FLOAT: left;
	PADDING-BOTTOM: 10px;
}
.col2 {
	DISPLAY: inline;
	FLOAT: left;
	PADDING-BOTTOM: 10px;
	MARGIN-LEFT: 0px;
}
.onecol .col1 {
	WIDTH: 100%
}
.twocol .col1 {
	MARGIN: 0px 0px 0px;
	WIDTH: 48%
}
.twocol .col2 {
	MARGIN: 0px 0px 0px;
	WIDTH: 49%
}


/* ==================== visual formatting V6 ==================== */


hr {
	border:0;
	border-top:solid 1px #C6C6C6;
	color:#fff;
	margin-bottom: 8px;
}
.line {
	border-bottom: 1px solid #DFDFD8;
	margin-bottom: 8px;
}
.spacer {
	margin: 4px
}
.button { /*FOR FORM SUBMIT */
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	border-right: 1px solid #003A5A;
	border-bottom: 1px solid #003A5A;
	border-left: 1px solid #21AEFF;
	border-top: 1px solid #21AEFF;
	background: url('../Images/button_background.gif') repeat-x;
	padding: 3px;
                     padding: 3px 8px 3px 8px;
	margin: 10px 0px 10px 0px;
}

.button_link, span.button_link { /*FOR NON-FORM BUTTONS */
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	border-right: 1px solid #003A5A;
	border-bottom: 1px solid #003A5A;
	border-left: 1px solid #21AEFF;
	border-top: 1px solid #21AEFF;
                     background-color:#006BA7;
	background: url('../Images/button_background.gif') repeat-x;
	padding: 3px 8px 3px 8px;
	margin: 10px 0px 10px 0px;
}
.button_link a:link, .button_link a:visited .button_link a:hover, .button_link a:active {
	color: #FFF;
	text-decoration: none;
}

.callout_text .button_link, .callout_text span.button_link .callout_text .button{ /*FOR NON-FORM BUTTONS */
	font-size: 11px;
}

.button_grey { /*FOR SECONDARY FORM BUTTONS */
    font-size: 11px;
    color: #fff;
    font-weight: normal;
    border-right: 1px solid #6c6c6c;
    border-bottom: 1px solid #6c6c6c;
    border-left: 1px solid #dadada;
    border-top: 1px solid #dadada;
    background: url('../Images/button_background_grey.gif')     repeat-x;
    padding: 3px;
                     padding: 3px 8px 3px 8px;
	margin: 10px 0px 10px 0px;
}

.caption {
	font-size: 10px;
	margin: 10px;
	line-height: 12px;
}

.a-to-z {
	margin: 0
}
.a-to-z a:link {
	color: #006BB6;
	font-weight: bold;
	text-decoration: none;
}
.a-to-z a:visited {
	color: #006BB6;
	font-weight: bold;
	text-decoration: none;
}
.a-to-z a:active {
	color: #0D97F2;
	font-weight: bold;
	text-decoration: none;
}
.a-to-z a:hover {
	color: #0D97F2;
	font-weight: bold;
	text-decoration: none;
}
.a-to-z-prefix {
	FONT-WEIGHT: bold;
	COLOR: #999
}
a img {
	border: 0px none;
}

/* ==================== button ==================== */

#button_container {
	display: block;
	margin: 0;
	text-align: right;
}
#button {
	padding: 0;
	margin: 0;
	font: 11px Tahoma, "Lucida Grande", Verdana, sans-serif;
	font-weight: normal;
}
#button li {
	list-style: none;
	margin: 0;
	display: inline;
	line-height: 15px;
}
#button li a {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	border: 1px solid #0069A5;
	background: #DFDFD8;
}
#button li a:link {
	color: #0069A5;
	font-weight: bold;
}
#button li a:visited {
	color: #0069A5;
	font-weight: bold;
}
#button li a:hover {
	color: #0069A5;
	font-weight: bold;
	background: #fff;
}
/* ==================== top menu ==================== */

.country {
	padding: 0;
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 12px;
	color: #00418c
}
.menubar {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.topitem {
	font-weight: normal;
	float: left;
	display: block;
	height: 24px;
}
.topitem a, .topitem a:visited {
	font-weight: normal;
	color: #fff;
	padding-left:15px;
	padding-right:14px;
	padding-top:4px;
	padding-bottom:5px;
	display: block;
	text-decoration: none;
}
.topitem a:hover {
	font-weight: normal;
	color: #fff;
	background: #afaea9 url('../Images/menu_selected_bg.gif') repeat-x left;
	display: block;
	text-decoration: underline;
	padding-left:15px;
	padding-right:14px;
	padding-top:4px;
	padding-bottom:5px
}
.home a, .home a:visited {
	font-weight: normal;
	background: url('../Images/top_corner_grey.gif') no-repeat top left;
	display: block;
}
.home a:hover {
	font-weight: normal;
	background: url('../Images/home_bg.gif') no-repeat top left;
	display: block;
}
.selected {
	font-weight: normal;
	background: #afaea9 url('../Images/menu_selected_bg.gif') repeat-x left;
}
.lastitem {
	font-weight: normal;
	float: left;
	display: block;
	height: 24px;
}
.lastitem a, .lastitem a:visited {
	font-weight: normal;
	color: #fff;
	padding-left:15px;
	padding-right:24px;
	padding-top:4px;
	padding-bottom:5px;
	display: block;
	text-decoration: none;
}
.lastitem a:hover {
	font-weight: normal;
	color: #fff;
	background: #afaea9 url('../Images/menu_selected_bg.gif') repeat-x left;
	display: block;
	text-decoration: none;
	padding-left:15px;
	padding-right:24px;
	padding-top:4px;
	padding-bottom:5px
}

.clear {
	clear:both;
}
.search_pagenumber {
	float: right;
	display: inline;
	padding-right: 15px;
	font-weight: normal;
}
.search_resultnumber {
	float: left;
	display: inline;
	padding-left: 8px;
	color: #121D29;
}
.text_small {
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.note, trademark, .copyright, .footnote, #copyright {	/*FOR BOILER PLATE*/
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #999999;
}
.content_highlight {
	line-height: normal;
	background-image: url('../Images/content_callout.gif');
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 5px;
	background-color: #e3e3e3;
	margin-top: 10px;
	padding: 10px 18px 4px 18px;
}
.content_highlight_blue {
	line-height: normal;
	background-image: url('../Images/solution_content_background_blue.gif ');
	background-repeat: repeat-x;
	background-position: left top;
	padding: 25px 35px 25px 35px;
}
.filter, .news_filter {
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #404040;
	width: 200px;
	float: right;
	margin-bottom: 8px;
}
b, strong {
	color: #404040;
}
.bio_photo {
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #404040;
	width: 144px;
	float: right;
	padding: 15px;
	margin: 0px 0px 20px 30px;
	background-color: #F0F0F0;
}
#content_left {
	width: 320px;
	float: left;
}
#content_right {
	width: 320px;
	float: right;
	padding-left: 25px;
}
#content_left_noleftnav {
	width: 430px;
	float: left;
}
#content_right_noleftnav {
	width: 430px;
	float: right;
	padding-left: 40px;
}
#support_login {
	width: 140px;
	text-align: left;
	margin: 35px;
	padding: 15px 10px 2px 10px;
	background-color: #F0F0F0;
}
#no_callout {
	width: 0px;
	padding: 0px;
	margin: 0px;
}

/* ======= Video ======== */

#media_container {
	width: 665px;
	margin-bottom: 30px;
	padding: 0px;
}
#media_top {
	background-image: url(../Images/video_top_bg.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 10px;
}
#media_middle {
	background-image: url(../Images/video_middle_bg.gif);
	background-repeat: repeat-y;
	text-align: center;
}
#media_bottom {
	background-image: url(../Images/video_bottom_bg.gif);
	background-repeat: no-repeat;
	height: 29px;
}
.media_text {
	text-align: left;
	padding: 10px 12px 0px 12px;
}
.media_text ul {
	margin-top: 5px;
	margin-bottom: 2px;
}
.media_interaction {
	text-align: right;
	padding: 2px 12px 0px 12px;
	font-size: 10px;
	overflow: hidden;
	width: 641px;
	background-repeat: repeat-x;
	background-position: center;
	color: #CCCCCC;
}

#listVideo {
	padding: 20px 0px 10px 0px;
}

#listVideo dd {
	font-size: 11px;
	line-height: 14px;
	padding: 8px 0px 8px 0px;
	margin: 0;
	clear:left;
}
#listVideo img {
	float: left;
	margin-right: 10px;
}

.documentActions {
margin: 10px 12px 0px 12px;
padding: 0px;
text-align: right;
border-top: 1px dotted #CCC;
}
.documentActions ul {
margin: 0;
padding: 0 0.5em;
display: block;
margin-top: -0.9em;
list-style-type: none;
list-style-image: none;
}
.documentActions li {
display: inline;
font-size: 85%;
margin: 0 0.5em;
padding: 0 0.25em;
background-color: White;
}
.documentActions a {
border: none !important;
text-decoration: none;
}

/* ======= SEARCH ======== */

.radio {
	margin-top: 10px 4px -3px 4px;
}
#search_form {
	font-size: 11px;
}
.result_bar {
	background-image: url('../Images/header_bg.gif');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #cccccc;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 6px 4px 6px 8px;
	margin: 20px 0px 20px 0px;
}
.documentation_box {
	padding: 4px 8px 6px 8px;
}

/* ---------->>> CSS LAYER <<<-------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}


/* ---------->>> specific link and font settings <<<---------------------------------------------------------------*/
#TB_container {
	width:500px;
	height:300px;
	background:#fff none;
	text-align:center;
	margin: 0 auto;
	padding:10px;
}

#popup_header {
	background:#36526c none;
	margin: 0 auto;
	padding:12px;
}

#TB_window {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ---------->>> settings <<<--------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px';
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* ---------->>> END CSS LAYER <<<-------------------------------------------------------------------------------------*/
/* 3rd Party Additions: 
-------------------------------------------------------------------------------------*/

#xmlAltContainer {
	font-size:10px;

}
.xmlAlt a:link, .xmlAlt a:visited {
	color:#0033FF;
	text-decoration:none;
}
.xmlAlt a:hover {
	color:#00CCFF;
	text-decoration:none;
}

.bulletlist li:hover ul, .bulletlist li.over ul {margin-left:18px; margin-bottom:16px; padding: 0px; display:block; background: #fff;}

#support_login {
	width: 140px;
	text-align: left;
	margin-right:auto;
	margin-left:auto;
	padding: 15px 10px 2px 10px;
	background-color: #F0F0F0;
}

#support_box {
	margin:30px 0px 30px 0px;
}

.callout_support_text {
	font-size: 11px;
	color: #404040;
	line-height: 14px;
}

#rate_container {
	background:#fff none;
	text-align:center;
	margin: 0 0 0 0;
	padding:10px;
}

#survey_container {
	background:#fff none;
	text-align:left;
	margin: 0 auto;
	padding:10px;
}

input {font-size:11px;}
select{font-size:11px;}
textarea{font-size:11px;font-family: "Arial", "Helvetica", "Verdana", sans-serif;}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 10;
}

label {
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	padding: 0px; 
	margin:10px 0px 3px 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

fieldset {
	background:#fff none;
	padding:20px;
}

.asterisk {color:#FF0000;}
/* Products:
-------------------------------------------------------------------------------------*/

.product_select {
	background: #F0F0F0;
	padding: 10px 8px 10px 8px;
	margin: 8px 0 8px 0;
}
.product_select select {
	font-size: 11px;
	width: 400px;
	margin: 0px 5px;
}
.product_select label {
	width: 210px;
	float: left;
	display: block;  /* block float the labels to left column, set a width */
	padding: 0px; 
	margin:0px 0px 0px 0px; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}
.product_select td {
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #404040;
}
.product_select p {
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #404040;
	margin: 0 auto;
}
/* Product A-Z List */

dl .product_list {
	padding: 2px 0px 2px 0px;
	margin: 0;
	font-weight: bold;
}
.product_list dt {
	font-weight: bold;
}
.product_list dd {
	margin: 0;
	padding: 8px 0px 8px 0px;
	border-bottom: 1px solid #CCC;
}
.product_list .return_to_top {
	text-align: right;
	border-bottom: none;
	color: #F00;
}
.return_to_top a:link, .return_to_top a:visited, .return_to_top a:visited, .return_to_top a:active {
	background-image: url(../Images/arrow_up.gif);
	background-position: 2px .2em;
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 16px;
}
.return_to_top a:hover {
	text-decoration: underline;
	background-image: url(../Images/arrow_up.gif);
	background-position: 2px .2em;
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 16px;
}
/* Events */


table.event_table th, table.table_line th, table.table_shade th {
	padding: 4px 4px 4px 8px;
	border-color: #fff;
	border: 2px solid;
	text-align: left;
}
table.event_table td, table.table_line td {
	padding: 4px 4px 4px 4px;
	border-bottom:1px solid #E1E1E1;
	vertical-align: top;
}
table.event_table_off td {
	padding: 4px 4px 4px 4px;
	border-bottom:0px solid #fff;
	vertical-align: top;
}
tr.highlight {
	background:#f0f0f0;
}
table.table_shade tr {
	background:#EFEFEF;
}
table.table_shade td {
        padding: 4px; /*added to pad out tables*/
}
td.table_subtitle {
	background:#D5D5D5;
}
/* Support */

.bulletlist li:hover ul, .bulletlist li.over ul {
	margin-left:18px;
	margin-bottom:16px;
	padding: 0px;
	display:block;
	background: #fff;
}
#support_login {
	width: 140px;
	text-align: left;
	margin-right:auto;
	margin-left:auto;
	padding: 15px 10px 2px 10px;
	background-color: #F0F0F0;
}
#support_box {
	margin:30px 0px 30px 0px;
}
.callout_support_text {
	font-size: 11px;
	color: #404040;
	line-height: 14px;
}
#rate_brand {
	padding:10px;
	background:#35516b none;
}
#rate {
	padding:10px;
}

.product_select  a:link, .product_select  a:visited {
                    font-weight: bold;
                    /*color: #0C85D6;*/
}

.product_select  a:hover, .product_select  a:active {
                    font-weight: bold;
                    /*color: #1BA8FC; */
                    text-decoration: underline;
}


#social {
	text-align: right;
	margin: 50px 0px 10px 0px;
	border-top: 1px dotted #CCC;
}
/*Social Icons used on Media AV Template*/
#social ul {margin: 0; padding: 12px; display: block; margin-top: -24px; list-style-type: none; list-style-image: none;}
#social li {display: inline; font-size: 12px; margin: 5px; padding: 5px; background-color: White;}
#social img {padding: 4px 0px 4px 0px;}

.content_highlight_blue {	
	width: 645px; /*width is 665*/
	background: url(../Images/solution_content_background_blue.gif) repeat-x top;
	padding: 20px 20px 20px 20px; 
}

.prod_sol_hdr {
    width: 246px;
	background: url(../Images/hdr_blue_tab246w.gif) no-repeat;
	font-family: "Tahoma", "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 20px 5px 28px;
	margin: 0;
	display:block;
}
/*Fix OL issue on IE */

ol
{
 margin-left: 20px;
}

ol li {
 margin-left: 5px;

} 
#content {
	vertical-align:top;
	height:450;
}
.page_background {
    float: left;
    width: 100%;
    height: 100%;
    background-image: url('../Images/bg_whitegray_repeat.jpg');
    background-color: #FFFFFF;
    background-repeat: repeat;
    background-position: left top;
    padding: 0;
    margin: 0;
    display: block;
    text-align:center
}



