@charset "utf-8";
/* CSS Document */


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
	color:#143D8D;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	backgroun-position:top;
	background-attachment:fixed;
}
h1 { 
	color:#F3028B;
	font-weight:bold;
	font-size:17px;
}
blockquote {
	padding:20px;
	background-color:#FFFFFF;
	text-align:center;
	font-size:15px;
}
p,td,th,div { line-height:1.6em; }

/* Sturctural elements */
#outer_canvas {
	text-align:center;
}
#inner_canvas {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-top:64px;
	padding-bottom:30px;
}
#main_content { 
	background-color:#FFFFFF;
	border:2px solid #143D8D;
}
	
	#strap_line {
	background-color:#143D8D;
	color:#FFFFFF;
	font-size:13px;
	position:absolute;
	text-align:center;
	padding:6px;
	line-height:14px;
	margin-top:-13px;
	margin-left:450px;
	}
	#logo {
		float:left;
		padding:17px;
		width: 270px;
	}
	#header {
		float:left;
		width: 640px;
		text-align:center;
	}
	
	#menu_area {
		background-color:#143D8D;
		
		border-bottom:2px solid #FFFFFF;
	}
	
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1em;
	}
	
	#nav a {
		display: block;
		line-height:1em;
		padding:10px;
		color:#FFFFFF;
		text-decoration:none;
		border-right:1px solid #FFFFFF;
	}
	#nav a:hover {
		background-color:#5B78AF;
	}
	#nav a.current {
		background-color:#F3028B;
	}
	#nav a.current:hover {
		background-color:#F981C5;
	}
	
	#nav li { /* all list items */
		float: left;
		/*width: 10em; /* width needed or else Opera goes nuts */
	}
	
	#nav li ul { /* second-level lists */
		background-color:#143D8D;
		position: absolute;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		width:16em;
	}
	#nav li ul a {
		width:16em;
		background-color:#143D8D;
		border-bottom:1px solid #FFFFFF;
	}
	
	#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#columns {
		background-image:url(../images/background_main_content.gif);
		background-repeat:repeat-y;
		height:1%;
	}
	#left_column {
		padding:25px;
		width:656px;
		float:left;
	}
	#left_column1 {
		padding:25px;
		width:896px;
		float:left;
	}
	#right_column {
		float:left;
		width:240px;
	}
		#telephone {
	background-color:#FFFFFF;
	padding:16px 16px 32px 16px;
	background-image:url(../images/telephone.gif);
	background-repeat:no-repeat;
	background-position: 165px 51px;
		}
		
		#telephone h1 { 
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-weight:normal;
			font-size:26px;
			color:#143D8D;
			margin:0px;
			line-height:32px;
		}
		#telephone p {
			color:#F3028B;
			font-weight:bold;
			font-size:17px;
			margin:0px;
		}
		
		.quote {
			background-color:#43579D;
			color:#FFFFFF;
		}
			.quote_top {
				background-image:url(../images/quote_start.gif);
				height:33px;
				background-repeat:no-repeat;
				background-position:20px;
			}
			.quote_text {
				text-align:center;
				padding:20px;
			}
			.quote_signature {
				background-image:url(../images/quote_end.gif);
				height:33px;
				background-repeat:no-repeat;
				background-position:170px;
			}
			.quote_signature div {
				padding-left:20px;
			}
	
	#footer {
		color:#B0B0B0; 
		margin-top:10px;
		background-image:url(../images/bpif.gif);
		background-position:right;
		background-repeat:no-repeat;
	}
	#footer p { margin:0px; }
	#footer a { color:#B0B0B0; text-decoration:none; }
	#footer a:hover { color:#000000; text-decoration:underline; }
		
	
	
	

/* Other classes */
.clear { clear:both; }
.m0 { margin:0px; }
.mt0 { margin-top:0px; }
.mb0 { margin-bottom:0px; }
.imagebordermargin {
	margin-bottom: 5px;
	margin-left: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
