@charset "UTF-8";
/* CSS Document */

/* START - LAYOUT. */
body  {
	margin: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	padding-top: 30px;
	background-image: url(img/cbnt_body_bkg.jpg);
	background-repeat: repeat-x;
}
.twoColFixLt #container {
	width: 1020px; /* this overrides the text-align: center on the body element. */
	margin: 0 auto 0 0;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px;
	z-index:2;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 230px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.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;
}
.fltrt2 { /* 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: 30px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 10px 14px 0px 0px;
}
.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;
}
/* END - LAYOUT. */




/* START - ROUND BOX CONTAINER. (Main Content Rounded Corners Box CSS) */
.rndbox {
	position:relative;
	margin:0px auto;
	min-width:8em;
	max-width:790px;
	z-index:1;
	margin-left:20px; /* default, width of left corner */
	margin-bottom:0.5em; /* spacing under rndbox */
}
.rndbox .content,
.rndbox .t,
.rndbox .b,
.rndbox .b div {
	_background-image:url(img/grey_home_800x1600.gif);
	background-image: url(img/grey_home_800x1600.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.rndbox .content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	min-height:510px;
	padding: 40px 20px 20px 20px;
}
.rndbox .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;
	margin-right: 20px;
}
.rndbox .fltlt { /* 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: left;
	margin-right: 8px;
}
.rndbox .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:40px; /* top slice width */
 margin-left:-20px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}
.rndbox .b {
 /* bottom */
 position:relative;
 width:100%;
}
.rndbox .b,
.rndbox .b div {
	height:40px; /* height of bottom cap/shade */
	font-size:10px;
}
.rndbox .b {
 background-position:bottom right;
}
.rndbox .b div {
 position:relative;
 width:40px; /* bottom corner width */
 margin-left:-20px;
 background-position:bottom left;
}
.rndbox .hd,
.rndbox .bd,
.rndbox .ft {
 position:relative;
}
.rndbox .wrapper {
	/* extra content protector - preventing vertical overflow (past background) */
 position:static;
	max-height:1500px;
	overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}
.rndbox .b .home {
	background-image: url(img/sidebar_home.jpg);
	background-repeat: no-repeat;
	height: 270px;
	width: 731px;
	position: relative;
	right: -39px;
	bottom: 290px;
	margin-bottom: -290px; /* cancels out the extra bottom height that's added from the bottom positioning number */
	background-position: bottom;
}
.rndbox .b .home1 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 12px;
	text-align: right;
	color: #666666;
	position: relative;
	top: 190px;
	right: 590px;
}
.rndbox .b .home .home1 a {
	color: #ed1c2a;
	text-decoration: none;
}
.rndbox .b .home .home1 a:hover {
	color: #d1d9e2;
	text-decoration: none;
}
.rndbox .b .about {
	background-image: url(img/sidebar_about.jpg);
	background-repeat: no-repeat;
	height: 543px;
	width: 260px;
	position: relative;
	right: -510px;
	bottom: 563px;
	margin-bottom: -563px; /* cancels out the extra bottom height that's added from the bottom positioning number */
	background-position: bottom;
}
.rndbox .b .about1 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 12px;
	text-align: right;
	color: #666666;
	position: relative;
	top: 424px;
	right: 247px;
}
.rndbox .b .about .about1 a {
	color: #ed1c2a;
	text-decoration: none;
}
.rndbox .b .about .about1 a:hover {
	color: #d1d9e2;
	text-decoration: none;
}
.rndbox .b .career {
	background-image: url(img/sidebar_career.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 280px;
	position: relative;
	right: -20px;
	bottom: 570px;
	margin-bottom: -570px; /* cancels out the extra bottom height that's added from the bottom positioning number */
	background-position: left bottom;
}
.rndbox .b .career1 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 12px;
	text-align: right;
	color: #666666;
	position: relative;
	top: 300px;
	right: 38px;
}
.rndbox .b .career .career1 a {
	color: #ed1c2a;
	text-decoration: none;
}
.rndbox .b .career .career1 a:hover {
	color: #d1d9e2;
	text-decoration: none;
}
.rndbox .b .cert {
	background-image: url(img/sidebar_certification.jpg);
	background-repeat: no-repeat;
	height: 307px;
	width: 710px;
	position: relative;
	right: -60px;
	bottom: 327px;
	margin-bottom: -327px; /* cancels out the extra bottom height that's added from the bottom positioning number */
	background-position: bottom;
}
.rndbox .b .cert1 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 12px;
	text-align: left;
	color: #666666;
	position: relative;
	top: 155px;
	right: -6px;
}
.rndbox .b .cert .cert1 a {
	color: #ed1c2a;
	text-decoration: none;
}
.rndbox .b .cert .cert1 a:hover {
	color: #d1d9e2;
	text-decoration: none;
}
.rndbox .b .contact {
	background-image: url(img/sidebar_contact.jpg);
	background-repeat: no-repeat;
	height: 309px;
	width: 563px;
	position: relative;
	right: -207px;
	bottom: 329px;
	margin-bottom: -329px; /* cancels out the extra bottom height that's added from the bottom positioning number */
	background-position: bottom;
}
.rndbox .b .contact1 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 12px;
	text-align: left;
	color: #666666;
	position: relative;
	top: 180px;
	right: -6px;
}
.rndbox .b .contact .contact1 a {
	color: #ed1c2a;
	text-decoration: none;
}
.rndbox .b .contact .contact1 a:hover {
	color: #d1d9e2;
	text-decoration: none;
}
.rndbox .b .give {
	background-image: url(img/sidebar_giving.jpg);
	background-repeat: no-repeat;
	height: 553px;
	width: 263px;
	position: relative;
	right: -507px;
	bottom: 573px;
	margin-bottom: -573px; /* cancels out the extra bottom height that's added from the bottom positioning number */
	background-position: bottom;
}
.rndbox .b .give1 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 12px;
	text-align: left;
	color: #666666;
	position: relative;
	top: 248px;
	right: -20px;
}
.rndbox .b .give .give1 a {
	color: #ed1c2a;
	text-decoration: none;
}
.rndbox .b .give .give1 a:hover {
	color: #d1d9e2;
	text-decoration: none;
}
.rndbox .b .perform {
	background-image: url(img/sidebar_performance.jpg);
	background-repeat: no-repeat;
	height: 543px;
	width: 283px;
	position: relative;
	right: -487px;
	bottom: 563px;
	margin-bottom: -563px; /* cancels out the extra bottom height that's added from the bottom positioning number */
	background-position: bottom;
}
.rndbox .b .perform1 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 12px;
	text-align: left;
	color: #666666;
	position: relative;
	top: 200px;
	right: -40px;
}
.rndbox .b .perform .perform1 a {
	color: #ed1c2a;
	text-decoration: none;
}
.rndbox .b .perform .perform1 a:hover {
	color: #d1d9e2;
	text-decoration: none;
}
.rndbox .b .person {
	background-image: url(img/sidebar_personnel.jpg);
	background-repeat: no-repeat;
	height: 274px;
	width: 730px;
	position: relative;
	right: -20px;
	bottom: 294px;
	margin-bottom: -294px; /* cancels out the extra bottom height that's added from the bottom positioning number */
	background-position: left bottom;
}
.rndbox .b .person1 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 12px;
	text-align: left;
	color: #666666;
	position: relative;
	top: 206px;
	right: -263px;
}
.rndbox .b .person .person1 a {
	color: #ed1c2a;
	text-decoration: none;
}
.rndbox .b .person .person1 a:hover {
	color: #d1d9e2;
	text-decoration: none;
}
.rndbox .b .rep {
	background-image: url(img/sidebar_representing.jpg);
	background-repeat: no-repeat;
	height: 608px;
	width: 250px;
	position: relative;
	right: -44px;
	bottom: 628px;
	margin-bottom: -628px; /* cancels out the extra bottom height that's added from the bottom positioning number */
	background-position: left bottom;
}
.rndbox .b .rep1 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 12px;
	text-align: left;
	color: #666666;
	position: relative;
	top: 328px;
	right: -6px;
}
.rndbox .b .rep .rep1 a {
	color: #ed1c2a;
	text-decoration: none;
}
.rndbox .b .rep .rep1 a:hover {
	color: #d1d9e2;
	text-decoration: none;
}
.rndbox .b .services {
	background-image: url(img/sidebar_services.jpg);
	background-repeat: no-repeat;
	height: 534px;
	width: 276px;
	position: relative;
	right: -20px;
	bottom: 554px;
	margin-bottom: -554px; /* cancels out the extra bottom height that's added from the bottom positioning number */
	background-position: left bottom;
}
.rndbox .b .services1 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 12px;
	text-align: left;
	color: #666666;
	position: relative;
	top: 95px;
	right: -43px;
}
.rndbox .b .services .services1 a {
	color: #ed1c2a;
	text-decoration: none;
}
.rndbox .b .services .services1 a:hover {
	color: #d1d9e2;
	text-decoration: none;
}
/* END - ROUND BOX CONTAINER. */




