@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------------*** BASIC */
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.8em;
	color: #3d3a39;
	background: #FFFFFF repeat-y left;
}

.clear {clear:both;}

img {border:none;}

a:link, a:visited {color:#EF6E02;}

a:active, a, div
{
outline: none;
}

a:focus, a, div
{
-moz-outline-style: none;
}

.justify {text-align:justify;}

/* -----------------------------------------------------------------------------------*** LAYOUT */
#header_container {
	width: 827px;
	height: 277px;
	position: relative;
	margin: 0;
	padding: 0;
}
#header_left {
	width: 81px;
	height: 208px;
	position: relative;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
}
#header_right {
	width: 746px;
	height: 208px;
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
}
#content_container {
	width: 827px;
	height: auto;
	position: relative;
	margin: 0;
	padding: 0;
}
#content_border {
	width: 746px;
	height: auto;
	margin: 0 0 0 81px;
	padding: 0;
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
}
#content_shadows {
	width: 746px;
	height: auto;
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0;
	padding: 0;
}
#content_noshadows {
	width: 746px;
	height: auto;
	position: relative;
	background-image: url(../images/bg_content_noshadow.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0;
	padding: 0;
}

#content {margin:0 0 0 32px; padding:14px 0 0 0; width:714px;}

#footer_container {
	width: 100%;
	height: 36px;
	position: relative;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	margin: 0 0 10px 0;
	padding: 0;
}
#footer_outer {
	width: 829px;
	height: 36px;
	position: relative;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg_footer.png);
}
#footer {
	width: 746px;
	height: 30px;
	margin: 0 0 0 81px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
}
#logo {
	width:180px;
	height: 69px;
	position: relative;
	background-color: transparent;
	padding:0 0 0 50px;
	float: left;
	text-align: right;
}

/* ---------------------------------------------------------------------------------*** NAVIGATION */

#menu {
	height:55px;
	padding:0;
	position:absolute;
	z-index:50;
}

#menu ul {
	float:left;
	margin:0 0 0 1px;
	padding:0;
	position:relative;
	width:745px;
}

#menu ul li {
	border-right:none;
	background-position:left;
	background-repeat:repeat-x;
	cursor:pointer;
	float:left;
	font-size:100%;
	height:27px;
	list-style-image:none;
	margin:0;
	padding:0;
	position:relative;
	text-align:center;
	width:186px;
}

#menu ul li:hover ul {display:block;}

#menu ul li a {
	color:#333;
	float:left;
	margin:7px 0 0 0;
	padding: 0;
	text-decoration:none;
	width:100%;
	border-right: 1px solid #AEADAD;
	font-size: 12px;
}

#menu ul li a.no_right_border {border-right:none;}
	
#menu ul li ul {
	display:none;
	position:absolute;
	top:28px;
	margin: 0;
	padding: 0;	
	width:240px;
	z-index:9999;
}

#menu ul li ul li {
	background-image:url(../images/subnav_bg.gif);
	background-position:left;
	background-repeat:repeat-x;
	float:left;
	position:relative;
	height:21px;
	width:190px;
	padding:0;
}

#menu ul li ul li a {
	font-size:10px;
	margin:5px 0 0 0;
	border:none;
}

#menu ul li ul li:hover {background-image:url(../images/subnav_bg_hover.gif);}

#nav_top {
	width: 328px;
	height: 69px;
	position: relative;
	background-image: url(../images/top_nav_bg.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	float: right;
}

#nav_main {
	width: 744px;
	height: 55px;
	margin: 0 0 0 81px;
	padding: 0;
	background-image: url(../images/nav_bg.gif);
	border-left: 1px solid #AEADAD;
	border-right: 1px solid #AEADAD;
	border-bottom: 1px solid #AEADAD;
	z-index:99999;
}

#nav_top a {
	height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #666666;
}
#nav_top a:hover {
	color: #ff6400;
}
a.txtcenter {
	text-align: center;
	width: 94px;
	margin: 20px 0 0px 94px;
	position: absolute;
}
a.txtleft {
	text-align: left;
	margin: 20px 0 0 9px;
}
a.txtright {
	text-align: right;
	margin: 20px 9px 0 50px;
	position: absolute;
}
.orange {
	color: #ff6400;
}
/* --------------------------------------------------------------------------------------*** COLUMNS */

.leftcolumn {
	width: 49%;
	height: auto;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
}
.rightcolumn {
	width: 49%;
	height: auto;
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
}
.leftcolumn75 {
	width: 75%;
	height: auto;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}
