/* - - - - - - - - - - - - - - - - - - - - - - - -

Title		: Specification Magazine
Author		: Michael Baker
URL 		: www.m3communications.com

Created 	: May 12, 2010
Modified	: n/a

- - - - - - - - - - - - - - - - - - - - - - - - */

/* !--- GLOBAL --- */

* {	margin:0px; padding:0px; }

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body {
	background: url(../images/bg.gif) #8d8e93 repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
}

:focus, :active { outline: 0; }

.clear { clear:both; }

a img { border:0px; }

.fixed:after {
	clear:both;
	content:"."; 
	display:block; 
	height:0; 
	visibility:hidden;
}

.fixed { display:block; }

/*  \*/
.fixed { min-height:1%; }

* html .fixed {	height:1%; }

/*--- Font Size (em) Bug Fixing for IE ---*/

H1 {font-size:2em}  /* displayed at 24px */
H2 {font-size:1.3em}  /* displayed at 15px */
H3 {font-size:1.25em}  /* displayed at 15px */
H4 {font-size:1em}  /* displayed at 12px */
INPUT, TEXTAREA, SELECT, TH, TD {font-size:1em}
LI LI, LI P, TD P, BLOCKQUOTE P {font-size:1em}

/* !--- WRAPPER --- */

#wrapper {
	margin: 30px auto;
	width: 940px;
}

/* !--- HEADER --- */

#header { margin-bottom: 14px; }

#header #header_top {
	border-bottom: 2px solid #003E80;
	margin-bottom: 14px;
}

	#header_top #header_breadcrumb { 
		float: left;
		list-style: none;
		margin-top: 13px;
	}
	
		#header_top #header_breadcrumb li {
			border-right: 2px solid #003E80;
			float: left;
			padding: 4px 8px;
		}
		
			#header_top #header_breadcrumb li.last {
				border-right: none;				
			}
		
			#header_top #header_breadcrumb li a {
				color: #003E80;
				font-size: 1.4em;
				text-decoration: none;
			}
			
			#header_top #header_breadcrumb li a:hover { 
				color: #333;
				text-decoration: underline;
			}

	#header_top #frm_search {
		background-color: #003E80;
		float: right;
		padding: 5px 8px 3px;
		width: 260px;
	}
	
		#header_top #frm_search label {
			color: #fff;
			float: left;
			padding: 4px 10px 0px 0px;
			font-size: 1.8em;
			font-weight: bold;
		}
					
		#header_top #frm_search input.text {
			border:1px solid;
			border-color:#7c7c7c #c3c3c3 #dddddd;
			display: block;	
			float: left;
			font-size: 1.4em;
			margin-right: 6px;
			padding:4px;
			width: 140px;	
		}
		
#header_bottom #logo {
	float: left;
	width: 360px;
}

	#header_bottom #logo h1 {
		font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
		font-size: 6em;
		font-weight: normal;
		line-height: 1;
		text-align: right;
	}
	
		#header_bottom #logo h1 a {
			color: #003E80;
			text-decoration: none;
		}
	
		#header_bottom #logo h1 a span { font-size: 0.35em; }
		
#header_bottom #header_banner {
	float: right;
	width: 544px;
}

/* !--- CONTAINER --- */

#container {
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* !--- NAVIGATION --- */

#navigation { 
	background-color: #b80432;
	margin-bottom: 2px; 
	width:1100 px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}

	#navigation ul { list-style: none; }
	
		#navigation ul li {
			background-color: #003E80;
			border-right: 2px solid #fff;
			float: left;
/* 			margin-right: 2px; */
			padding: 8px 10px 4px;
			position: relative;	
		}
		
		#navigation ul li.home {
			-moz-border-radius-topleft: 8px;
			-webkit-border-top-left-radius: 8px;
		}
		
		#navigation ul li.bpl { background-color: #0d5897; }
		
		#navigation ul li.bs {
			background-color: #b80432;
			border-right: none;
/* 			margin-right: 0px; */
			padding: 8px 10px 4px 11px;
			-moz-border-radius-topright: 8px;
			-webkit-border-top-right-radius: 8px;
		}
		
			#navigation ul li a {
				color: #fff;
				font-size: 1.6em;
				font-weight: bold;
				text-decoration: none;
			}
			
				#navigation ul li a:hover { text-decoration: underline; }
				
