@charset "UTF-8";

body {
	background-color: #FFF;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	text-align: left;
	vertical-align: middle;
} 

a {
	outline: none;
}      

a:link { background-color: transparent; text-decoration: none; color: #C00; }
a:visited { background-color: transparent; text-decoration: none; color: #C00; }
a:active {background-color: transparent 0; text-decoration: none; color: #C00; }
a:hover { background-color: transparent 0; text-decoration: underline; color: #000; }

#site_holder {
	width: 100%;
	height:100%;
}

#site_content {
	width: 1120px;	
	background-image: url(../images/trio_background_bottom.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top:-20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom:30px;
}

#logo {
	float:left;
	width:150px;
	padding-top:30px;
	padding-left:75px;
}
#logo_img {
	display:none;
	position:relative;
	top:0px;
}	

#page_content {display:none;}

#footer {
	clear:both;
	width: 1120px;	
	min-height:186px;
	background-image: url(../images/footer_background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top:00px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}
#address {
	position:relative;
	float:left;
	background-image: url(../images/address_tab.png);
	background-repeat: no-repeat;
	height: 101px;
	width: 191px;
	top:25px;
	left:50px;
	padding:20px;
}
#address .text {
	position:relative;
	left: 20px;
	top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#address .headline {
	font-size: 15px;
	font-weight: bold;
}
#directions {
	position:relative;
	float:left;
	background-image: url(../images/directions_btn.png);
	background-repeat: no-repeat;
	width: 274px;
	height: 49px;
	top:65px;
	left:470px;
	padding:20px;
}

br.clear {clear:both;} 