.rightcolumn25 {
	width: 24%;
	height: auto;
	float: right;
	position: relative;
	margin: 0 1px 0 0;
	padding: 0;
	background-image: url(../images/right_bar_bg.png);
	background-repeat: repeat-y;
	background-position: left;
}
.clearcolumns {
	clear: both;
	margin: 0;
	padding: 0;
	height: 16px;
}
.clearcolumnsline {
	clear: both;
	margin: 0;
	padding: 0;
	height: 8px;
	border-top: 1px dashed #CCC;
}
/* --------------------------------------------------------------------------------------*** FONTS 

h1 {
	color: #ff6400;
	font-weight: normal;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin:0;
}

.h1_underline {border-bottom:solid 1px #CCC;}

h2 {
	color: #221a53;
	font-weight: normal;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

h3 {
	color: #221a53;
	font-weight: normal;
	font-size: 1.1em;
}

h4 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:100;
	margin:0;
	text-transform:uppercase;
}  */

h1 {
	color: #ff6400;
	font-weight: normal;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	margin:0;
	text-transform: uppercase;
}

.h1_underline {border-bottom:solid 1px #CCC;}

h2 {
	color: #ff6400;
	font-weight: normal;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

h3 {
	color: #221a53;
	font-weight: normal;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	margin:0;
	text-transform: uppercase;
}

h4 {
	color: #221a53;
	font-weight: normal;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	text-transform:none;
}

ul li {
	list-style-position: inside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
	font-size: 0.9em;
}
ol li {
	margin-top:1em;
	}
p {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.9em;
}
/* --------------------------------------------------------------------------------------*** NEWS */


.leftcolumn75 a {
	color: #FF6600;
}
.leftcolumn a {
	color: #FF6600;
}

#footer a {color: #FFF;}

/* --------------------------------------------------------------------------------------*** HOMEPAGE NAV */
#homepage_nav {float: right; margin: 30px 0 0 0; padding: 0;}

#homepage_nav a {
	width: 325px;
	height: 22px;
	display: block;
	background-image: url(../images/homepage_nav.gif);
	background-repeat: no-repeat;
	background-position: 1px bottom;
	text-decoration: none;
	padding: 5px 0 0 25px;
	text-transform:  uppercase;
	color: #999999;
}

#homepage_nav a:hover {color: #ff6400;}

#homepage_nav span {color: #221a53;}

#content_home {
	width: 723px;
	margin: 0 0 0 10px;
	padding:5px 0 0 10px;
	position:relative;
	top:15px;
}

#content_homepage {
	background-image:url(../images/landing_image.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:440px;
	width: 723px;
	margin: 0 0 0 10px;
	padding:5px 0 0 10px;
	position:relative;
	top:15px;
}

.leftcolumn_home {
	height: auto;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width:200px;
}

.midcolumn_home {
	/*background-image:url(../images/landing_arrows.gif);*/
	background-position:top right;
	background-repeat:no-repeat;
	height:auto;
	position:relative;
	margin:-20px 0 0 17px;
	padding:0;
	float:left;
	width:235px;
}

#newsbox {
	margin:200px 0 0 0;
	padding-left:30px;
	position:relative;
	width:220px;
}

#newsbox a {color:#FF6600;}

#newsbox_copy {
	background-image:url(../images/news_mid.gif);
	background-repeat:repeat-y;
	margin:-15px 0 -11px 0;
	padding:10px;
	width:170px;
}

#newsbox span {font-weight:bold;}

#organogram {margin-top:30px;}

.rightcolumn_home {
	height: auto;
	float: right;
	left:-10px;
	position: relative;
	margin: 0;
	padding: 0;
	width:255px;
}

.h1_space {margin:5px;}

/* ------------------------------------------------------------------------------*** CONTENT PAGE RIGHT COLUMN */
.rightcolumn25 .blurbcopy {
	color: #FF6600;
	font-size: 10px;
	margin: 10px;
	display: block;
}.rightcolumn25 .blurbcopy a{
	color: #FF6600;
}

