@charset "utf-8";

body {
	font: 100% Arial, sans-serif;
	background: url(../images/background.gif);
	background-repeat:repeat-x;
	background-color: #fffefe;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

#container {
	width: 883px;
	margin: 0 auto;
	text-align: left;
}

#topleftcontainer {
	float: left;
	display:inline;
	width: 251px;
	height: 78px;
	margin-left: 5px;
}

#toprightcontainer {
	float: right;
	display:inline;
	width: 605px;
	height: 85px;	
}

div#googleSearch {
	float: right;
	display: inline;
	height: 19px;
	position: relative;
	top: -6px;
}

#subnav {
	clear: both;
	float: right;
	height: 29px;
	padding: 10px 0 0 0;
	color: #707070;
	font-size:12px;
	width: 605px;
	text-align: right;
}

#subnav a {
	color: #9c9c9d;
	text-decoration:none;
	padding: 0 10px;
}

#subnav a:hover {
	color:#1b429a;
}

#navigation {
	float: right;
	height: 26px;	
	padding: 20px 0 0 0;
	clear: both;
	color: #1b429a;
	font-size:18px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li.navspacer {
	margin: 0;
	padding: 0;		
}

#navigation li a {
	color: #1b429a;
	text-decoration: none;
	font-weight: bold;
	padding: 0 17px;
	margin: 0;
}

#navigation a:hover {
	color: #00b5cb;
}

#slideshow {
	position: relative;
	left: 28px;
	width: 855px;
	height: 346px;
	clear: both;
}

#slideshow-int {
	position: relative;
	left: 28px;
	width: 855px;
	clear: both;
}

#slideshow a {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow a.active {
    z-index:10;
    opacity:1.0;
}

#slideshow a.last-active {
    z-index:9;
}

#mainContentHolder {
	padding: 0 0 0 28px;
	color:#464646;
}

#mainContentHolder a {
	color:#464646;
	text-decoration:none;
}

#mainContentHolder p {
	padding: 0 10px 0 10px;
	font-size: 12px;
}

#mainContent {
	float: left;
	display:inline;
	width: 428px;
}

#mainContent h1 {
	font-family: 'AllerRegular', Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 10px 10px;
}

#sideContentHolder {
	float: right;
	display: inline;
	width: 400px;
}

#latestnews {
	float: left;
	display: inline;
	width: 177px;
	padding: 0;
}

#latestnews p.articleTitle {
	margin-bottom: 0;
}

#latestnews p.dateTime {
	font-size: 10px;
	margin-top: 0;
	font-style: italic;
}

#latestnews h2 {
	color: #283891;
	font-size: 14px;
	margin: 0 0 10px 0;
}

#latestnews p {
	margin: 10px 0 10px 0;
	padding: 0;
}

#latestnews a {
	color: #5b7dbe;
	text-decoration: underline;
}

#breadcrumbs {
	font-size: 10px;
	padding-left: 48px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#breadcrumbs a {
	color: #5b7dbe;
}


/******************LEFT SIDE SUBNAV*******************/
/******************LEFT SIDE SUBNAV*******************/
div#subnavInt {
	width: 178px;
	float: left;
	display: inline;
	margin-left: 35px;
}

#subnavInt a.menu_head {
	display: block;
	width: 153px;
	font-size: .8em;
	font-weight: bold;
	color: #7d7d7d;
	text-decoration: none;
	padding: 4px 20px 4px 5px;
}

#subnavInt a:hover.menu_head {
	background-image: url(../images/bg-subnav.png);
	background-repeat: repeat-y;
	color: #fff;
}

#subnavInt.green a:hover.menu_head {
	background-image: url(../images/bg-subnav-green.png);
	background-repeat: repeat-y;
	color: #fff;
}

#subnavInt.aqua a:hover.menu_head {
	background-image: url(../images/bg-subnav-aqua.png);
	background-repeat: repeat-y;
	color: #fff;
}

#subnavInt.teal a:hover.menu_head {
	background-image: url(../images/bg-subnav-teal.png);
	background-repeat: repeat-y;
	color: #fff;
}

#subnavInt div.menu_body {
	width: 163px;
	font-size: .75em;
	margin: 5px 0 0 10px;
	line-height: 13px;
}

#subnavInt .menu_body a {
	display: block;
	width: 148px;
	color: #5b7dbe;
	text-decoration: none;
	padding: 0 0 4px 15px;
	margin-bottom: 4px;
	border-bottom: 1px dashed #5b7dbe;
}

