@charset "UTF-8";

/* generic settings */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	color: #333333;
	background-color: #cccccc;
}

.wrapper {
	display: block;
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.main_content {
	background-color: #FFFFFF;
	display: block;
	height: auto;
	width: 554px;
	float: left;
	background-image: url(../images/2_column_top.gif);
	background-repeat: no-repeat;
	margin-bottom: 6px;
}

.main_content_bottom {
	background-image: url(../images/2_column_bottom.gif);
	display: block;
	height: 8px;
	width: 554px;
	background-repeat: no-repeat;
	font-size: 1px;
}

#main_content_wrapper {
	float: left;
	width: 484px;
	padding-left: 30px;
	padding-right: 40px;
	padding-bottom: 0.7em;
}

.main_content h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #003366;
	padding-bottom: 0.5em;
	padding-top: 1em;
}

.main_content h2 {
	font-size: 1.4em;
	color: #003366;
	font-weight: normal;
}

.main_content h2 a {
	color: #003366;
	text-decoration: underline;
}

#people_list_byservice h2 a {
	color: #003366;
	text-decoration: none;
}

.main_content h2 a:hover {
	text-decoration: underline;
}

.main_content h3 {
	font-size: 1.2em;
	color: #003366;
	font-weight: normal;
	margin-top: .5em;
	margin-bottom: .5em;
}

.main_content .standfirst {
	font-size: 1.2em;
	line-height: 1.6em;
}

.main_content p {
	font-size: 1.2em;
	line-height: 1.6em;
	padding-bottom: 1em;
}

.main_content p a {
	color: #333333;
	text-decoration: underline;
}

.clearboth {
	clear: both;
}

.skiptocontent {
	display: none;
}

form input {
	color: #999999;
}

form .text_input {
	padding-left: 3px;
}

/* end generic settings */

/*  header */

#header {
	display: block;
	height: auto;
	width: 800px;
	background-color: #FFFFFF;
	margin-bottom: 6px;
}

#header #header_logo {
	display: block;
	height: 27px;
	width: 289px;
	padding-top: 42px;
	padding-left: 15px;
	float: left;
	padding-bottom: 12px;
}

#header #search_form {
	display: block;
	float: right;
	padding-right: 15px;
	padding-top: 35px;
	width: 460px;
	height: auto;
}

#header #search_form #search_text {
	height: 18px;
	border: 1px solid #003366;
	display: block;
	width: 166px;
	float: left;
	margin-right: 6px;
}

#header #search_form label {
	display: block;
	font-size: 1em;
	color: #003366;
	padding-bottom: 3px;
}

#header #search_form .submit_button {
	display: block;
	float: left;
}

#header fieldset {
	float: right;
}

/* top navigation bar */

#nav {
	width: 800px;
	background-image: url(../images/navbar_bg_01.gif);
	background-repeat: no-repeat;
	display: block;
	background-color: #1c4977;
	height: auto;
}

#nav ul {
	display: block;
	list-style-image: none;
	list-style-type: none;
	padding-top: 7px;
	padding-left: 7px;
	height: auto;
	width: 793px;
}

#nav li {
	display: inline;
	font-size: 1.2em;
	color: #FFFFFF;
	padding-right: 0.8em;
	padding-left: 1em;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover {
	color: #CCCCCC;
}

.nav_divider {
	background-image: url(../images/pixel_white.gif);
	background-repeat: repeat-y;
}

#nav_bottom {
	display: block;
	height: 8px;
	width: 800px;
	background-image: url(../images/navbar_bg_02.gif);
	background-repeat: no-repeat;
	font-size: 1px;
}

/* landing style page intro areas*/

#landingtext {
	display: block;
	height: auto;
	width: 524px;
	background: #FFFFFF url(../images/2_column_top.gif) no-repeat;
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 8px;
}

#landingtext h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #003366;
	margin-bottom: 0.4em;
}

#landingtextbottom {
	display: block;
	height: 14px;
	width: 554px;
	background: #cccccc url(../images/2_column_bottom.gif) no-repeat;
}

.landing_intro {
	background-color: #FFFFFF;
	display: block;
	height: auto;
	width: 800px;
	margin-bottom: 6px;
}

.landing_intro_left {
	display: block;
	height: 150px;
	width: 220px;
	float: left;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFFFFF;
}

.landing_intro_left h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: .4em;
}

.landing_intro p {
	font-size: 1.1em;
	line-height: 1.3em;
}

.landing_intro p a {
	margin-top: 0.9em;
	display: block;
}

.landing_intro a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.landing_intro a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.landing_intro_right {
	display: block;
	height: 192px;
	width: 540px;
	background-color: #FFFFFF;
	float: right;
}

.landing_intro_bottom {
	display: block;
	height: 8px;
	width: 800px;
	font-size: 1px; /* bug fix for ie 6 */
}

.landing_intro dt {
	font-size: 1.3em;
	margin-top: 0.9em;
}

.landing_intro dd {
	font-size: 1.1em;
	font-weight: bold;
}

.landing_intro dd.phone {
	font-size: 1.4em;
	font-weight: bold;
}

#home .landing_intro {
	background-image: url(../images/intro_home_bg.gif);
	background-repeat: repeat-y;
}

#home .landing_intro_left {
	background-color: #34679A;
	background-image: url(../images/introleft_home_bg.gif);
	background-repeat: no-repeat;
}

