@import url( 'lightbox.css' );

/*~~~~~~~~~~~STANDARD PAGE IDS~~~~~~~~~~~*/ 
* {
	margin:0;padding:0;
}

body {
	margin:0;padding:0;	background: url(bg_html.jpg); background-repeat: repeat-x; background-color: white;	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; 
}

.bgwhite {background-color:white;}

#site-wrapper {
	width: 844px;	margin-left: auto;	margin-right: auto;	padding: 0; background-image: url(bg_body.jpg); background-repeat: repeat-y;
}

#header {
	 height: 115px; margin-left: auto; margin-right:auto;
}

#header_img {
	background-image: url(bg_header.jpg); margin-left:auto; margin-right:auto; width: 800px; height: 108px;
}

#header_contact {
	float:right; margin: 0 50px 0 0;
}

#nav_bar {
	background-color: #56555C; background-image: url(bg_nav.jpg); background-repeat: repeat-x; width: 100%; height: 27px; padding: 0 0 0 0; margin: 0 auto 0 auto;
}

#nav_container {
	width: 100%; margin-left: auto; margin-right: auto; height: 27px; background-image: url(bg_nav.jpg);position: fixed;
	top: 0px;
	z-index: 99;
	_position: absolute;
	_top: expression((dummy = document.documentElement.scrollTop) + "px");
}

/*~~~~~~~~~~~NAVIGATION~~~~~~~~~~~*/

.dropmenu {
  width:800px; font-size:8pt; line-height: 27px; padding:0; list-style:none; margin: 0 auto 0 auto; border-left: 1px solid #C9C6B3; background-image: url(bg_nav.jpg);
	
} /*Color navigation bar normal mode*/

.dropmenu ul {
  margin: 0;	
  padding: 0;
  list-style-type:none; 
  color: white;
}

.dropmenu ul li {
  float:left; 
  position:relative; 
  z-index:auto !important /*Non-IE6*/; 
  z-index:1000 /*IE6*/; 
  border-right:solid 1px #c9c6b3; 
  color: white;
}

.dropmenu ul li a {
  float:none !important /*Non-IE6*/; 
  float:left /*IE-6*/; 
  display:block; 
  line-height:27px; 
  padding:0 20px 0 20px; 
  text-decoration:none; 
  color: white; 
  font-weight: normal;
  background:url('bg_nav.jpg');
}

.dropmenu ul li ul {
  display:none; 
  border:none; 
  color: white;
}

/*Non-IE6 hovering*/
.dropmenu ul li:hover a {
  background:url('bg_nav.jpg') left bottom;color:white;
  text-decoration:none;
} /*Color main cells hovering mode*/

.dropmenu ul li:hover ul {
  display:block; 
  width:10.0em;
  position: absolute; 
  z-index:999; 
  top:27px; 
  left:0;
  text-align: left;
  
}

.dropmenu ul li:hover ul li a {
  display:block; 
  width:170px; 
  height:auto; 
  line-height:27px; 
  padding:0 5px 0 10px;
  font-weight:normal; 
  color:white;
  background:url('bg_nav2.jpg');color:#ffffff;
} /*Color subcells normal mode*/

.dropmenu ul li:hover ul li a:hover {
  text-decoration:none; 
  background:url('bg_nav.jpg') left bottom;color:white;
} /*Color subcells hovering mode*/

/*IE6 hovering*/
.dropmenu table {
  position:absolute; 
  top:-9px; 
  left:0; 
  border-collapse:collapse;
}

.dropmenu ul li a:hover {
  text-decoration:none;
  color: white;
  background: url(bg_nav.jpg) left bottom;
} /*Color main cells hovering mode*/

.dropmenu ul li a:hover ul {
  display:block; 
  width:10.0em; 
  position:absolute; 
  z-index:999; 
  top:36px; 
  t\op:36px; 
  marg\in-top:0.0em;
}

