body{
font-family: Arial !important;
}

p{
font-size: 12px;
}

/* Function Room Configuration & Capacity Chart */
.chart td{
padding: 6px 3px 6px 0px;
}

.chart tr {
border-bottom: solid 1px #115B84;
}

.tableTitle {
text-align:center;
font-size:120%;
font-style:italic;
color:#4689C8;
}

.rooms,
.rooms td {
background: #4689C8;
color:#FFFFFF;
text-align:center;
font-weight:bold;
}

.roomInfo {
background: #F9F5AD;
color:#AC556A;
font-weight:bold;
}

.roomData {
text-align:center;
}

/* End Chart */



.drawingTitle {
font-size: 110%;
color: #83001F;
font-style:italic;
}

td.reservation {
	color: #115B84;
	font-family: Arial;
	font-size: 12px;
	font-weight: regular;

}
input.reservation {
	color: black;
	font-family: Arial;
	font-size: 12px;
	font-weight: regular;

}
a.footer {
	color: #F8EBC4;
	font-family: Arial;
	font-size: 11px;
	text-decoration: underline;
}
a.footer:link {
	color: #F8EBC4;
	font-family: Arial;
	font-size: 11px;
	text-decoration: underline;
}
a.footer:visited {
	color: white;
	font-family: Arial;
	font-size: 11px;
	text-decoration: underline;
}
a.footer:hover{
	color: #FFE4B5;
	font-family: Arial;
	font-size: 11px;
	font-weight: regular;
	text-decoration: underline;
}

a.main {
	color: black;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.main:link {
	color: #197eb7;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a.main:visited {
	color: #83001f;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a.main:hover{
	color: #115b84;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	color: #115B84;
	font-size: 13px;
	margin-left: 0px;
	margin-right: 0px;
}

h2 {
	color: 4689C8;
	font-size: 14px;
	margin-left: 0px;
	margin-right: 0px;
	text-align:left;
}

input {
	color: black;
	font-family: Arial;
	font-size: 12px;
}


p.feature {
	color: #197eb7;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin-left: 5px;
	margin-right: 5px;
}

.radio {
	color: #83001f;
	font-family: Arial;
	font-size: 11px;
}

select {
	color: #83001f;
	font-family: Arial;
	font-size: 11px;
}


td.main {
	color: black;
	font-family: Arial;
	font-size: 12px;
}

.main p {
	color: black;
	font-family: Arial;
	font-size: 12px;
}

ul {
	color: black;
	font-family: Arial;
	font-size: 12px;
	margin-right: 15px;
	margin-right: 15px;
}

.event_list li {
list-style:none;
text-align:left;
line-height:15px;
margin-left:0px;
padding-left: 15px;
background: url(images/bullit.jpg) left no-repeat;
}

.red {
color: #83001f;
font-weight:bold;
font-size:125%;
}

address {
text-align:center;
color: #83001f;
font-size: 12px;
font-style:normal;
}

/*TEXT STYLES*/
.boldred {
color:#990000;/* dark red */
font-weight:bold;
font-size:12px !important;
}

.boldredlt{
color:#FF0000;/* red */
font-weight:bold;
}

.darkblueheading{
color:#115B84;
font-size:16px; 
}

.darkbluebold {
color:#115B84 !important;/* dark blue */
font-weight:bold; 
}

.lightbluebold {
color:#4689C8 !important;/* light blue */
font-weight:bold;
}

.price {
color:#4689C8 !important;/* light blue */
font-weight:bold;
text-align:left;
font-size:130% !important;
}

.disclaimer{
font-size:10px !important;
font-style:italic;
text-align:left;
color:#990000;
}





/* ---------------DROPIN STYLES---------------  */
#dropinboxv2cover{
width:320px; /*change width to desired */
height:180px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index:100;
overflow:hidden;
visibility:hidden;
}

#dropinboxv2{
width:300px; /*change width to above width-20. */
height:160px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border:4px solid #990000; /*Customize box appearance*/
background:#F9F5AD;
padding:4px;
position:absolute; /*Don't change below 3 rules */
left:0;
top:0;
}
