body {
	padding:0px;
	color: #333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #d7dfe2;
	margin: 0px;
}
h1 {
	padding:5px 0 5px 0;
	margin:0px;
	font-size:22px;
	color:#003955;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
h1 a {
	color: #000;
	text-decoration: none;
}
h1 a:hover {
	color: #005094;
}
h2 {
	margin:0px;
	font-size:17px;
	color:#003955;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
h2 a {
	color: #003366;
	text-decoration: none;
}
h2 a:hover {
	color: #003366;
	text-decoration: underline;
}
h3 {
	margin:0px;
	font-size:12px;
	color:#004680;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 a {
	color: #005094;
	text-decoration: none;
}
h3 a:hover {
	color: #005094;
	text-decoration: underline;
}
h4 {
	padding:0 0 10px 0;
	margin:0px;
	font-size:14px;
	color:#7ea743;
}
h4 a {
	color:#7ea743;
	text-decoration: none;
}
h4 a:hover {
	color:#005094;
	text-decoration: underline;
}
h5 {
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
}
p {
	margin:0px;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
}
p.white {
	color:#FFFFFF;
}
p.green {
	color:#d4f0ba;
}
p.clear {
	clear:both;
	padding:10px 0 0 0;
}
p a {
	color: #005094;
	text-decoration: none;
}
p a:hover {
	color: #1D2738;
	text-decoration: underline;
}
p a.current {
	color: #005094;
	text-decoration: none;
}
li a {
	color: #005094;
	text-decoration: none;
}
li a:hover {
	color: #005094;
	text-decoration: underline;
}
li a.current {
	color: #005094;
	text-decoration: none;
}
img.left_img {
	border:1px #cae6c6 solid;
	float:left;
	margin:0 10px 0 0;
}
img.box_img {
	float:left;
	padding:0 20px 0 0;
}
#main_container {
	height:auto;
	margin:auto;
	background-color:#FFFFFF;
	width: 900px;
	vertical-align: top;
}
#header {
	width:900px;
	height:auto;
	margin:auto;
}
#login {
	padding-top: 10px;
	padding-right: 10px;
	float: right;
	text-align: right;
	color: #333;
	vertical-align: top;
	line-height: 22px;
}
#login a {
	color: #416271;
	text-decoration: none;
}
#login a:hover {
	color: #416271;
	text-decoration: underline;
}
#login a.current {
	color: #416271;
	text-decoration: none;
}
#logo {
	padding-top: 0px;
	padding-right: 0;
	padding-left: 5px;
	padding-bottom: 0px;
	float: left;
}
/*----------------------navigation-------------------------*/
ul#topnav {
	margin: 0;
	padding: 0;
	float: left;
	width: 900px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 1.2em;
	background-image: url(/_graphics/topnav_stretch.gif);
	background-repeat: repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0;
	padding: 0; /*--Divider for each parent level links--*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4b6da9;
}
ul#topnav li a {
	padding: 10px 15px;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 13.8px;
}
ul#topnav li:hover {
	background-image: url(/_graphics/topnav_stretch_hover.gif);
	background-repeat: repeat-x;
}
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/


ul#topnav li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0;
	top:35px;
	display: none; /*--Hide by default--*/
	width: 900px;
	background: #525557;
	color: #fff;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span {
	display: block;
} /*--Show subnav on hover--*/
#derecha {
	text-align: right;
}
ul#topnav li span a {
	display: inline;
} /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {
	text-decoration: underline;
}
.top-banner-full-width {
	width:900px;
	height:auto;
	clear:both;
	background-position:33px 10px;
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.blue_box {
	width:869px;
	height:35px;
	clear:both;
	background-position:33px 10px;
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #f1f5fa;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.blue_column {
	width:170px;
	height:246px;
	background-position:0px 0px;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(/_graphics/bg/bg_bl_cnt.gif);
}
.blue_center {
	width:665px;
	background-position:33px 0px;
	background-repeat: repeat-x;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(/_graphics/bg/bg_bl_cnt.gif);
	height: 236px;
}
.blue_center_auto_height {
	width:670px;
	background-position:33px 0px;
	background-repeat: repeat-x;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(/_graphics/bg/bg_bl_cnt.gif);
	height: auto;
}
.blue_center_auto_height_hp {
	width:896px;
	background-position:33px 0px;
	background-repeat: repeat-x;
	margin: 0px;
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 20px;
	padding-left: 2px;
	background-image: url(/_graphics/bg/bg_bl_cnt.gif);
	height: auto;
}
.blue_center_right {
	height:auto;
	float: right;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	width: 225px;
}
.right_column {
	width:170px;
	height:auto;
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
	float: right;
}
.clock {
	padding:0px;
	position: absolute;
	left: 121px;
	top: 624px;
	width: 641px;
	height: 120px;
	float: left;
}
.read_more {
	width:101px;
	height:29px;
	float:none;
	padding:10px;
	background:url(images/read_more_bg.gif) no-repeat center;
	line-height:29px;
	text-align:center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
}
.read_more a {
	text-decoration:none;
	color:#000004;
}
.read_more_link {
	width: 135px;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 3px;
	padding-left: 0;
	background-image: url(/_graphics/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cc3333;
	margin-top: 10px;
}
.read_more_link a {
	text-decoration:none;
	color:#003366;
}
.read_more_link a:hover {
	color:#cc3333;
}
/*----------------------left navigation-------------------------*/
#left_nav {
	width:240px;
	height: auto;
	padding:5px 0 0 0;
	float:left;
}
#left_nav ul {
	list-style:none;
	margin: auto;
	display:block;
	padding:0px;
}
#left_nav ul li {
	list-style:none;
	display:block;
	width:auto;
	height:29px;
	padding:0px;
	line-height:29px;
}
#left_nav ul li a {
	height:29px;
	display:block;
	width:200px;
	text-decoration:none;
	padding:0 0 0 35px;
	margin:7px 0 7px 0;
	color:#6898ac;
	background:url(images/left_nav_arrow.gif) no-repeat left;
	border-bottom:1px #bedf77 dashed;
	background-position:0px 0px;
	font-size:13px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
