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

body{
	margin: 0;
	font-size:10pt;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	background: url(pics/bg.gif) repeat-x top #fff;
}

.container {
	margin: 0 auto;
	width: 942px;
	background: url(pics/top_bg.png) top no-repeat;
	}
	
.background {
	margin: 0 auto;
	width: 900px;
	background: #fff;
}

.main {
	margin: 0 auto;
	width: 880px;
	background: #fff;
}

	.header {
		height: 136px;
		}
		
		.header_right {
			float: right;
			width: 400px;
			text-align: right;
			padding-top: 20px;
			}
			
		.header_left {
			width: 400px;
			padding-top: 20px;
			}
			
	.links {
		height: 46px;
		background: url(pics/links_bg.jpg) no-repeat;
		font-size:14px;
		text-transform:uppercase;
		font-weight:bold;
		
		}
		
	.flash {
		height: 257px;
		background: url(pics/flash_bg.jpg) no-repeat;
		margin-top: 11px;
		}
	
	.sidebar {
		float: right;
		width: 223px;
		height: 293px;
		background: url(pics/what_we_offer.jpg) no-repeat;
		margin-right: 14px;
		}
		
		.sidebar_text {
			padding: 70px 10px 10px 30px;
			font-size:14px;
			color: #574006;
			}
		
	
	.body {
		width: 600px;
		padding: 10px 0px 0px 10px;
	}
	
	.footer {
		clear: both;
		padding-top: 20px;
		height: 90px;
		text-transform: uppercase;
		color: #666666;
		font-size:10px;
		}
		
		.footer_right {
			padding: 20px;
			float: right;
			text-align: right;
			}
			
		.footer_left {
			padding: 20px;
			text-align: left;
			}
			
/* text styles */

h1,h2,h3,h4,h5 {
	font: Georgia, "Times New Roman", Times, serif;
	color: #229ab4;
	font-weight: normal;
	font-size:20px;
	}

strong{
	color: #0e4ba1;
	}

a img{
	border:0;
}

a{
	text-decoration:underline;
	color:#333;
}
a:hover{
	color: #0a3548;
	text-decoration:none;
}

.footer a {
	text-decoration:none;
	color:#666;
}
.footer a:hover{
	color: #333;
	text-decoration:underline;
}
	
/* END text syles */

/* Menu */
.links ul{
	padding:0;
	margin:0;
}
.links li{
	float:left;
	text-align:center;
	list-style-type:none;
	line-height:46px;
}
.links li a{
	text-decoration:none;
	color: #0a3548;
	padding:0 49px;
	display:block;
}
.links li a:hover, .linksli a.current{
	color: white;
	display:block;
}
/* Menu End */	
		