#navigation ul li ul.sub_nav {
	background-color: #003E80;
	display:none;
	height: auto;
	left:0;
	list-style: none;
	/*opacity:0;*/
	padding: 0px;
	position:absolute;
	top: 28px;
	width:220px;
}
	
	#navigation ul li ul.sub_nav li {
		background:none;
		float:none;		
		margin:0;
		padding: 6px 10px;
		position:relative;
	}
	
		#navigation ul li ul.sub_nav li a {
			display: block;
			font-size: 1.2em;
			text-transform: capitalize;
		}

/* !--- BREAKING NEWS --- */

#breaking_news { background-color: #808187; margin-bottom: 10px; }

	#breaking_news p {
		background-color: #585858;
		border-right: 2px solid #fff;
		color: #fff;
		float: left;
		font-size: 1.4em;
		font-weight: bold;
		padding: 4px 10px;
	}

	#breaking_news #ticker {		
		float: left;
		height: 20px;
		padding-top: 4px;
		width: 797px;
	}
	
		#breaking_news #ticker span {
			color: #fff;
			font-size: 1.4em;
		}
		
			#breaking_news #ticker span a {
				color: #fff;
				padding: 0px 8px;
				text-decoration: none;
			}
			
			#breaking_news #ticker span a:hover { text-decoration: underline; }

/* !--- CONTENT --- */

#content {
	padding: 0px 16px 10px;
}

/* !--- CONTENT - Left Column --- */

#content #left_column {
	float: left;
	margin-right: 16px;
	text-align: center;
	width: 146px;
}

#left_column #latest_issues { margin-bottom: 12px; }

	#left_column #latest_issues h4 {
		color: #003E80;
		font-size: 1.5em;
		margin-bottom: 0.8em;		
	}
		
#left_column #product_slider {
	background-color: #687e9e;
	padding: 9px;
}

#left_column #bpl_slider {
	background-color: #0d5897;
	padding: 9px;
}

#left_column #bs_slider {
	background-color: #b80432;
	padding: 9px;
}

	#left_column #product_slider h4, #left_column #bpl_slider h4, #left_column #bs_slider h4 {
		color: #fff;
		font-size: 1.5em;
		font-weight: normal;
		margin-bottom: 0.8em;
		text-transform: uppercase;
	}
	
	#left_column #product_slider a.prev img, #left_column #bpl_slider a.prev img, #left_column #bs_slider a.prev img { margin-bottom: 10px; }
	
	#left_column #product_slider .scrollable {
		height: 880px;
		overflow:hidden;
		position:relative;
		width: 128px;
	}
	
	#left_column #bpl_slider .scrollable {
		height: 886px;
		overflow:hidden;
		position:relative;
		width: 128px;
	}
	
	#left_column #bs_slider .scrollable {
		height: 1000px;
		overflow:hidden;
		position:relative;
		width: 128px;
	}
	
		#left_column #product_slider .scrollable .items, #left_column #bpl_slider .scrollable .items, #left_column #bs_slider .scrollable .items {
			position:absolute;
			height:20000em;
		}
	
		#left_column #product_slider ul, #left_column #bpl_slider ul, #left_column #bs_slider ul { list-style: none; }
		
			#left_column #product_slider ul li, #left_column #bpl_slider ul li, #left_column #bs_slider ul li { margin-bottom: 10px; }
			
			/*#left_column #bpl_slider ul li img { padding: 0px 28px; }*/
			
				#left_column #product_slider ul li a, #left_column #bpl_slider ul li a, #left_column #bs_slider ul li a { 
					color: #fff;
					font-size: 1.3em;
					line-height: 1.5;
					text-decoration: none;
				}

/* !--- CONTENT - Main Column --- */