#subnavInt div div {
	display: none;
}

#subnavInt .menu_body div {
	border-bottom: 1px dashed #5b7dbe;
}

#subnavInt .menu_body div a {
	margin-left: 15px;
	border: none;
}

#subnavInt .menu_body.public_sector a:hover {
	background-image: url(../images/bg-subnav-dots3.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}

#subnavInt .menu_body.brokers_consultants a:hover {
	background-image: url(../images/bg-subnav-dots.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}

#subnavInt .menu_body.healthcare a:hover {
	background-image: url(../images/bg-subnav-dots2.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}

/******************END LEFT SIDE SUBNAV*******************/
/******************END LEFT SIDE SUBNAV*******************/

#mainContentIntHolder {
	float: right;
	display:inline;
	width: 660px;
}

#mainContentIntHolder.search {
	width: 845px;
}

#mainContentInt {
	float: left;
	display:inline;
	width: 480px;
	text-align: justify;
}

#mainContentInt.search {
	width: 830px;
}

#mainContentInt h1 {
	font-size: 18px;
	font-family: 'AllerRegular', Arial, sans-serif;
	font-weight: normal;
	color: #525252;
	margin: 0 0 10px 0;
}

#mainContentInt h2 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #525252;
	margin: 20px 0 10px 0;
}

#mainContentInt p {
	font-size:12px;
	color: #464646;
	margin: 10px 0 10px 0;
}

#mainContentInt ul, #mainContentInt ol {
	font-size:12px;
	color: #464646;
	margin-top: 10px;
	margin-bottom: 10px;
}

#mainContentInt li {
	font-size: 12px;
	margin-bottom: 7px;
}

#mainContentInt a {
	color: #5b7dbe;
}

#mainContentArticles {
	float: right;
	display:inline;
	width: 153px;
	padding-right: 5px;
}

#mainContentArticles p {
	font-size: 12px;
	color: #464646;
	margin: 10px 0 10px 0;
}

#mainContentArticles h2 {
	color: #283891;
	font-size:14px;
	margin: 0 0 10px 0;
}

#mainContentArticles a {
	color: #5b7dbe;
}

#mainContentArticles form {
	width: 153px;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#mainContentArticles form input {
	width: 153px;
	margin-bottom: 4px;
}

#mainContentArticles form textarea {
	width: 153px;
}

#mainContentArticles p.articleTitle {
	margin-bottom: 0;
}

#mainContentArticles p.dateTime {
	font-size: 10px;
	margin-top: 0;
	font-style: italic;
}

div#productExpert {
	width: 153px;
	float: right;
	display: inline;
	padding-right: 5px;
}

div#productExpert.home {
	width: 180px;
	margin: 5px 10px 0 0;
	padding: 0;
}

#productExpert form {
	margin: 0;
	padding: 0;
}

#productExpert form input {
	width: 137px;
	height: 15px;
	font-size: .75em;
	margin: 0 0 5px 7px;
	color: #777;
}

div#productDownload {
	width: 164px;
	float: right;
	display: inline;
	padding-right: 5px;
}

#productDownload form {
	margin: 0;
	padding: 0;
}

#productDownload form input {
	width: 148px;
	height: 15px;
	font-size: 8pt;
	margin: 0 0 5px 7px;
	color: #777;
}

#productDownload form textarea {
	width: 148px;
	height: 45px;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	margin: 0 0 5px 7px;
	color: #777;
}

table.contactForm {
	font-size: 12px;
	color: #464646;
}

table.contactForm td {
	padding: 0 10px 5px 0;
}

#footer {
	padding-top: 40px;
	text-align:center;
	font-size: 10px;
	color: #464646;
}

#footer a {
	color: #464646;
}

div.clearfix {
	clear: both;
	margin: 0;
	padding: 0;
}

img {
	border:0;
}

.left {
	display: block;
	float: left;
}

#mainContentInt blockquote { margin-left: 20px; }
#mainContentInt blockquote h2{ margin-bottom: 0px; }
#mainContentInt blockquote p { margin-top: 0px; }
.clear { clear: both; }
#container #mainContentIntHolder #mainContentInt {
	font-size: 12%;
}
#container #mainContentIntHolder #mainContentInt {
	font-size: 100%;
}
#container #mainContentHolder #mainContent p sup {
	font-size: 12px;
	font-family: Arial, sans-serif;
}

