@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
	body{
font-family:"Helvetica Neue", Arial, sans-serif; font-size:14px; line-height:22px; color: #222;
		background: #fff;
	}
	a{text-decoration: none;color: #144395;}
	a:hover{color: #216DDE;}
	hr{display: none; clear: left}
	strong{font-weight: bold;}
	ul.borderedlist li{
		border-bottom: 1px dashed #d1cfcd;
	}
	ul.borderedlist li a{
		display: block;
		padding:3px 0 0 2px;
		height: 26px;
		color: #42423b;
	}
	ul.borderedlist li a:hover{background: #E5E5E4;color: #42423b;}

/* =LAYOUT - the main layout styles */
	.container{
		width:880px;
		margin: 0 auto;
		overflow:hidden;
	}
	/* header layout */
	#header{
		height: 168px;
		background: #005AA1 url(../images/top_bg.jpg) top repeat-x;
border-bottom: 2px solid #1b286e;
	}
	#navigation{
		float: right;
		margin-top:16px;
	}
	
	
	
	
	
	/* main area layout */
	#main{padding:0px 0 20px 0;}
	#leftcolumn{float: left;width:193px;}
	#center{float: left;width:525px;padding: 0 20px 0 5px;}
	#center p, #center-full p {padding: 10px 0;}

	#center-full{float: left;width:880px;padding: 0 20px 0 5px;}
	#center h3, #center-full h3 {font-size: 18px; font-weight: bold; padding: 2px 0;}
	#center-full img.pic-outline {border:1px solid #ccc;}
	#center-full ul li, #center li {list-style-type: disc;  margin: 2px 28px;}
	#rightcolumn{float: left;width:327px;}
	/* bottom layout */
	#bottominfo{
		border-top: 5px solid #42423b;
		background: #333;
		padding-bottom:25px;
		width: 100%;
		overflow: hidden;
	}
	.bottomcolumn{
		float: left;
		width:288px;
		margin-right: 18px;
	}
	.bottomright{margin-right:0;}
	
/* =HEADER - the header styles */
	#header .container{height: 253px;}
	/* logo */

	/* top navigation */
	#navigation li{
		float: left;
		padding-left: 27px;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
	}
	#navigation li a{color: #2c2c2c;}
	#navigation li a:hover,#navigation li.active a{color: #fff;}
	/* message and building pic */
	#head-container {
width: 880px;
height: 168px;
		margin: 0 auto;
		background: url(../images/building.gif) right bottom no-repeat; }
#logo{ 
display:block; 
height:81px; 
width: 379px; 
float:left;
margin-top: 6px; 
 }
	#banner{
		width: 370px;
float:right;
margin-top: 25px;
		color: #fff;
		font-weight: bold;
		font-size: 16px;
		font-style: italic;
		text-align: right;
	}
	
