@charset "utf-8";
/* CSS Document */

@variables {
  color_link: #A4D7F4;
  color_drk: #638297;
  color_med: #7196b0;
  color_lgt: #A4D7F4;
  color_div_line: #808184;
  color_text_white_bg: #404041;
}

.blue {
	color: #A4D7F4;
}

.dark {
	color: #404041;
}

.dark a {
	color: #638297;
}

a {
	color: #A4D7F4;
}

/* HEADER */

#header {
	background-image: url(/images/template/hdr-bg-main.jpg);
	height: 130px;
	position: relative;
}

#header img#logo {
	position: absolute;
	top: 42px;
	left: 76px;
}

/* BANNER */
#banner {
	background-image: url(/images/template/banner-bg-main.gif);
	background-repeat: repeat-x;
	height: 155px;
	text-align: center;
}

/* BREADCRUMB */
#breadcrumb {
	color: #7196b0;
}


/* MAIN CONTENT AREA */

#main_content {
	overflow: hidden;
	background-image: url(/images/template/cnt-bg-main.gif);
	background-position: bottom;
	width: 960px;
	padding: 20px;
}

#menu_left {
	float: left;
	width: 266px;
	margin-right: 20px;
}

/* MENU LEFT  */

#menu_left h2 {
	background-image: url(/images/partners/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: #7196b0;	
}

#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: #7196b0;
}

#navigation .head {
	font-size: 14px;
	font-weight: 600;
}

/* MAIN CONTENT */

#content_menu {
	float: left;
	width: 655px;
	padding: 0 0 0 19px;
	
}

/* COMMON STYLES */

h2.grey_line, h3.grey_line {
	padding-bottom: 5px;
	border-bottom: 2px solid #808184;
}

/*BUTTONS*/
a.btn_77x32 {
	background-image: url(/images/partners/cnt-btn-lgt-77x32.gif);
}


h3 {
	margin-top: 20px;
	margin-bottom: 0;
}

h3 span {
	color: #7196b0; 
	margin: 3px;
}

/* 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;
}

.intro_gradient {
	background-image:url(/images/partners/cnt-bg-blue-gradient.jpg); 
	background-repeat: no-repeat; 
	width: 655px;
	_width: 645px; 
	margin-left: -20px;
	_margin-left: -10px;
	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: 685px;
}

/* TABBED STYLES */

#tab-100 .tabbed-content {
	height: 1550px;
	padding: 10px;
}
#tab-100 .tabbed-content a {
	color: #999;
}








