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

@import url("ts-styles.css"); /* text styling */
@import url("ts-forms.css"); /* forms styling */

body {
	background-color:#FFFFFF;
	padding: 0px;
	margin-top:0px;
	margin-bottom:0px;
	
}

div.wrap {
	text-align:center;
	margin:auto;
	width:750px;
}

div.tibbshead {
	background-color:#A7AFA7;
	width:750px;
	height:30px;
	padding-top:0px;
	padding-bottom:0px;	
	padding-left:0px;
	padding-right:0px;
}

div.tibbshead2 {
	text-align:left;
	background-image:url(../images/tibbs/tibbs-header.gif);
	background-repeat:no-repeat;
	width:330px;
	height:120px;
	padding-top:30px;
	padding-bottom:0px;	
	padding-left:420px;
	padding-right:0px;
}

table.tibbsmain {
	background-color:#A7AFA7;
	background-image:url(../images/tibbs/cowgrad2.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
td.tibbsleftcol {
	vertical-align:top;
	text-align:left;
	width:180px;
	padding-top:15px;
	padding-bottom:0px;	
	padding-left:15px;
	padding-right:0px;
	}
	
td.tibbsrightcol {
	vertical-align:top;
	width:525px;
	height:100%;
	padding-top:15px;
	padding-bottom:0px;	
	padding-left:15px;
	padding-right:15px;
	}
	
div.tibbsnav {
	width:165px;
	background-color:#C3C9C5;
	padding-top:15px;
	padding-bottom:0px;	
	padding-left:15px;
	padding-right:0px;
	}	
	
div.navgrad {
	background-image:url(../images/tibbs/navgrad.jpg);
	background-repeat:no-repeat;
	width:180px;
	height:130px;
	padding-top:0px;
	padding-bottom:0px;	
	padding-left:0px;
	padding-right:0px;
	}
	
img.tibbsspacer {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	}
	
div.tibbsright1 {
	text-align:left;
	background-color:#D0D5D1;
	width:495px;
	padding:15px;
	}

div.tibbsright2 {
	text-align:left;
	width:495px;
	padding:15px;
	}		

hr.tibbshr {
	color:#00CC00;
	}
	
div.tibbsfoot {
	text-align:right;
	background-color:#333333;
	width:730px;
	height:25px;
	padding-top:20px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;	
	}
	
div#map {
	border:#D0D5D1 6px solid;
	}

table.hours {
	border:#000000 1px solid;
	padding-right:15px;
	}
	