/*--------------------------main_content-------------------*/
#main_content {
	width:900px;
	height:auto;
}
#full_width_content_auto-height {
	width:840px;
	height:auto;
	background-position:33px 10px;
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#full_width_content_auto-height p {
	font-size: 12px;
}
#left_content {
	font-size: 12px;
	width:645px;
	height:0px;
	background-position:33px 10px;
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#left_content_auto-height {
	width:645px;
	height:auto;
	background-position:33px 10px;
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#left_content_auto-height p {
	font-size: 12px;
}
#left_content_pugc {
	width:620px;
	height:auto;
	background-position:33px 10px;
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 55px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#left_content_pugc p {
	font-size: 12px;
}


#right_content {
	width:525px;
	height:auto;
	float:right;
	padding: 10px;
	position: relative;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: right;
}
#lower_content {
	width:645px;
	height:249px;
	background-position:33px 10px;
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
/*----------------------top right navigation-------------------------*/
#right_nav {
	width:270px;
	height: auto;
	float:right;
	padding-top: 5px;
}
#right_nav ul {
	list-style:none;
	margin: auto;
	display:block;
	padding:0px;
}
#right_nav ul li {
	list-style:none;
	display:list-item;
	width:inherit;
	height:29px;
	padding:0px;
	line-height:29px;
}
#right_nav ul li a {
	height:29px;
	display:block;
	width:165px;
	text-decoration:none;
	padding:0 0 0 35px;
	margin:7px 0 7px 0;
	color:#d4f0ba;
	background:url(images/right_nav.gif) no-repeat center;
	background-position:0px 0px;
}
#right_nav ul li a:hover {
	height:29px;
	display:block;
	width:165px;
	text-decoration:none;
	color: #FFC;
	padding:0 0 0 35px;
	margin:7px 0 7px 0;
	background:url(images/right_nav_a.gif) no-repeat center;
	background-position:0px 0px;
}
#right_nav ul li a.current {
	height:29px;
	display:block;
	width:165px;
	text-decoration:none;
	padding:0px;
	color: #d4f0ba;
	padding:0 0 0 35px;
	margin:7px 0 7px 0;
	background-position:0px 0px;
	background-image: url(/images/right_nav.gif);
	background-repeat: no-repeat;
}
.products_box {
	height:110px;
	padding:10px 0 5px 0;
	border-bottom:1px #a7ef6e dashed;
}
.search_box {
	width:267px;
	height:124px;
	float:left;
	margin:15px 10px 10px 0;
	background:url(images/search_box_bg.gif) no-repeat center;
	background-position:0px 0px;
}
.search_title {
	font-size:14px;
	color:#7ea743;
	padding:10px 0 0 15px;
	float:left;
	font-weight:bold;
}
input.search_input {
	width:170px;
	height:20px;
	background-color:#FFFFFF;
	border:1px #c0c485 solid;
	float:left;
	margin:15px 0 0 15px;
}
input.submit {
	float:left;
	padding:0 0 0 10px;
}
.subsearch {
	width:200px;
	float:left;
	color:#8b8e5d;
	padding:0 0 0 15px;
}
.contact_information {
	width:200px;
	float:left;
	padding:10px 0 0 10px;
}
.news {
	width:310px;
	clear:both;
	padding:10px 0 10px 0;
}
.news_icon {
	width:30px;
	float:left;
	padding:0 10px 0 0;
}
.news_content {
	width:205px;
	float:left;
	text-align:justify;
	line-height:13px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #B2C0CB;
	margin-left: 20px;
}
.news_content span {
	color:#4ab7e8;
}
.services_box {
	height:120px;
	padding:10px 0 5px 0;
	margin:0px 0px 10px 0;
	border-bottom:1px #a7ef6e dashed;
}
.best_sol_box {
	width:277px;
	float:left;
}
/*----------------------right call to action-------------------------*/
#right_cta {
	width:228px;
	height: auto;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}
