/*default*/
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #363636;
	font-size: .9em;
}
h1 {
	color: #ffffff;
	font-size: 2em;
	line-height: 90%;
	margin: 20px 0px 20px 0px;
}
h2 {
	/*color: #525252;*/
	font-size: 1.9em;
	margin-bottom: 8px;
}
h3 {
	/*color: #525252;*/
	font-size: 1.5em;
}
h4 {
	font-size: 1.25em;
}
a {
	color: #ea7a2f;
}
a:hover {
	text-decoration: none;
}
iframe {
	margin: 0px 0px 10px 0px;
}
a img {
	border: none;
}

hr {
	font-size: 1px;
	border: none;
	background-color: #cacaca;
	height: 1px;
	margin-bottom: 10px;
}
sup {
	color: #ffffff;
	background: #ea7a2f;
	padding: 0px 4px 0px 4px;
	font-size: 100%;
	vertical-align: baseline;
}

/*forms*/
form {}

form fieldset {
	padding: 20px;
	background: #f1f8e8;
	border: 1px solid #a7ae9b;
	margin-bottom: 10px;
}
form fieldset legend {
	font-size: 1.3em;
	color: #363636;
}

form label {
	display: block;
	font-size: .9em;
	margin: 5px 0px 5px 0px;
}

form em {
	/*display: block;*/
	font-style: normal;
	font-size: .8em;
	color: #a3a79d;
}



.i, .t, .s, .b {
	padding: 4px;
}
.i, .t, .s {
	background: #ffffff;
	border: 1px solid #cfcfcf;
	color: #333333;
}
.t {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.b {
	background: #f2822a url(../images/background_button_1.gif) repeat-x 0% 0%;
	color: #ffffff;
	border: 1px solid #d38450;
	margin-top: 10px;
}

.big { width: 600px; }
.medium { width: 250px; }
.small { width: 100px; }
.short { height: 75px; }
.tall { height: 150px;}


/*icons*/
.icon {
	padding: 0px 0px 0px 22px;
	background-position: 0% 0%;
	background-repeat: no-repeat;
}
.magnifier { background-image: url(../icons/magnifier.gif); }
.pdf { background-image: url(../icons/page_white_acrobat.gif); }
.tick { background-image: url(../icons/tick.gif); }
.world { background-image: url(../icons/world.gif); }


/*header*/
#header {
	background: transparent url(../images/background_header.gif) repeat-x 0px 0px;
}
#header .container {
	padding: 8px 0px 0px 0px;
	background: transparent url(../images/background_header.gif) repeat-x 0px 0px;
}
#header dl {
	border: 1px solid #f1f3ed;
}
#header dl dt {
	width: 360px;
	float: left;
}
#header dl dt a {
	display: block;
	background: transparent url(../images/logo.gif) no-repeat 0px 0px;
	height: 60px;
	width: 160px;
}
#header dl dt a span{
	display: none;
}
#header dl dd {
	float: left;
	margin: 30px 0px 0px 10px
}
#header dl dd a, #header dl dd strong {
	display: block;
	background: transparent url(../images/background_header_a.gif) no-repeat 0px 0px;
	color: #464646;
	text-decoration: none;
	font-size: 1.25em;
	font-weight: normal;
}
#header dl dd a span, #header dl dd strong span {
	display: block;
	background: transparent url(../images/background_header_a.gif) no-repeat 100% 0px;
	padding: 10px 8px 8px 8px;
}
#header dl dd a:hover, #header dl dd a.active, #header dl dd strong {
	background: #8fc742 url(../images/background_header_a.gif) no-repeat 0px -100px;
	color: #ffffff;
}
#header dl dd a:hover span, #header dl dd a.active span, #header dl dd strong span {
	background: transparent url(../images/background_header_a.gif) no-repeat 100% -100px;
}
#header dl dd a span u {
	color: #6b8f39;
}
#header dl dd a:hover span u, #header dl dd a.active span u {
	color: #ffffff;
}