/* START - TEXT STYLING. */
.rndbox h1,
.rndbox p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}
.rndbox h1 {
 padding-bottom:0px;
}
.rndbox ul{list-style:none; margin:-10px 0 0 10px;}
.rndbox li{padding:4px 0 4px 10px; background:url(img/arrow_ul.gif) left 8px no-repeat;}
.rndbox li a{color:#ed1c2a; text-decoration:none; line-height:1.1em;}
.rndbox li a:hover{text-decoration:underline;}
.bcopy {
	padding: 20px 20px 20px 0;
	font-size: 12px;
	line-height: 18px;
}
.bcopy a{color:#ed1c2a; text-decoration:none;}
.bcopy a:hover{text-decoration:underline;}
.bred {color: #ed1c2a}
.bgrey {color: #666666}
.personnel {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #666666;
}
.personnel a {
	color: #ed1c2a;
	text-decoration: none;
}
.personnel a:hover {
	color: #d1d9e2;
	text-decoration: none;
}
img {
	border-style:none
}
.headline {
	font-size: 11px;
}
.headline ul{list-style-position:outside; margin:0 0 0 -40px;}
.headline  li{padding:6px 0 6px 10px; background:url(img/arrow_ul.gif) left 8px no-repeat; margin:0 0 0 -10px;}
.headline  li a{color:#ed1c2a; text-decoration:none;}
.headline  li a:hover{text-decoration:underline;}
.headlinepost {
	font-size: 9px;
	line-height: 12px;
	color: #666666;
}
.titles {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 12px;
	text-align: left;
	color: #666666;
}
.titles a {
	color: #ed1c2a;
	text-decoration: none;
}
.titles a:hover {
	color: #d1d9e2;
	text-decoration: none;
}
/* END - TEXT STYLING. */




/* START - TABS STYLING. */
.tab {
	font-size: 11px;
	color: #ed1c2a;
	background-image: url(img/tab_one.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 22px;
	width: 177px;
	padding: 5px 0px 0px 0px;
	vertical-align: top;
	margin: 0px -10px -5px 0px;
}
.tab a {
	color: #ed1c2a;
	text-decoration: none;
}
.tab a:hover {
	color: #000000;
	text-decoration: underline;
}
.tab2 {
	font-size: 11px;
	color: #ed1c2a;
	background-image: url(img/tab_two.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 22px;
	width: 178px;
	padding: 5px 0px 0px 0px;
	vertical-align: top;
	margin: 0px -10px -5px 0px;
}
.tab2 a {
	color: #ed1c2a;
	text-decoration: none;
}
.tab2 a:hover {
	color: #000000;
	text-decoration: underline;
}
.tab_select {
	font-size: 11px;
	color: #ed1c2a;
	background-image: url(img/tab_one2.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 22px;
	width: 177px;
	padding: 5px 0px 0px 0px;
	vertical-align: top;
	margin: 0px -10px -5px 0px;
}
.tab_select a {
	color: #ed1c2a;
	text-decoration: none;
}
.tab_select2 {
	font-size: 11px;
	color: #ed1c2a;
	background-image: url(img/tab_two2.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 22px;
	width: 178px;
	padding: 5px 0px 0px 0px;
	vertical-align: top;
	margin: 0px -10px -5px 0px;
}
.tab_select2 a {
	color: #ed1c2a;
	text-decoration: none;
}
/* END - TABS STYLING. */




/* START - FOOTER. */
.footer {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 20px;
	color: #333333;
}
.footer a {
	color: #333333;
	text-decoration: none;
}
.footer a:hover {
	color: #ed1c2a;
	text-decoration: underline;
}
/* END - FOOTER. */