#right_cta ul {
	list-style:none;
	margin: auto;
	display:block;
	padding:0px;
}
#right_cta ul li {
	list-style:none;
	display:list-item;
	width:inherit;
	height:90px;
	padding:0px;
	line-height:68px;
}
#right_cta ul li a {
	height:78px;
	display:block;
	width:190px;
	text-decoration:none;
	color:#F7951E;
	background-position:0px 0px;
	background-image: url(/images/button_white_up.gif);
	background-repeat: no-repeat;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: small;
	text-align: left;
}
#right_cta ul li a:hover {
	height:78px;
	display:block;
	width:190px;
	text-decoration:none;
	color: #F7951E;
	background-position:0px 0px;
	background-image: url(/images/button_white_down.gif);
	background-repeat: no-repeat;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: large;
	text-align: left;
}
#right_cta ul li a.current {
	height:29px;
	display:block;
	width:165px;
	text-decoration:none;
	padding:0px;
	color: #F7951E;
	padding:0 0 0 20px;
	margin:7px 0 7px 0;
	background-position:0px 0px;
	background-image: url(/images/button_white_up.gif);
	background-repeat: no-repeat;
	font-size: large;
	text-align: left;
}
/*----------------------news_archive list-------------------------*/
.news_archive {
	width:190px;
	height: auto;
	padding:10px 0 0 10px;
	float:right;
}
.news_archive ul {
	list-style:none;
	padding:10px 10px 10px 10px;
	margin:0px;
	width:190px;
	float:left;
}
.news_archive ul li {
	list-style:none;
	width:180px;
	height: auto;
	padding:0px;
	line-height:26px;
}
.news_archive ul li a {
	width: 180px;
	text-decoration:none;
	padding:0 0 0 20px;
	margin:6px 0px 6px 0px;
	color:#000;
	text-align:left;
	background:url(images/bullet.gif) no-repeat left;
	background-position:0px 0px;
}
.news_archive ul li a:hover {
	width: 180px;
	text-decoration:underline;
	color: #000;
}
.contact_info_box {
	width:481px;
	height:116px;
	margin:5px;
	background:url(images/contact_info_bg.gif) no-repeat center;
}
.contact_info_title {
	font-size:14px;
	color:#7ea743;
	padding:10px 0 0 15px;
	font-weight:bold;
}
.contact_info {
	float:left;
	padding:15px 10px 5px 13px;
}
.adress {
	clear:both;
	padding:10px 0 0 20px;
}
/*-----------------------contact_form-------------------*/
#contact_form {
	width:675px;
	height:auto;
	float: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
