/***************************************
 * MAIN LAYOUT
 **************************************/
#container
{
	margin-left:auto;
	margin-right:auto;
	width:798px;
}

#header
{
	width:798px;
	height:190px;
}

#header_image
{
	margin:0;
}

.navigation_header
{
	width:802px !important;/*2 pixels wider than it should be so IE6 renders the menu on one line*/
	margin-left:-2px;
}

#flash_header
{
	float:left;
	width:500px;
	height:180px;
}

#logo
{
	float:right;
	margin-top:10px;
}

#accessibility
{
	height:20px;
	margin:20px 0 20px 0;
	width:130px;
}

#content_wrapper
{
	width:798px;
	margin-left:auto;
	margin-right:auto;
	float:left;
	clear:left;
}

#content_column
{
	
	padding:10px 10px 0 10px;
}

#content_column table, #content_column td
{
	border:1px solid black;
}

.no_border, .no_border td, .testimonial_right, .testimonial_right td
{
	border:0 !important;
}


/*http://matthewjamestaylor.com/blog/perfect-3-column.htm*/
/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#FFF;		/* right column background colour */
	}
	.threecol .colmid {
		right:158px;			/* width of the right column */
		background:#fff;		/* center column background colour */
		background-image:url(/images/dashed_line.gif);
		background-position:top right;
		background-repeat:repeat-y;
	}
	.threecol .colleft {
		right:482px;			/* width of the middle column */
		background:#FFF;	/* left column background colour */
		/*background-image:url(/images/dashed_line.gif);
		background-position:top right;
		background-repeat:repeat-y;*/
	}
	.threecol .col1 {
		width:458px;			/* width of center column content (column width minus padding on either side) */
		left:800px;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:158px;			/* Width of left column content (column width minus padding on either side) */
		left:162px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:158px;			/* Width of right column content (column width minus padding on either side) */
		left:650px;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}

#quick_links_column
{
	height:100%;
	padding-top:10px;
}

#quicklinks_contact p
{
	margin-top:5px;
}

#left_hand_column
{
	padding-top:10px;
}

#footer
{
	margin-top:10px;
}

/* Navigation */
#nav {
	margin:0px;
	padding:0px;
	list-style:none;
}

#nav, #nav ul {
	padding: 0;

	list-style: none; 
	line-height: 1;

}

#nav a {
	display:block;
	width:150px;
	height:32px;
	padding:2px 4px 0px;
	color: #000000;
}

#nav li{
	float:left;
	width:158px;
	height:34px;
	margin:0 0 2px 2px;
}

#nav li ul{
	position:absolute;
	width:158px;
	left:-999em;
	margin:0 0 0 -2px;
	list-style:none;
	background:#fff;
	z-index:1000;
	display:block;
}

#nav li:hover ul, #nav li.sfhover ul  {
	left:auto;
}

#nav li ul ul {
	margin: -3em 0 0 14.1em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

