/* CSS Document */
html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
}
body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
form {
	margin: 0px;
}
a, .blueTxt {
	color: #253b70;
}
img {
	border: none;
}
h1, h2, h3, h4 {
	margin: 0px;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1em; }
input {
	padding: 0px;
	border: 1px #CCCCCC solid;
}


table#main {
	width: 100%;
	height: 100%;
	border: 0px;
}
table#main tr#headerRow {
	background: url(../images/layout/iw_header.gif) repeat-x;
}
table#main tr#bodyFooterRow {
	_height: 80%;
	background: url(../images/layout/iw_footer.gif) bottom repeat-x;
}
#headerQuotes a {
	color: #999;
	text-decoration: none;
}
#headerQuotes a:hover {
	text-decoration: underline;
}
#navButtons td {
	height: 21px;
	background-repeat: no-repeat;
}
#navButtons td a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
#navButtons td a:hover {
	background-position: 0px 21px;
}
#navButtons td.ourApproach a { width: 112px; background-image: url(../images/layout/i_nav_approach.gif); }
#navButtons td.mediaSolutions a { width: 129px; background-image: url(../images/layout/i_nav_mediasolutions.gif); }
#navButtons td.digitalServices a { width: 122px; background-image: url(../images/layout/i_nav_digitalservices.gif); }
#navButtons td.ourClients a { width: 95px; background-image: url(../images/layout/i_nav_our_clients.gif); }
#navButtons td.aboutUs a { width: 95px; background-image: url(../images/layout/iw_aboutus.gif); }
#navButtons td.contactUs a { width: 95px; background-image: url(../images/layout/i_nav_contact.gif); }

#subMenus, #subMenus a {
	color: #253b70;
}
#subMenus .separator {
	width: 20px;
}

#breadcrumbs, #breadcrumbs a {
	color: #9eb0bb;
}
.learnMore {
	color: #243558;
}
.learnMore a {
	color: #f8981d;
}
#logoLinks td {
	width: 95px;
}
#compBranches {
	color: #FFFFFF;
	font-weight: bold;
}
#footer {
	text-align: center;
	line-height: 1.8em;
}
#footer, #footer a {
	color: #3d4658;
}

.sideBox {
}
.sideBox th.sideBoxTop {
	background: url(../images/layout/iw_top.gif) no-repeat;
	height: 34px;
	text-align: left;
	color: #a21120;
}
.sideBox th.sideBoxTop h3 {
	margin: 12px 0px 0px 14px;
}
.sideBox td.sideBoxMid {
	background: url(../images/layout/iw_md.gif) repeat-y;
	padding: 6px 10px;
	color: #243558;
}
.sideBox td.sideBoxMid ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.sideBox td.sideBoxMid ul li {
	margin: 10px 0px 4px 0px;
}
.sideBox td.sideBoxBtm {
	background: url(../images/layout/iw_btm.gif) no-repeat;
	height: 11px;
}
#contactOffices {
	font-size: 12px;
	line-height: 1.5em;
}


/* CONTENT STYLES */
#mainContent, #mainContent p, #mainContent a {
	font-size: 12px;
}
#mainContent h1, #mainContent h4, #mainContent p, #mainContent table#contactForm {
	margin: 10px 5px 0px 14px;
}
#mainContent h1 {
	color: #253b70;
	font-size: 1.7em;
	font-weight: normal;
}
#mainContent h4 {
	color: #3d4658;
}
#mainContent p {
	line-height: 1.5em;
	text-align: justify;
	color: #3d4658;
}
#mainContent ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 40px;
	list-style: url(../images/layout/w_bullet.gif);
}
#mainContent ul li {
	color: #3d4658;
	margin-bottom: 12px;
}
.contact {
	color: #253b70 !important;
	padding-bottom: 1em;
}
table#contactForm td {
	padding: 2px 0px;
	font-size: 12px;
}
table#contactForm td.labels {
	width: 160px;
}
table#contactForm span.required {
	color: #FF3300;
}
table#contactForm td.inpFields {
	width: 260px;
}