#home .landing_intro_bottom {
	background-image: url(../images/intro_home_bottom.gif);
	background-repeat: no-repeat;
}

#corporate .landing_intro {
	background-image: url(../images/intro_corporate_bg.gif);
	background-repeat: repeat-y;
}

#corporate .landing_intro_left {
	background-color: #666CB3;
	background-image: url(../images/introleft_corporate_bg.gif);
	background-repeat: no-repeat;
}

#corporate .landing_intro_bottom {
	background-image: url(../images/intro_corporate_bottom.gif);
	background-repeat: no-repeat;
}

#public .landing_intro {
	background-image: url(../images/intro_public_bg.gif);
	background-repeat: repeat-y;
}

#public .landing_intro_left {
	background-color: #f48b20;
	background-image: url(../images/introleft_public_bg.gif);
	background-repeat: no-repeat;
}

#public .landing_intro_bottom {
	background-image: url(../images/intro_public_bottom.gif);
	background-repeat: no-repeat;
}

#agricultural .landing_intro {
	background-image: url(../images/intro_agricultural_bg.gif);
	background-repeat: repeat-y;
}

#agricultural .landing_intro_left {
	background-color: #B39E0F;
	background-image: url(../images/introleft_agricultural_bg.gif);
	background-repeat: no-repeat;
}

#agricultural .landing_intro_bottom {
	background-image: url(../images/intro_agricultural_bottom.gif);
	background-repeat: no-repeat;
}

#cip .landing_intro {
	background-image: url(../images/intro_agricultural_bg.gif);
	background-repeat: repeat-y;
}

#cip .landing_intro_left {
	background-color: #B39E0F;
	background-image: url(../images/introleft_agricultural_bg.gif);
	background-repeat: no-repeat;
}

#cip .landing_intro_bottom {
	background-image: url(../images/intro_agricultural_bottom.gif);
	background-repeat: no-repeat;
}

#cig .landing_intro {
	background-image: url(../images/intro_corporate_bg.gif);
	background-repeat: repeat-y;
}

#cig .landing_intro_left {
	padding-top: 0px;
	background-color: #666CB3;
	background-image: url(../images/introleft_corporate_bg.gif);
	background-repeat: no-repeat;
}

#cig .landing_intro_bottom {
	background-image: url(../images/intro_corporate_bottom.gif);
	background-repeat: no-repeat;
}

#employment .landing_intro {
	background-image: url(../images/intro_employment_bg.gif);
	background-repeat: repeat-y;
}

#employment .landing_intro_left {
	background-color: #8A1F03;
	background-image: url(../images/introleft_employment_bg.gif);
	background-repeat: no-repeat;
}

#employment .landing_intro_bottom {
	background-image: url(../images/intro_employment_bottom.gif);
	background-repeat: no-repeat;
}

#family .landing_intro {
	background-image: url(../images/intro_employment_bg.gif);
	background-repeat: repeat-y;
}

#family .landing_intro_left {
	background-color: #8A1F03;
	background-image: url(../images/introleft_employment_bg.gif);
	background-repeat: no-repeat;
}

#family .landing_intro_bottom {
	background-image: url(../images/intro_employment_bottom.gif);
	background-repeat: no-repeat;
}

#residential .landing_intro {
	background-image: url(../images/intro_employment_bg.gif);
	background-repeat: repeat-y;
}

#residential .landing_intro_left {
	background-color: #8A1F03;
	background-image: url(../images/introleft_employment_bg.gif);
	background-repeat: no-repeat;
}

#residential .landing_intro_bottom {
	background-image: url(../images/intro_employment_bottom.gif);
	background-repeat: no-repeat;
}

#tax .landing_intro {
	background-image: url(../images/intro_home_bg.gif);
	background-repeat: repeat-y;
}

#tax .landing_intro_left {
	background-color: #34679A;
	background-image: url(../images/introleft_home_bg.gif);
	background-repeat: no-repeat;
}

#tax .landing_intro_bottom {
	background-image: url(../images/intro_home_bottom.gif);
	background-repeat: no-repeat;
}

#litigation .landing_intro {
	background-image: url(../images/intro_home_bg.gif);
	background-repeat: repeat-y;
}

#litigation .landing_intro_left {
	background-color: #34679A;
	background-image: url(../images/introleft_home_bg.gif);
	background-repeat: no-repeat;
}

#litigation .landing_intro_bottom {
	background-image: url(../images/intro_home_bottom.gif);
	background-repeat: no-repeat;
}

#realestate .landing_intro {
	background-image: url(../images/intro_agricultural_bg.gif);
	background-repeat: repeat-y;
}

#realestate .landing_intro_left {
	background-color: #B39E0F;
	background-image: url(../images/introleft_agricultural_bg.gif);
	background-repeat: no-repeat;
}

#realestate .landing_intro_bottom {
	background-image: url(../images/intro_agricultural_bottom.gif);
	background-repeat: no-repeat;
}

#shipping .landing_intro {
	background-image: url(../images/intro_shipping_bg.gif);
	background-repeat: repeat-y;
}

#shipping .landing_intro_left {
	background-color: #34679A;
	background-image: url(../images/introleft_home_bg.gif);
	background-repeat: no-repeat;
}

#shipping .landing_intro_bottom {
	background-image: url(../images/intro_shipping_bottom.gif);
	background-repeat: no-repeat;
}

