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

a img {
	border: 0;
}

a {
	color: #333333;
	text-decoration:underline;
}

a:hover {
	color: #e12f1e;
	text-decoration:none;
}

body{
	margin: 0;
	font-size:12px;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	background: url(images/bg.gif) top repeat-x white;
	line-height: 18px;
}
	

.container {
	width: 852px;
	margin: 0 auto;
}

	.header {
		height: 119px;
	}
	
		.logo {
			width:354px;
			float: left;
		}
		
		.links {
			float: right;
			padding-top: 60px;
			font-size: 18px;
			width: 450px;
		}
		
		.links ul{
				padding:0;
				margin:0;
			}
		
			.links li{
				float: left;
				text-align:center;
				list-style-type:none;
				line-height:25px;
			}
		
			.links li a{
				text-decoration:none;
				color: #a1a1a1;
				padding:0 20px;
				display:block;
			}
		
			.links li a:hover, .links li a.current{
				color: black;
				display:block;
			}
			
			.links-normal {
				border-right: 1px solid black;
			}
	
	.banner {
		height: 380px;
	}
	
		.banner-left {
			width: 589px;
			float: left;
		}
		
			.banner-text {
				background: url(images/banner-text-bg.png) no-repeat;
				font-size: 36px;
				line-height: 36px;
				color: white; 
				padding: 10px 0px 10px 10px;
				margin-top: 10px;
			}
		
			
			.slideshow { 
				height: 235px; 
				width: 578px; 
				margin-top: 25px;
				border: 5px solid black; 
				background: white;
	}
	

		
		.banner-right {
			width: 228px;
			float: right;
			padding-top: 20px;
		}
	
	.content {
		margin-top: 15px;
	}
	
		.main {
			float: left;
			width: 559px;
			padding: 15px;
		}
		
			.main h1,h2 {
				font-weight: normal;
				color: #e12f1e;
			}
			
			.main h3 {
				font-weight: normal;
				color: #e12f1e;
				font-size:18px;
				border-bottom: dashed 1px #e12f1e;
				line-height: 40px;
			}
			
			.main ul {
				list-style-image: url(images/black-bullet.gif);
				font-size:14px;
				color: #e12f1e;
				font-style:italic;
				line-height: 24px;
			}
		
		.side {
			float: right;
			width: 228px;
		}
		
			.contact-us {
				margin-top: 20px;
			}
			
			.services {
				margin-top: 20px;
				width: 228px;
				height: 202px;
				background: url(images/our-services.gif) no-repeat;
			}
			
				.services ul {
					padding-top: 55px;
					list-style-image:url(images/red-bullet.gif);
					font-size:14px;
					color: black;
					font-style:italic;
					line-height: 24px;
				}
	
	.spacer {
		clear: both;
		height: 20px;
	}
	
.footer {
	height: 147px;
	margin: 0 auto;
	background: url(images/footer-bg.gif) repeat-x top;
	}
	
	.footer-inside {
		width: 852px;
		padding-top: 32px;
		margin: 0 auto;
		color: white;
		font-size: 10px;
		text-transform:uppercase;
	}
	
	.footer-inside a {
		color: white;
		text-decoration:none;
	}
	
	.footer-inside a:hover {
		color: white;
		text-decoration:underline;
	}
		.footer-left {
			float: left;
			margin-left: 15px;
			line-height: 25px;
		}
		
		.footer-right {
			float: right;
			width: 228px;
		}