@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #EDEDED;
	background-image: url(../images/Global/Body_blue_grad.gif);
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
}

.thrColFixHdr #container {
	width: 880px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
.thrColFixHdr #header {
	height: 180px;
	background-image: url(../images/Global/Banner_flag_bg.gif);
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 20px;
} 


#Header_title {
	height: 130px;
	width: 500px;
	text-align: center;
	float: right;
	margin-top: 35px;
}
.header_line1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: 600;
}
.header_line2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: 500;
}
.header_line3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: 600;
}

#Nav {
	height: 27px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	background-image: url(../images/Global/Nav_BG.gif);
	background-repeat: repeat;
	color: #FFF;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* padding keeps the content of the div away from the edges */
	margin-top: 20px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F00;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F00;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 650px; /* padding keeps the content of the div away from the edges */
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFF;
	clear: right;
	padding-right: 20px;
}
.sidebar2_title {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #F00;
	padding-left: 5px;
}


#Page_title {
	float: left;
	width: 450px;
}
#index_title {
	width: 420px;
	float: left;
	padding-top: 10px;
}
#index_body {
	width: 440px;
	float: left;
	padding-right: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: justify;
}
.index_list_sidebar2 {
	list-style-type: disc;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	margin-left: 10px;
	padding-left: 10px;
}

#index_sidebar2 {
	width: 182px;
	float: right;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 35px;
	padding-left: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #F00;
	border-left-color: #F00;
}

.thrColFixHdr #mainContent {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	margin-top: 20px;
	margin-right: 205px;
	margin-bottom: 0;
	margin-left: 195px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F00;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F00;
} 

#print_friendly {
	float: right;
	width: 140px;
	padding-left: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	margin-top: 10px;
	clear: right;
}
#sidebar2_anchor_title {
	width: 170px;
	float: right;
	background-image: url(../images/Global/Highlights.jpg);
	padding-left: 0.5em;
	margin-top: 45px;
	margin-bottom: 5px;
	text-align: left;
	clear: right;
}
#sidebar2_Anchor_list {
	float: right;
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	clear: right;
	line-height: 24px;
}
#select_white_paper {
	width: 185px;
	float: right;
	padding-left: 0.5em;
	margin-top: 25px;
	margin-bottom: 5px;
	text-align: left;
	clear: right;
}

#Page_body {
	width: 640px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	float: left;
	clear: both;
}
#Client_block {
	width: 640px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}
#Testimonial_block {
	float: left;
	width: 640px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

#page_body_no_topics {
	width: 600px;
	padding-top: 30px;
	padding-bottom: 0px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	float: left;
	clear: left;
	padding-right: 0px;
}

#page_body_narrow {
	width: 430px;
	float: left;
	margin-bottom: 4px;
	padding-top: 8px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	clear: left;
}
#WP_page_body_narrow {
	width: 440px;
	float: left;
	margin-bottom: 4px;
	padding-top: 8px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	clear: left;
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

a:link {
	text-decoration: none;
	color: #00F;
}

a:visited {
	color: #00F;
	text-decoration: none;
}


a:hover {
	color: #F00;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a.title:link {
	color: #FFF;
	text-decoration: none;
}

a.title:visited {
	color: #FFF;
	text-decoration: none;
}

a.title:hover {
	color: #00F;
	text-decoration: none;
}
a.title:active {
	text-decoration: none;
}

#LftNav_home {
	float: none;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	padding-top: 2px;
	padding-left: 10px;
	margin-bottom: 22px;
	background-image: url(../images/Global/Nav_home_bg.gif);
	background-repeat: no-repeat;
}


#lftNav_title1 {
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	background-image: url(../images/Global/LftNav_title_bg.gif);
	color: #FFF;
	font-weight: bold;
	background-repeat: repeat;
	padding-top: 2px;
}
#LftNav_title1_content {
	width: 160px;
	margin-bottom: 15px;
	background-image: url(../images/Global/Lft_side_panel_BG.gif);
	padding-left: 10px;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-size: 14px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #00F;
	font-weight: bold;
}


#LftNav_title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 160px;
	padding-left: 10px;
	background-image: url(../images/Global/LftNav_title_bg.gif);
	color: #FFF;
	padding-top: 2px;
}

#LftNav_title2_content {
	font-size: 14px;
	line-height: 22px;
	width: 160px;
	margin-bottom: 25px;
	padding-top: 8px;
	padding-left: 10px;
	background-image: url(../images/Global/Lft_side_panel_BG.gif);
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #00F;
	font-weight: bold;
}
#LftNav_title3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 160px;
	padding-left: 10px;
	background-image: url(../images/Global/LftNav_title_bg.gif);
	color: #FFF;
	padding-top: 2px;
}
#LftNav_title3_content {
	font-size: 14px;
	line-height: 22px;
	width: 160px;
	margin-bottom: 25px;
	padding-top: 8px;
	padding-left: 10px;
	background-image: url(../images/Global/Lft_side_panel_BG.gif);
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #00F;
	font-weight: bold;
}

.thrColFixHdr #footer {
	background:#DDDDDD;
	clear: both;
	width: 870px;
	float: none;
	text-align: center;
	margin-top: 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 0px;
} 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.List_No_BulletIndent {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	color: #00F;
	font-weight: bold;
}

.List_LessIndent {
	margin-left: -10px;
	padding-left: 0px;
	color: #00F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.ChangeH1SansSerif {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 36px;
	line-height: 44px;
}
.ChangeH2SansSerif {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
}
.ChangeH3SansSerif {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
}
.ChangeH3SansSerif_blue {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	color: #00F;
}
.ChangeH4SansSerif {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	line-height: 24px;
}
.ChangeH5SansSerif {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-weight: lighter;
}
.subtopicbar {
	width: 560px;
	margin-top: 4px;
	margin-bottom: 2px;
	background-image: url(../images/Global/Highlights.jpg);
	padding-left: 6px;
	line-height: 40px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	text-align: left;
}
.subtopicbarshort {
	width: 400px;
	margin-top: 4px;
	background-image: url(../images/Global/Highlights.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	line-height: 40px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	text-align: left;
	margin-bottom: 2px;
}

.fltlftnoprint {
	float: left;
	margin-right: 8px;
}
.fltrtnoprint {
	float: right;
	margin-left: 8px;
}
.ReturnToTop {
	font-weight: bold;
	text-align: right;
}
.List_LessIndent_topics {
	margin-left: 35px;
	padding-left: 0px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.color_me_red {
	color: #F00;
}
#One_column_container {
	float: left; /* since this element is floated, a width must be given */
	width: 820px; /* padding keeps the content of the div away from the edges */
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-color: #FFF;
	margin-left: 10px;
}
#One_column_title {
	float: left;
	width: 600px;
	padding-left: 20px;
	margin-top: 40px;
}
#One_column_body {
	width: 780px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	float: left;
	clear: both;
	background-repeat: repeat-y;
	margin-top: 30px;
	background-image: url(../images/Global/sidebarbg_long.jpg);
}
#One_column_body_left {
	width: 320px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 60px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	float: left;
	clear: both;
}
#One_column_body_right {
	width: 350px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	float: right;
}
#sidebar2_leftcolumn {
	width: 320px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
}
#sidebar2_rightcolumn {
	float: right;
	width: 205px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