/* home page services */

.services {
	display: block;
	height: auto;
	width: 554px;
	background-image: url(../images/2_column_split_bg.gif);
	background-color: #FFFFFF;
	float: left;
	margin-bottom: 6px;
}

.services_left {
	display: block;
	float: left;
	height: auto;
	width: 244px;
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-image: url(../images/1_column_left.gif);
}

.services_right {
	display: block;
	float: left;
	width: 244px;
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 15px;
	height: auto;
	margin-left: 6px;
	background-image: url(../images/1_column_right.gif);
	background-repeat: no-repeat;
}

.services h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #003366;
	margin-bottom: 0.4em;
}

.services p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-top: .4em;
}

.services_bottom {
	background-image: url(../images/2_column_split_bottom.gif);
	background-repeat: no-repeat;
	display: block;
	height: 8px;
	width: 554px;
	font-size: 1px;
}

/* quicklink boxes*/
		
.services .quicklink {
	background-image: url(../images/quicklink_services_bg.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 554px;
	display: block;
}

.services #quicklink_left {
	display: block;
	float: left;
	height: auto;
	width: 249px;
	padding-top: 60px;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
}

.services #quicklink_right {
	display: block;
	float: left;
	height: auto;
	width: 249px;
	padding-top: 60px;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-left: 6px;
}

.services .quicklink h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #834252;
	margin-bottom: 0.4em;
}

.services .quicklink label {
	color: #834252;
	display: block;
	height: auto;
	margin-bottom: 0.6em;
	width: 249px;
}

.services .quicklink_options {
	display: block;
	width: 195px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	height: auto;
	font-size: 1.2em;
}

/* landing page department info */

.department {
	display: block;
	height: auto;
	width: 554px;
	background-image: url(../images/2_column_split_bg.gif);
	background-color: #FFFFFF;
	float: left;
	margin-bottom: 6px;
}

.department h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #003366;
	margin-bottom: 0.4em;
}

.department p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-top: .4em;
}

.department dt {
	font-size: 1.2em;
	color: #666666;
}

.department dd {
	font-size: 1.2em;
	color: #003366;
	padding-bottom: 0.7em;
}

.department dd a {
	color: #003366;
	text-decoration: none;
}

.department dd a:hover {
	text-decoration: underline;
}

.department_left_wrapper {
	display: block;
	float: left;
	height: auto;
	width: 274px;
	background-repeat: no-repeat;
	background-image: url(../images/1_column_left.gif);
}

.department_left {
	display: block;
	float: left;
	height: auto;
	width: 244px;
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 15px;
}

.department_left p a {
	color: #333333;
	text-decoration: none;
}

.department_left p a:hover {
	text-decoration: underline;
}

.department_right_wrapper {
	display: block;
	float: left;
	height: auto;
	width: 274px;
	background-repeat: no-repeat;
	background-image: url(../images/1_column_right.gif);
	margin-left: 6px;
}

.department_right {
	display: block;
	float: left;
	width: 184px;
	padding-top: 12px;
	padding-right: 75px;
	padding-left: 15px;
	padding-bottom: 10px;
	height: auto;
}

.department .quicklink {
	display: block;
	float: left;
	height: auto;
	width: 249px;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	background-image: url(../images/quicklink_bg.jpg);
	background-repeat: no-repeat;
}

.department .quicklink h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #834252;
	margin-bottom: 0.4em;
}

.department .quicklink label {
	color: #834252;
	display: block;
	height: auto;
	margin-bottom: 0.6em;
	width: 249px;
}

.department .quicklink_options {
	display: block;
	width: 195px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	height: auto;
	font-size: 1.2em;
}

.department #findmembers {
	float: left;
	width: 244px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 5px;
	padding-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
	display: inline;
}

.department #findmembers a {
	font-size: 1.1em;
	color: #003366;
	text-decoration: none;
}

.department #findmembers a:hover {
	text-decoration: underline;
}

.department_bottom {
	background-image: url(../images/2_column_split_bottom.gif);
	background-repeat: no-repeat;
	display: block;
	height: 8px;
	width: 554px;
	font-size: 1px;
}

/* contact details for department home pages */
		


#corporate .department_right {
	background-image: url(../images/people/contact_corporate.jpg);
	background-repeat: no-repeat;
}

#agricultural .department_right {
	background-image: url(../images/people/contact_agricultural.jpg);
	background-repeat: no-repeat;
}

#cip .department_right {
	background-image: url(../images/people/contact_commercial.jpg);
	background-repeat: no-repeat;
}

#cig .department_right {
	background-image: url(../images/people/contact_cig.jpg);
	background-repeat: no-repeat;
}

#employment .department_right {
	background-image: url(../images/people/contact_employment.jpg);
	background-repeat: no-repeat;
}

#family .department_right {
	background-image: url(../images/people/contact_family.jpg);
	background-repeat: no-repeat;
}

#public .department_right {
	background-image: url(../images/people/contact_public.jpg);
	background-repeat: no-repeat;
}

#residential .department_right {
	background-image: url(../images/people/contact_residential.jpg);
	background-repeat: no-repeat;
}

#tax .department_right {
	background-image: url(../images/people/contact_tax.jpg);
	background-repeat: no-repeat;
}

