@charset "utf-8";
* {/* it's good practice to zero global margin and padding values to account for differing browser defaults */
	padding: 0; 
	margin: 0;
}
body {
	font:62.5% Arial, Helvetica, sans-serif;
	word-spacing: 0px;
	letter-spacing: 0em;
	color: #333;
	background-color: #aaa;/*#526954;#717174;*/
	text-align: center;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	color:#01539D;
	font-weight: bold;
	font-size: 1.2em;
	line-height:1.5em;
	margin: 0.65em 0 0.8em 0;
	padding: 0;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	margin-top: 0;
	margin-bottom: 0.6em;
	padding-top: 0;
}
h2{
	font-size: 1.4em;
	margin-top: 0.8em;
}
h3{
	font-size: 1.3em;
	line-height:1.3em;
	margin-top: 0.6em;
}
h4{	
	color: #333;
	font-size: 1.2em;
	margin-top: 0.4em;
}
h5{	
	color: #333;
	font-size: 1.2em;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
p{
	font-size: 1.2em;
	line-height: 1.4em;
	/*letter-spacing: 0.04em;*/
	margin-bottom: 1.2em;
}
img{ /*(Max image width in mainContent = 356px)*/
	margin: 0;
	padding: 0;
}
a {
	/*font-weight: bold;*/
	color: #2467B0;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img{ 
	border: none;
}
input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCE0F5;
	border: 1px solid #002C77;
	padding: 0 0.2em;
}
input[type=image] {
	border: none;
	padding: 0;
}
strong{
	font-weight: bold;
	/*color: #892E89;*/
	}
ol{
	list-style-type:decimal;
	line-height: 1.5em;
	}
ul{
	list-style-type:square;
	list-style-position:inside;
	line-height: 1.5em;
	font-size: 1.2em;
	margin-bottom: 1.2em;
	}
li{
	margin-left: 0px;
	margin-bottom: 0.4em;
	padding-left: 0px;
}
q{
	font-size:1.2em;
	font-style:italic;
	color: #555;
	line-height: 1.4em;
	margin-bottom: 1.4em;
}
blockquote, blockquote ul{
	font-size:1em;
	line-height: 1.2em;
	margin-bottom: 1.4em;
}

/* ------------- Main Layout Boxes ------------- */
#container {
	width: 748px;
	margin-top: 0px;	
	margin-right:auto;/* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 0px;
	margin-left:auto;
	background: #FFF;
	border-left: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-right: 1px solid #555555;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#headerBox{
	width: 748px;
	height: 72px;
	padding:0px;
	border-bottom: 1px solid #004675;
	z-index:50;
	}

/* ---------- container for main content, menu and footer  ---------- */
#content{
	/*clear: both;*/
	width: 748px;
	padding-top: 0px;
	padding-bottom:0px;
	margin-bottom: 0px;
	background-color: #fff;
	background-image:url(Imgs/Content_BG.gif);
	background-repeat:repeat-y;
	}
	
/* ---------- menu ----------------- */
#menu{
	float:left;
	width:168px;
	padding:0px 0px 0px 0px;
	margin:12px 0px 20px 0px;
	border:0;
	z-index:100;
	font-size: 1.1em;
	background-color: #01539D;
	}
#menu ul{
	list-style-type: none;
	list-style-position:outside;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.4em;
	/*letter-spacing: 0;*/
}
#menu li{
	margin: 0 0 0px 0;
	text-transform:capitalize;
	display: block;
}
#menu a{	
	display: block;
	height:1%; /* this is a hack for IE 6 and below otherwise links don't act as blocks */
	margin:8px 0 0 0; /* don't use bottom margin because it causes a bug in IE6 (margins squash on rollover unless BG color is the same for all link states) */
	padding:3px 12px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#menu a:hover{
	color: #000;
	background-color: #fff;
	background-image: url(Imgs/Butt_BG_01.jpg);
}
#menu a:active{
	color: #333;
	background-color: #fff;
	background-image: url(Imgs/Butt_BG_01.jpg);
}
#menu .currentLink a{ /*use to pick out the current page in the menu (place class on corresponding <li>)*/
	display: block;
	color: #000;
	background-color: #fff;
	background-image: url(Imgs/Butt_BG_01.jpg);
}
#menu .subMenu a{ /*indent Submenu links (place class on corresponding <li>)*/
	margin-left: 0;
	padding-left: 2em;
	/*font-weight: normal;*/
	margin-top: 6px;
}

