@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #000000;
}

.thrColLiqHdr #container {
	width: 100%;  /* this will create a container ___% of the browser width */
	background: url(/images_template_new/vertline.png) repeat-y;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColLiqHdr #header {
	background-image: url(/images_template_new/top_all.jpg);
	height: 126px;
	background-repeat: no-repeat;
} 

.thrColLiqHdr #container #header #top img {
	margin-left: 200px;
	padding-top: 70px;
}
.thrColLiqHdr #container #header #top {
	background-image: url(/images_template_new/topline.jpg);
	background-repeat: repeat-x;
	margin-top: -19px;
	margin-left: 107px;
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiqHdr #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 180px;
	margin-top: -35px;
	margin-bottom: 0px;
	margin-left: 30px;
}

.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
	/* the left and right margin should be given to every element that will be placed in the side columns */
	margin-left: 10px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-align: right;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.thrColLiqHdr #container #sidebar1 a:link {
	text-decoration: none;
	color: #FF0000;
}
.thrColLiqHdr #container #sidebar1 a:visited {
	text-decoration: none;
	color: #FF0000;
}

.thrColLiqHdr #container #sidebar1 a:hover {
	text-decoration: none;
	color: #29ABE2;
}

.thrColLiqHdr #container #sidebar1 a:active {
	text-decoration: none;
	color: #FF0000;
}



/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent {
	margin-right: 3%;
	margin-bottom: 0;
	margin-left: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #D87730;
	padding-top: 180px;
}

.thrColLiqHdr #mainContent .caption {
	font-size: 0.8em;
	margin-top: 2px;
	margin-bottom: 8px;
}


.thrColLiqHdr #mainContent a {
	color: #D87730;
	text-decoration: underline;
}


.thrColLiqHdr #mainContent_onecol {
	margin-top: 0;
	margin-right: 5%;
	margin-bottom: 0;
	margin-left: 25.5%;
}

.thrColLiqHdr #mainContent .imgbdr {
	border: 4px solid #CC0000;
	margin-right: 5px;
	margin-left: 5px;
}
.thrColLiqHdr #mainContent li {
	line-height: normal;
}


.thrColLiqHdr #footer {
	background-repeat: no-repeat;
	background-image: url(/images_template_new/bottom_all.jpg);
	height: 126px;
	padding-top: 1px;
} 
.thrColLiqHdr #container #footer #bottom {
	background-image: url(/images_template_new/bottomline.jpg);
	background-repeat: repeat-x;
	height: 46px;
	margin-left: 107px;
	margin-top: 79px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#content {
	margin-left: 50px;
	margin-right: 25px;
}

.titlefont {
	color: #FF0000;
	Font-Size : 2.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: -1px;
	line-height: 1em;
	}

a.navigation:hover {
	text-decoration: none;
	color: #00FFFF;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #D80000;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #D80000;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #D80000;
}


/* these styles were created to make more things red */


.red {
	color: #D80000;
}

#mainContent .pressfont {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #D87730;
}

#mainContent a.pressfont:link {
	color: #D80000;
	text-decoration: underline;
}

#mainContent a.pressfont:active {
	color: #D80000;
	text-decoration: underline;
}
#mainContent a.pressfont:visited {
	color: #D80000;
	text-decoration: underline;
}
#mainContent a.pressfont:hover {
	color: #D87730;
	text-decoration: underline;
}

#mainContent h1 a:link{
	color: #D80000;
}

#mainContent h1 a:active {
	color: #D80000;
}

#mainContent h1 a:hover {
	color: #D80000;
	text-decoration: underline
}

#mainContent h1 a:visited {
	color: #D80000;
	text-decoration: underline
}



.imgbdr {
	border: 5px solid #CC0000;
}

.bordered_table {
	border: thin solid #29AAE3;
}



.indent_r_l {
	margin-right: 15%;
	margin-left: 15%;
}
.indent_both_more {
	margin-right: auto;
	margin-left: auto;
	width: 400px;
}