#litigation .department_right {
	background-image: url(../images/people/contact_litigation.jpg);
	background-repeat: no-repeat;
}

#realestate .department_right {
	background-image: url(../images/people/contact_realestate.jpg);
	background-repeat: no-repeat;
}

#shipping .department_right {
	background-image: url(../images/people/contact_shipping.jpg);
	background-repeat: no-repeat;
}

/* right hand column */

#right_column {
	display: block;
	height: auto;
	width: 240px;
	float: right;
	margin-left: 6px;
}

#right_column_bottom {
	background-image: url(../images/1_column_bottom.gif);
	background-repeat: no-repeat;
	display: block;
	height: 8px;
	width: 240px;
	font-size: 1px;
	margin-bottom: 6px;
}

#main_contact {
	background-color: #FFFFFF;
	display: block;
	height: auto;
	width: 210px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../images/1_column_top.gif);
	background-repeat: no-repeat;
	padding-top: 1em;
}

#main_contact h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #003366;
	margin-bottom: .8em;
}

#main_contact p {
	font-size: 1.2em;
	color: #333333;
	display: block;
	padding-bottom: 1em;
}

#main_contact dt {
	font-size: 1.2em;
	color: #666666;
}

#main_contact dd {
	font-size: 1.2em;
	color: #003366;
	padding-bottom: .7em;
}

#main_contact dd a {
	color: #003366;
	text-decoration: none;
}

#main_contact dd a:hover {
	text-decoration: underline;
}

/* profile contact details */

#profile_contact {
	background-color: #FFFFFF;
	display: block;
	height: auto;
	width: 210px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../images/1_column_top.gif);
	background-repeat: no-repeat;
	padding-top: 1em;
}

#profile_contact h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #003366;
	margin-bottom: .8em;
}

#profile_contact p {
	font-size: 1.2em;
	color: #333333;
	display: block;
	padding-bottom: 1em;
}

#profile_contact dt {
	font-size: 1.2em;
	color: #666666;
}

#profile_contact dd {
	font-size: 1.2em;
	color: #003366;
	padding-bottom: .7em;
}

#profile_contact dd a {
	color: #003366;
	text-decoration: none;
}

#profile_contact dd a:hover {
	text-decoration: underline;
}

#profile .AccordionPanelContent {
	padding-bottom: 1em;
}

/* newsletter sign-up */

#newsletter_signup {
	background-color: #FFFFFF;
	background-image: url(../images/newslettersignup_bg.jpg);
	background-repeat: no-repeat;
	display: block;
	height: auto;
	width: 210px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 1em;
}

#newsletter_signup h3 {
	font-size: 1.4em;
	color: #003366;
	font-weight: normal;
}

#newsletter_signup p {
	line-height: 1.3em;
	padding-right: 55px;
	margin-top: 0.6em;
}

#newsletter_signup p a {
	color: #000066;
	text-decoration: none;
}

#newsletter_signup p a:hover {
	text-decoration: underline;
}

#newsletter_signup label {
	display: block;
	font-size: 1em;
	color: #003366;
	padding-bottom: 3px;
	height: auto;
	width: 210px;
}

#newsletter_signup #email_field {
	display: block;
	height: 18px;
	width: 147px;
	border: 1px solid #003366;
	float: left;
}

#newsletter_signup .submit_button {
	display: block;
	height: 20px;
	width: 46px;
	float: left;
	margin-left: 10px;
}

/* get in touch box */

#get_in_touch {
	background-color: #FFFFFF;
	display: block;
	height: auto;
	width: 210px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../images/1_column_top.gif);
	background-repeat: no-repeat;
	padding-top: 1em;
}

#get_in_touch h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #003366;
	margin-bottom: 1em;
}

#get_in_touch p {
	font-size: 1.2em;
	color: #333333;
	display: block;
	padding-bottom: 1em;
}

#get_in_touch dt {
	font-size: 1.2em;
	color: #666666;
}

#get_in_touch dd {
	font-size: 1.2em;
	color: #003366;
	padding-bottom: .7em;
}

#get_in_touch dd a {
	color: #003366;
	text-decoration: none;
}

#get_in_touch dd a:hover {
	text-decoration: underline;
}

#get_in_touch .warning {
	font-size: 1em;
	color: #FF0000;
}

#get_in_touch .thankyou {
	font-size: 1.2em;
	color: #009933;
}

#ask_us_to_call {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	display: block;
	padding-top: 1.2em;
	margin-top: 0.5em;
}

#ask_us_to_call label {
	font-size: 1em;
	color: #003366;
	padding-bottom: 0.3em;
	display: block;
}

#ask_us_to_call #name_field, #ask_us_to_call #telephone_field {
	display: block;
	height: 18px;
	width: 205px;
	border: 1px solid #003366;
	margin-bottom: 1em;
}

#contact_us #ask_us_to_call {
	padding-top: 0em;
	border-top: none;
}

/* sort people */

#sort_people {
	background-color: #FFFFFF;
	display: block;
	height: auto;
	width: 210px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../images/1_column_top.gif);
	background-repeat: no-repeat;
	padding-top: 1.5em;
}

#sort_people ul {
	display: block;
	list-style-image: none;
	list-style-type: none;
}

#sort_people li {
	font-size: 1.2em;
	color: #003366;
	padding-bottom: .7em;
}

#sort_people li a {
	color: #003366;
	text-decoration: none;
}