.form_row {
	float:left;
	text-align: left;
	width: 654px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 4px;
}
.form_row_sm {
	float:left;
	text-align: left;
	width: 325px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 4px;
}
.form_row_sm input {
	color: #324A56;
}
.short_row p a {
	font-weight: normal;
}
.short_row {
	float:left;
	width: 300px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 4px;
	margin-bottom: 10px;
}
label {
	float:left;
	color:#C12024;
	text-align:right;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
	width: 95px;
}
input.contact_input {
	width:220px;
	height:18px;
	float:left;
	border:1px #ced6ec solid;
	background-color:#dbedf3;
	color: #000;
}
textarea.contact_textarea {
	width:220px;
	height:80px;
	float:left;
	border:1px #ced6ec solid;
	background-color:#dbedf3;
	color: #000;
}
.send a {
	width:62px;
	height:24px;
	display:block;
	background:url(images/read_more_bg_white.gif) no-repeat center;
	background-position:0px 0px;
	line-height:22px;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:40px;
	float:right;
	margin:10px;
}
/*--------------wide_content-----------*/
#wide_content {
	width:auto;
	padding:10px 20px 10px 20px;
}
.send {
	height: 50px;
	padding-bottom: 20px;
	text-align: center;
}
/*-----------------------------Tabs for Main Content------------------*/
ul.tabs {
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #D7DFE2;
	width: 100%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #D7DFE2;
	border-left-color: #fff;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	outline: none;
	float: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
ul.tabs li a:hover {
	color: #005094;
}
html ul.tabs li.active, html ul.tabs li.active a:hover { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #E6EAEC; /*--Makes the active tab look like it's connected with its content--*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #D7DFE2;
	border-right-color: #D7DFE2;
	border-bottom-color: #E6EAEC;
	border-left-color: #D7DFE2;
}
.tab_container {
	clear: both;
	float: left;
	width: 100%;
	background-color: #E6EAEC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7DFE2;
	border-right-color: #D7DFE2;
	border-bottom-color: #D7DFE2;
	border-left-color: #D7DFE2;
	height: 225px;
	position: relative;
}
.tab_content {
	padding: 20px;
}
/*-----------------------------footer------------------*/
#footer {
	clear:both;
	width: auto;
	height:37px;
	color: #fff;
	background-image: url(/_graphics/topnav_stretch.gif);
	background-repeat: repeat-x;
}
.copyright {
	float:left;
	padding-left:10px;
	padding-top:12px;
	color: #FFF;
	text-decoration: none;
}
.copyright a {
	color: #FFF;
	text-decoration:none;
}
.copyright a:hover {
	color: #FFF;
	text-decoration: underline;
}
.footer_links {
	padding-top:12px;
	float: right;
	padding-right: 10px;
}
.footer_links a {
	text-decoration:none;
	color: #fff;
	padding-left:25px;
}
.footer_links a:hover {
	text-decoration:underline;
	color: #fff;
}
#left_sidebar a {
	color: #6898ac;
}
#normal_font_weight a {
	font-weight: normal;
}
/*-----------------------------toggle buttons------------------*/

