/*-----------GLOBAL FORMATS---------*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#eee;
	margin: 10px;
	padding: 0;
	color: #555;
}

a img {
 border: none;
}

a:link {color:#0d004c; text-decoration: none;}      /* unvisited link */
a:visited {color:#0d004c; text-decoration: none;}  /* visited link */
a:hover {color:#e06806; font-weight: bold}  /* mouse over link */
a:active {color:#E06806;}  /* selected link */

.orange {
	color:#E06806;
}



ul li {
    list-style:disc;}

/*----TABBED NAVIGATION----*/
.tab ul, li{
	border:0; 
	margin:0; 
	padding:0; 
	list-style:none;
	}
.tab ul{
	/*border-bottom:solid 1px #DEDEDE;*/ /*Adds in a bottom border to active navigation tab*/
	height:29px;
	padding-right:10px;
	list-style:none;
	}
.tab li{
	float:right; 
	margin-right:2px;
	list-style:none;
	}

.tab a:link, .tab a:visited{
	background:url(img/tab-round.png) right 60px;
	color:#666666;
	display:block;
	font-weight:bold;
	height:30px;
	line-height:30px;
	text-decoration:none;
	}
.tab a span{
	background:url(img/tab-round.png) left 60px;
	display:block;
	height:30px;
	margin-right:14px;
	padding-left:14px;
	}
.tab a:hover{
	background:url(img/tab-round.png) right 30px;
	display:block;
	}
.tab a:hover span{
	background:url(img/tab-round.png) left 30px;
	display:block;
	}

.active a:link, .active a:visited, .active a:visited, .active a:hover{
background:url(img/tab-round.png) right 0 no-repeat;
}
.active a span, .active a:hover span{
background:url(img/tab-round.png) left 0 no-repeat;
}


/*----CONTAINER BOX WITH DROP SHADOW----*/
#container {	
	width: 900px;
	height: 100%;
	margin: 0 auto;
	background-color:#fff;
	border:1px solid #e8e8e8;
	padding: 20px;
	/* ROUNDED EDGES DISABLED
	-moz-border-radius: 2px;
	-webkit-border-radius: 5px;
	*/ 
	-moz-box-shadow: 3px 3px 4px #999;
	-webkit-box-shadow: 3px 3px 4px #999;
	box-shadow: 3px 3px 4px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
}


/*----GOOGLE SEARCH----*/
#search {
	float:right;
	width:200px;	
}


/*----HEADER IMAGE----*/
#header { 
	height: 57px;
}


/*----MAIN CONTENT FOR ALL PAGES----*/

.innerbox {
    border: #C0C0C0 solid 1px;
	/*-moz-border-radius: 2px;
	-webkit-border-radius: 5px;*/
	height:	95%;
    clear: left;
	padding: 20px;
}

.content {
	margin-left: 0; 
	margin-top: 10px;
	margin-bottom: 30px;
	padding-left: 18px;
	padding-right: 30px;
	text-align:justify;
}	

.contentlist ul li{
	margin-left: 0; 
	list-style:disc;
	padding: 1px;
}
	
.contentheader {
	font-family: Times, serif;	
	color: #0d004c;
	font-size: 14pt;
	border-bottom: 1px dotted #e06806; 
}

.subcontentheader {
	padding-left:0px;
	font-family: Times, serif;	
	color: #0d004c;
	font-size: 12pt;
	margin-top: 20px;
}

.subcontent {
	text-align:justify;
	
}

/*----COPYRIGHT----*/

#copyright {
	font-size:8pt;
	text-align:center;
    clear: float;
    padding: 5px;
}



/*----------------------START INDIVIDUAL PAGE FORMATS-----------------------*/


/*----FRONT PAGE ONLY----*/
	