/*header_divider*/
#header_divider {
	background: #f1f8e8 url(../images/header_divider_bg.gif) repeat-x 0% 0%;
	/*background: #f1f8e8;
	border-top: 1px solid #8cc63e;
	border-bottom: 1px solid #8cc63e;*/
	height: 20px;
	overflow:visible;
	/*overflow: hidden;  */
}

#header_divider .container { background: #f1f8e8 url(../images/header_divider_bg.gif) repeat-x 0% 0%; height:100%; }



/*subheader*/
#subheader {
	background: #f1f8e8 url(../images/subheader_bg.gif) repeat-x 0% 0%;
	/*border-top: 1px solid #8cc63e;
	border-bottom: 1px solid #8cc63e;*/
	height: 40px;
}

#subheader .container{
	background: #f1f8e8 url(../images/subheader_bg.gif) repeat-x 0% 0%;
}

#subheader dl {
	float: right;
	margin: 0px 60px 0px 0px;
}
#subheader dl dt {
	display: none;
}
#subheader dl dd {
	float: left;
	margin: 8px 0px 0px 20px;
}
#subheader dl dd a, #subheader dl dd strong {
	display: block;
	background: transparent url(../images/background_subheader_a.gif) no-repeat 0px 0px;
	color: #6f6f6f;
	text-decoration: none;
	height: 25px;
	overflow: hidden;
	font-weight: normal;
}
#subheader dl dd a span, #subheader dl dd strong span {
	display: block;
	background: transparent url(../images/background_subheader_a.gif) no-repeat 100% 0px;
	padding: 5px 8px 8px 8px;
}
#subheader dl dd a:hover, #subheader dl dd strong {
	background: #8fc742 url(../images/background_subheader_a.gif) no-repeat 0px -100px;
	color: #ffffff;
}
#subheader dl dd a:hover span, #subheader dl dd strong span {
	background: transparent url(../images/background_subheader_a.gif) no-repeat 100% -100px;
}


/*ticker*/
#ticker {
	
	/*border:1px solid red;*/
}

/*banner*/
#banner {
	background: #8cc63e url(../images/background_banner.gif) repeat-x 0px 0px;
}
#banner .container {}

/*hero*/
#hero {
	background: transparent url(../images/background_hero.gif) no-repeat 100% 0px;
	height: 300px;
}
#hero .content_left {
	float: left;
	width: 540px;
	padding: 0px 40px 0px 0px;
}
#hero .content_right {
	float: left;
	width: 420px;
}
#hero .button {
	display: block;
	background: transparent url(../images/background_button_hero.gif) no-repeat 0px 0px;
	height: 20px;
	width: 300px;
	overflow: hidden;
	padding: 25px;
	color: #3a3a3a;
	text-decoration: none;
	font-size: 1.6em;
	margin: 20px 0px 20px 0px;
}
#hero .button:hover {
	background: transparent url(../images/background_button_hero.gif) no-repeat 0px -100px;
	color: #d97534;
	text-decoration: underline;
}

/*feature*/
#feature {
	height: 110px;
	overflow: hidden;
}

/*content*/
#content {
	margin: 20px 0px 20px 0px;
}
#content .container {
	padding: 0px 20px 0px 20px;
}

#content .half {
	float: left;
	width: 318px;
}

#content .one_third {
	float: left;
	width: 212px;
}

#content .two_third {
	float: left;
	width: 424px;
}
#content .half_left, #content .one_third_left, #content .two_third_left { margin-right: 10px; }
#content .half_right, #content .one_third_right, #content .two_third_right { margin-left: 10px; }


#content p {
	margin: 0px 0px 10px 0px;
	line-height: 150%;
}
#content strong {
	display: block;
	margin: 0px 0px 5px 0px;
	line-height: 150%;
}

/*content_left*/
#content .content_left {
	float: left;
	width: 660px;
	padding: 0px 20px 0px 0px;
}

