/* CSS Document */

	body,
	html {
		margin:0;
		padding:0;
		background-color:#fff;
		color:#000;
		font-family:Tahoma, Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
		font-size:small;
		font-stretch:condensed;
		font-weight:100; 
	}
	
	body {
		min-width:800px;
		background-image:url(IMG/body-bg.jpg);
		background-repeat:repeat-x;
	}
	
	img {
	border: none;
	}
	
	iframe{
	border: 1px solid #ccc;
	}
	
	a:link {
	color: #666633;
	text-decoration: none;
	border: none;
	}
	a:visited {
	text-decoration: none;
	color:#666633;
	border: none;
	}
	a:hover {
	text-decoration: none;
	color: #333300;
	border: none;

	}
	a:active {
	text-decoration: none;
	border: none;

	}
	
	
	h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#333300;
	text-transform:uppercase;
	}
	
	h2{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:20px;
	color:#333333;
	}
	
	h3{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:16px;
	color:#333;
	}
	
	
/* Forms */

	input{
	border: 1px solid #ccc;
	}

/* Header */
	#top-bar{
		background-image:url(IMG/images/bridge_02.jpg);
		background-repeat:repeat-x;
		height:78px;
		}
		
			#top-bar-wrap{
			width: 800px;
			margin: 0 auto;
			}
			
	#tagline{
	width:371px;
	float:left;
	}
	
		#nav-wrapper{
		height: 78px;
		width:400px;
		float:right;
		}
		
		
	
	#big-header-wrap {
		margin:0 auto;
		width:800px;
	}
	
	#big-header{
	height:207px;
	}
		

/* Main Container */
	#wrap {
		margin:0 auto;
		width:800px;
		min-height: 450px;
	}

	#main {
		float:right;
		width:575px;
		padding-left:15px;
		height: 100%;
		padding-bottom: 100px;
		padding-top:5px;

	}
	
	#main p{
	padding-left:15px;
	}
	

/* Sidebar Container */
	
	#sidebar {
		float:left;
		width:200px;
		font-size:10px;
		color:#666666;
		padding-top:10px;
	}
	
	.sidebar-heading{
	text-transform:uppercase;
	color:#666666;
	}
	
	#sidebar img {
	text-align:center;
	}
	

	
/* Footer */
	#footer-line{
	background-color:#ccc;
	height:5px;
	clear:both;
	}
	
	#footer-wrap {
		margin:0 auto;
		width:800px;
	}
	#footer {
		background-image:url(IMG/stripe_b403b5bbfd6eac957b4299d78dab6855.png);
		height:135px;
		clear:both;
		font-size:10px;
		padding-top:10px;
		color:#666666;

	}
	
	
	#footer p{
	font-size:10px;
	}
	
	.heading{
	text-transform:uppercase;
	color:#333333;
	font-size:12px;
	}
	
	.contact{
	font-size:9px;
	color:#999999;
	text-transform:uppercase;
	padding-right:5px;
	}
	
	#footer a:link {
	color:#666633;
	text-decoration: none;
	}
	#footer a:visited {
	text-decoration: none;
	color:#666633;
	}
	#footer a:hover {
	text-decoration:underline;
	color: #333300;
	}
	#footer a:active {
	text-decoration: none;
	}
	
	#footer input{
	border: 1px solid #ccc;
	padding-bottom:5px;
	margin-bottom:10px;
	}
	
	#footer label{
	font-size:10px;
	}
	
	#footer-left{
	width:350px;
	float:left;
	padding-left: 10px;
	padding-right:10px;
	}
	
	#footer-right{
	width: 350px;
	float:right;
	padding-left: 10px;
	padding-right:10px;
	}
	
	#company{
	background-color:#333333;
	height:30px;
	text-align:center;
	font-size:smaller;
	color:#666666;
	}
	
/* Misc */
.bulletimagestyle{ /*Absolute position bullet image. No need to modify*/
position: absolute;
left: -200px;
