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

html {
	font-size: 100%; /* ie hack */
}
body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	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 */
	color: #FFFFFF;
	background: #000000;
}





h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0px;
	text-decoration: none;
}
p {
	padding:0;
	margin: 0px;
	font-size: 1.4em;
	line-height: 1.7em;
}
a:link, a:visited {
	text-decoration: none;
	color: #666666;
	border-style: none;
}
a:active, a:hover {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}






#header {
	margin: 0px;
	background: #000000 repeat-x;
	height: 234px;
	padding-top: 16px;
}
#header img {
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1px;
	line-height: 1px;
}

#header #head_logo {
	height: 199px;
	width: 238px;
	text-align: center;
	background: url(../images/logo_200.gif) no-repeat;
}







#menu {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #666666;
	height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#menu p {
	padding: 0px;
	margin: 0px;
	color: #999999;
	font: bold normal 14px Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	letter-spacing: 0.2em;
	word-spacing: 25px;
}
#menu p a:link, #menu p a:visited {
	text-decoration: none;
	color: #666666;
	border-style: none;
}
#menu p a:active, #menu p a:hover {
	text-decoration: none;
	color: #666666;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#menu .focus {
	color: #FFFFFF;
}







#quotebox .quote {
	color: #666666;
	font: oblique 2.2em Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
#quotebox .byline {
	color: #333333;
	text-align: right;
	font: normal .5em Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}




#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}




#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	border-left: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
#sidebar1 h2 {
	color: #666666;
	font: normal 2.5em Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}
#sidebar1 h3 {
	color: #FFFFFF;
	font: bold normal 2em Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar1 h3 a:link, #sidebar1 h3 a:visited {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: capitalize;
	padding-top: 15px;
	padding-bottom: 10px;
}
#sidebar1 h3 a:active, #sidebar1 h3 a:hover {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: capitalize;
	padding-top: 15px;
	padding-bottom: 10px;
}
#sidebar1 hr {
	border-top: 1px solid #666666;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0px;
	margin: 0px 0px 5px;
}
#sidebar1 .quote {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
}
#sidebar1 .byline {
	font-size: 1em;
	color: #666666;
	text-align: right;
	line-height: 0.7em;
	padding-top: 5px;
}

#sidebar1 .imageside {
	text-align: center;
	padding-bottom: 15px;
}
#sidebar1 #submenu p {
	color: #CEB396;
	font: oblique bold 1.8em/1.5em Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
}
#sidebar1 .abv {
	color: #999999;
	font-size: 1.1em;
}
#sidebar1 .greysub {
	color: #999999;
	font-size: 1.1em;
	font-weight: bold;
}
#sidebar1 .open_sign {
	background: url(../images/mast_hours_2.gif) no-repeat;
	height: 47px;
	width: 158px;
}

#sidebar1 .events {
	background: url(../images/mast_events_2.gif) no-repeat;
	height: 47px;
	width: 158px;
}

#sidebar1 .links {
	background: url(../images/mast_links.gif) no-repeat;
	height: 47px;
	width: 121px;
}

#sidebar1 .mast_news {
	background: url(../images/mast_news_2.gif) no-repeat;
	height: 47px;
	width: 158px;
}

#sidebar1 .mast_twitter {
	background: url(../images/mast_twitter.gif) no-repeat;
	height: 47px;
	width: 158px;
}
#sidebar1 .mast_kids {
	background: url(../images/mast_kids.gif) no-repeat;
	height: 47px;
	width: 158px;
}
#sidebar1 .mast_press {
	background: url(../images/mast_press_2.gif) no-repeat;
	height: 47px;
	width: 158px;
}

#mainContent {
	margin: 0 350px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

[if IE]> #mainContent {
zoom: 1;
}
<![endif]  



#mainContent h1 {
 color: #FFFFFF;
 font: normal 2.5em/2.5em Georgia, "Times New Roman", Times, serif;
 padding-top: 20px;
}
#mainContent h1 {
	color: #FFFFFF;
	font: bold normal 3em Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	padding-top: 10px;
}
#mainContent h2 {
	color: #333333;
	text-transform: capitalize;
	text-align: center;
	font: bold 2em Verdana, Arial, Helvetica, sans-serif;
}
#mainContent h4 {
	font: normal 2.4em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
