﻿html {
	margin:0;
	overflow: -moz-scrollbars-vertical;
}
body {
	margin:0;
	padding:0;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#bac0c4;
	font-family:Trebuchet MS;
	font-size:12.5px;
	color:#122955;
	line-height:18px;
}
h1 {
	font-size:13.5px;
	color:#122955;
	font-weight:bold;
}
h3 
{
    border-bottom:1px solid #122955;
    padding-bottom:1px;
    margin-bottom:15px;
    font-weight:bold;
    font-size:13.5px;
}
a:link, a:visited {
	color:#C21414;
}
a:hover {
	text-decoration:none;
}
ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
li {
	background-image:url(images/Bullet1.jpg);
	background-repeat:no-repeat;
	background-position:0 25px;
	padding:20px 0 0 20px;
	margin:0 0 0 25px;
}

.emphasize 
{
	font-weight:bold;
}

/* site */
#MainWrapperBG {
 	margin:auto;
	width:967px;
	background-color:#CBD0D3;
	background-image:url(images/MWbg.gif);
	background-repeat:repeat-x;
	padding:0 0 0 6px;
}
#MainWrapper {
	width:949px;
	background-color:#122955;
	padding:5px 6px 0 6px;
}
#hpHeader 
{
    width:399px;
    height:317px;
}

/* Left Column */
#LeftColumnWrapper {
	background-image:url(images/LRColumnBG.jpg);
	background-repeat:repeat-y;
	float:left;
	width:275px;
}
.LogoLeft {
	background-image:url(images/LogoLeftColumn.jpg);
	height:275px;
}
.DividerBarLeft {
	background-image:url(images/DividerBar.jpg);
	background-repeat:no-repeat;
	height:42px;
}
.Map {
	margin:17px 36px 0 36px;
}
.MapInfo {
	font-size:12px;
	font-weight:bold;
	line-height:1.4em;
	text-align:center;
	padding:9px 0 15px 0;
}
.LCFooter {
	background:#bac0c4 url(images/LRColumnFooter.gif);
	background-repeat:no-repeat;
	height:14px;
	font-size:1px;/* because IE6 is the spawn of Satan! */
}

.callout 
{
	background-color:#E0E8EC;
	border:1px solid #B7C0C8;
	padding:5px 11px;
	margin:12px;
	width:225px;
	}

.callout p
{
	text-align:left;
	}


/* Middle Column */
#MiddleColumnWrapper {
	float:left;
	width:399px;
	border:0;
	padding:0;
	margin:0;
}
.MCDivider {
	background-image:url(images/MCDivider.jpg);
	height:34px;
	padding-top:12px;
	font-size:1.35em;
	text-align:center;
	color:White;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
	font-family:Georgia;
}
.MContentDivider {
	background-image:url(images/ContentDivider.jpg);
	background-repeat:no-repeat;
	margin:20px 0 0 0;
	height:18px;
}

#MCContent {
	width:327px;
	background-color:#E0E8EC;
	border:1px solid #B7C0C8;
	padding:22px;
}
#MCContentBG {
	background-image:url(images/MCbg.gif);
	background-repeat:repeat-y;
	padding:9px 13px 7px 13px;
}

.Clients hr {
	border-right: 0pt;
	border-top: 0pt;
	background: rgb(148,168,208);
	margin: 30px 0pt 18px;
	border-left: 0pt;
	border-bottom: 0pt;
	height: 1px;
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
}

.PDFdownload {
	background-image:url(images/PDFicon.jpg);
	background-repeat:no-repeat;
	background-position:7px 0;
	padding:0 0 0 45px;
	height:27px;
}
.MCContentBG p {
	padding:0;
	margin:0;
}
.MCFooter {
	background-image:url(images/MCFooter.gif);
	background-repeat:no-repeat;
	height:13px;
}
.MCFooterText {
	color:#FFFFFF;
	text-align:center;
	font-size:11.5px;
	margin-top:15px;
}
.MCFooterText a {
	color:#FFFFFF;
}


/* Right Column */
#RightColumnWrapper {
	background-image:url(images/RCbg.gif);
	background-repeat:repeat-y;
	float:left;
	width:275px;
}
#SubscribeText {
	padding:146px 0 0 75px;
	font-size:14px;
	font-weight:bold;
}
#SubscribeText2 {
	padding:0 23px 0 26px;
	font-size:12px;
	text-align:center;
}

#SubscribeInputContainer {
	width:275px;
	height:47px;
}
#Join {
	width:45px;
	height:28px;
	float:left;
	margin:14px 0 0 7px;
	_margin-left:0; /* because IE6 is the spawn of Satan! */
}
#SubscribeInputBox {
	width:185px;
	height:19px;
	float:left;
	margin:14px 0 0 0;
	padding-left:20px;
}

.RCSubscribe {
	background-image:url(images/RCSubscribe.jpg);
	height:275px;
}
.RCDivider {
	background-image:url(images/DividerBar.jpg);
	background-repeat:no-repeat;
	height:42px;
}
.RCTbg {
	background-image:url(images/RCTbg.gif);
	background-repeat:no-repeat;
	height:4px;
}
.RCContentBG {
	width:233px;
	background-color:#CFD6DA;
	border:1px solid #9FA8B1;
	margin:8px 0 8px 10px;
	padding:10px;
}
.NewsBG {
	background-image:url(images/NewsBG.jpg);
	background-repeat:no-repeat;
	margin:0 0 6px 0;
	padding:12px 17px 17px 17px;
	width:205px;

}
.NewsBG p {
	margin-top:0;
	padding-top:0;
}
.RCFooter {
	background-image:url(images/LRColumnFooter.gif);
	background-repeat:no-repeat;
	height:14px;
	font-size:1px;/* because IE6 is the spawn of Satan! */
}

/* Content Classes */

.TeamPhoto 
{
    width:85px;
    float:left;    
    height:108px;
    
}

.TeamPhoto img {border:1px solid #b7b7b7;}


a img.ClientPhoto
{
	border:1px solid #b7b7b7;
	float:left;
	margin:0 15px 10px 0;
	}

hr { height: 0;
	 border-top: 1px solid #666; 
	 }

.TeamInfo 
{
    width:220px;
    float:left;
    margin-bottom:10px;
    padding-left:8px;
    padding-top:40px;
    height:78px;
    font-size:12px;
}

a.TeamTitle
{
	color:#122955;
	}
.TeamInfoSideBar 
{
    width:125px;
    float:left;
    margin-bottom:10px;
    margin-left:8px;
    padding-top:40px;
    height:78px;
    font-size:12px;
}
.TeamRole 
{
    color:#666;
    font-weight:bold;
    font-size:12px;
    margin-top:-8px;
}
.formfield {
	background-image:url(images/FormBG.jpg);
	background-repeat:no-repeat;
	border:0;
	padding:7px 0 0 6px;
	width:185px;
	height:19px;
	color:#173261;
	font-family:Arial;
	font-size:12px;
}