.dropmenu ul li a:hover ul li a {
  display:block; 
  w\idth:180px; 
  height:1px; 
  line-height:27px; 
  padding:0px 16px 0px 16px; 
  border-left:solid 1px white; 
  font-weight:normal; 
  color:white;
  background-image:url(bg_nav2.jpg);
} /*Color subcells normal mode*/

.dropmenu ul li a:hover ul li a:hover {
  background-image:url(bg_nav.jpg) left bottom;
  color: white; 
  text-decoration:none; 
} /*Color subcells hovering mode*/

.dropmenu a:visited {
	color: White; text-decoration: none;
}


#selected {
	 background-color:#9695A0;background: url(bg_nav.jpg) left bottom; background-repeat: repeat-x; height: 27px;
}


/*~~~~~~~~~~~SUB-NAVIGATION~~~~~~~~~~~*/
#submenu_bg {
	background-color: #112145; width: 100%; height: 29px; padding: 0 0 0 0; margin: 0 auto 0 auto; border-top: 2px solid #B80E33	;
}
#submenu_nav_bar {
	background-color: #112145; width: 800px; height: 29px; padding: 0 0 0 0; margin: 0 auto 0 auto;
}
#submenu ul { margin: 0; padding: 0; list-style-type:none; color: white; font-size: 8pt;}
#submenu ul li { float:left;  color: white;}
#submenu ul li a { float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; line-height:27px; padding:0 10px 0 10px; text-decoration:none; color: white; font-weight: normal; background-color:#112145; border: 1px solid #112145;}
#submenu ul li a:hover {  background-color:#B80E33;color:#ffffff;text-decoration:none; border-left: 1px solid #B80E33; border-top: 1px solid #B80E33; border-right: 1px solid #B80E33; border-bottom: 0px solid white; height: 28px;} 

#submenu .subthere {
	background-color:#B80E33;color:#ffffff;text-decoration:none; border-left: 1px solid #B80E33; border-top: 1px solid #B80E33; border-right: 1px solid #B80E33; border-bottom: 0px solid white; height: 28px;
}

/*~~~~~~~~~~~BODY~~~~~~~~~~~*/

#header_contact {
	font-size: 8pt; line-height: 15pt; padding: 10px 0 0 10px; color: white; letter-spacing: 1px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#content_wrapper {
	width: 100%; background-color: white;
}

#content {
	padding: 12px 23px 5px 30px;	text-align: justify;	font-size: 10pt;	line-height: 14pt;	clear: both;	background-color: white;	margin: 0 auto 10px auto;	width: 800px;}

#footer {
	background-color: #56555C; background-image: url(bg_nav.jpg); background-repeat: repeat-x; width: 100%; height: 27px; padding: 0 0 0 0; margin: 0 auto 0 auto;
}

#footer_content {
	background-color: #56555C; background-image: url(bg_nav.jpg); background-repeat: repeat-x;  height: 22px; padding: 5px 0 0 0; margin: 0 auto 0 auto; width: 800px; color: white; margin: 0 auto 0 auto;  font-size: 8pt; letter-spacing: 1px;
}

#footer a {
	color: white;	text-decoration: none;}

#footer a:hover {
	color: white;	text-decoration: none;}
	

/*######### STANDARD STYLES ###########*/

h1 {
	font-size: 17pt; letter-spacing: 1px; color: #545479; margin: 30px 0 17px 0; font-weight: normal; font-family: Perpetua, Times New Roman;  
}

