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


body, td, th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.04rem;
	color: #000000;
}

body {
	background-color: #f8f8f8;
}
a:link {color:#000000;}
a:visited {color:#000000;}
a:hover { color: #DE1908; text-decoration: overline; }
a:active  { color: #DE1908; text-decoration: overline; }

.style1 { border-style: solid; border-width: 1px; }
.style2 { font-family: Verdana; font-size: x-small; }
.style3 { font-size: medium; }

.blue {
	font-family: 'Verdana', sans-serif;
	font-size:1.1em;
	text-transform:uppercase;
	color:#000080;
}

.green {
	font-family: 'Verdana', sans-serif;
	font-size:1.1em;
	text-transform:uppercase;
	color:#008000;
}

.red {
	font-family: 'Verdana', sans-serif;
	font-size:1.1em;
	text-transform:uppercase;
	color:#DE1908;
}

.emphasis {
	font-family: 'Verdana', sans-serif;
	font-weight:normal;
	font-size: 1.2em;
	letter-spacing: 1px;
}

.emphasisSlight {
	font-family: 'Verdana', sans-serif;
	font-weight:normal;
	font-size: 1.15em;
	letter-spacing: 1px;
}


.highlite {
	color: #022030;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	background-color: #e7e7d7;
	padding: 1px 7px 0px 7px;
}

.brite {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	background-color: rgba(255,255,0,0.50);
	padding: 1px 7px 0px 7px;
    font-size: 120%;
    align-items: center;
}


.caution {
	color: #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	background-color: #f7d7d7;
	padding: 1px 10px 0px 5px;
}

.highliter {
	color: #000000;
	text-decoration: none;
	font-size:10px;
}


.headLine {
  color: #900000;
  font-size:1.6em;
  text-transform:uppercase;
  letter-spacing: .15em;
text-shadow: 0 1px 0 #FFFFFF, 0 2px 0 #C1C5C8;
}

.headLineSm {
  color: #900000;
  font-size:1.2em;
  letter-spacing: .05em;
text-shadow: 0 1px 0 #FFFFFF, 0 2px 0 #C1C5C8;
}


hr.style3 {
  border-top: 2px dotted #8c8b8b;
  width: 60%;
  text-align: center;
}

/*a {
	color: #6B6960;
	text-decoration: none;
	outline: none;
	-webkit-transition: color 0.9s ease 0s, letter-spacing 3s cubic-bezier(x1,y1,x2,y2) 1s;
	-moz-transition: color 0.9s ease 0s, letter-spacing 3s cubic-bezier(x1,y1,x2,y2) 1s;
	-o-transition: color 0.9s ease 0s, letter-spacing 3s cubic-bezier(x1,y1,x2,y2) 1s;
	transition: color 0.9s ease 0s, letter-spacing 3s cubic-bezier(x1,y1,x2,y2) 1s;
	-ms-transition: color 0.9s ease 0s, letter-spacing 3s cubic-bezier(x1,y1,x2,y2) 1s;
}

a:hover {
	color: #912a2b;
	text-decoration: none;
}

a:active {
	color: #912a2b;
	text-decoration: none;
}*/


a:link.butt, a:visited.butt, a:active.butt{
	width: auto;
	color: #022030;
	font-size: 13px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	background-color: #d0d0bb;
	margin: 3px;
	padding: 1px 7px 0px 7px;
}
	
a:hover.butt {

	text-decoration: underline;
	color: #000000;
	background-color:#e7e7d7;
}


.imageBorder{border: 1px solid rgba(0,0,0,1.00);}


.clearfix {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


#stuff {
	text-indent: -2000em;
	display: block;
	border: none;
	height: 10px;
	width: 4800px;
}



.quote {
	font-family:  cursive;
	width: 100%;
	font-size: 28px;
	color:#6b1b1a;
	clear:both;
	text-align: center;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
	

.announcement {
	font-family: verdana, sans-serif;
	font-size: 24px;
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #022030;
	width:350px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	background-color: #e2e3df;
	background-image:url(../images/specials-back.jpg);
	background-position: bottom center;
-moz-box-shadow: 1px 1px 5px #999999;
	-webkit-box-shadow: 1px 1px 5px #999999;
	box-shadow: 1px 1px 5px #999999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#999999');
	margin: 20px auto;
}


/*cheap tricks*/
	
	
	
.centerBoxEleSpace {
	position: relative;
	width: 500px;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}

.centerBoxEle{
	position:relative;
	width:500px;
		margin-right: auto;
	margin-left: auto;

}
	
.element::before { 
		content: "";
	    position: absolute;
		top:0px;
		left: 0px;
	    height: 1px;
	    width: 100%;
		background: #000;
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FFF), color-stop(50%,#444), color-stop(100%,#fff));
		background: -webkit-linear-gradient(left, #FFF 0%,#444 50%,#fff 100%);
		background: -moz-linear-gradient(left, #FFF 0%, #444 50%, #fff 100%);
		background: -ms-linear-gradient(left, #FFF 0%,#444 50%,#fff 100%);
		background: -o-linear-gradient(left, #FFF 0%,#444 50%,#fff 100%);
		background: linear-gradient(left, #FFF 0%,#444 50%,#fff 100%);
	}
	
	
	

 

a:link.obviousReal, a:active.obviousReal, a:visited.obviousReal{
	text-decoration: none;
	letter-spacing: .1em;
	word-spacing: .1em;
	color:#000;
	background-color:#f8f7d3;
	padding:0 5px;
	margin:0 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px #798476;
	-webkit-box-shadow: 1px 1px 2px #798476;
	box-shadow: 1px 1px 2px #798476;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#798476')";

	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#798476');

}

a:hover.obviousReal {
		text-decoration: underline;
		color:#990000;
	background-color: #fefbf5;
	padding:0 5px;
	margin:0 5px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius: 0px;
	-moz-box-shadow: 0px 0px 0px #fefbf5;
	-webkit-box-shadow: 0px 0px 0px #fefbf5;
	box-shadow: 0px 0px 0px #fefbf5;
}

.shad {
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
}

.shadLite{
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
	color: #022030;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	background-color: #e7e7d7;
	padding: 3px 11px 3px 11px;
	margin-top:8px;
}



table.rates {
	text-align:center;
	width: 90%;
	border:1px solid #000000;
	background-color: #fFFFFF;
}


	
.shadBox{
	background-color: #ffffff;
	padding: 5px;
	margin: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 5px #999999;
	-webkit-box-shadow: 1px 1px 5px #999999;
	box-shadow: 1px 1px 5px #999999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#999999');
}

a:link.textboxlink, a:visited.textboxlink{
	color: #ffffff;
	background: #000000;
	
/*	font-family: Verdana, Geneva, sans-serif;*/
	text-decoration: none;
/*	font-size: 9px;*/
/*	font-weight: bold;*/
	margin: 1px 1px;
	padding: 1px 2px 1px 2px;
/*	line-height: normal;
	text-transform: capitalize;*/
	}
	
a:hover.textboxlink, a:active.textboxlink {
	color: #000000;
	background: #ffffff;

}