#sort_people li a:hover {
	text-decoration: underline;
}

/* search news */

/* #search_news {
	background-color: #FFFFFF;
	display: block;
	height: auto;
	width: 210px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../images/1_column_top.gif);
	background-repeat: no-repeat;
	padding-top: 1em;
}

#search_news h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #003366;
	margin-bottom: .6em;
}

#search_news label {
	font-size: 1em;
	color: #003366;
	padding-bottom: 0.3em;
	display: block;
}

#search_news #news_search_text {
	display: block;
	height: 18px;
	width: 205px;
	border: 1px solid #003366;
	margin-bottom: 1em;
} */

 /* news archive */

#news_archive {
	background-color: #FFFFFF;
	display: block;
	height: auto;
	width: 210px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../images/1_column_top.gif);
	background-repeat: no-repeat;
	padding-top: 0.6em;
}

#news_archive h2 {
	font-size: 1.4em;
	color: #003366;
	font-weight: normal;
	padding-bottom: .6em;
}

#news_archive h2 a {
	color: #003366;
	text-decoration: none;
}

#news_archive h2 a:hover {
	text-decoration: underline;
}

#news_archive ul {
	display: block;
	list-style-image: none;
	list-style-type: none;
}

#news_archive li {
	font-size: 1.1em;
	line-height: 1.3em;
	padding-bottom: .4em;
}

#news_archive li a {
	color: #333333;
	text-decoration: none;
}

#news_archive li a:hover {
	text-decoration: underline;
}

/* news contact */

#individual_contact {
	background-color: #FFFFFF;
	display: block;
	height: auto;
	width: 210px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../images/1_column_top.gif);
	background-repeat: no-repeat;
	padding-top: 1em;
}

#individual_contact h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #003366;
	margin-bottom: 1em;
}

#individual_contact p {
	font-size: 1.2em;
	color: #333333;
	display: block;
	padding-bottom: 1em;
}

#individual_contact dt {
	font-size: 1.2em;
	color: #666666;
}

#individual_contact dd {
	font-size: 1.2em;
	color: #003366;
	padding-bottom: .7em;
}

#individual_contact dd a {
	color: #003366;
	text-decoration: none;
}

#individual_contact dd a:hover {
	text-decoration: underline;
}

/* landing page resources list */

.resources {
	background-color: #FFFFFF;
	display: block;
	height: auto;
	width: 554px;
	float: left;
	background-image: url(../images/resources_top.jpg);
	background-repeat: no-repeat;
	padding-bottom: 1em;
}

.resources_intro {
	display: block;
	height: auto;
	width: 350px;
	padding-top: 12px;
	padding-right: 0px;
	padding-left: 15px;
	margin-bottom: .5em;
}

.resources_intro h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #003366;
	margin-bottom: 0.4em;
}

.resources_intro p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-top: .4em;
}

.resources_row {
	display: block;
	float: left;
	height: auto;
	width: 554px;
	background-image: url(../images/resources_divider.gif);
	background-repeat: repeat-y;
 margin-top: 1 .em;
	position: relative;
	margin-top: 2.5em;
}

.resources_box {
	display: block;
	width: 159px;
	padding-right: 10px;
	padding-left: 15px;
	float: left;
	height: auto;
	padding-bottom: 2em;
}

.resources_box h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: .4em;
	color: #333333;
}

.resources_box p {
	line-height: 1.3em;
}

.resources_box a {
	color: #000066;
	text-decoration: none;
	display: block;
	position: absolute; /* next two lines float link to bottom */
	bottom: 0px;
	width: 159px;
	height: auto;
}

.resources_box a:hover {
	text-decoration: underline;
}

.resources_bottom {
	background-image: url(../images/2_column_bottom.gif);
	display: block;
	height: 8px;
	width: 554px;
	background-repeat: no-repeat;
	font-size: 1px; /* bug fix for ie 6 */
	margin-bottom: 6px;
	float: left;
}

#breadcrumb_trail {
	background-color: #E6E6E6;
	display: block;
	height: auto;
	width: 767px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 18px;
	padding-right: 15px;
	margin-bottom: 6px;
}

#breadcrumb_trail ul {
	display: block;
	list-style-image: none;
	list-style-type: none;
	font-size: 1.1em;
	color: #003366;
}

#breadcrumb_trail li {
	display: inline;
}

#breadcrumb_trail a {
	color: #003366;
	text-decoration: none;
}

#breadcrumb_trail a:hover {
	text-decoration: underline;
}

/* Service Area listings */


#department_list h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #003366;
	padding-bottom: 0.3em;
	padding-top: .7em;
	padding-left: 20px;
}

#department_list ul {
	list-style-type: none;
	padding-top: 0.7em;
	padding-left: 20px;
}

#department_list ul h2 {
	font-size: 1.4em;
	color: #003366;
}

#department_list ul p {
	font-size: 1.1em;
	line-height: 1.3em;
	padding-top: 0.3em;
}

#department_list ul li .unit {
	display: block;
	width: 238px;
	float: left;
	clear: none;
	padding-right: 25px;
}

#department_list ul li {
	display: block;
	clear: both;
	
}

/* people list by name */

#people_list_byname #list_left {
	float: left;
	width: 156px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 0.7em;
}

#people_list_byname #list_middle {
	float: left;
	width: 161px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0.7em;
}

