/* BEGIN: General Formatting */
body {
	padding: 0;
	margin: 0;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 1.2em;
}

div#site_container {
	width: 950px;
	padding: 0;
	margin: 0 auto;
}

br.clear { clear: both; }
h1 a.button { display: block; }

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h2 {
	color: #004677;
	font-size: 24px;
}

h3 {
	font-size: 20px;
	color: #cd1041;
}

h4 { 
	font-size: 18px;
	color: #fff;
}

a.button {
	display: block;
	overflow: hidden;
	text-indent: -999em;
	background: transparent no-repeat left top;
}

p { font-size: 100%; }

img { 
	float: left;
	padding: 0;
}

/* END: General Formatting */

/* BEGIN: Header */
div#header {
	width: 950px;
	height: 328px;
	padding: 0;
	margin: 0;
	background: url(../images/bg_header.gif) top right no-repeat;
}
	
	/* BEGIN: Logo */
	h1 {
		float: left;
		width: 150px;
		margin: 80px 0 0 0;
	}
	
	h1 a.button {
		width: 239px;
		height: 179px;
		background: url(../images/logo.gif) no-repeat top left;
	}
	/* END: Logo */
	
	/* BEGIN: Top Navigation */
	ul#nav_top {
		float: right;
		width: 480px;
		padding: 0;
		margin-top: 308px;
		list-style: none;	
	}
	
	ul#nav_top li {
		float: left;
		width: 100px;
		padding: 0;
		margin: 0 12px 0 0;
		text-align: center;
	}

	ul#nav_top li a { 
		color: #fff;
		padding-left: 22px;
		text-decoration: none; 
	}
	
	li#nav_top_resources a,
	li#nav_top_news a,
	li#nav_top_client a { border-left: 1px solid #fff; }
	
	ul#nav_top li a:hover { text-decoration: underline; }
	
	ul#nav_top li a.selected { }
	/* END: Top Navigation */
	
/* END: Header */

/* BEGIN: Body */
div#body {
	clear: both;
	width: 950px;
	padding: 0;
	margin: 0;
}

div#body::after {
    content: ' ';
    width: 100%;
    clear: both;
    display: block;
}

h2{ 
	float: left;
	width: 170px;
	padding: 0 0 30px 0;
	margin: 0;
}

h2.home { text-indent: -999em; }
h2.resources { 
	width: 130px;
	margin: 30px 0 0 20px; 
}

/* END: Body */

	/* BEGIN: Left Column */
	div.left {
		float: left;
		clear: both;
		width: 510px;
		padding-bottom: 20px;
		margin: 0 0 20px 0;
	}
	
		/* BEGIN: Left Navigation */
		ul#nav_left {
			padding: 7px 0;
			margin: 0;
			font-size: 14px;
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			list-style: none;
		}
		
		ul#nav_left li { 
			padding: 7px 0 7px 0;
			margin: 0;
		}
		
		ul#nav_left a {  
			color: #004677;
			text-decoration: none;
		}
		ul#nav_left a:hover { 
			color: #333;
			text-decoration: underline; 
		}
		ul#nav_left a.selected { }
		/* END: Left Navigation */
		
	/* END: Left Column */
	
	/* BEGIN: Right Column */
	div.right {
		float: right;
		width: 340px;
		padding: 0;
		margin: 0;
	}
		
		/* This is the Media Player */
		div.right img { margin: 0; }
	/* END: Right Column */
	
		/* BEGIN: Banner */
	div.banner {
		clear: both;
		float: left;
		width: 891px;
		padding-bottom: 20px;
		margin: 20px 0 0 30px;
		background: url(../images/bg_banner_bottom.gif) repeat-y left bottom; 
	}
		
		div.banner div.wrapper { 
			overflow: hidden;
			width: 891px;
			padding-top: 20px;
			margin: 0;
			background: url(../images/bg_banner_top.gif) no-repeat left top; 
		} 
		
		div.banner_left {
			float: left;
			width: 430px;
			padding: 0;
			margin: 10px 0 0 0;
		}

		div.banner_right {
			float: right;
			width: 460px;
			margin: 10px 0 0 0;
			padding: 0;
			border-left: 1px solid #fff;
		}
		
		div.banner_right img,
		div.banner_left img { margin: 30px 10px 0 30px; }
		
		div.banner_right h4,
		div.banner_left h4 { 
			float: left;
			padding: 0;
			margin: 30px 0 0 20px;
		}
		
		ul.banner {
			float: left;
			padding: 0;
			margin: 10px 0 0 30px;
			color: #fff;
			line-height: 2em;
			list-style: none;
		}
			
			ul.banner li {
				padding: 0;
				margin: 0;
			}
	
		ul.banner li ul { list-style: none; }
		
		ul.banner li ul li {
			padding: 0 0 0 12px;
			margin: 0;
			background: transparent url(../images/bullet.gif) no-repeat left 9px;
		}
		
		div.banner a { color: #fff; }
		
		div.banner a:hover { 
			color: #ccc;
			text-decoration: none;
		}
	/* END: Banner */
	
/* END: Body */

/* BEGIN: Footer */
div#footer {
	clear: both;
	float: left;
	width: 950px;
	padding: 0 0 30px 0;
	margin: 20px 0;
	border-top: 3px solid #6b92b1; 
}

p#site_design { 
	float: left;
	width:400px;
	padding-top: 10px;
	margin: 0;
}

p#site_design a { color: #000; }
p#site_design a:hover { text-decoration: none; }

p#copyright { 
	float: right;
	width: 400px;
	padding-top: 10px;
	margin: 0;
	text-align: right;
}
/* END: Footer */