/* GENERAL */
BODY {
	font-family:Georgia,Palatino,Times,serif;
	font-size:12px;
	color:#000;
	background-color:#fff;
	padding:0;
	margin:0;
	line-height:11pt;
}
IMG {
	border:none;
}
A {
	text-decoration:none;
	color:#CC0000;
	text-decoration:underline;
}
li {
	list-style-image: url(img/li.gif);
}
td {
	font-size:12px;
}

#outerContainer {
	position:absolute;
	top:10px; 
	left:50%;
	width:860px;
	padding:0;
	margin:0 0 0 -430px;
	background:#fff url(img/bg_main.png) repeat-y;
}
#innerContainer {
	position:relative;
	width:828px;
	float:left;
	padding:0;
	margin:0 0 20px 16px;
}
* html #innerContainer {
	margin:0 0 0 8px;
}
#header {
	width:860px;
	height:23px;
	clear:both;
	display:block;
	background:#fff url(img/bg_top.png) no-repeat;
}
#logo {
	width:106px;
	height:64px;
	margin:0 0 17px 24px;
	display:block;
}
#footer {
	width:860px;
	height:23px;
	clear:both;
	display:block;
	background:#fff url(img/bg_bottom.png) no-repeat;
}
#sitetools {
	width:844px;
	clear:both;
	float:left;
	padding:5px 16px 10px 0;
	display:block;
	background:#fff none;
	color:#7c7c7c;
	font-size:10px;
	font-style:italic;
	text-align:right;
}
#sitetools A {
	color:#7c7c7c;
	font-style:normal;
	margin:0;
}
#sitetools A:hover {
	color:#000;
}
.clear {
	clear:both;
}
.right {
	float:right;
	text-align:right;
}
.rightText {
	text-align:right;
}
.hidden {
	display:none;
}
/* MAIN NAVIGATION */
#mainnav {
	position:relative;
	width:828px;
	height:13px;
	clear:both;
	margin:0 0 7px 0;
	padding:0 0 0 8px;
}
#mainnav A {
/*	position:absolute;
	top:0;
	height:11px;
	text-indent:-10000px;
	display:block;
	overflow:hidden;
	background:no-repeat 0 0;*/
	margin-left:17px;
}
a.langsel {
	float:right;
	margin:4px 20px 0 0;
}
/* SUB NAVIGATION */
#subnavContainer {
	clear:both;
	float:left;
	background:url(img/bg_subnav_container.png) 25px 0 repeat-y;
}
#subnav {
	float:left;
	width: 176px;
	margin:0 0 0 25px;
}
#subnav A {
	width: 176px;
	height:30px;
	line-height:30px;
	color:#7c7c7c;
	font-weight:bold;
	text-decoration:none;
	padding:0;
	margin:-1px 0 0 0;
	display:block;
	overflow:hidden;
	background:url(img/bg_subnav.png) 0 29px no-repeat;
}
#subnav A:hover {
	color:#000;
}
#subnav A.hi {
	color:#000;
	background-position:0 -30px;
}
/* CONTENT */
#contentContainer {
	clear:both;
	position:relative;
	border-top:1px solid #7c7c7c;
}
#contentContainer H1 {
	font-style: normal;
	font-weight: normal;
	font-size:18px;
	margin:0;
	padding:0;
}
#contentContainer #visual {
	clear:both;
	display:block;
	margin:0;
	padding:0;
}
#contentContainer #headline {
	width:828px;
	height:60px;
	clear:both;
	display:block;
	overflow:hidden;
	margin:0 0 25px 0;
	padding:0;
	background:#26176a url(../img/bg_headline.gif) no-repeat;
}
#content {
	float:left;
	width:776px;
	margin:-5px 0 0 25px;
	display:block;
	overflow:hidden;
}
#subnavContainer #content {
	width: 575px;
}
#content H1 {
	font-size:24px;
	color:#000;
	text-transform:uppercase;
	margin:6px 0 13px 0;
}
#content H2 {
	font-size:15px;
	font-style:italic;
	text-transform:uppercase;
	margin:-20px 0 25px 0;
}
#content H3 {
	font-size:13px;
	font-style:italic;
	margin:0 0 10px 0;
}
#content H3.blue {
	color:#26176a;
	font-size:13px;
	font-style:normal;
	text-transform:uppercase;
	margin:0 0 10px 0;
}
#content H1.press {
	font-size:1.1em;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
	margin:2px 0 0 0;
}
#content H2.press {
	font-size:1.1em;
	font-style:normal;
	font-weight:normal;
	text-transform:none;
	margin:2px 0 0 0;
}
#content H3.press {
	color:#7c7c7c;
	font-size:1em;
	font-style:italic;
	font-weight:normal;
	margin:6px 0 0 0;
}
#content A.pdf {
	float:left;
	height:25px;
	line-height:20px;
	display:block;
	padding:0 0 0 25px;
	margin:10px 75px 0 0;
	background:url(../img/img_pdf.gif) no-repeat;
}
#content P.press {
	clear:both;
	margin:0 0 25px 0;
}

/* ADDITIONS 081203 */

ul {
	margin-top:10px;
	padding-left: 0px;
	margin-left: 14px;
	list-style-type: default;
	list-style-image: url(../img/li.gif);
	list-style-position:outside;
	line-height: 1.5em;
}