/*one logos*/

#content .one_logo {
	width: 325px;
	height: 65px;
}
#content .one_logo span{
	display: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#content #one_care{ background-image: url(../images/logo_one_care.gif); }
#content #one_consumer { background-image: url(../images/logo_one_consumer.gif); }
#content #one_government { background-image: url(../images/logo_one_government.gif); }
#content #one_health { background-image: url(../images/logo_one_health.gif); }
#content #one_hr { background-image: url(../images/logo_one_hr.gif); }


#content .content_left h3 {
	margin-bottom: 10px;
}
#content .block1 {
	padding: 20px;
	margin-bottom: 10px;	
	background: #f4f6f0;
	border-top: 1px solid #e6ecdd;
	border-bottom: 1px solid #e6ecdd;
}
#content .block2 {
	padding: 20px 0px 10px 0px;
	margin-bottom: 10px;	
	background: #ffffff;
	border-top: 1px solid #e6e6e6;
}
#content .block3 {
	padding: 20px;
	margin-bottom: 10px;	
	background: #f0eeb2;
	border-top: 1px solid #d8d698;
	border-bottom: 1px solid #d8d698;
}



#content .table {
	list-style: none;
	margin: 0px 0px 20px 0px;
}
#content .table dt {
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #a7ae9b;
	padding: 7px 7px 7px 0px;
}
#content .table dt span {
	float: right;
	font-size: .8em;
	color: #cacaca;
}
#content .table dd {
	padding: 8px;
	margin: 0px 0px 1px 0px;
	border-bottom: 1px solid #e6ecdd
}
#content .table dd  p {
	margin: 0px;
}
#content .table .o { background: #e6ecdd url(../images/background_fill_odd.gif) repeat-x 0% 100%; }
#content .table .e { /*background: #fafafa url(../images/background_fill_even.gif) repeat-x 0% 100%;*/ }
#content .table span { display: block; }

#content .testimonials {
	list-style: none;
	margin: 0px 0px 30px 0px;
}
#content .testimonials li {
	font-size: .9em;
	padding: 8px 8px 8px 24px;
	margin: 0px 0px 10px 0px;
	background: #ebe8b2 url(../images/background_testimonials.gif) no-repeat 0% 50%;
}

#content .button {
	width: 180px;
	height: 20px;
	padding: 10px;
	color: #ffffff;
	font-size: 1em;
	text-decoration: none;
	display: block;
	background: #f1771a url(../images/background_button_2.gif) no-repeat 0px 0px;
	margin: 10px 0px 10px 0px;
}
#content .button:hover {
	color: #3a3a3a;
	background: #f1771a url(../images/background_button_2.gif) no-repeat 0px -100px;
}


/*content_right*/
#content .content_right {
	float: left;
	width: 260px;
	padding: 0px 0px 0px 20px;
}
#content .content_right dl {
	background: transparent url(../images/background_content_right_dl.gif) no-repeat 0px 100%;
	padding: 0px 0px 40px 0px;
}
#content .content_right dl dt {
	background: transparent url(../images/background_content_right_dl_a.gif) no-repeat -260px 100%;
	padding: 40px 0px 0px 0px;
}
#content .content_right dl dt span {
	display: none;
}
#content .content_right dl dd {
	/*no change*/
}
#content .content_right dl dd a {
	display: block;
	background: transparent url(../images/background_content_right_dl_a.gif) no-repeat 0px 100%;
	text-decoration: none;
	color: #999999;
}
#content .content_right dl dd a span, #content .content_right dl dd strong span {
	display: block;
	padding: 12px 20px 12px 35px;
}
#content .content_right dl dd a span {
	background: transparent url(../images/background_content_right_dl_a_span.gif) no-repeat 0px 50%;
}
#content .content_right dl dd a:hover {
	background: transparent url(../images/background_content_right_dl_a.gif) no-repeat -260px 100%;
}
#content .content_right dl dd a:hover span {
	background: transparent url(../images/background_content_right_dl_a_span.gif) no-repeat -260px 50%;
}
#content .content_right dl dd strong {
	display: block;
	background: transparent url(../images/background_content_right_dl_a.gif) no-repeat -520px 100%;
	font-weight: normal;
	color: #4d4d4d;
}
#content .content_right dl dd strong span {
	background: transparent url(../images/background_content_right_dl_a_span.gif) no-repeat -520px 50%;
}


