@charset "utf-8";
/* CSS Document */

@variables {
  color_link: #e3001e;
  color_drk: #a00b21;
  color_med: #b90822;
  color_lgt: #6cb037;
  color_div_line: #808184;
  color_text_white_bg: #404041;
}

.red {
	color: #e3001e;
}

a {
	color: #fff;
}

/* HEADER */

#header {
	background-image: url(/images/template/hdr-bg-main.jpg);
	height: 130px;
	position: relative;
}

#header img#logo {
	position: absolute;
	top: 42px;
	left: 74px;
}

/* BANNER */
#banner {
	background-image: url(/images/template/banner-bg-main.gif);
	background-repeat: repeat-x;
	height: 155px;
	text-align: center;
}

/* BREADCRUMB */
#breadcrumb {
	color: #b90822;
}


/* MAIN CONTENT AREA */

#main_content {
	overflow: hidden;
	background-image: url(/images/template/cnt-bg-main.gif);
	background-position: bottom;
	background-repeat: repeat-y;
	width: 960px;
	padding: 20px;
	min-height: 600px;
}

#menu_left {
	float: left;
	width: 266px;
	margin-right: 20px;
}

/* MENU LEFT  */

#menu_left h2 {
	background-image: url(/images/about/sdbr-bg-h1.gif);
	width: 226px;
	height: 24px;
	margin: 0;
	padding: 25px 20px 15px 20px;
}

#menu_left h2 a{
	text-decoration: none;
	color: #fff;
}

#navigation {
	line-height: 20px;
	background-color: #000;
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #b90822;	
}

#navigation li {
	border-bottom: 1px solid #333;
	padding: 10px 0;
	margin-left: -40px;
	*margin-left: 0;
	padding-left: 20px;
}

#navigation ul {
	list-style: none;
	*margin-left: 0;
}

#navigation ul li {
	list-style: none;
	border: none;
	margin-left: -40px;
	*margin-left: 0;
	padding: 0 0 0 20px;	
}

#navigation ul li.indentThis {
	padding: 0 0 0 40px;	
}

#navigation a {
	text-decoration: none;
	margin-right: 3px;
	color: #ccc;
}

#navigation a:hover {
	color: #b90822;
}

#navigation .head {
	font-size: 14px;
	font-weight: 600;
}

/* MAIN CONTENT */

#content_menu {
	float: left;
	width: 655px;
	min-height: 900px;
	_height: 900px;
	padding: 0 0 0 19px;
	
}

/* COMMON STYLES */

h2.grey_line, h3.grey_line {
	padding-bottom: 5px;
	border-bottom: 2px solid #808184;
}


/*BUTTONS*/

a.btn_295x96 {
	background-image: url(/images/about/cnt-btn-295x96.gif);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	width: 295px;
	height: 66px;
	padding: 30px 0 0 0;
	font-weight: bold;
	text-decoration: none;
}

#network_btn {
	background-image: url(/images/about/cnt-btn-network-294x51.gif);
}


h3 span {
	color: #b90822; 
	margin: 3px;
}

ul.double {
	list-style-image: url(/images/about/cnt-bul-double.gif);
}

ul.single {
	list-style-image: url(/images/about/cnt-bul-single.gif);	
}

ul.double_wht {
	list-style-image: url(/images/about/cnt-bul-double-wht.gif);
	*margin-left: 20px;	 
}

ul.single_wht {
	list-style-image: url(/images/about/cnt-bul-single-wht.gif);
	*margin-left: 20px;	 
}

.double li, .single li {
	margin-top: 15px;
}

/* LANDING PAGE */

.col1, .col2 {
	float: left;
	width: 305px;
	padding: 0 20px 0 0;
}
.col1 h3, .col2 h3 {
	margin-bottom: 0;
}
.col1 h3 img, .col2 h3 img {
	vertical-align: middle;
}
.col1 h4, .col2 h4 {
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 2px solid #808184;
	margin-top: 10px;
	margin-bottom: 5px;
}

.col1 h5, .col2 h5 {
	padding-bottom: 3px;
	border-bottom: 2px solid #808184;
	margin-top: 10px;
	margin-bottom: 3px;
}

.hdr_arrow {
	width: 225px;
	height: 66px;
	padding: 15px 60px 10px 15px;
	background-image: url(/images/about/cnt-bg-hdr3-arrow.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
}

.intro_gradient {
	background-image:url(/images/about/cnt-bg-blk-gradient.jpg); 
	background-repeat: no-repeat; 
	width: 655px;
	_width: 645px; 
	margin-left: -20px;
	_margin-left: -10px;
	margin-top: -25px;
	_margin-top: -20px;
	padding: 20px 20px 20px 20px;
	position: relative;
}

.intro_gradient h1 {
	position: absolute;
	top: 20px;
	left: 30px;
}

.intro_gradient p {
	position: absolute;
	top: 50px;
	left: 30px;
	width: 400px;
}

.intro_gradient img {
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 2;
}

.intro_gradient img.divider {
	position: absolute;
	top: 204px;
	left: 0;
	z-index: 1;
	*width: 694px;
	_width: 685px;
}


.right h1 {
	left: 200px;
}

.right p {
	left: 200px;
}

.right img {
	left: 30px;
}

.management {
	margin: 20px 0;
}
.management p, .management h4, .management h5 {
	margin-left: 110px;
	margin-top: 0;
}
.management img {
	float: left;
}
.management h4 {
	margin-bottom: 0;
}
.management h5 {
	margin-top: 0;
	font-style: italic;
	font-weight: normal;
}
.management p {
	margin-top: 0;
	margin-bottom: 10px;
}
.management p.size_l {
	margin-top: 0;
	margin-bottom: 0;
}

/*LEGAL STYLES */
.l2 {
	margin-left: 40px;
	text-indent: -30px;
}
.l2n {
	margin-left: 40px;
}
.l3 {
	margin-left: 60px;
	text-indent: -40px;
}
.l3n {
	margin-left: 60px;
}
.l4 {
	margin-left: 80px;
	text-indent: -55px;
}
.l4n {
	margin-left: 80px;
}
.l5 {
	margin-left: 100px;
	text-indent: -65px;
}
.l5n {
	margin-left: 100px;
}
em {
	font-style: italic;
}

.news_section {
	font-weight: bold;
}
.news_section a {
	color: #e3001e;
	font-style: italic;
	text-decoration: none;				
}

#content_menu .no_border {
	border: none;
}

.newsletter h3, .newsletter h2 {
	padding: 10px 0;
	border-top: 1px solid #808184;
	border-bottom: 1px solid #808184;
}

.newsletter img {
	margin: 10px;
}

.newsletter_intro {
	padding: 10px;
	font-style: italic;
}

.gradient_right {
	background-image: url(/images/template/cnt-bg-main-gradient.jpg); 
	background-repeat: repeat-y;
}

.quote_block p {
	margin-bottom: 0;
}

.quote_block span {
	display: block;
	margin-left: 20px;
	font-style: italic;
}

.datacenter_block {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
.datacenter_block img {
	float: left;
	margin-right: 10px;
	vertical-align: center;
}
.datacenter_block span {
	display: inline-block;
	font-size: 20px;
}

.datacenter_section {
   overflow: hidden;
   margin-top: 15px;
   _height: 200px;
}
.datacenter_section img {
   float: left;
   margin-right: 25px;
   margin-top: 10px;
   border: 5px solid #fff;
}

.bold {font-weight:bold;}