.bridge {
	background-image:url(bridge.jpg);
	width: 826px;
	height: 265px;
	background-repeat: no-repeat;
	margin-top: 20px;
	/*-moz-border-radius: 2px;
	-webkit-border-radius: 5px;*/
	-moz-box-shadow: 3px 3px 4px #999;
	-webkit-box-shadow: 3px 3px 4px #999;
	box-shadow: 3px 3px 4px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
	list-style:none;
	
}

.bridgeheader {
	padding-top:50px;
	padding-left:20px;
	font-family: Times, serif;	
	font-size: 14pt;
	color: white;
	line-height:10px;
	list-style:none;
}

.bridgelist {
	height:29px;
	margin-right:20px;
	font-family: Times, serif;
	font-size: 12pt;
	line-height:26px;
	color: white;
	list-style-type:none;
}

.products ul{
	list-style:none;
}

.products li{
	list-style:none;
}

.products ul, li{
	list-style:none;
}
 
a.products:link {color:white; text-decoration: none;}      /* unvisited link */
a.products:visited {color:white;}  /* visited link */
a.products:hover {color:#e06806; font-weight: bold}  /* mouse over link */
a.products:active {color:#0000FF;}  /* selected link */
	
#slogan {
	position:relative;
	width:34.5%;
	padding-top:40px;
	padding-bottom:40px;
	margin-right:40px;
	margin-top: 30px;
	font-family: Times, serif;	
	font-size: 18pt;
	color: #0d004c;
	line-height:30px;
	text-align:center;
	border-right: #e06806 solid 1px;
	float: left;
}

#mission {
	position: relative;
	padding-bottom:40px;
	font-family: Times, serif;	
	font-size: 14pt;
	color: #0d004c;
	line-height:30px;
	text-align:left;
	vertical-align: middle;
	
}

/*----PERFORMANCE PAGE ONLY----*/

table.performance			{ width: 100%; clear: both; border-collapse: collapse; font-size: 11px; margin-top: 1px; }
table.performance th		{ background: #d0d0cf; vertical-align: middle; border-right: 2px solid #FFF; font-weight: bold; color: #000; line-height: 13px; padding: 3px 7px; }
table.performance th.last	{ border-right: 0; }
table.performance td		{ border-right: 2px solid #FFF; text-align: center; font-weight: normal; padding-left: 4px; padding-right: 4px; }
table.performance td.last	{ border-right: 0; }
table.performance td span	{ color: #000; font-weight: bold; padding-left: 13px; display: block; }
table.performance td.first 	{ text-align: left; padding-left: 13px; color:#0000A0; }
table.performance .info		{ font-weight: normal; padding-left: 20px; white-space: nowrap; }
table.performance tr.odd td	{ color: #000; background: #e8e8e8; border-top: 2px solid #FFF; padding: 4px 0; vertical-align: middle; padding-bottom:5px; padding-top:5px;}
table.performance tr.even td{ color: #000; background: #F8F8F8; border-top: 2px solid #FFF; padding: 4px 0; vertical-align: middle; }

.disclosure {
	font-size: 8pt; 
	font-family: Arial;	
}

.disclosure h3{
	font-size: 8pt; 
	font-family: Arial;	
}	

/*----TEAM PAGE ONLY----*/

.teambox {
	width: 525px;
	height: auto;
	background-color:#EEEEEE;
	padding-left: 30px;
	padding-bottom: 29px;
	overflow:hidden;
	margin: 10px;
	-moz-box-shadow: 3px 3px 4px #999;
	-webkit-box-shadow: 3px 3px 4px #999;
	box-shadow: 3px 3px 4px #999;
	-moz-border-radius: 2px;
	-webkit-border-radius: 5px;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
}

.teamimg {
	padding-top: 0px;
	padding-right: 20px;
	margin-right: 25px;
	float:left;
}

.teamlist { 
	list-style:disc;
	line-height:20px;
}

.teamnav {
	vertical-align:top;
	font-size: 12px;
	font-weight:bold;
	line-height:25px;
	margin-right: 10px;
}