.headerimg {
	height: 32px;
	height: 45px;
}
.headerimg-layout2 {
	height:24px;
}

#contentimg {
	display: block;
	visibility: visible;
	margin-top: 0px;
	padding-left: -10px;
	margin-left: -10px;
	
}

.italic {
	font-style:italic;
	text-transform:uppercase;
	color:#7c7c7c;
}

.grey {
	color:#7c7c7c;
}


/************* taken (and probably altered) from original css *********/
TABLE.col2table {
	width:100%;
}
.col2table td {
	vertical-align:top;
}
.col2table .contdleft {
	font-size:12px;
	width:400px;
	padding-right:15px;
}
.col2table .contdright {
	width:160px;
	font-size:12px;
	display:block;
}
.contdright div.headerimg {
	border-bottom:1px solid #26176a;
	margin-bottom:0.5em;
}
/************************************/

.col4table {
	font-size:12px;
	margin-bottom:10px;
}
.col4table .headerimg {
	height:24px;
}
.col4table td {
	vertical-align:top;
}
.col4table .csc-header h1 {
	color:#26176A;
	font-size:14px;
}

.col4table .contd1 {
	width:145px;
	padding-right:4px;
	border-right:1px dashed #7c7c7c;
}

.col4table .contd2 {
	width:145px;
	padding-left:7px;
	padding-right:4px;
	border-right:1px dashed #7c7c7c;
}

.col4table .contd3 {
	width:145px;
	padding-left:7px;
	padding-right:4px;
	border-right:1px dashed #7c7c7c;
}

.col4table .contd4 {
	width:145px;
	padding-left:7px;
	padding-right:2px;
	border-right:0px dashed #7c7c7c;
}

.col4table td ul {
	margin-bottom:0px;
	padding-bottom:0px;
}
.col4table td p.align-right {
	margin:0px 6px 0px 0px;
	padding:0px;
}
/************************************/
/********** col3table *******/

.col3table {
	font-size:12px;
	margin-bottom:10px;
}
.col3table .headerimg {
	height:24px;
}
.col3table td {
	vertical-align:top;
}
.col3table .csc-header h1 {
	color:#26176A;
	font-size:14px;
}

.col3table .contd1 {
	width:250px;
	padding-right:2px;
	border-right:1px dashed #7c7c7c;
}

.col3table .contd2 {
	width:250px;
	padding-left:7px;
	padding-right:2px;
	border-right:1px dashed #7c7c7c;
}

.col3table .contd3 {
	width:250px;
	padding-left:7px;
	padding-right:2px;
	border-right:0px dashed #7c7c7c;
}


/************************************/
/************ mission-tbl ****************/
.mission-tbl {
	border-top:1px solid #7c7c7c;
	border-bottom:1px solid #7c7c7c;
	border-collapse:collapse;
}
.mission-tbl .tr-0 { background-color:#f3f3f3; }
.mission-tbl .tr-1 { background-color:#eee; }
.mission-tbl .tr-last { background-color:#e8e8e8; border-bottom: 0px solid #fff; }

.mission-tbl td {
	font-size:12px;
	padding:20px;
	vertical-align:top;
	border-bottom:1px solid #fff;
}
.mission-tbl .td-0 {
	color:#26176a;
	text-transform:uppercase;
}
.mission-tbl ul {
	margin:0;
	padding:0;
}

/************************************/

table.csc-uploads {
	border-top:1px solid #7c7c7c;
	border-bottom:1px solid #7c7c7c;
	border-collapse:collapse;
}
table.csc-uploads td {
	padding:2px 0;
	border-bottom:1px dashed #7c7c7c;
}
/*************TEAM*********************/
#contentContainer H1.team {
	float:left;
	width:180px;
	height:15px;
	font-size:1em;
	font-weight:bold;
	color:#26176A;
	text-transform:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
#contentContainer H2.team {
	float:left;
	width:250px;
	height:15px;
	font-size:1em;
	font-weight:normal;
	font-style:normal;
	color:#26176A;
	text-transform:none;
	background:url(img/bg_team_h2.png) no-repeat 0 2px;
	margin:0;
	padding:0 0 0 17px;
	overflow:hidden;
}
A.teamButton {
	float:right;
	text-decoration:none;
	background:url(img/bg_btn_arrow_red_circle.png) no-repeat right -12px;
	margin:0;
	padding:0 18px 0 0;
	overflow:hidden;
	cursor:pointer;
}
A.teamButton.hi {
	background:url(img/bg_btn_arrow_red_circle.png) no-repeat right 1px;
}
DIV.teamContent {
	float:left;
	display:none;
}
DIV.teamContent DIV.photo {
	float:left;
	width:125px;
	display:block;
}
DIV.teamContent DIV.copy {
	float:left;
	width:450px;
	display:block;
}
.contentDevider {
	clear:both;
	width:578px;
	height:17px;
	display:block;
	background:url(img/bg_content_devider.png) no-repeat;
}

#content .filelink {
	margin-bottom:0.75em;
}

#content .filelink a.pdf {
	margin:4px 0;
	background-image:none;
	line-height:1.2em;
	padding:0;
	float:none;
}

/********************************/
