@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/bg.jpg);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	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: 960px;
	background: none;
	margin: 0 auto; 
	border-radius:10px;
	-moz-border-radius:10px;
	box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
}

.phone {
	float:right;
	margin-top:20px;
	width:200px;
	font-weight:bold;
	font-size:18px;
	color: #036;
}

.header {
	background: url(images/headerbg.jpg);
	height: 115px;
	padding:10px;
	text-decoration: none;
	margin-top: 20px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-top-left-radius:10px;
	-moz-border-top-right-radius:10px;
	box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
}

.nav {
	background: #333;
	height: 37px;
}

.sidebar1 {
	float: right;
	width: 200px;
	background: #666;
	color: #FFF;
	padding: 20px;
	margin-left:20px;
}
.content {
	padding: 10px 0;
	width: 960px;
	background: #FFF;
	float: left;
}

#button {
	color: #FFF;
	background: url(images/button1.jpg);
	font-size: 14px;
	padding-top:10px;
	height:25px;
	display:block;
	float:left;
	border-right: 2px solid #c31f28;
	border-left: 2px solid #841f27;
	margin-top:1px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	text-shadow: 0px 0px 7px #333;
	-webkit-text-shadow: 0px 0px 7px #333; /* Safari */

}

 #button:hover {
	color: #FFF;
	border-left: 2px solid #c31f28;
	border-right: 2px solid #841f27;
	background: url(images/button2.jpg);
	text-shadow: 0px 0px 7px #000;
	-webkit-text-shadow: 0px 0px 7px #000; /* Safari */
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

/* ~~ The footer ~~ */
.footer {
	padding: 0px;
	background: #FFF;
	position: relative;
	clear: both; 
	font-size: 10px;
	color: #999;
	text-align: center;
	margin-bottom: 20px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius:10px;
	-moz-border-bottom-right-radius:10px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}