* {
	margin: 0;
	padding: 0;
	}

html, body {
	height: 100%;
	}

body {
	/*background:url(../images/bgBody.gif) repeat-y center #e6e6e6;*/
	background: #e6e6e6;
	font-family: Arial;
	font-size: 12px;
	}

img {
	border: 0;
	}
	
.clear
{
	font-size:1px;
	height:1px;
	clear:both;
}

table.MainImg td
{
	vertical-align:top;
}

table.MainImg 
{

}

/*----------------------------------------*/
/*--------------> =Headings <-------------*/
/*----------------------------------------*/

h1 {
	width: 100%;
	padding-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ab0f14;
	color: #ab0f14;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: bold;
	}

h1 a {
	width: 100%;
	padding-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ab0f14;
	color: #ab0f14;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration:none;
	}


h2 {
	padding-top: 5px;
	margin-bottom: 10px;
	color: #31436a;
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	}

h3 {
	padding-top: 15px;
	margin-bottom: 3px;
	color: #31436a;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	}

h4 {
	color: #31436a;
	font-size: 12px;
	margin-bottom: 0px;
	}


/*----------------------------------------*/
/*-------------> =Structure <-------------*/
/*----------------------------------------*/

#container {
	width: 780px;
	margin: 0 auto;
	background: url("../images/bgMain.gif") repeat-y;
	_height: 100%;
	min-height: 100%;
}

#topContainer {
	background: url("../images/bgMain.gif") repeat-y;
	width: 759px;
	margin: 0 auto;
	text-align: right;
	padding: 4px 0;
	padding-right: 20px;
	}

#mainContainer {
	background: url("../images/bgMain.gif") repeat-y;
	width: 758px;
	margin: 0px auto;
	padding: 0 11px;
	}

#mainContainer.homepage {
	_height: 100%;
	min-height: 100%;
	}

#headerContainer {
	background: #31436a;
	width: 758px;
	height: 136px;
	padding-bottom: 0px;
	}

#headerContainer.homepage {
	height: 259px;
	}

#headerLeft {
	float: left;
	margin-left:3px;
	display:inline;
	margin-bottom: -5px;
	}

#headerRight {
	margin: 0 3px 0 0;
	float:right;
	display:inline;
	margin-bottom: -5px;
	}

#contentContainer {
	width: 758px;
	border-bottom: 0.5px solid #e6e6e6;
}



#leftBar {
	float: left;
	width: 163px;
	border-top: 1px solid #a2a2a2;
	border-bottom: 1px solid #e8e8e8;
	}

#content {
	_float: left; /* IE Box Model Fix */
	width: auto;

	margin: 0 0 20px 198px; 
	_margin-left: 30px; /* IE Box Model Fix */
        _margin-right: 0px; /* IE Box Model fix */
	}


/*----------------------------------------*/
/*---------------> =Callout <--------------*/
/*----------------------------------------*/

.CaseStudyUL
{
	list-style-type:none;

}

.CaseStudyUL li
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url(../images/arrowRight.gif);
	background-repeat: no-repeat;
	background-position: 15px 2px;
	line-height:12px;
}

.CaseStudyUL li a
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h1.hasSidebar {
	width: 315px;
	}

#rightBar {
	float: right;
	width: 250px;
	}

#rightBox {
	float: right;
	background: #fff;	
	width: 200px;	
	padding-bottom: 10px;	
	
	margin-top:40px;
	margin-left:10px;
	margin-right: 0px;
	margin-bottom: 15px;
	}
	
	
#rightBox ul {
	
	font-size:11px;
	margin: 10px 0 0 0px;
	padding: 0 0 0 0px;
	
}

#rightBox ul li {
	
	font-weight:normal;
	margin:0 0 0 0;
	padding: 0 0 0px 0;
	
}

.RightSub
{
	position:relative;
	width: 170px;
	padding: 0 0 -10px 10px;
	margin-left:20px;

}

.RightSub ul
{
	position:relative;
	font-weight:normal;

}


.RightSub ul li {
	
	font-weight:normal;	
	padding: 0 0 0 0;
	margin: 0 0 0 0;

}

.RightSub h3 
{

	color: #31436a;
	font-size:12px;
	font-weight:bold;
	padding: 0 0 0 0px;
	margin: 0px 0 -17px 0;

}