#content #main_column {
	float: left;
	width: 600px;
}

	#main_column h4 {
		color: #003E80;
		font-size: 3.6em;
		font-style: oblique;
		font-weight: normal;
		margin-bottom: 0.2em;
	}
	
	#main_column h5 {
		color: #003E80;
		font-size: 1.3em;
		font-weight: normal;
		margin-bottom: 0.5em;
	}
	
	#main_column p {
		color: #333;
		font-size: 1.3em;
		line-height:1.5;
		margin-bottom: 0.7em;
	}
	
		#main_column p a { color: #003E80; }
	
	#main_column p.white { color: #fff; }
	
	#main_column p.dave { color: #ffffff; }
	
	#main_column p.dave a { color: #ffffff; }
	
	#main_column p.building { color: #0060a1; }
	
	#main_column p.building a { color: #0060a1; }
	
	#main_column p.red { color: #b80432; }
	
	#main_column p.red a { color: #b80432; }

	#main_column p.intro {
		font-size: 1.4em;
		line-height:1.3;
	}
	
		#main_column p.intro a {
			color: #003e80;
			text-decoration: none;
		}
		
		#main_column p.intro a:hover { text-decoration: underline; }

/* !--- CONTENT - Main Content - Feature --- */

#content #main_column #feature_container { padding: 15px; }

#main_column .navy, #main_column #feature_tabs li.navy { background: #003e80; }
#main_column .grey, #main_column #feature_tabs li.grey { background: #7989a6; }
#main_column .blue, #main_column #feature_tabs li.blue { background: #4365a8; }
#main_column .purple, #main_column #feature_tabs li.purple { background: #6f4281; }

.ui-tabs .ui-tabs-hide {
     display: none;
}
	
	#main_column #feature_container .feature {
		background-color: #e3e4e5;
		padding: 15px;
		width: 540px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		
		min-height: 340px;
	}
	
		#main_column #feature_container .feature h2 {
			font-size: 1.3em;
			margin-bottom: 1em;
			text-transform: uppercase;
		}
		
			#main_column #tabs-1 h2 { color: #003e80; }
			#main_column #tabs-2 h2{ color: #7989a6; }
			#main_column #tabs-3 h2 a { color: #4365a8; text-decoration: none; } #content #main #tabs-3 h2 a:hover { text-decoration: underline; }
			#main_column #tabs-4 h2 { color: #6f4281; }
	
		#main_column #feature_container .feature img {
			float: right;
			margin-left: 14px;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
		}
	
		#main_column #feature_container .feature h3 {
			font-size: 1.3em;
			margin-bottom: 8px;
			text-transform: uppercase;
		}
		
			#main_column #tabs-1 h3 { color: #003e80; }
			#main_column #tabs-2 h3 { color: #7989a6; }
			#main_column #tabs-3 a h3 { color: #4365a8; text-decoration: none; }
			#main_column #tabs-4 h3 a { color: #6f4281; }
	
		#main_column #feature_container .feature p {
			color: #333;
			margin-bottom: 12px;
		}
		
			#main_column #feature_container .feature p a {
				color: #003e80;
				text-decoration: none;
			}
			
			#main_column #feature_container .feature p a:hover { text-decoration: underline; }
			
	#main_column #tabs-3 ul { list-style: none; }
	
		#main_column #tabs-3 ul li {
			float: left;
			margin: 0px 10px 20px;
			width: 115px;
		}
		
			#main_column #tabs-3 ul li a { text-decoration: none; }
		
			#main_column #tabs-3 ul li h3 {
				min-height:60px;
				text-align:center;
			}
			
#main_column #feature_tabs {
	list-style: none;
	margin-bottom: 14px;
}

	#main_column #feature_tabs li {
		float: left;
		padding: 6px 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-bottom-right-radius: 10px;
	}
	
	#main_column #feature_tabs li.navy { width: 110px; }
	#main_column #feature_tabs li.grey { width: 110px; }
	#main_column #feature_tabs li.blue { width: 178px; }
	#main_column #feature_tabs li.purple { width: 122px; }
	
		#main_column #feature_tabs li a {
			color: #fff;
			font-size: 1.4em;
			text-decoration: none;
			text-transform: uppercase;
		}

/* !--- CONTENT - Main Content - Home Page Boxes --- */

#main_column #boxes_left {
	float: left;
	width: 294px;
}