h2.trigger {
	background: url(/_graphics/h2_trigger_a.gif) no-repeat;
	height: 28px;
	line-height: 28px;
	width: 200px;
	font-size: 14px;
	font-weight: normal;
	float: right;
	margin-top: 0;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	text-indent: 10px;
	margin-right: 0px;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover {
	color: #666;
}
h2.active {
	background-position: left bottom;
} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(/_graphics/toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 12px;
	width: 200px;
	clear: both;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	float: right;
}
.toggle_container .block {
	padding: 10px; /*--Padding of Container--*/
	background: url(/_graphics/toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #416271;
}
.toggle {
	width: 200px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.nav_lower {
	height: 50px;
	width: 900px;
	vertical-align: bottom;
	text-align: left;
	text-indent: 75px;
}
/*-----------------------------toggle left buttons------------------*/

h2.trigger {
	background: url(/_graphics/h2_trigger_a.gif) no-repeat;
	height: 28px;
	line-height: 27px;
	width: 200px;
	font-size: 14px;
	font-weight: normal;
	float: right;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	text-indent: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h2.trigger a {
	color: #333;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover {
	color: #E41010;
}
h2.active {
	background-position: left bottom;
} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	padding: 0;
	background: #f0f0f0 url(/_graphics/toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 12px;
	width: 200px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	float: right;
}
.blue_column .upper_right_nav {
	background-color: #F00;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
}
.toggle_container .block {
	padding: 10px; /*--Padding of Container--*/
	background: url(/_graphics/toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #416271;
}
.toggle_l {
	float: left;
	width: 200px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	clear: left;
}
/*-----------------------------side nav------------------*/
.sidenav {
}
ul.sidenav {
	font-size: 1.2em;
	float: left;
	width: 221px;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #EAEAEA;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #CCC;
	border-left-color: #666;
}
ul.sidenav li a {
	display: block;
	color: #333;
	text-decoration: none;
	width: 180px;
	padding-top: 15px;
	padding-right: 6px;
	padding-bottom: 15px;
	padding-left: 35px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #999;
	background-image: url(/_graphics/bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: 13px 19px;
}
ul.sidenav li a:hover {
	background-color: #C5C5C5;
	background-image: url(/_graphics/bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: 13px 19px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-left-color: #999;
}
ul.sidenav li span {
	display: none;
}
ul.sidenav li a:hover span {
	display: block;
	font-size: 0.8em;
	padding: 10px 0;
}
/*-----------------------------side nav w popup------------------*/

ul.sidenav_popup {
	float: left;
	padding: 0;
	width: 200px;
	list-style: none; /*--Bevel Effect--*/
	font-size: 14px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #636667;
	border-bottom-color: #3373a9;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #636667;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #636667;
}
ul.sidenav_popup li {
	position: relative; /*--Add a relative positioning--*/
	float: left;
	margin: 0;
	padding: 0;
}
ul.sidenav_popup li a {
	border-top: 1px solid #3373a9; /*--Bevel Effect--*/
	border-bottom: 1px solid #003867; /*--Bevel Effect--*/
	padding: 10px 10px 10px 25px;
	display: block;
	color: #fff;
	text-decoration: none;
	width: 165px;
	background: #005094 url(sidenav_li_a.gif) no-repeat 5px 10px;
	position: relative; /*--Add a relative positioning--*/
	z-index: 2; /*--z-index allows the popup to tuck underneath the nav--*/
}
ul.sidenav_popup li a:hover {
	background-color: #126AA4;
	border-top: 1px solid #1a4c76;
}
ul.sidenav_popup li div {
	display: none;
	position: absolute;
	top: 2px;
	left: 0;
	width: 225px;
	font-size: 14px;
	background-image: url(/_graphics/buttons/bubble_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
ul.sidenav_popup li div p {
	margin: 7px 0;
	line-height: 14px;
	padding: 0 5px 10px 30px;
	background: url(/_graphics/buttons/bubble_btm.gif) no-repeat right bottom;
}
.sidenav_popup div {
	text-align: center;
	color: #FFF;
	font-size: 14px;
	padding: 5px;
	background-image: url(/_graphics/topnav_stretch_hover.gif);
	background-repeat: repeat-x;
	float: left;
	position: relative;
	width: 190px;
}
#topnav li span a {
	font-size: 14px;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #C12024;
	font-style: italic;
	line-height: 20px;
}
.quote_ref {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #C12024;
	font-style: normal;
	text-align: left;
}
hr {
	background-color:#D4D4D4;
	border:0 none;
	clear:both;
	color:#D4D4D4;
	height:1px;
	margin-top: 30px;
}
.block p a {
	font-weight: normal;
}
.Red_Text {
	color: #C12024;
}
.Orange_Text {
	color: #F60;
}

td hr {
	margin-top: 15px;
}
#newsletter_form label {
	text-align: left;
	color: #333;
}
#newsletter_form {
	background-image: url(/_graphics/bg/bg_bl_cnt.gif);
	background-repeat: repeat-x;
	width: 165px;
	height: 255px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
#newsletter_form h4 {
	color: #C12024;
}
.newsletter_submit {
	float: left;
	margin-top: 7px;
	clear: left;
}
#newsletter_form p a {
	font-weight: normal;
}
.rc_row {
	width: 625px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	padding-left: 5px;
	text-align: left;
	float: left;
	padding-right: 15px;
	clear: left;
}
.rc_row p a {
	font-weight: normal;
}
.rc_row .graphic_wp {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
	float: left;
	display: block;
	height: auto;
	width: 150px;
}
.rc_row .graphic_ds {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 2px;
	float: left;
}
.rc_row p {
	padding-top: 5px;
}
.rc_row h3 {
	padding-bottom: 0px;
	padding-top: 0px;
}
.rc_row h2 {
	padding-top: 0px;
}
.float_left {
	float: left;
}
#highlight {
	background-color: #FFFF99;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7DFE2;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #D7DFE2;
}
/*-----------------------------Resource Center Login CSS Popup------------------*/
#blanket {
	background-color:#000;
	opacity: 0.80;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
	top:0px;
	left:0px;
	width:100%;
	height: 576px;
}
#popUpDiv {
	width:330px;
	height:330px;
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE Understand Fixed Positioning and Opacity--*/
*html #blanket {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
*html #blanket {
	filter:alpha(opacity=80);
}
#r_column_list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#r_column_list a {
	display: block;
	color: #003366;
	width: 130px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 13px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D7DFE2;
	list-style-type: none;
}
#r_column_list a:hover {
	background-color: #cc3333;
	color: #FFF;
}
#r_column_list li li a {
	display: block;
	color: #333;
	width: 127px;
	text-decoration: none;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 28px;
	border-top-width: 0px;
	border-top-style: none;
	background-image: url(/_graphics/bullet_gr_4.gif);
	background-repeat: no-repeat;
	background-position: 15px 4px;
}
#r_column_list {
	padding-top: 7px;
	padding-bottom: 27px;
	padding-right: 5px;
	padding-left: 11px;
	width: 150px;
	margin-top: 11px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #A4B6BD;
}
#horz-minimalist th {
	color:#336699;
	font-size:16px;
	font-weight:bold;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 10px;
	text-align: center;
}
#horz-minimalist tr {
	color:#336699;
	text-align: left;
}
#horz-minimalist tr:hover {
	color: #cc3333;
}
#horz-minimalist td {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A4B6BD;
}
#horz-minimalist span p a    {
	margin-top: -10px;
	padding-top: -10px;
	font-weight: normal;
	font-size: 11px;
	color: #036;
	text-align: center;
}