#content .content_right_clients {
	float: left;
	width: 260px;
	padding: 0px 0px 0px 20px;
}
#content .content_right_clients dl dt {
	color: #525252;
	font-size: 1.8em;
	margin: 0px 0px 10px 0px;
}
#content .content_right_clients dl dd a {
	display: block;
	height: 70px;
	overflow: hidden;
	background: transparent url(../images/background_content_right_studies_a.gif) no-repeat 0px 0px;
	color: #363636;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
}
#content .content_right_clients dl dd a:hover {
	background: transparent url(../images/background_content_right_studies_a.gif) no-repeat 0px -100px;
}
#content .content_right_clients dl dd a strong {
	display: block;
	margin: 12px 70px 0px 12px;
}
#content .content_right_clients dl dd a small {
	display: block;
	font-size: .8em;
	margin: 0px 70px 0px 12px;
	color: #3a3a3a;
}

#tour {
	padding: 30px 30px 30px 100px;
	margin-bottom: 10px;	
	background: #f4f6f0 url(../images/icon_tour.gif) no-repeat 10px 50%;
	border-top: 1px solid #e6ecdd;
	border-bottom: 1px solid #e6ecdd;
}

/*footer*/
#footer {
	background: transparent url(../images/background_footer.gif) repeat-x 0px 0px;
	border-top: 1px solid #d2dfbf;
	color: #6b6c6a;
}
#footer .container {
	padding: 20px 0px 40px 0px;
	background: transparent url(../images/background_footer.gif) repeat-x 0px 0px;
}
#footer .left {
	width: 360px;
}
#footer .right {
	width: 600px;
}
#footer dl {
	float: left;
	width: 150px;
	font-size: .8em;
}
#footer dl dt {
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
#footer dl dd {
	padding: 0px 0px 2px 0px;
}
#footer dl dd a {
	color: #97a682;
}
#footer dl dd strong {
	font-weight: normal;
	color: #97a682;
	text-decoration: underline;
}

fieldset.error {
	padding: 10px;
	background: #f59555;
	border: 1px solid #a7ae9b;
	margin-bottom: 10px;
	text-align:center;
	font-weight:bolder;
	color:#f1f8e8;
}


/*Additions by James England for news articles and flash videos*/
.newsImage{float:left; margin:20px; width:150px; height:100px; border:1px solid black;}
.newsParagraph{padding-top:20px;}
.newsDate{padding-left:20px;}
#content strong.showInline{display:inline;}


/*Additions by James England for contact us section on the home page */
#content .content_right_locate {
	float: left;
	width: 260px;
	padding: 0px 0px 0px 20px;
}

#content .content_right_locate div.bubble {
	background: transparent url(../images/background_content_right_info_container.gif) no-repeat 0px 0px;
	height:150px; 
	padding:10px;
	text-align:center;
}

#content .content_right_locate div.bubble a {
	text-decoration:none;	
}

#content .content_right_locate dl dt {
	color: #525252;
	font-size: 1.8em;
	margin: 0px 0px 10px 0px;
}


/*common*/
.hidden { display:none; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.inline {float: left; }
.inline2 {float: left; margin-right: 20px;}
.container { width: 1000px; margin: 0px auto;}
.lipsum { text-decoration: line-through;}
.light, .lipsum { -moz-opacity: 40%; opacity:.40; filter: alpha(opacity=40);}
.threetwoone { color: #7ac141; font-weight: bold;}
.forms	{ color: #0069aa; font-weight: bold; }