#main_column #boxes_right {
	float: right;
	width: 294px;
}

	#boxes_left .home_box, #boxes_right .home_box {
		margin-bottom: 10px;
		padding: 12px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	
	#boxes_left #video_month { background-color: #999; }
	#boxes_left #join_us { background-color: #a4abd2; }
	#boxes_right #topic_month { background-color: #a1d61e; }
	#boxes_right #featured_article { background-color: #6f4281; }
	#boxes_right #project_article { background-color: #e26025; }

	#boxes_left h2, #boxes_right h2 {
		font-size: 1.3em;
		font-weight: normal;
		margin-bottom: 1em;
		text-transform: uppercase;
	}
	
		#boxes_left h2.white, #boxes_right h2.white { color: #fff; }		
		#boxes_left h2.dark, #boxes_right h2.dark { color: #333; }
	
	#boxes_right #featured_article p { color: #fff; }
	
		#boxes_left p a, #boxes_right p a {
			color: #fff;
			text-decoration: none;
		}
		
		#boxes_right #project_article p a { color: #333; }		
		#boxes_left p a:hover, #boxes_right p a:hover { text-decoration: underline; }		
		
	#boxes_left img, #boxes_right img {
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	}
	
	#boxes_right #topic_month img, #boxes_right #featured_article img {
		float: right;
		margin: 0px 0px 12px 12px;
	}
	
	#boxes_left #video_month img, #boxes_right #project_article img { margin-bottom: 16px; }

/* !--- CONTENT - Main Content - Internal Content --- */

#main_column #content_wrapper {
	padding: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

	#main_column .navy_content { background-color: #003E80; }
	#main_column .grey_content { background-color: #7b7b7b; }
	#main_column .orange_content { background-color: #e26025; }

	#main_column #content_wrapper h2 {
		color: #fff;
		font-size: 1.3em;
		font-weight: normal;
		margin-bottom: 0.6em;
		text-transform: uppercase;
	}

/* !--- CONTENT - Main Content - News --- */

#main_column #content_wrapper .news_article {
	background-color: #E3E4E5;
	color:#333333;
	margin-bottom:12px;
	padding:8px;
	min-height: 90px;
}
	
	#main_column #content_wrapper .news_article h3 {
		font-size: 1.3em;
		margin-bottom: 0.6em;
		text-transform: uppercase;
	}
	
		#main_column #content_wrapper .news_article h3 a { color: #003E80; text-decoration: none; }
		
		#main_column #content_wrapper .news_article h3 a:hover { text-decoration: underline; }
	
	#main_column #content_wrapper .news_article img {
		float: right;
		margin: 0px 0px 12px 12px;
	}
	
	#main_column #content_wrapper .news_article p a { color: #003E80; text-decoration: none; }
	
		#main_column #content_wrapper .news_article p a:hover { text-decoration: underline; }
		
	#main_column #content_wrapper .news_article ul {
		font-size: 1.2em;
		margin: 0px 0px 20px 20px;
	}

/* !--- CONTENT - Main Content - News Article --- */

#main_column #content_wrapper .news_article #posted_info { 
	border-top: 1px solid #999;
	padding-top: 6px;
}

	#main_column #content_wrapper .news_article #posted_info p {
		color: #999;
		font-size: 1em;
		margin: 0px;
	}
	
	#main_column #content_wrapper .news_article p.info_left { float: left; }
	
	#main_column #content_wrapper .news_article p.info_right { float: right; }

/* !--- CONTENT - Main Content - Project Article of the Month --- */

#main_column #content_wrapper .project_article {
	background-color: #fff;
	color:#333333;
	margin-bottom:12px;
	padding:8px;
}

	#main_column #content_wrapper .project_article img {
		float: left;
		margin: 0px 12px 0px 0px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	}
	
	#main_column #content_wrapper .project_article p.read_more { float: right; }
	
		#main_column #content_wrapper .project_article p.read_more a {
			border: 1px solid #e4e4e4;
			color: #003E80;
			padding: 6px 8px;
			text-decoration: none;
		}
			
		#main_column #content_wrapper .project_article p a:hover { text-decoration: underline; }

/* !--- CONTENT - Main Content - Product Directory --- */