#people_list_byname #list_right {
	float: left;
	width: 156px;
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 0.7em;
}

#people_list_byname h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #003366;
	padding-left: 20px;
	padding-bottom: 0.6em;
	padding-top: .7em;
}

#people_list_byname ul {
	list-style-image: none;
	list-style-type: none;
}

#people_list_byname li {
	font-size: 1.2em;
	color: #003366;
	padding-top: 0.4em;
}

#people_list_byname li a {
	color: #003366;
	text-decoration: none;
}

#people_list_byname li a:hover {
	text-decoration: underline;
}

#people_list_byname .newletter {
	padding-top: 1em;
}

/* people list by service */

#people_list_byservice #list_left {
	float: left;
	width: 209px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 0.7em;
}

#people_list_byservice #list_right {
	float: left;
	width: 229px;
	margin-left: 16px;
	padding-right: 20px;
	padding-left: 50px;
	padding-bottom: 0.7em;
}

#people_list_byservice h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #003366;
	padding-left: 20px;
	padding-bottom: 0.2em;
	padding-top: .7em;
}

#people_list_byservice h2 {
	padding-top: 1em;
	font-size: 1.4em;
}

#people_list_byservice p {
	padding-left: 20px;
	padding-bottom: 0px;
}

#people_list_byservice ul {
	list-style-image: none;
	list-style-type: none;
}

#people_list_byservice li {
	font-size: 1.2em;
	color: #003366;
	padding-top: 0.4em;
	padding-left: 0.3em;
}

#people_list_byservice li a {
	color: #003366;
	text-decoration: none;
}

#people_list_byservice a:hover {
	text-decoration: underline;
}

/* news items list page */

#news_list h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #003366;
	padding-bottom: 0.5em;
	padding-top: 0.7em;
}

#news_list h2 {
	font-size: 1.4em;
	color: #003366;
	font-weight: normal;
}

#news_list h2 a {
	color: #003366;
	text-decoration: none;
}

#news_list h2 a:hover {
	text-decoration: underline;
}

#news_list p {
	font-size: 1.1em;
	line-height: 1.3em;
	padding-bottom: 1em;
}

#news_list p a {
	color: #003366;
	text-decoration: underline;
}

#news_list .publish_date {
	display: block;
	margin-top: -1em;
}

/* news article page */

#news_item_page #main_content_wrapper {
	float: left;
	width: 484px;
	padding-left: 30px;
	padding-right: 40px;
	padding-bottom: 0.7em;
}

#news_item h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #003366;
	padding-bottom: 0.5em;
	padding-top: 1em;
}

#news_item h2 {
	font-size: 1.4em;
	color: #003366;
	font-weight: normal;
}

#news_item h3 {
	font-size: 1.2em;
	color: #003366;
	font-weight: normal;
}

#news_item h4 {
	font-size: 1.1em;
	color: #003366;
	font-weight: normal;
}

#news_item h5 {
	font-size: 1.1em;
	color: #003366;
	font-weight: normal;
	font-style: italic;
}

#news_item .standfirst {
	font-size: 1.3em;
}

#news_item p {
	font-size: 1.1em;
	line-height: 1.4em;
	padding-bottom: 1em;
}

#news_item ul {
	list-style-image: none;
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 1em;
}

#news_item li {
	font-size: 1.1em;
	line-height: 1.4em;
	padding-bottom: .3em;
}

#news_item ul li ul li {
	font-size: 1em;
	line-height: 1.4em;
	padding-bottom: .3em;
	margin-left: 15px;
}

#news_item li a {
	color: #003366;
	text-decoration: none;
}

#news_item li a:hover {
	text-decoration: underline;
}

/* about us */

#about_us #main_content_wrapper {
	float: left;
	width: 484px;
	padding-left: 30px;
	padding-right: 40px;
	padding-bottom: 0.7em;
}

#about_us .image_box {
	float: right;
	padding-left: 20px;
	height: auto;
	width: 142px;
}

#about_us .image_box p {
	font-size: 1em;
}

/* resources */

#resource_list #main_content_wrapper {
	float: left;
	width: 484px;
	padding-left: 30px;
	padding-right: 40px;
	padding-bottom: 0.7em;
}

#resource_list h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #003366;
	padding-bottom: 0.5em;
	padding-top: 0.7em;
}

#resource_list h2 {
	font-size: 1.4em;
	color: #003366;
	font-weight: normal;
	padding-top: 0.7em;
}

#resource_list h2 a {
	color: #003366;
	text-decoration: underline;
}

#resource_list p {
	font-size: 1.1em;
	line-height: 1.3em;
	padding-bottom: 1em;
}

#resource_list p a {
	color: #003366;
	text-decoration: underline;
}

#resource_list ul {
	display: block;
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 1em;
}

#resource_list ol {
	display: block;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: decimal;
	margin-left: 20px;
}

#resource_list li {
	font-size: 1.2em;
	color: #003366;
	padding-top: 0.8em;
	padding-left: .3em;
}

#resource_list li a {
	color: #003366;
	text-decoration: none;
}

#resource_list li a:hover {
	color: #003366;
	text-decoration: underline;
}

/* resource item */

#resource_item #main_content_wrapper {
	float: left;
	width: 484px;
	padding-left: 30px;
	padding-right: 40px;
	padding-bottom: 0.7em;
}

