/*************** CSS Document *************************/

/* Global Resets */

body, html, a, p, h1, h2, h3, h4, h5, h6, ul, ol, li, img, table, tr, form, div, span {
	margin:0;
	padding:0;
	border: none;
}
html {
	background-color:#034d91;
}
body {
	margin:0 0 30px 0;
	padding:0;
	background-color:#034d91;
	background:url(../images/mastheadBkgd.png) repeat-x; 
}
#mainWrapper {
	width:950px;
	margin:0 auto;
	padding:0;
}


/* Masthead */

#masthead {
	width:950px;
	height:125px;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/mastheadBkgd.png) repeat-x;
}
#tagline {
	width:653px;
	height:26px;
	margin:0 0 0 250px;
	float:left;
	display:inline;
	padding:0;
	background:url(../images/taglineBkgd.png) no-repeat;
}
#tagline ul {
	font-size:12px;
	font-weight:bold;
	color:#e5eff8;
	margin:0 0 0 5px;
	padding-top:3px;
}
#tagline li {
	display: inline;
	background:url(../images/taglineArrow.png) no-repeat;
 	background-position: 0.1em;
	margin:0 0 0 8px;
	padding:0 0 0 21px;
}
#logo {
	margin:22px 0 0 40px;
	padding:0;
	float:left;
	display:inline;
}

/* Main Navigation */

#nav {
	height:23px;
	background-image:url(../images/navBkgd.png);
	background-repeat:repeat-x;
	margin: 22px 0 0 40px;
	float:left;
	display:inline;
}
#nav ul {
	margin:0;
  	padding:0;
}

#nav li {
  	display: inline;
}

#nav li a {
	height:20px;
  	display: block;
  	float: left;
  	text-align: center;
	color:#ec8000;
 	text-decoration: none;
	font: 13px/15px Arial, Helvetica, sans-serif; color: #fff;
	font-weight:bold;
	padding: 3px 12px 0px 12px;
	border-left:1px solid #7fafdc;

}
#nav li a:hover, #nav li .navhighlight {
	text-decoration:underline;
	color:#034d91;
	background-image:url(../images/navHighlight.png);
	background-repeat:repeat-x;
	background-color:#fff;
}
#nav li a.noborder {
  border-right: none;
}

/* Main Headers / Paragraphs */

h1, h2 {
	color:#a92101;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#034d91;
	margin-bottom:0px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	color:#7f7f7f;
}
li {
	list-style:none;
}
.clearer {
	clear:both;
}

/* General Link Styles */

a:link, a:visited, a:active {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}


/* Main Page Styles */

#mainContent {
	width:950px;
	background-color:#fff;
	overflow:hidden;
}
#wrapper {
	width:885px;
	margin:0 0 25px 32px;
	padding:0;
	overflow:hidden;
}
#header {
	margin:25px 0 0 0;
	padding-bottom:20px;
	border-bottom:1px solid #eee;
	overflow:hidden;
}
#header h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:23px;
	font-weight:normal;
}
.leftContent {
	width:640px;
	float:left;
	display:inline;
	padding:0;
	background-color:#fff;
	overflow:hidden;
}
.subContent {
	width:630px;
	margin:20px 0 0 0;
	overflow:hidden;
}
.subContent h1 {
	font: 14px/21px Arial, Helvetica, sans-serif; color: #7f7f7f;
	margin-bottom:14px;
}
.subContent h2 {
	font: 16px/23px Georgia, "Times New Roman", Times, serif; color: #a92101;
}
.subContent h3 {
	font-size:16px;
	line-height:21px;
}
.subContent p {
	font-size:13px;
	line-height:19px;
	margin-top:10px;
}
.imgRight {
	float:right;
	margin-left:10px;
}
#expertise {
	margin:15px 0 0 0;
	padding:15px 0 0 0;
	border-top:1px solid #eee;
	overflow:hidden;
}
#expertise h1 {
	font: 17px/23px Arial, Helvetica, sans-serif; color: #a92101;
	font-weight:bold;
	margin-bottom:10px;
}
#expertise h2 {
	font: 12px/15px Arial, Helvetica, sans-serif; color: #034d91;
	font-weight:bold;
	margin:9px 20px 0 55px;
}
.area1Bkgd, .area2Bkgd, .area3Bkgd, .area4Bkgd {
	width:310px;
	height:63px;
	margin:0;
	background:url(../images/area1.png) no-repeat;
	float:left;
	display:inline;
}
.area2Bkgd, .area4Bkgd {
	background:url(../images/area2.png);
	margin-left:10px;
}
.area3Bkgd {
	background:url(../images/area3.png);
}
.area4Bkgd {
	background:url(../images/area4.png);
}

/* Sidebar Styles */