#rightBox ul li a {
	margin:0;
	display: block;
	background: #fff url("../images/arrowRight.gif") no-repeat 6px px;
	padding: 0px 0 0px 30px;
	color: #31436a;
	text-decoration: none;
	font-weight: normal;
	font-size:11px;
	}

#rightBox ul li a:hover {
	color:#ab0f14;
	}	
	
blockquote  {
margin:0; padding:0;
margin:10px;
font-size:11px;
font-style:normal;
color:#333;
}

#rightBox h2 {
	color: #fff;
	text-align: center;
	background: #31436a;
	padding:5px 0px;
	margin-bottom:10px;	
	}

#rightBox img {
	display: block;
	margin: 15px auto 10px auto;
	}
	
.Callout {
	padding:0;
	margin:0;
	margin-bottom:10px;
	/*border:1px solid #31436a;
	border-right:0px solid #31436a;*/
	border-left: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

/*----------------------------------------*/
/*---------------> =TopNav <--------------*/
/*----------------------------------------*/

#topContainer ul {
	list-style: none;
	}

#topContainer ul li {
	display: inline;
	margin-left: 10px;
	}

#topContainer ul li a {
	color: #6d7270;
	text-decoration: none;
	font-size: 11px;
	}

/*----------------------------------------*/
/*---------------> =Header <--------------*/
/*----------------------------------------*/

.topLinks
{
	text-align:right;
	padding:10px 0;
	border-bottom:1px solid #fff;
	margin-bottom:6px;	
}

.topLinks:after{ /*Add margin between menu and rest of content in Firefox*/

display: block; 

visibility: hidden;
}



.topLinks ul
{
	margin-right:5px;	
}

.topLinks ul li{
display: inline;
color:#fff;
padding-left:8px;
margin-left:5px;
font-weight:bold;
border-left:1px solid #fff;
}

.topLinks ul li#doubleSep
{
	padding-left: 2px !important;
}

.topLinks ul li#doubleSep a
{
	border-width: 0 0 0 1px;
	border-color: #fff;
	border-style: double !important;
	padding-left: 8px;
}

.topLinks ul li a{
color:#fff;
text-decoration:none;
}

.topLinks ul li a:hover{

}

.topLinks ul li a[rel]:after{ /*HTML to indicate drop down link*/

}

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #31436a;
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
font-size:11px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #31436a;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}




/*----------------------------------------*/
/*--------------> =Subnav <---------------*/
/*----------------------------------------*/

#leftBar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#leftBar ul li {
	width: 100%;
	border-top: 1px solid #e8e8e8;
	margin: 0;
	padding: 0;
	_margin-bottom: -3px;
	}

#leftBar ul li a {
	display: block;
	background: #ccc url("../images/arrowRight.gif") no-repeat 15px 9px;
	padding: 5px 0 5px 30px;
	color: #31436a;
	text-decoration: none;
	font-weight: bold;
	}

#leftBar ul li a:hover {
	background-color: #aaa;
	}

/*----------------------------------------*/
/*--------------> =Content <--------------*/
/*----------------------------------------*/

#contentContainer {
	background: url("../images/bgLeftBar.gif") repeat-y left top;
	border-top: 4px solid #b33032;
	}

#contentContainer.homepage {
	background: url("../images/hdrHomepage.gif") no-repeat right top;
	padding-top: 40px;
	border: 0;
	
	}

#contentContainer.full #content {
	margin-left: 0;
	padding-left: 20px;
	background: #fff;
	margin-bottom: -15px;
	}

#contentContainer.homepage hr {
	border-bottom: 1px solid #475a77;
	}
	
 #contentContainer.homepage span { display:none }


#contentContainer.homepage h1 {
	padding-top: 0;
	}

#contentContainer.homepage #rightBar {
	margin-right: 20px;
	_margin-right: 10px;
	margin-top: 24px;
	}

#contentContainer.homepage #content {
	float: left;
	margin: 0 0 0 20px;
	width: 435px;
	_width: 420px; /* IE Box Model fix. Should be: width-15px */
	}


#content p {
	color: #31436a;
	margin: 5px 30px 10px 0px;
	}
	