.centerimg {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}

.hr85{
	color: #D80000;
	height: 1px;
	background-color: #D80000;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #D80000;
}
.hr100 {
	color: #D80000;
	height: 1px;
	background-color: #D80000;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #D80000;
}

.hr300px {
	color: #D80000;
	height: 1px;
	background-color: #D80000;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #D80000;
}

.hr60 {
	width: 60%;
	color: #D80000;
	height: 1px;
	background-color: #D80000;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #D80000;
}
.hr60blue {
	width: 60%;
	color: #29AAE3;
	height: 1px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #29AAE3;
}

.bordered_table_home {
	border: 6px solid #D80000;
}

.flushR_marginL {
	margin-left: 20px;
}

.flushL_marginR {
	margin-right: 20px;
}

/* ReservationNexus button styles follow */


a.button:link {
	display: block;
	width: 160px;
	background-image: url(/images_template_new/res_button_normal.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 65px;
	margin-right: auto;
	margin-left: auto;
}
a.button:active {
	display: block;
	width: 160px;
	background-image: url(/images_template_new/res_button_normal.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 65px;
	margin-right: auto;
	margin-left: auto;
}
a.button:visited {
	display: block;
	width: 160px;
	background-image: url(/images_template_new/res_button_normal.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 65px;
	margin-right: auto;
	margin-left: auto;
}
a.button:hover {
	background-image: url(/images_template_new/res_button_hover.png);
	display: block;
	height: 65px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	left: 1px;
	top: 1px;
	position: relative;
} 

a.buttonsmall {
	background-image: url(/images_template_new/res_button2_normal.png);
	width: 140px;
	height: 57px;
	margin: 10px 10px 30px 0px;
	float: right;
	background-repeat: no-repeat;
}

a.buttonsmall:active {
	background-image: url(/images_template_new/res_button2_normal.png);
	width: 140px;
	height: 57px;
	margin: 10px 0px 30px;
	float: right;
	background-repeat: no-repeat;
}
	
a.buttonsmall:visited {
	background-image: url(/images_template_new/res_button2_normal.png);
	width: 140px;
	height: 57px;
	margin: 10px 0px 30px;
	float: right;
	background-repeat: no-repeat;
}
	
a.buttonsmall:hover {
	background-image: url(/images_template_new/res_button2_hover.png);
	width: 140px;
	height: 57px;
	margin: 10px 0px 30px;
	float: right;
	background-repeat: no-repeat;
} 
a.reservesmall {
	background-image: url(/images_template_new/res_button2_normal.png);
	width: 140px;
	height: 57px;
	margin: 10px 10px 30px 0px;
	float: right;
	background-repeat: no-repeat;
}

a.reservesmall:active {
	background-image: url(/images_template_new/res_button2_normal.png);
	width: 140px;
	height: 57px;
	margin: 10px 10px 30px 0px;
	float: right;
	background-repeat: no-repeat;
}
	
a.reservesmall:visited {
	background-image: url(/images_template_new/res_button2_normal.png);
	width: 140px;
	height: 57px;
	margin: 10px 10px 30px 0px;
	float: right;
	background-repeat: no-repeat;
}
	
a.reservesmall:hover {
	background-image: url(/images_template_new/res_button2_hover.png);
	width: 140px;
	height: 57px;
	margin: 10px 10px 30px 0px;
	float: right;
	background-repeat: no-repeat;
	position: relative;
	left: 1px;
	top: 1px;
} 
#sidebar1 .twitter {
	width: 120px;
	margin-right: 15px;
	text-align: center;
	float: right;
	margin-bottom: 10px;
}
#sidebar1 .fb {
	width: 80px;
	margin-right: 15px;
	text-align: center;
	float: right;
	margin-bottom: 10px;
}
.fb {
	width: 380px;
	margin-right: auto;
	margin-left: auto;
}
.mainfont bordered_table h2 a {
	color: #D80000;
}
.special {
	color: #D8D1BC;
	font-size: .9em;
}
