@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 90%;
	line-height: 1.2;
	background-color: #666;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}


a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 800px;
	background: #f6f6f6;
	margin: 0 auto;
}


.header {
	background-color: #CCC;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 164px;
	text-align: right;
	padding-top: 154px;
	padding-right: 494px;
}


.sidebar1 {
	float: right;
	width: 273px;
	padding-right: 20px;
	margin-top: 20px;
}
.contactbox {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:#cdcdcd;
	margin-bottom: 20px;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
}

.phonebox {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:#531212;
	padding:20px 10px;
	margin-bottom:20px;
	text-align:center;
	color:#ffd614;
	font-weight:bold;
	font-size:16px;
}

.socialbox {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:#e4e4e4;
	padding:20px 10px;
	text-align:center;
	font-weight:bold;
}
.socialbox img {
	margin-right: 10px;
}


.content {
	width: 507px;
	float: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 20px;
}

.content img {
	margin-right:10px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}



.footer {
	padding: 20px;
	background: #531212;
	position: relative;
	clear: both;
	color: #FFF;
	font-size: 10px;
	margin-top: 20px;
}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.footer a {
	color: #FC3;
	text-decoration: none;
}
.container .content h1 {
	font-size: 18px;
}