.solution_module_cont {
	float:left;
	text-align: left;
	width: 645px;
	padding: 10px;
	clear: right;
}
#horz-minimalist h2 {
	text-align: center;
	margin-bottom: -10px;
	padding-bottom: 0px;
}

.solution {
	float:left;
	text-align: left;
	width: 275px;
	margin-bottom: 10px;
	margin-right: 40px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #d7dfe2;
}
.solution img {
	margin-right: 10px;
	float: left;
}
#modlues {
	width: 610px;
	margin-top: 15px;
	margin-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.solution p {
	color: #333;
	padding-top: 0px;
	padding-left: 50px;
}
.solution p a {
	color: #333;
}
.solution p a:hover {
	color: #cc3333;
	text-decoration: underline;
}
.solution h3 {
	margin-left: 50px;
}
.solution h3 a:hover {
	color: #cc3333;
	text-decoration: none;
}
#bullet li {
	list-style-image: url(/_graphics/bullet_gr_4.gif);
}
.partners {
	padding-left: 250px;
	float: left;
	clear: left;
	margin-bottom: 25px;
	margin-right: 50px;
}
.partners img {
	background-position: left;
	float: left;
	margin-right: 10px;
	margin-left: -200px;
}
#customer-container {
	height: auto;
	padding-bottom: 0px;
	padding-top: 5px;
	padding-left: 65px;
	padding-right: 25px;
	width: 810px;
}
#customer-container img {
	float: left;
}

