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

	body {
		background-color:#FFF;
		font-family:myriad, helvetica neue, helvetica, arial, sans serif;
		font-size:14px;
		color:#817D7B;
		padding:0px;
		margin:5px;
	}
	a {
		cursor:pointer;
		text-decoration:none;
	}
	
	a:hover {text-decoration:underline;}
	
	p {
		margin:0px;
		padding:0px;
	}
	h1,h2,h3 {
		margin:0px;
		padding:0px;
	}
	.main {
		/*border:1px solid #827E7B;*/
		width:900px;
		padding:28px;
		padding-top:5px;
		padding-bottom:0px;
		text-align:left;
	}
	.footer {
		width:906px;
		font-size:10px;
		text-align:left;
		/*margin-top:20px;*/
		padding-left:25px;
		padding-right:25px;
	}
	.footer a {
		color:#817D7B;
		text-decoration:none;
	}
	.header {
		text-align:left;
		padding-bottom:20px;
		border-bottom:2px solid #817D7B;
		height:130px;
	}
	.header img {
		float:left;
		/*margin-right:35px;
		width:234px;*/
	}
	#nwho a {display:block;height: 20px;background: url('images/nav_who_over.gif') top no-repeat;}
	#nwhat a {display:block;height: 20px;background: url('images/nav_what_over.gif') top no-repeat;}
	#nwhy a {display:block;height: 20px;background: url('images/nav_why_over.gif') top no-repeat;}
	#nwhere a {display:block;height: 20px;background: url('images/nav_where_over.gif') top no-repeat;}
	#nhow a {display:block;height: 20px;background: url('images/nav_how_over.gif') top no-repeat;}	
	#nwho a:hover, #nwhat a:hover, #nwhy a:hover, #nwhere a:hover, #nhow a:hover {height:38px;}
	
	.header .item, .header .item_hover {
		font-size:18px;
		color:#817D7B;
		margin-top:105px;
		float:left;
		margin-right:5px;
		width:120px;
	}
	.header .item_hover a {
		height:38px;
	}
	
	.first {
		margin-left:15px;
	}
	
	.header .item:hover .sub, .header .item_hover .sub {
		visibility:visible;
		font-size:14px;
		text-align:center;
	}
	.header .item .sub {
		visibility:hidden;
		font-size:14px;
		text-align:center;
	}
	.spacer {
		margin-top:20px;
		margin-bottom:18px;
		/*margin-bottom:64px;*/
		/*background-color:#CCC;*/
		width:900px;
		height:520px;
		color:#FFF;
		overflow:hidden;
		text-align:right;
	}
	.holder {
		position:absolute;
		top:185px;
		width:100%;
	}
	.content {
		width:900px;
		overflow:hidden;
		background-color:#827E7B;
		height:520px;
		position:relative;
		left:-5px;
		text-align:left;
	}
	.content_text {
		height:460px;
		float:left;
		width:345px;
		background-color:#827E7B;
		padding:30px;
		color:#FFF;
		font-size:12px;
		/*line-height:20px;*/
	}
	.content_text p {
		padding-bottom:5px;
	}
	.small {
		font-size:70%;
		letter-spacing:90%;
	}
	.small p {
		margin:0px -20px;
		padding:5px 10px 5px 0;
	}
	.content_text h2 {
		font-variant:small-caps;
		font-weight:bold;
		font-size:110%;
	}
	.content_image {
		height:520px;
		float:left;
		width:495px;
	}
	.title {
		color:#1F438D;
		font-size:16px;
		padding-bottom:4px;
	}
	.big_blue {
		color:#1F438D;
		font-size:65px;
		line-height:normal;
	}
	.big_white {
		color:#FFFFFF;
		font-size:30px;
		line-height:20px;
		margin-left:50px;
	}
	.read_more {
		color:#1F438D; 
		font-size:9px; 
		font-weight:bold;
		cursor:pointer;
	}
	.scroller {
		height:300px;
		overflow:auto;
		padding:5px;
	}
	.strong {
		font-weight:bold;
	}
	
	.subheading {color:#1F438D; font-weight:bold;}
	
	.flexcroll p {
		padding:8px 10px 5px 0px;
	}
	
	/* Scroll Bar Master Styling Starts Here */
	/* All comments can be freely removed from the css */
	
	.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
	}
	
	.vscrollerbase {
	width: 8px;
	background: none;
	}
	.vscrollerbar {
	width: 8px;
	background-color:#969492;
	}
	.hscrollerbase {
	height: 8px;
	background: none;
	}
	.hscrollerbar {
	height: 8px;
	background-color:#666;
	}
	
	.scrollerjogbox {
	width: 8px;
	height: 8px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
	}