h2 {
	font-size: 17pt; letter-spacing: 1px; color: #6160A1; margin: 30px 0 5px 0; font-family: Perpetua, Times New Roman; font-weight: normal;}

h3 {	font-size: 14pt; letter-spacing: 1px; color: #545479; text-decoration: underline; margin: 15px 0 6px 0; font-weight: normal; font-family: Perpetua, Times New Roman;  
}

h4 {
	font-size: 13pt; letter-spacing: 1px; color: #545479; text-decoration: none; margin: 8px 0 10px 0; font-weight: normal; font-family: Perpetua, Times New Roman;
}

h4 a {
	text-decoration: none;
}

h4 a:hover {
	text-decoration: underline;
}

h6 {
	font-size: 9pt; letter-spacing: 0px; color: #112145; margin: 5px 0 10px 0; font-weight: normal;}

h5 {
	font-size: 9pt; letter-spacing: 0px; color: #3A3969; margin: 6px 0 10px 0; font-weight: normal;}

	
.title_underline { border-bottom: 1px solid #B80E33; padding: 0 0 3px 0;}

.heading_underline { border-bottom: 1px solid #B80E33; padding: 0 0 3px 0;font-size: 13pt; letter-spacing: 1px; color: #112145; margin: 5px 0 17px 0; font-weight: normal; }


#content li {
	margin: 7px 0 7px 45px;
}

a {
	color: #7F7EB1; text-decoration: underline;  ;
}

a:hover {
	color: #B1B1C1; text-decoration: none; border-bottom: none;
}

img {
	border: none;
}


.centered {
	margin-left: auto; margin-right: auto; text-align: center;
}

.miniform {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px;
}

.LittleForm {font-family: verdana, courier new, courier, sans-serif; font-size:10px;color:#000000;font-
}

.blue_drop { background-color: #E1E0F6; color: #626268;}

.left_images { padding: 0 3px 0 0;
}

.left_images_cell {width: 78px;}

#index_one {height: 120px; width: 800px; background: url(index_1.jpg); margin: 20px 0 10px 0;}
#index_two {height: 120px; width: 800px; background: url(index_2.jpg); margin: 20px 0 10px 0;}
#index_three {height: 120px; width: 800px; background: url(index_3.jpg); margin: 20px 0 10px 0;}
#index_four {height: 120px; width: 800px; background: url(index_4.jpg); margin: 20px 0 10px 0;}

#home_table { width: 100%;}	
#home_table td {vertical-align: top;}
#home_table2 td { padding: 5px;}
#home_table2 { width: 100%;}

.info {	color: Blue;	font-weight: bold;	background-color: Yellow;}
acronym {	cursor: help;}

#home_table .middle td {
	vertical-align: middle;
} 

.index_table {
	margin-left: auto; margin-right: auto; text-align: center;
}

.twenty-five {width: 25%}
.fifty {width: 50%}
.thirty-three {width: 33%}

#side_page_table {width: 100%;}
#side_page_content_cell {padding: 0 0 0 20px; vertical-align: top;}

.hr {
	background: url(bg_hr.gif); height: 40px; width: 800px; margin: 0 0 10px 0;
}

.content_image {
	border: 1px solid #A1A1A1; margin: 10px;
}

.people_list {
	line-height: 10px;
}


.specialisms {
	font-size: 13pt; letter-spacing: 1px; color: #545479; text-decoration: none; margin: 8px 0 10px 0; font-weight: normal; font-family: Perpetua, Times New Roman;
}

.specialisms a {
	text-decoration: none;
}

/*######### Largeform ###########*/

.largeform { padding:8px;}
.largeform td { background-color: #F5EAE8;padding:8px;}
.largeform-header { background-image: url(bg_adminform.gif); font-weight: bold;}

.blue_form_people {
	width: 170px;
}


/*########### RIGHT AUX DIVS #############*/

.aux_newsletter {	height: 82px; width: 152px; background-image: url(bg_newsletter.png); text-align: center; color: white; padding: 2px 0 0 0;}

.aux_links {	height: 96px; width: 142px; background-image: url(bg_links.png); text-align: left; color: white; padding: 4px 4px 0 6px; }
.aux_links ul {	margin: 0 0 0 -15px;}
.aux_links li {	list-style-image: url(list_bullet_aux.gif); list-style-position: outside; line-height: 14px; }
.aux_links a {	color: white; text-decoration: underline;}
.aux_links a:hover {	color: white; text-decoration: none;}

.aux_stats {	height: 111px; width: 142px; background-image: url(bg_stats.png); text-align: left; color: white; padding: 4px 4px 0 6px; }
.index_accessibility {padding: 4px 0 0 5px;}


/*########### MISC STYLES #############*/

/*########### HOME_NEWS STYLES #############*/

#home_news {
	width: 800px; height: 175px; border: 1px solid #838292;
}

.home_news_header {
	background: url(bg_news_header.jpg); height: 25px;
}

.home_news_content_1 {
	height: 150px;
}

.home_news_content_2 {
	height: 150px;
}


/*########### NEWS #############*/

.news {width: 80%;}
.news_headline { background: url(bg_news_full_header.gif); padding: 2px 0 2px 8px;}
.news_headline a {color: #F5F3FA; text-decoration: none;  border-bottom: none;}
.news_headline a:hover { color: white; text-decoration: none; border-bottom: 1px solid #CFC9E6;}
.news_content { background-color: #EDECF6; color: #454545; padding: 8px; font-size: 9pt;}
.news_content a {color: #6D648E; text-decoration: none;  border-bottom: 1px solid #6D648E;}
.news_content a:hover { color: #112145; text-decoration: none; border-bottom: none;}


/*########### OUR PEOPLE #############*/

.people_table {  margin-left: auto; margin-right: auto; border: 2px solid #B80E33; background-color: #112145; color: White; width: 420px;}
.people_table td {padding: 8px;}
.people_table_left {width: 300px;}

.people_table_results { background-color: #112145; color: white; border-top: 2px solid #112145; border-left:  2px solid #112145; border-right:  2px solid #112145; border-bottom: 1px solid #112145;}
.people_table_results td {padding: 8px;}
.people_table_results_left { color: #112145; background-color: white;border-bottom: 1px solid #112145;}
.people_table_results_left a { color: #112145; text-decoration: none; border-bottom: 1px solid #B80E33;}
.people_table_results_left a:hover { border-bottom: none;}
.people_table_results_middle { color: white; background-color: #B80E33;border-bottom: 1px solid #112145;}
.people_table_results_right { color: white; background-color: #112145; border-bottom: 1px solid #112145;}

.people_indiv_header {color: White; }
.people_indiv_header td {padding: 8px;}
.people_indiv_header_left {color: white; background-color: #B80E33;}
.people_indiv_header_right {color: white; background-color: #112145;}
.people_indiv td {padding: 8px;}
.people_indiv_img a {border: none;}
.people_indiv_left {font-size: 11pt; color: #112145;} 

.contact td { vertical-align: top;}
.contact-form {margin-left: auto; margin-right: auto;margin-left: auto; margin-right: auto; text-align: justify; font-size: 11px;}
.contact-form1 { background-color: #A36967; width: 100%; color: White; background-image: url(menu-background.png)}
.contact-form2 { background-color: #A36967; width: 35%; color: white; }
.contact-form3 {	background-color: #A36967;	width: 65%;	color: white;	}
.contact-form4 {	background-color: #824142;	width: 100%;	background-image: url(menu-background.png); color: white;	padding: 15px; text-align: center;}



/*########### CONTACT FORM #############*/

.contact {  margin-left: auto; margin-right: auto; text-align: justify; }
.contact td { vertical-align: top;}
.contact-form {margin-left: auto; margin-right: auto;margin-left: auto; margin-right: auto; text-align: justify; font-size: 11px;}
.contact-form1 { background-color: #A36967; width: 100%; color: White; background-image: url(menu-background.png)}
.contact-form2 { background-color: #A36967; width: 35%; color: white; }
.contact-form3 {	background-color: #A36967;	width: 65%;	color: white;	}
.contact-form4 {	background-color: #824142;	width: 100%;	background-image: url(menu-background.png); color: white;	padding: 15px; text-align: center;}


/*########### FEATURES #############*/

.features {	margin-left: auto; margin-right: auto; text-align: justify; background-color: #CFC5C5; }
.features td {	vertical-align: top;}
.features-header {	background-image: url(menu-background2.png); background-repeat: repeat-x; color: White; font-weight: bold;}

.features2 {	margin-left: auto; margin-right: auto; text-align: left; background-color: white; }
.features2 td {	vertical-align: top; background-color:#CFC5C5; padding: 5px;}


/*########### ONLINE QUOTE #############*/

#popup_form_loading {background-color: #162B5A; color: White; text-align: center;}
#popup_form_loading h1 {font-size: 13pt; letter-spacing: 1px; color: white; margin: 5px 0 17px 0; font-weight: normal;}
#popup_form_body {background-color: white;}
#popup_form { font-size: 12px;padding: 15px 15px 15px 15px;}
#popup_form h1 {font-size: 13pt; letter-spacing: 1px; color: #112145; margin: 5px 0 17px 0; font-weight: normal;}
#popup_form a {	color: white; text-decoration: underline;}
#popup_form a:hover {	color:white; text-decoration: none;}
.contactform {width: 425px;}
.contactform td {padding: 10px; text-align: left;}
.contactform-header {background-color: white; font-weight: bold;}
.contactform-red {width: 425px; text-align: left;}
.contactform-left {background-color: #676570; color: white;}
.contactform-right {background-color: #DEE0ED; color: white;}


/*########### STARTED #############*/

#started {width:100%; }
.started-indent {width: 50px;}
.started-image {vertical-align: top; }


/*########### LINKS #############*/

.links { width: 70%; margin-left: auto; margin-right: auto; font-size:12px;}
.links-name { background-color: #B1CAD1; width: 100%; color: White; padding:5px;background-image: url(menu-background.png); font-size: 12px; font-weight: bold;}
.links-content { background-color: #EEF5F9; color: #595959; padding:5px;}
.links-content a img {	border: 1px solid #ccc;}
.links-content a:hover img {	border: 1px solid #729AD7;}
.links-content a {	color: #396277;	text-decoration: underline;}
.links-content a:hover {	color: #94AEBB; text-decoration: underline; visibility: visible;/* IE bug fix */}


/*########### MICROSITE #############*/

#microsite { float: right; }

.documents_outer { border: 1px solid #9FACCB; margin-left: auto; margin-right: auto; text-align: justify; }
.documents { margin-left: auto; margin-right: auto; text-align: justify; }
.documents td { vertical-align: middle; padding: 4px; font-size:9pt;}



/* Link Attributes */
.documents a:link, a:visited, a:active {
	
	text-decoration: none;
}

.documents a:hover
{
	color: #478DF4;
	text-decoration: underline;
}

/* Breadcrumbs Attributes */
#Breadcrumbs {
	border: 1px solid #c8c8c8;
	background-color: #F9F9F9;
	font-weight: normal;
	font-size: 9pt;
	margin-bottom: 10px;
	padding: 5px;
	height: 20px;
}
#Breadcrumbs A:Link{
	color: #000000;
}
#Breadcrumbs A:Visited{
	color: #000000;
}
#Breadcrumbs A:Hover{
	text-decoration: underline;
	color: #000000;
}

/* Bottom Breadcrumbs Attributes */
#BottomBreadcrumbs {
	border: 1px solid #C8C8C8;
	background-color: #F9F9F9;
	background-image: url(bg_breadcrumbs.gif);
	font-weight: normal;
	font-size: 9pt;
	margin-top: 10px;
	padding: 5px;
	height: 12px;
}

/* Header And Footer Attributes */
.documents .Header2 {
	background-image: url(../../data/nav.gif);
	background-color: #EBF1F4;
	color: white;
	border: 1px solid white;
	font-weight: normal;
	font-size: 9pt;
	height: 14px;
}

/* Mouse Over And Mouse Out Attributes */
.MouseOut {
	background-color: #FFFFFF;
}
.MouseOver {
	background-color: #F0F0F0;
}