/* ----------- main content holders ------------- */
#main{
	/*Don't specify width otherwise floatdrop in IE 6 or less. Max width for images = 579px*/ 
	margin: 0 0 0 169px;
	padding: 0;
	background-color:#FFFFFF;
	min-height:450px;
	}
.txtBox{
	padding: 20px 30px 40px 30px;
	text-align:justify;
}
#footer{
	clear: both;
	margin: 0;
	padding: 14px 14px 14px 183px;
	text-align: center;
	color: #DCE7F5;
	background-color: #01539D;
}
#footer p{
	font-size: 1em;
	line-height: 1em;
	/*letter-spacing: 0.04em;*/
	margin-bottom: 0;
}
#footer a{
	color: #DCE7F5;
}

/* ----------- 3px float fix for < IE7 ----------- */
* html #main{
	height: 1px;
	margin-left: 0;
}
* html #menu{
	margin-right: -3px;
}

/* ---------- general placeholders --------*/
ul.linkList{
	color:#2467B0;
}
.quoteBox{
	width: 390px;
}
.quotee{
	margin-top: 10px;
	color: #666;
	font-weight:bold;
	font-size: 1.1em;
}
.teamMbr{
	padding-bottom:10px;
	border-bottom:1px solid #B8BDC1;
	margin-bottom:20px;
}
.teamMbr img{
	border: 1px solid #5a5a5a;
}
.teamMbrTxt{
	margin: 0 0 0 110px;
}
.teamMbr p{
	font-size: 1.1em;
}
.teamMbr ul{
	font-size: 1.1em;
	list-style-position:outside;
	margin-left:20px;
	margin-bottom:8px;
}
li.bio {
	list-style-type:none;
}
.teamMbrTitle{
	font-weight:bold;
}
.teamMbr h2{
	margin:0 0 8px 0;
	padding:0;
	line-height:1em;
}
.profile img{
	border: 1px solid #5a5a5a;
	margin: 10px 0 16px 0;
}
.profile h1{
	font-size:1.6em;
	margin-bottom: 0;
}
.profile h2{
	font-size:1.2em;
	margin: 0 0 1.2em 0;
}

.sector{
	padding: 10px 0 4px 0;
	border-bottom: 1px solid #01539D;
}
/*table.portfolio td{
	vertical-align:middle;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight:bold;
	color:#666;
}*/
.smallTxt{
	font-size:80%;
	/*font-weight:bold;*/
	line-height:1.4em;
	color: #777;
	}
.imgbox{
	margin: 0px 10px 10px 10px;
	/*padding: 10px 10px 10px 0px;*/
	}
.imgbox2{
	margin:0px;
	float:left;
	/*border:1px solid #000;padding: 0px 0px 10px 0px;*/
	}
.floatLeft {
	float: left;
	margin: 0px 15px 15px 0px;
	}
.floatRight {
	float: right;
	margin: 0px 0px 2px 5px;
	}
.floatRight img{
	margin: 8px 0px 8px 5px;
	}
.centerBox{
	text-align:center;
}
.rightAlignTxt{
	text-align:right;
}
.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 its child floats */
	clear:both;
    font-size: 1px;
    line-height: 0px;
	height:1%;
}
.table_head {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #01539D;
	font-size: 10pt;
}
.txtBox .focus{
	margin-top: 10px;
	border: 1px solid #01539D;
}
.focus tr td{
	border: 1px solid #01539D;
	color: #666666;
	text-align:left;
}

.focus th {
	background-color: #01539D;
}
.focus ul {
	font-size: 1.1em;
	list-style-position:outside;
	margin-left:20px;
	margin-bottom:4px;
	color: #666666;
	list-style-type: square;
	margin-top: 4px;
	margin-right: 4px;
}
.focus h2, .focus h3 {
	line-height:1em;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.focus h3 {
	color: #01539D;
	line-height:1.4em;
	margin-left: 4px;
	text-align: left;
}

.portfolio img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.portfolio ul {
	font-size: 1.1em;
	list-style-position:outside;
	margin-left:20px;
	margin-bottom:8px;
}
.portfolio h2 {
	margin:0 0 8px 0;
	padding:0;
	line-height:1em;
}
.portfolioTitle {
	font-weight:bold;
}
.portfolio p {
	font-size: 1.2em;
	background-position: center;
	margin-bottom: 0px;
}
.portfolioTxt {
	margin: 0 0 0 110px;
}
.links {
	margin-bottom:0px;
}
.contact {
	padding: 20px 30px 20px 80px;
}
.dynamic ul{
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	list-style-position: outside;
	margin-left: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.dynamic ul ul {
	list-style-type: circle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	list-style-position: outside;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0px;
}
.dynamic li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