.rightcolumn25 .blurbcopy2 {
	color: #FF6600;
	font-size: 10px;
	margin: 10px;
	display: block;
	background-color:#FFFFFF;
}.rightcolumn25 .blurbcopy2 a{
	color: #FF6600;
}
img.board {
	margin:8px 8px 8px 8px;
	float: left;
}
img.uma {
	margin: 0px 8px 8px 8px;
	float: right;
}
table, tr, td {
	margin:0;
	padding:0;
}
.padded {
	padding: 18px 25px 25px 25px;
}
.padded a {color: #FF6600;}

.whitetop {
	background-color: #FFFFFF;
	background-image:url(../images/follow_page_header.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:55px 8px 8px 8px;
}
.locator {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

/* ---------------------------------------------------------------------------------*** ABOUT/GROUP.PHP  */

a:link#culture_rect, a:visited#culture_rect {
	background-image:url(../images/our_culture_up.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	height:136px;
	margin:-2px 0 0 20px;
	position:relative;
	float:left;
	width:264px;
}

a:hover#culture_rect {background-image:url(../images/our_culture_over.jpg);}

a:link#directors_rect, a:visited#directors_rect {
	background-image:url(../images/our_directors_up.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	height:136px;
	margin:0 0 0 16px;
	position:relative;
	float:left;
	width:264px;
}

a:hover#directors_rect {background-image:url(../images/our_directors_over.jpg);}

a:link#management_rect, a:visited#management_rect {
	background-image:url(../images/our_management_up.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	height:136px;
	margin:-2px 0 0 6px;
	position:relative;
	float:left;
	width:264px;
}

a:hover#management_rect {background-image:url(../images/our_management_over.jpg);}

a:link#shareholders_rect, a:visited#shareholders_rect {
	background-image:url(../images/our_shareholders_up.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	height:136px;
	margin:0 0 0 8px;
	position:relative;
	float:left;
	width:264px;
}

a:hover#shareholders_rect {background-image:url(../images/our_shareholders_over.jpg);}

#group_rect {
	background-image:url(../images/group_rect_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:375px;
	margin-left:-20px;
	position:relative;
	width:560px;
}

#group_top_set {height:152px; margin:25px 0 0 0; position:relative;}

#group_bottom_set {height:152px;}

/* ---------------------------------------------------------------------------------*** ABOUT/CORP_SERVICES.PHP  */

a:link#claims_button, a:visited#claims_button {
	background-image:url(../images/services/claims_btn.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	height:136px;
	margin:-24px 0 0 0;
	position:relative;
	float:left;
	width:268px;
}

a:hover#claims_button {background-image:url(../images/services/claims_btn_over.jpg);}

a:link#credentials_button, a:visited#credentials_button {
	background-image:url(../images/services/credentials_btn.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	height:136px;
	margin:-24px 0 0 0;
	position:relative;
	float:left;
	width:520px;
}

a:hover#credentials_button {background-image:url(../images/services/credentials_btn_over.jpg);}

a:link#csr_button, a:visited#csr_button {
	background-image:url(../images/services/csr_btn.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	height:136px;
	margin:0 0 0 0;
	position:relative;
	float:left;
	width:268px;
}

a:hover#csr_button {background-image:url(../images/services/csr_btn_over.jpg);}

a:link#facilities_button, a:visited#facilities_button {
	background-image:url(../images/services/facilities_btn.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	height:136px;
	margin:-24px 0 0 0;
	position:relative;
	float:left;
	width:252px;
}

a:hover#facilities_button {background-image:url(../images/services/facilities_btn_over.jpg);}

a:link#finance_button, a:visited#finance_button {
	background-image:url(../images/services/finance_btn.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	height:136px;
	margin:-25px 0 0 0;
	position:relative;
	float:left;
	width:268px;
}

a:hover#finance_button {background-image:url(../images/services/finance_btn_over.jpg);}

a:link#hr_button, a:visited#hr_button {
	background-image:url(../images/services/hr_btn.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	height:136px;
	margin:-23px 0 0 0;
	position:relative;
	float:left;
	width:268px;
}

a:hover#hr_button {background-image:url(../images/services/hr_btn_over.jpg);}

a:link#legal_button, a:visited#legal_button {
	background-image:url(../images/services/legal_btn.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	height:136px;
	margin:-23px 0 0 0;
	position:relative;
	float:left;
	width:252px;
}

a:hover#legal_button {background-image:url(../images/services/legal_btn_over.jpg);}

a:link#marketing_button, a:visited#marketing_button {
	background-image:url(../images/services/marketing_btn.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	height:136px;
	margin:-25px 0 0 0;
	position:relative;
	float:left;
	width:252px;
}

a:hover#marketing_button {background-image:url(../images/services/marketing_btn_over.jpg);}

a:link#underwriting_button, a:visited#underwriting_button {
	background-image:url(../images/services/underwriting_btn.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	height:136px;
	margin:0 0 0 0;
	position:relative;
	float:left;
	width:252px;
}

a:hover#underwriting_button {background-image:url(../images/services/underwriting_btn_over.jpg);}



#services_buttonset {
	background-image:url(../images/services_guide.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:535px;
	position:relative;
	width:520px;
}

/* ---------------------------------------------------------------------------------*** BUSINESS/SERVICES.PHP  */

.pillbutton {
	background-image:url(../images/pillbutton_generic.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	height:80px;
	margin-bottom:10px;
	padding:4px 0 0 20px;
	width:500px;
}

.pillbutton_logo {float:right; margin:-30px 25px 0 0; position:relative;}

#quest_logo {left:-10px; position:relative; top:-5px;}

#shavian_logo {left:-25px; position:relative; top:-10px;}

#transqua_logo {left:-10px; position:relative;}

/* ---------------------------------------------------------------------------------*** INDEX.PHP */
#flash {
	left:1px;
	position:relative;
}

.nudge_left { margin-left:-30px; position:relative;}

#news_section {
	background-image:url(../images/news_section_background.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:130px;
	width:730px;
}

#news_column_one {
	float:left;
	height:118px;
	margin:0 0 0 300px;
	padding:0 10px 10px 10px;
	position:relative;
	width:190px;
}

#news_column_two {
	float:left;
	height:118px;
	margin:0 0 0 10px;
	padding:0 10px 10px 10px;
	position:relative;
	width:190px;
}