#sidebar {
	width:225px;
	height:400px;
	float:left;
	display:inline;
	background:url(../images/sidebarBkgd.png) repeat-x;
	margin:0 0 0 20px;
}
.sidebarInner {
	width:200px;
	margin:10px 0 0 10px;
	padding-bottom:10px;
	border-bottom:1px solid #dcdede;
}
.sidebarInner h1 {
	font: 12px/15px Arial, Helvetica, sans-serif; color: #034d91;
	font-weight:bold;
	text-transform:uppercase;
}
.sidebarInner h2 {
	margin-top:10px;
}
.sidebarInner p {
	font-size:11px;
	line-height:14px;
	margin-top:5px;
}
.imgLeft {
	float:left;
	margin-right:5px;
}


/* Services Page Styles / Client Page Styles */

#services {
	width:630px;
	margin:0;
	overflow:hidden;
	border:4px solid #e0edfc;
}
.servicesBkgd {
	width:630px;
	background:url(../services/images/bkgd.png) repeat-y;
	overflow:hidden;
	border-bottom:1px solid #e0edfc;
}
.servicesBox1 {
	float:left;
	display:inline;
	width:175px;
	padding-left:20px;
	overflow:hidden;
}
.servicesBox2, .servicesBox3 {
	margin:10px 0 15px 0;
	width:195px;
	float:left;
	display:inline;
}
.servicesBox3 {
	margin:10px 0 15px 7px;
	width:225px;
}
.servicesBox1 h1 {
	font: 13px/15px Arial, Helvetica, sans-serif; 
	font-weight:bold;
	margin-top:35px;
}
.servicesBox2 ul, .servicesBox3 ul {
	font: 11px/14px Arial, Helvetica, sans-serif; color: #034d91;
}
.servicesBox2 li, .servicesBox3 li {
	background:url(../representative/images/RepArrow.png) no-repeat;
	padding:0 0 8px 15px;
}


/* Article Page List Styles */

.subContent ul {
	font: 12px/16px Arial, Helvetica, sans-serif; color: #034d91;
}
.subContent li {
	background:url(../representative/images/RepArrow.png) no-repeat;
	padding:0 0 10px 15px;
}

/* Senior Staff Styles */

.staffLeft, .staffRight {
	width:155px;
	float:left;
	display:inline;
}
.staffRight {
	width:470px;
}
.staffLeft h1 {
	font: 13px/17px Arial, Helvetica, sans-serif; color: #a92101;
	font-weight:bold;
	margin:0;
}
.staffLeft h2 {
	font: 12px/15px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.staffRight p {
	font: 11px/18px Arial, Helvetica, sans-serif; color: #034d91;
	margin-top:0;
}
.greyBorder {
	border-bottom:1px solid #eee;
	padding-bottom:20px;
}

/* In the News Styles */

.newsContent {
	width:305px;
	float:left;
	display:inline;
}
.newsMargin {
	margin-left:20px;
}
.newsContent h1  {
	font: 12px/14px Arial, Helvetica, sans-serif; color: #a92101;
	font-weight:bold;
	margin:0 0 10px 0;
}
.newsContent ul {
	font: 11px/15px Arial, Helvetica, sans-serif; color: #034d91;
}
.newsContent li {
	background:url(../representative/images/RepArrow.png) no-repeat;
	padding:0 0 8px 15px;
}
.hline {
	width:305px;
	border-top:1px solid #eee;
	margin:10px 0 15px 0;
}
.newsContent a:link, .newsContent a:visited, .newsContent a:active {
	color:#034d91;
}
.newsContent a:hover {
	color:#158efa;
}
hr {
	border: none 0;
	padding-bottom:7px;
	border-top: 1px solid #eee;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}


/* Contact Page Styles */

.contactContent {
	width:630px;
	margin:0;
	overflow:hidden;
}
.contactContent h1 {
	font: 13px/20px Arial, Helvetica, sans-serif; color: #a92101;
	font-weight:bold;
	margin:0;
}
.contactMargin {
	padding-top:10px;
}
.contactContent p {
	font: 12px/19px Arial, Helvetica, sans-serif; color: #034d91;
	margin:0;
}
.imgContact {
	float:left;
	margin-right:15px;
}
.contactContent a:link, .contactContent a:visited, .contactContent a:active {
	color:#034d91;
}
.contactContent a:hover {
	color:#158efa;
}


/* Footer Styles */

#footer {
	width:900px;
	margin:0 auto;
	text-align:center;
}
#footer ul {
	margin-top:10px;
	font: 11px/13px Arial, Helvetica, sans-serif; color: #a92101;
}
#footer li {
	color:#d9ecfc;
	display:inline;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#d9ecfc;
}
#footer a:hover {
	color:#fff;
}





