#resource_item h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #003366;
	padding-bottom: 0.5em;
	padding-top: 1em;
}

#resource_item .standfirst {
	font-size: 1.3em;
	line-height: 1.4em;
}

#resource_item p {
	font-size: 1.2em;
	line-height: 1.5em;
	padding-bottom: 1em;
}

#resource_item ul {
	font-size: 1.2em;
	display: block;
	list-style-position: inside;
	list-style-type: disc;
	padding-bottom: 1em;
}

#resource_item li {
	line-height: 1.5em;
	padding-bottom: .3em;
}

#resource_item li a {
	color: #333333;
	text-decoration: underline;
}

/* profile page */

#profile #main_content_wrapper {
	float: left;
	width: 484px;
	padding-left: 30px;
	padding-right: 40px;
	padding-bottom: 0.7em;
}

#profile .image_box {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 20px;
	height: auto;
	width: 142px;
}

#profile #main_content_wrapper h2 {
	font-size: 1.4em;
	color: #003366;
	font-weight: normal;
	padding-bottom: .4em;
}

#profile #main_content_wrapper p {
	font-size: 1.2em;
	line-height: 1.4em;
}

#profile #main_content_wrapper ul {
	list-style: none url(none) outside;
	padding-left:15px;
	
}

#profile #main_content_wrapper li {
	font-size: 1.2em;
	padding-bottom: .7em;
}

#profile #main_content_wrapper #awards ul {
	list-style: none url(none) outside;
	padding-left:0px;
}

#profile #main_content_wrapper #awards h2 {
	margin-top: 10px;
}

/* footer */

#footer {
	background-image: url(../images/3_column_top.gif);
	background-repeat: no-repeat;
	display: block;
	height: auto;
	width: 800px;
	background-color: #FFFFFF;
	float: left;
	margin-bottom: 10px;
}

#footer_bottom {
	background-color: #FFFFFF;
	background-image: url(../images/3_column_bottom.gif);
	background-repeat: no-repeat;
	display: block;
	height: 8px;
	width: 800px;
	font-size: 1px;
}

#footer ul {
	display: block;
	list-style-image: none;
	list-style-type: none;
	font-size: 1em;
	font-weight: normal;
	padding-left: 7px;
	padding-right: 10px;
}

#footer li {
	color: #666666;
	display: inline;
	padding-right: 0.4em;
	padding-left: 0.8em;
}

#footer #footer_left {
	float: left;
	height: auto;
	width: auto;
	padding-top: 0.8em;
	padding-bottom: .1em;
}

#footer #footer_right {
	display: block;
	float: right;
	height: auto;
	width: auto;
	padding-top: 0.8em;
	padding-bottom: .1em;
}

#footer .foot_divider {
	background-image: url(../images/pixel_999.gif);
	background-repeat: repeat-y;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#companyInfo   {
	text-align: center;
	width: 100%;
}

#companyInfo p  {
	font-size: .8em;
	color: #666666;
}

#affiliate_box {
	display: block;
	float: right;
	margin-top: 2em;
}

#record_nav {
	display: block;
	height: auto;
	width: 484px;
}

#record_nav ul {
	display: block;
	list-style-image: none;
	list-style-type: none;
	font-size: 1.1em;
	font-weight: normal;
	padding-top: .5em;
}

#record_nav li {
	display: inline;
	padding-right: 0.4em;
}

#record_nav a {
	color: #003366;
	text-decoration: underline;
}

#record_nav p {
	padding-bottom: 0px;
	padding-top: .5em;
}

/* team page */


#team_page #main_content_wrapper {
	float: left;
	width: 554px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0.7em;
}

#team_page .image_box {
	float: left;
	padding-right: 5px;
	padding-left: 30px;
	/*padding-bottom: 1em;*/
	height: auto;
	width: 142px;
}

#team_page h1 {
	padding-left: 30px;
	padding-bottom: 1em;
}

#team_page .image_box p {
	font-size: 1.1em;
	color: #003366;
	display: block;
	height: 40px;
}

#team_page .image_box p a {
	color: #003366;
	text-decoration: none;
}

#team_page .image_box p a:hover {
	text-decoration: underline;
}

#team_page #main_content_wrapper ul {
	display: block;
	list-style-image: none;
	list-style-type: none;
	width: 554px;
}

#team_page #main_content_wrapper li {
	display: inline;
}

/* right menu */

#right_menu {
	background-color: #cccccc;
	display: block;
	height: auto;
	width: 240px;
	margin-bottom: 6px;
}

#right_menu ul {
	display: block;
	list-style-image: none;
	list-style-type: none;
}

#right_menu li {
	display: block;
	background-color: #E6E6E6;
	font-size: 1.2em;
	color: #003366;
	padding-left: 15px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	margin-bottom: 1px;
}

#right_menu li a {
	color: #003366;
	text-decoration: none;
}

#right_menu li a:hover {
	text-decoration: underline;
}

/* search results */

#search_results_page .main_content h2 {
	font-size: 1.2em;
	color: #003366;
	font-weight: normal;
}

#search_results_page .resultbody {
	font-size: 1.1em;
	padding-bottom: 0em;
}

#search_results_page .resulttype {
	font-size: 1.1em;
	padding-bottom: 1em;
	font-style: italic;
}

/* name check */

#name_check h3 a {
	color: #003366;
	text-decoration: underline;
}