#content p a
{
	color: #b33032;
}

#content p a:hover
{
	text-decoration:none;
}

#content table tr td {
	color: #31436a;
	margin: 5px 30px 10px 0px;
	}
	
#content table tr td a
{
	color: #b33032;
}

#content table tr td a:hover
{
	text-decoration:none;
}

#content ul
{
	margin:20px;
	padding:0px;
	color: #31436a;	
}

#content ul li
{
	margin:8px 0px;	
}

#content ul li a
{
	color: #31436a;
}

#content ul li ul
{
	margin-top: 4px;
	margin-bottom: 0;
}

#content ul li ul li
{
	margin-top: 3px;
	margin-bottom: 0;
}

#content p.readMore {
	margin: 10px 0;
	text-align: right;
	font-size: 10px;
	}

#content p.readMore a {
	background: url("../images/arrowRight.gif") no-repeat right 4px;
	padding: 0 10px 0 10px;
	border-left: 1px solid #ab0f14;
	color: #31436a;
	text-decoration: none;
	}

/*----------------------------------------*/
/*-------------> =RightBar <--------------*/
/*----------------------------------------*/

#rightBar h2 {
	text-align: center;
	}

#caseStudies {
	background: #31436a;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 15px;
	}

#caseStudies h2 {
	color: #c7ba8b;
	}

#caseStudies h3 {
	padding-top: 5px;
	margin-bottom: 10px;
	color: #fff;
	margin-left: 15px;
	margin-bottom: 5px;
	}

#caseStudies p {
	color: #fff;
	font-size: 10px;
	margin: 0 15px 10px 15px;
	}

#caseStudies img {
	margin: 3px 6px 0 15px;
	border: 1px solid #fff;
	}

#caseStudies a.readMore {
	background: url("../images/arrowRightYellow.gif") no-repeat right 5px;
	padding: 0 6px 0 5px;
	color: #f8e362;
	text-decoration: none;
	}

#expertise {
	background: #ccc;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 15px;
	}

#expertise h2 {
	color: #ab0f14;
	}

#expertise object {
	margin-left: 10px;
	margin-bottom: 0;
	}

#expertise ul {
	list-style: square;
	margin: 0 15px 0 30px;
	font-size: 11px;
	color: #31436a;
	}

#expertise ul li a {
	color: #31436a;
	text-decoration: none;
	}

#expertise p.readMore {
	margin: 10px 20px 0 0;
	text-align: right;
	font-size: 10px;
	}

#expertise p.readMore a {
	background: url("../images/arrowRight.gif") no-repeat right 4px;
	padding: 0 10px 0 10px;
	border-left: 1px solid #ab0f14;
	color: #31436a;
	text-decoration: none;
	}

/*----------------------------------------*/
/*---------------> =Footer <--------------*/
/*----------------------------------------*/


#footerContainer {
	background: #fff;
	width: 758px;
	padding-top:10px;
	padding-bottom: 10px;
	clear: both;
	border-bottom: 0px solid #475a77;
	border-top: 1px solid #475a77;
	}

#footerContainer p 

{
	text-align:right;
	font-size:10px;
	margin-top:4px;
	margin-right:5px;
}

#footerContainer ul {
background:#fff;
	padding-right: 6px;
	padding-bottom:3px;
	list-style: none;
	text-align: right;
	}

#footerContainer ul li {
	display: inline;
	padding: 0 6px 0 4px;
	_padding: 0 3px 0 5px;
	border-right: 1px solid #475a77;
	font-size: 10px;
	}

#footerContainer ul li.last {
	border-right: 0;
	}

#footerContainer ul li a {
	color: #475a77;
	text-decoration: none;
	}

#footerContainer p#copyright {
	float: left;
	margin-top: 0;
	margin-left: 5px;
	}

/*----------------------------------------*/
/*----------------> =Misc <---------------*/
/*----------------------------------------*/

.left {
	float: left;
	margin: 0 10px 10px 0;
	}

.right {
	float: right;
	}

#tableca {
	color: #31436a;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	margin-right: 10px;
	}

#tableca a {
	color: #31436a;
	text-decoration: underline;
}

#tableca td {
	padding-top: 12px;
}

.ShortSpacing li
{

	line-height:10px;

}