/*navigation color and remove end margin */
.main_menu_h {background-color:#Dee62c;}
.main_menu_a {background-color:#6AC8C9;}
.main_menu_1 {background-color:#73C8ED;}
.main_menu_2 {background-color:#FECD07;}
.main_menu_3 {background-color:#Dee62c; margin-right:0;}
.main_menu_4 {
margin:0;
background-color:#Dee62c;
}

.main_menu_h li a {background-color:#EAF88E; padding:2px 0px}
.main_menu_a li a {background-color:#B2E5E5; padding:2px 0px}
.main_menu_1 li a {background-color:#B2E5FF; padding:2px 0px}
.main_menu_2 li a {background-color:#FFE57F; padding:2px 0px}
.main_menu_3 li a {background-color:#EAF88E; padding:2px 0px}
.main_menu_4 li a {background-color:#EAF88E; padding:2px 0px}


/*sub navigation */
#sub_nav_column li, #left_hand_column li {
list-style:none;
width:158px;
margin:2px 0px;
}

#sub_nav_column li a, #left_hand_column li a{
padding:3px;
}

/*give each differnt section different background colors */
.side_menu_h li a{background-color:#Dee62c;}	
.side_menu_a li a{background-color:#6AC8C9;}
.side_menu_1 li a{background-color:#73C8ED;}	
.side_menu_2 li a{background-color:#FECD07;}
.side_menu_3 li a{background-color:#Dee62c;}			
.side_menu_4 li a{background-color:#Dee62c;}
.side_menu_5 li a{background-color:#Dee62c;}


/*side meuu sub menu background colors */ 
.side_menu_h .side_sub_menu a{background-color:#EAF88E; width:156px;}	
.side_menu_a .side_sub_menu a{background-color:#B2E5E5; width:156px;}
.side_menu_1 .side_sub_menu a{background-color:#B2E5FF; width:156px;}	
.side_menu_2 .side_sub_menu a{background-color:#FFE57F; width:156px;}
.side_menu_3 .side_sub_menu a{background-color:#EAF88E; width:156px;}			
.side_menu_4 .side_sub_menu a{background-color:#EAF88E; width:156px;}
.side_menu_5 .side_sub_menu a{background-color:#EAF88E; width:156px;}	
	
#legal_sub_menu li a {background-color:#Dee62c;}	

.side_menu_h li li a{ background-color:#Dee62c;}	
.side_menu_a li li a{background-color:#6AC8C9;}
.side_menu_1 li li a{background-color:#73C8ED;}	
.side_menu_2 li li a{background-color:#FEE57F;}
.side_menu_3 li li a{background-color:#Dee62c;}			
.side_menu_4 li li a{background-color:#Dee62c;}
.side_menu_5 li li a{background-color:#Dee62c;}
	



.contact_careers li a{background-color:#Dee62c;}	/* colour hard coded link */

.side_sub_menu a, #left_hand_menu a{
padding:3px;
width:128px;
margin:2px 0px;
}

/* for the hard coded careers link */
.contact_careers li{background-color:#Dee62c;} 


/**************************************
 * SITE MAP
 *************************************/
 

#sitemap li ul { margin-left: 20px; }
#sitemap li ul ul { margin-left: 40px; }
#sitemap li a { display:block; padding-bottom: 4px;  }


/**************************************
 * FONTS
 *************************************/

/*  header navigation   */
.navigation_header li a{
color:#2574A5;
font-size:11px;
text-decoration:none;
font-weight:bold;
}

/*  Breadcrumbs   */
* > .breadcrumb,.breadcrumb a {
font-size:11px;
margin-top:6px;
text-decoration:none;
color:black;
}

/*style sheet Switcher */
#text-default {font-size:12px; text-decoration:none; color:black; vertical-align:baseline;}
#text-large {font-size:16px; text-decoration:none; color:black; vertical-align:baseline;}
#text-larger {font-size:20px; text-decoration:none; color:black; vertical-align:baseline;}
#switcher_title {font-size:12px;vertical-align:baseline; } 

/* Subnav */
#sub_nav_column  li a, #left_hand_column li a{
/*color:#2574A5;*/
color:#000000;
font-size:11px;
text-decoration:none;
display:block;
font-weight:bold;
}

#sub_nav_column ul, #left_hand_column ul {margin-left:0px;}

/*Quick Links */
.quick_link {
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}

.quick_link img
{
	padding-bottom:2px;
}

/*quick links search */
#search_form {
font-size:11px;
}

#search_form input {
margin-top:3px;
}

#search_form span{
color:white;
padding-left:3px;
}

#search_title {
font-size:11px;
}

#sign_up_ql {
margin-top:8px;
margin-left:3px;
margin-bottom:-0.5em;
}

#join_ql {
margin-left:8px;
margin-bottom:3px;
color:#006699;
}

/*  footer navigation   */
#footer * {
color:black;
text-decoration:none;
font-size:11px;
}

#footer li, #footer_hard_code{
display:inline;
background-image:url(/cms_files/3/arrow-bullet.gif);
background-position:left;
background-repeat:no-repeat;
padding-left:9px;
}

#footer ul{
display:inline;
height:11px;
margin-left:-3px;
}

/*  error and success messages   */
.user_message_error {color: #05669B; font-weight: bold;}
.user_message_success {color: #DDE52D; font-weight: bold;}

/*****************************
 * FORM STYLES
 *****************************/

textarea, input
{
	border: 1px solid #006697;
}

/*****************************
 * SEARCH STYLES
 *****************************/
#search
{
}

#search_form input {
margin-top:3px;
}

#search_form span{
color:white;
padding-left:3px;
}

#search_title {
font-size:11px;
}

#search_field{
	width:113px;
	margin:0px 5px;
}

#search_button {
	margin-left:90px;
	padding-top:10px;
	border: none;
}

#search_field_home {
	float: left;
}

#search_button_home {
	float: left;
	margin-left:10px;
	border: none;
}

#search_form {
	background-image:url(/cms_files/3/search_bkg.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:131px;
	padding:15px 2px 2px 3px;
	margin-top:25px;
}

/*search results */
.search_result_title {
color:#006697;
font-size:16px;
font-weight:bold;
margin-top:0px;
}

/****************************
 * OTHER STYLES
 **************************/

.homepage_image
{
	text-align:right;
}



#homepage_title1
{
	background-color: #6AC8C9;
	padding: 5px;
}

#homepage_title2
{
	background-color: #73C8ED;
	padding: 5px;
}
#homepage_title3
{
	background-color: #FECD07;
	padding: 5px;
}

#stop_press p
{
	/*margin-top:12px;*/
}



 /***********************************
 * FLOAT CLEARING				   *
 ***********************************/
* html .clearfix {
		height: 1%; /* IE5-6 */
		}
	.clearfix {
		display: inline-block; /* IE7xhtml*/
		}
	html[xmlns] .clearfix { /* O */
		    display: block;  
		    }
	.clearfix:after { /* FF, O, etc. */
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}