#name_check ul {
	font-size: 1.2em;
	display: block;
	list-style-position: inside;
	list-style-type: disc;
	padding-bottom: 1em;
}

#name_check li {
	line-height: 1.5em;
	padding-bottom: .3em;
}

#name_check li a {
	color: #333333;
	text-decoration: underline;
}

/* forms for main pages */

.pageform legend {
}

.pageform form {
	margin-top: 40px;
}

.pageform .formfield {
	display: block;
	width: auto;
	margin-bottom: 15px;
	margin-top: 15px;
}

.pageform label {
	width: 120px;
	font-size: 1.1em;
	font-weight: normal;
	display: block;
	float: left;
	padding-top: 2px;
	padding-left: 10px;
}

.pageform .longlabel {
	width: 270px;
}

.pageform input, textarea, select {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 4px;
	background-color: #F0F0EE;
	margin-right: 10px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.pageform option {
	background-color: #F0F0EE;
	border-top: 1px solid #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.pageform .fulltextfield {
	width: 250px;
}

.pageform .halftextfield {
	width: 175px;
}

.pageform .quartertextfield {
	width: 125px;
}

.pageform .checkbox {
	border: 0px;
	margin-top: 3px;
}

.pageform .warning {
	padding-left: 130px;
	color: #FF0000;
}

.pageform h3 {
	background-color: #DCDCDC;
	font-size: 1.1em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
}

.pageform .submitbutton {
	border: 0px;
	background-color: #ffffff;
	margin-top: 10px;
}

.pageform p {
	padding: 0px;
	margin: 0px;
	font-size: 1.1em;
}

/* events items list page */

#events_list h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #003366;
	padding-bottom: 0.5em;
	padding-top: 0.7em;
}

#events_list h2 {
	font-size: 1.4em;
	color: #003366;
	font-weight: normal;
}

#events_list h2 a {
	color: #003366;
	text-decoration: underline;
}

#events_list p {
	font-size: 1.1em;
	line-height: 1.3em;
}

#events_list p a {
	color: #003366;
	text-decoration: underline;
}

#events_item h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #003366;
	padding-bottom: 0.5em;
	padding-top: 1em;
}

#events_item h2 {
	font-size: 1.4em;
	color: #003366;
	font-weight: normal;
}

#events_item h3 {
	font-size: 1.2em;
	color: #003366;
	font-weight: normal;
}

#events_item h4 {
	font-size: 1.1em;
	color: #003366;
	font-weight: normal;
}

#events_item h5 {
	font-size: 1.1em;
	color: #003366;
	font-weight: normal;
	font-style: italic;
}

#events_item p {
	font-size: 1.1em;
	line-height: 1.4em;
	padding-bottom: 1em;
}

#events_item ul {
	list-style-image: none;
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 1em;
}

#events_item li {
	font-size: 1.1em;
	line-height: 1.4em;
	padding-bottom: .3em;
}

#events_item li a {
	color: #003366;
	text-decoration: none;
}

#events_item li a:hover {
	text-decoration: underline;
}

#events_item dt {
	font-size: 1.2em;
	color: #666666;
	float: left;
	margin-right: 1em;
}

#events_item dd {
	font-size: 1.2em;
	color: #003366;
	padding-bottom: .7em;
}

#events_item dd a {
	color: #003366;
	text-decoration: none;
}

#events_item dd a:hover {
	text-decoration: underline;
}

#terms #main_content_wrapper ul {
	font-size: 1.2em;
	list-style-position: outside;
	list-style-type: disc;
	padding-bottom: 1em;
	padding-left: 1.4em;
}

#terms #main_content_wrapper li {
	line-height: 1.5em;
	padding-bottom: .3em;
}

#terms #main_content_wrapper li a {
	color: #333333;
	text-decoration: underline;
}

#legal-fact-file #resource_item strong {
}

ul.vacancies li {
	list-style: none;
	margin-bottom: 2em;
}

ul.vacancies h3 a {
	color: #003366;
	text-decoration: underline;
}

ul.vacancies p, ul.vacancies h3 {
	margin: 0;
	padding: 0;
}

ul.relocating  {
	margin-bottom: 2em;
}

ul.relocating li {
	list-style: none;
	font-size: 1.2em;
	margin-bottom: 1em;
}

ul.relocating li a {
	color: #000000;
	text-decoration: underline;
}

#tandc ol {
	margin: 5px 0px 5px 10px;
	counter-reset: ordered;
	list-style: none;
	list-style-position: inside;
	}

#tandc ol li {
	font-size: 1.2em;
	font-weight: bold;
	}

#tandc ol li:before {
	counter-increment: ordered;
	content: counters(ordered,".") ") ";
	}


#tandc ol li li {
	font-size: 1em;
	}
	
#tandc ol p {
margin: 5px 0px 5px 0px;
	font-size: 1em;
	}
		
		
#tandc ol ol li {
	font-weight: normal;
	}

#connect2law_home, #wtc_home {
	margin-bottom: 5px;
	}


#deptartment_detail_page #main_content_wrapper ul, #deptartment_detail_page #main_content_wrapper h2 {
	
	padding-bottom: .5em;
	
}

#deptartment_detail_page #main_content_wrapper li {
	font-size: 1.2em;
	line-height: 1.6em;
	padding-bottom: .5em;
	list-style: inside;
}