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

body {
	background-color:#eeefee;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	}
	
a {
	color:#7a1525;
	text-decoration: none;
		}	
a:hover {
	text-decoration: underline;
		}			
		
	
#container {
	width: 1024px;
	/*border: 1px solid #ccc;*/
	padding: 50px;
	margin: 0 auto; 
	}	

#leftholder {
	margin-left: 130px;
	float: left;
	width: 550px;
/*	border: dashed #C00 1px;*/
	text-align: left;
	}
	
.rightholder {
	/*padding-top: 64px;  when above slider*/	
	float: right;
	margin-right: 110px; /* was 130*/
	width: 180px;
	/*border: 1px dashed #09C;*/
	text-align: left;
		}	

.clearall {
	clear:both;
	}
		
.listlinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
	display: block;
	clear:right;
	height: 14px;	
	
	}
	
.listlinks a {
	color:#666;
	text-decoration: none;
	}
.listlinks a:hover {
	color: #7a1525;
	text-decoration: underline;
	/*border-left: #7a1525 5px solid;
	padding-left: 3px;*/
	}
.address {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	letter-spacing: .5px;
	color:#999999;
	line-height: 100%;
 
	}
.address img {
 	vertical-align:middle;

	}	
	
	
.grey a {color:#999999; text-decoration: none;}
.grey a:hover {color:#999999; text-decoration: none; }

.flashholder {
	padding-top: 20px;
	width: 910px;
	height: 160px;
 	/*border: dashed 1px #9C3; */
	clear: both;
	
	}
.leftarrow {
	float:left;
	width: 21px;
	/*border: 1px #0C6 dashed;*/
	padding-top: 34px;
	}	
	
.rightarrow {
	float:right;
	width: 21px;
	/*border: 1px #0C6 dashed;*/
	padding-top: 34px;
	}	
	