@charset "utf-8";
/* CSS Document 
red: #cc0000
*/
body{
 background: url(../bgs/main-body.jpg) repeat-x #DFDBBF
}
h1{
	font-size: 32px;
	margin: 0 0 20px 0;
	padding: 0px;
	line-height: 110%;
	letter-spacing: -2px;
}
h2{
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;	
}
h2.quote{
	font-size: 18px;
	margin: 0 0 30px 10px;
	width: 460px;
	padding: 0px;
	font-style: italic;
	font-weight: normal
}
h2.cases{
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 0px;
}
h3{
	font-size: 14px;
	margin: 0 0 1px 0;
	padding: 8px 5px 8px 5px;
	background: #cc0000;
	width: 210px;
	color: #F2F0E4
}
h3.subNavHead{
	font-size: 16px;
	margin: 0 0 0px 0;
	padding: 9px 5px 8px 5px;
	background: url(../bgs/subnav-head.gif) no-repeat;
	color: #666;
	width: 210px;
	height: 21px;
	color: #FFF;
	letter-spacing: -0.5px
}
h3.subNavHead-flat{
	font-size: 16px;
	margin: 0 0 0px 0;
	padding: 9px 5px 8px 5px;
	background: #B7AF6C;
	color: #666;
	width: 210px;
	height: 21px;
	color: #FFF
}
a{
	color: #375281;
	text-decoration: none;
}
a:hover{
	color: #375281;
	text-decoration: underline;
}

.siteSelector{
	float: right; 
	margin: 0px 10px 0 0;
	width: 425px;
	color: #ccc;
	font-size: 12px
}
/********
PRIMARY TABS
********/
ul#primaryTabs{
	margin: 41px 0 0px 0;
}
#primaryTabs li{
	float: left;
	background: url(../bgs/tab-bg-left.png) no-repeat left bottom;
}
#primaryTabs li:hover{
	float: left;
	background: url(../bgs/tab-bg-left.png) no-repeat left top;
}
#primaryTabs li.active{
	float: left;
	background: url(../bgs/tab-bg-left.png) no-repeat left top;
}
#primaryTabs li a{
	float: left;
	background: url(../bgs/tab-bg-right.png) no-repeat right bottom;
	color: #333;
	padding: 5px 7px 5px 0px;
	text-decoration: none;
	font-weight: bold;
	height: 21px;
	margin: 0 5px 0 6px;
	letter-spacing: -0.2px;
	font-size: 16px;
	outline: none;
}
#primaryTabs li a:hover{
	background: url(../bgs/tab-bg-right.png) no-repeat right top;
	color: #fff;
	outline: none;
}
#primaryTabs li a.active{
	float: left;
	background: url(../bgs/tab-bg-right.png) no-repeat right top;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	height: 21px;
	outline: none;
}
/****
STANDARD STUFF
****/
.strapline{
	margin: 56px 0 0 0;
}
#logo{
	float: left;
	margin: 60px 0 0 20px;
	width: 220px;
	height: 55px;
	background: url(../images/logo.png) no-repeat;
	display: block;
	text-indent: -10000px;
}
#logo a{
	display: block;
	width: 220px;
	height: 55px;
}
#ident{
	float: right;
	/* background: url(../images/ident.png) no-repeat;*/
	width: 105px;
	height: 160px;
	margin: 11px 0 0 0
}
#accreds{
	background: url(../images/accreditions.gif) no-repeat;
	float: left;
	text-indent: -11000px;
	text-align: left;
}
#accreds a{
	background: url(../images/accreditions.gif) no-repeat top; width: 520px; height: 64px;
	display: block;
	text-indent: -10000px;
}
#accreds a:hover{
	background: url(../images/accreditions.gif) no-repeat bottom;
	display: block;
}