#mainContent h5 {
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.6em;
}
#mainContent h6 {
	font: normal 2.4em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#mainContent .price {
	color: #666666;
	font-weight: normal;
	font-size: 0.9em;
}
#mainContent hr {
	border-top: 1px solid #333333;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#mainContent .loud {
	text-align: center;
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background: #000000;
}
#mainContent .bracket_middle .focus {
	color: #2A201C;
}
#mainContent .bracket_middle .focus {
	color: #CEB396;
}
#mainContent .bracket_middle h2 {
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 2.5em;
}
#mainContent .bracket_middle h2 a:link, #mainContent .bracket_middle h2 a:visited {
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #2A201C;
	text-decoration: none;
}
#mainContent .bracket_middle h2 a:active, #mainContent .bracket_middle h2 a:hover {
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #CEB396;
	text-decoration: none;
}
#mainContent .menudesc {
	color: #666666;
}
#mainContent table {
	margin: 0px;
	padding: 0px;
}
#mainContent #map p {
	color: #666666;
}
#mainContent #map p a:link, #mainContent #map p a:visited {
	color: #666666;
}
#mainContent #map p a:active, #mainContent #map p a:hover {
	color: #FFFFFF;
}
#mainContent .date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666666;
}
#mainContent #press .quote {
	font-style: oblique;
	color: #FFFFFF;
	font-size: 1.3em;
}
#mainContent #press h6 {
	color: #FFFFFF;
}
#mainContent #press h6 a:link, #mainContent #press h6 a:visited {
	color: #FFFFFF;
}
#mainContent #press h6 a:active, #mainContent #press h6 a:hover {
	color: #FFFFFF;
}
#mainContent table .frame3_top_middle {
	background: url(../images/Frame3_top_middle.jpg) repeat-x left;
}
#mainContent table .frame3_bottom_middle {
	background: url(../images/Frame3_bottom_middle.jpg) repeat-x left;
}
#mainContent table .frame3_left_middle {
	background: url(../images/Frame3_left_middle.jpg) repeat-y top;
}
#mainContent table .frame3_right_middle {
	background: url(../images/Frame3_right_middle.jpg) repeat-y top;
}
#mainContent table .frame3_center {
	background: #FFFFFF;
}
#mainContent table .frame4_top_middle {
	background: url(../images/Frame4_center_top.jpg) repeat-x left;
}
#mainContent table .frame4_bottom_middle {
	background: url(../images/Frame4_bottom_center.jpg) repeat-x left;
}
#mainContent table .frame4_left_middle {
	background: url(../images/Frame4_left_center.jpg) repeat-y top;
}
#mainContent table .frame4_right_middle {
	background: url(../images/Frame4_right_center.jpg) repeat-y top;
}
#mainContent table .frame4_center {
	background: #E0D8D0;
}
#mainContent #fancy h2 {
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 30px;
}
#mainContent .back_to {
	font-style: italic;
	text-transform: lowercase;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent .back_to a:link, #container #mainContent .back_to a:visited {
	text-decoration: none;
	font-style: italic;
	text-transform: lowercase;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent .back_to a:active, #container #mainContent .back_to a:hover {
	text-decoration: none;
	font-style: italic;
	text-transform: lowercase;
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent .subtitle {
	color: #7E1E13;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #7E1E13;
	padding-bottom: 5px;
}







#features .frametop {
	background: url(../images/frame_288_top.jpg) no-repeat;
	padding: 0px;
}
#features .framemiddle {
	background: url(../images/frame_288_middle.jpg) repeat-y;
	padding: 15px 45px 0px;
}
#features .framebottom {
	background: url(../images/frame_288_bottom.jpg) repeat-y bottom;
	padding: 0px;
}
#features p {
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
#features h3 {
	color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1.8em;
	line-height: 1.5em;
}

#features .frametop h2 {
	color: #925736;
	font-size: 1.5em;
}
#features .framemiddle h2 {
	font-size: 1.5em;
	color: #7E1E13;
	padding-bottom: 15px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#features .framemiddle p {
	font-family: Georgia, "Times New Roman", Times, serif;
}




#footer {
	border-top: 1px solid #333333;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 1em;
	line-height: 2em;
	color: #333333;
}












#container #quotebox {
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
}

#press .price {
	font-size: 1.1em;
}






.more {
	color: #666666;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: normal;
	font-variant: normal;
	text-align: right;
}

.more_multiple {
	color: #666666;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	line-height: 1.1em;
}


.more a:link, .more a:visited {
	color: #666666;
	text-transform: lowercase;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-variant: normal;
}
.more a:active, .more a:hover {
	color: #666666;
	text-transform: lowercase;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-variant: normal;
}





.bracket_left {
	background: url(../images/brack_box_left.gif) no-repeat left;
}
.bracket_right {
	background: url(../images/brack_box_right.gif) no-repeat right;
}
.bracket_middle {
	background: url(../images/brack_box_center.gif) repeat-x;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}








.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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 a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#mainContent #features {
	padding: 5px 20px 20px;
	border: 1px solid #666666;
}
#container #mainContent #features h1 {
	color: #666666;
	font-size: 18px;
	text-transform: uppercase;
}
#sidebar1 #twitter #twitter_div {
	font: 1.4em/1.7em Verdana, Arial, Helvetica, sans-serif;
}
#container .menudesc {
	color: #666666;
	line-height: 1.4em;
}








#container #sidebar1 img a:link, #container #sidebar1 img a:visited {
	border-style: none;
	text-decoration: none;
}
#container #sidebar1 img a:active, #container #sidebar1 img a:hover {
	border-style: none;
	text-decoration: none;
}


.greysubital {
	color: #666666;
	font-weight: bold;
}
