@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ebf0f2;
	background-image: url(../images/footer-image.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	font-size:14px;
	line-height:22px;
	text-align:justify;
}

.top-arrow {
	background-image: url(../images/top-arrow.png);
	background-repeat: repeat-x;
	height: 21px;
	width: 100%;
}

.container {
	height: auto;
	width: 907px;
	margin-right: auto;
	margin-left: auto;
}


.header {padding:0px;
margin:20px 0px;}

.logo {padding:0px;
margin:0px;
float:left;}

.address{padding:0px;
margin:0px;
float:right;
text-align:right;}

.address a{padding:0px;
margin:0px;
color:#000;
float:right;
text-align:right;
text-decoration:none;
}

.address a:hover{
	color:#fff;
background-color:#000;}


.slider {
	width: 907px;
	margin:10px 0px 20px 0px;
	background-position: center;
}

.content-area{padding:0px;
margin:0px;}


.content-area ul {padding:0px;
margin:0px;}

.content-area li{
	padding:0px;
	margin:0px;
	list-style-position: inside;
	list-style-image: url(../images/bullet.png);
	list-style-type: none;
	padding-top:5px;
}

.content-area a{
	color:#5c130a;
	text-decoration:underline;
	}

.content-area a:hover{
	color:#5c130a;
	text-decoration:none;
	}

.left-column {
	width:610px;
	float:left;
	padding-bottom: 150px;
}

.right-column {width:272px;
float:right;}


.clear {clear:both;}



.bottom-arrow {
	background-image: url(../images/arrow-btm.png);
	background-repeat: repeat-x;
	height: 20px;
	width: 100%;
	background-position:bottom;
	
}

.footer {background-color:#682922;
padding:20px;
height:30px;
font-size:11px;
color:#fff;}

.footer a{ color:#fff; text-decoration:none;}

.footer a:hover{ color:#fff; text-decoration:underline;}

.copyright{float:left;}

.webdesignby{float:right;}

@media print {
   #main {
	width: 90%;
	padding: 40px 0%;
	max-width: 9999px;
	margin: 0px auto;		
}
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}