#social-media img {
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-top: 3px;
}
.social-media-container {
	width: 180px;
	float: right;
	height: 60px;
	clear: right;
}
.social-media-container span {
	display: none;
}
.social-media-container #linkedin {
	background-image: url(/_graphics/icons/icon-linkedin-gray.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 60px;
	width: 60px;
	float: right;
}
.social-media-container #linkedin:hover {
	background-image: url(/_graphics/icons/icon-linkedin.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 60px;
	width: 60px;
	float: right;
}


.social-media-container #facebook {
	background-image: url(/_graphics/icons/icon-facebook-gray.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 60px;
	width: 60px;
	float: right;
}
.social-media-container #facebook:hover {
	background-image: url(/_graphics/icons/icon-facebook.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 60px;
	width: 60px;
	float: right;
}

.social-media-container #twitter {
	background-image: url(/_graphics/icons/icon-twitter-gray.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 60px;
	width: 60px;
	float: right;
}
.social-media-container #twitter:hover {
	background-image: url(/_graphics/icons/icon-twitter.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 60px;
	width: 60px;
	float: right;
}




#full_width_content_auto-height h1 {
	font-size: 18px;
}
#full_width_content_auto-height .rc_row {
	width: 700px;
	float: left;
	clear: left;
	margin-left: 50px;
}
#seo-container {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 50px;
	padding-top: 10px;
	height: auto;
	float: left;
	width: 850px;
}
#seo-container p {
	color: #808080;
}
#seo-container h1 {
	color: #000;
	font-size: 16px;
	font-weight: normal;
}
#seo-container p a {
	color: #36C;
}
.long_row_w-icon {
	margin-bottom: 5px;
	height: auto;
	padding-bottom: 15px;
	float: left;
	width: 645px;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #d7dfe2;
	padding-top: 10px;
}
.long_row_w-icon p {
	margin-left: 115px;
}
.long_row_w-icon h2 {
	margin-left: 115px;
}
.long_row_w-icon img {
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
	float: left;
	margin-bottom: 0px;
}
.long_row {
	float: left;
	width: 638px;
	height: auto;
}
.long_row h2 {
}
.short_row p {
	padding-top: 5px;
}
.short_row ul {
	margin-top: 8px;
	margin-left: -20px;
	margin-bottom: 5px;
}
.short_row ul li {
	padding-top: 2px;
	padding-bottom: 2px;
}
.hr-red {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D4D7DB;
}
.short_row p {
	padding-top: 8px;
}