#main_column #content_wrapper #directory {
	float: left;
	list-style: none;
	width: 270px;
}

	#main_column #content_wrapper #directory li {
		border: 2px solid #fff;
		margin-bottom: 14px;		
		text-align: center;
	}
		
		#main_column #content_wrapper #directory li a {
			background-color: #003579;
			color: #fff;
			display: block;
			font-size: 1.4em;
			padding: 5px;
			text-decoration: none;
		}
		
		#main_column #content_wrapper #directory li a:hover { background-color: #3e508c; }
		
	#thingy_holder{
		background-color:#7b7b7b;
		padding:10px;
	}
	#thingy_holder #main_list{
		list-style-type: none;
		width:270px;
		float:left;
	}
	#thingy_holder #main_list li{
		background-color:#003579;
		border:2px white solid;
		font-size: 1.4em;
		margin-bottom: 5px;
		padding:3px;
		text-align: center;
	}
	#thingy_holder #main_list li.selected{
		background-color:#3E508C;
	}
	#thingy_holder #main_list li a{
		color: white;
		text-decoration: none;
	}
	#sub_thingy{
		float:left;
		margin-left:0px;
		list-style-type: none;
		font-size: 1.2em;
	}

	#sub_thingy ul.sub_list{
		display:none;
		position:absolute;
		margin-left:25px;
		width:290px;
	}	
	
	#sub_thingy li{
		padding-left:10px;
		list-style-type: none;
	}
	#sub_thingy li a{
		color: white;
		text-decoration: none;
		font-weight: bold;
	}
	#sub_thingy li a:hover{
		text-decoration: underline;
	}
	#sub_thingy ul li ul{
		margin-left:40px;
		margin-bottom:10px;
	}
	#sub_thingy ul li ul li{
		list-style-type: none;
	}
	#sub_thingy ul li ul li a{
		color: white;
		text-decoration: none;
		font-weight: bold;
	}
	#sub_thingy ul li ul li a:hover{
		text-decoration: underline;
	}
	#link_line{
		float:left;
		width:30px;
		height:0px;
		background-image: url('/images/bt2.gif');
		background-repeat: repeat-y;
		background-position: 13px;
		margin-right:5px;
		display:none;
	}
	#link_line .marker{
		width:15px;
		height:2px;
		position:absolute;
		margin-left:13px;	
	}
	#link_line .marker.left{
		margin-left:0px;
	}

#main_column #content_wrapper a.button {
		background-color: #122A5C;
		border: 2px solid #fff;
		color: #fff;
		float: left;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1;
		margin: 0px 20px;	
		padding: 6px 10px;
		text-decoration: none;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
	}
	
	#main_column #content_wrapper a.button:hover { background-color: #b1b1b1; }
	
#main_column #content_wrapper .tbl_listing {
	font-size: 1.2em;
	margin: 10px 0px;
}

	#main_column #content_wrapper .tbl_listing td {
		background-color: #cccccc;
		padding: 8px;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
	}
	
#main_column #content_wrapper p a.more {
	display: block;
	font-size: 1.2em;
	text-align: right;
}
	
	#main_column #content_wrapper p a.more {
		color: #fff;
		text-decoration: none;
	}
	
#main_column #content_wrapper .product_container {
	float: left;
	margin: 5px 6px;
	width: 178px;
}

	#main_column #content_wrapper .product_container a {
		background-color: #BFC0BF;
		border: 2px solid #0C193F;
		display: block;
		height: 100%;
		text-decoration: none;
		width: 100%;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
	}
	
	#main_column #content_wrapper .product_container a:hover { border-color: #fff; }

		#main_column #content_wrapper .product_container a img {
			display: block;
			margin: 10px auto;
			float:none;
		}
		
			#main_column #content_wrapper .product_container .product_text {
				background-color: #0C193F;
				height: 3.6em;
				overflow: hidden;
				padding: 4px 6px;
				-moz-border-radius-bottomleft: 11px;
				-moz-border-radius-bottomright: 11px;
				-webkit-border-bottom-left-radius: 11px;
				-webkit-border-bottom-right-radius: 11px;
			}
				
				#main_column #content_wrapper .product_container .product_text p { 
					color: #fff;
					margin: 0px;
				}

/* !--- CONTENT - Main Content - Product Details --- */