/* =CONTENT - the content styles */
	/* left column */
	.leftbox{background: #f1f0ef;padding: 10px 23px 10px 23px;margin-bottom:3px;line-height:1.8em;}
	h3.leftbox{font-size:19px;color: #8c8685; background: #f1f0ef url(../images/h3_bg_tall.jpg) 0 0 repeat-x;padding:5px 0 10px 23px;}
	h3.header_small{font-size:15px;font-weight: bold;background: #f1f0ef;padding:0 23px 5px 23px;}
#right-quote {
background-color: #e9e9e9;
padding: 12px 0px 12px 14px;
margin: 20px 0 20px 0;
font-style: normal;
font-family: verdana;
		font-size:12px;
		line-height: 20px;
background: #fff url(../images/sidebar-fade.png) 0 0 repeat-y;
border-top: 1px solid #e9e9e9;
border-bottom: 1px solid #e9e9e9;
border-left: 2px solid #e9e9e9;
border-right: 1px solid #e9e9e9;
color: #222;
}
#right-quote img {
padding-left: 2px;
padding-bottom: 4px;
}
	.features{padding-top:15px;font:16px Arial, Helvetica, sans-serif;}
	
	#leftcolumn .leftbox p{padding-bottom:1em;line-height:1.5em; font-size:13px}	
	/* center column */
	.article_wrapper h2{color: #144395; font-size:24px;margin:22px 0 5px 0; font-weight: bold;}
.article_wrapper { margin-top: 14px; }	
	/* right column */
	.rightbox_wrapper{
		background: #eeeded;
		padding:5px;
		margin-bottom: 20px;
		width:335px;
		overflow: hidden;
		font-size:11px;
		line-height: 18px;
		color: #222;
	}
	.rightbox img{padding: 1px;border-top: 1px solid #999;border-right: 1px solid #999;border-bottom: 1px solid #999;border-left: 1px solid #999;}
	.rightbox{border: 1px solid #d9e0e8;width:332px;overflow: hidden;padding-bottom:6px;}
	.product_image{ float: left;margin: 6px 0 0 6px;}
	.product_wrapper{float: right;width:200px;}
	.product_wrapper h4{font-size:14px;color: #483F3D;font-weight: bold;padding-top:10px;}
	.product_wrapper p{font-size:12px;}
	.lastbox{margin:0;}
/* =BOTTOM */
	.bottomcolumn h3{
		border-bottom: 1px solid #9b968f;
		color: #5699A7; font-size:18px;padding:15px 0 5px 5px;
	}
	.bottomcolumn p{
		padding: 10px 35px 10px 5px;
		font-size: 1.2em;
color: #fff;
	}
	.iconlist{
		border-top: 1px dashed #d1cfcd;
		font-size: 1.2em;
	}
	ul.iconlist li a{
		padding-left: 25px;
		background: url(../images/footer_list.jpg) left bottom no-repeat;
	}
	ul.iconlist  li a:hover{background: #E9E4DE url(../images/footer_list.jpg) left top no-repeat;color: #42423b;}
	.enewsbox{
		float: left;
		width: 180px;
		height: 17px;
		padding:3px 5px;
		border: 4px solid #5599A7;
		font-size:13px;
	}
	.button{
		display: block;
		float: left;
		width: auto;
		line-height:1em;
		text-align: center;
		background: #659AA6;
		border: 4px solid #fff;
		color: #fff;
		cursor: pointer;
		margin:0;
		padding:3px 8px; /* IE6 */
	}
	
/* =FOOTER */
	#footer{
		height: 200px;
		background: #333;
		text-transform: uppercase;
		font-size: 13px;
		font-weight: bold;
		margin-top: 40px;
border-top: 2px solid #000;
	}
	#footer a{color: #999;}
	#designby{
		background: url(../images/logo.gif) 0 0 no-repeat;
		float: left;
		height: 23px;
		padding:2px 0 0 30px;
		margin-top: 5px;
	}
	#footer_navigation{
		float: right;
		padding-top:7px;
	}
	#footer_navigation li{float: left;padding-left:18px;}
	#footer_navigation li a{text-transform:uppercase;}
	#footer_navigation li a:hover{color: #5699A7;}
	
/* EXTRAS */
/* Home Slider */

#page-wrap		{ background: white; width: 880px; margin: 0 auto; 
								  padding: 0px 0; }

#slider			{ border-left: 3px solid #e3e3e3; border-right: 3px solid #e3e3e3; border-bottom: 2px solid #999; background: white url(../images/slider-bg.jpg); width: 868px; height: 227px; overflow: hidden;
				  position: relative; margin: 0px 0 2px 0; }
								  
/* DEFAULT is for three panels in width, adjust as needed
This only matters if JS is OFF, otherwise JS sets this. */								  
#mover			{ width: 2580px; position: relative; }

.slide			{ padding: 20px 14px; margin: 0px; width: 880px; float: left; position: relative; }
.slide h1		{ font-family: Helvetica, Sans-Serif; font-size: 26px; letter-spacing: -1px;
								  color: #0d52d4; }
.slide p		{ color: #333; font-size: 16px; line-height: 22px; width: 420px; }
.slide img		{ position: absolute; top: 20px; left: 434px; }
#slider-stopper					{  left: 10px; background: #777; color: white;
								  border-left: border-right: 1px solid #fff; border-bottom: 1px solid #fff; padding: 1px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }
	