#main_column #content_wrapper #prod_tabs { list-style: none; }

	#main_column #content_wrapper #prod_tabs li {
		float: left;
		padding: 4px 8px;
		-moz-border-radius-topright: 6px;
		-webkit-border-top-right-radius: 6px;
	}
	
	#main_column #content_wrapper #prod_tabs li.first 				{ background-color: #203268; width: 150px;	/* 166px */ }
	#main_column #content_wrapper #prod_tabs li.second 				{ background-color: #404C7C; width: 88px;	/* 104px */ }
	#main_column #content_wrapper #prod_tabs li.third 				{ background-color: #606994; width: 138px;	/* 154px */ }
	#main_column #content_wrapper #prod_tabs li.fourth				{ background-color: #9297B5; width: 136px;	/* /152px */ }
	#main_column #content_wrapper #prod_tabs li.ui-tabs-selected 	{ background-color: #ffffff; }
	
		#main_column #content_wrapper #prod_tabs li a {
			color: #fff;
			font-size: 1.2em;
			text-decoration: none;
			text-transform: uppercase;
		}
		
		#main_column #content_wrapper #prod_tabs li.ui-tabs-selected a { color: #003e80; }
		
#main_column #content_wrapper .details_content {
	background-color: #ffffff;
	width: 546px;
	padding: 15px;
}

	#main_column #content_wrapper .details_content img {
		float: right;
		margin-left: 14px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	}

	#main_column #content_wrapper .details_content h3 {
		color: #003e80;
		margin-bottom: 8px;
		text-transform: uppercase;
	}

	#main_column #content_wrapper .details_content p {
		color: #333;
		font-size: 1.2em;
		margin-bottom: 12px;
	}
	
		#main_column #content_wrapper .details_content p a {
			color: #003e80;
			text-decoration: none;
		}
		
		#main_column #content_wrapper .details_content p a:hover { text-decoration: underline; }

/* !--- CONTENT - Right Column --- */

#content #right_column {
	float: right;
	margin-left: 16px;
	width: 130px;
}

/* !--- CONTENT - Bottom Links --- */

#bottom_links {
	background-color: #003E80;
	padding: 6px 7px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

	#bottom_links p {
		color: #fff;
		font-size: 1.4em;
	}
	
		#bottom_links p a {
			color: #fff;
			padding: 0px 8px;
			text-decoration: none;
		}
		
		#bottom_links p a:hover { text-decoration: underline; }
		
/* !--- FOOTER --- */

#footer {
	border-bottom: 2px solid #003E80;
	padding: 20px 0px;
}

	#footer #footer_logo {
		float: left;
		margin-right: 56px;
		width: 242px;
	}
	
	#footer #footer_left {
		border-right: 2px solid #003E80;
		float: left;
		margin-right: 16px;
		min-height: 220px;
		padding-right: 16px;
		width: 180px;
	}
	
	#footer #footer_middle {
		border-right: 2px solid #003E80;
		float: left;
		margin-right: 16px;
		min-height: 220px;
		padding-right: 16px;
		width: 180px;
	}
	
	#footer #footer_right {
		border-right: 2px solid #003E80;
		float: left;
		margin-right: 16px;
		min-height: 220px;
		padding-right: 16px;
		width: 180px;
	}
	
		#footer #footer_left p, #footer #footer_middle p { 
			font-size: 1.4em;
			margin-bottom: 8px;
		}
		
			#footer #footer_left p a, #footer #footer_middle p a {
				color: #003E80;
				text-decoration: none;
			}
			
			#footer #footer_left p a:hover, #footer #footer_middle p a:hover { text-decoration: underline; }
			
		#footer #footer_left ul, #footer #footer_middle ul { 
			font-size: 1.4em;
			list-style-image: url(../images/bullet_arrow.png);
			margin-left: 30px;
		}
		
			#footer #footer_left ul li, #footer #footer_middle ul li { margin-bottom: 6px; }
			
				#footer #footer_left ul li a, #footer #footer_middle ul li a {
					color: #003E80;
					text-decoration: none;
				}
				
				#footer #footer_left ul li a:hover, #footer #footer_middle ul li a:hover { text-decoration: underline; }
				
		#footer #footer_right ul { 
			font-size: 1.4em;
			list-style-image: url(../images/bullet_arrow.png);
			margin-left: 16px;
		}
		
			#footer #footer_right ul li { margin-bottom: 6px; }
			
			#footer #footer_right ul li.gap { margin-bottom: 30px; }
			
				#footer #footer_right ul li a {
					color: #003E80;
					text-decoration: none;
				}
				
				#footer #footer_right ul li a:hover, { text-decoration: underline; }
			
#copyright {
	padding-top: 4px;
}

	#copyright p {
		color: #003E80;
		font-size: 1.4em;
	}