/*Purpose: undo some of the default styling of common (X)HTML browsers */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
/* more varnish stripping as necessary... */
.clearfix:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
body {
	background-color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:white;
}
a:link{
	color:white;
	text-decoration:underline;
}
dt{
	clear:both;
	margin:10px 0;

}
dd{

}
.ddimg{
	float:left;
	margin:0 5px 0 0;
	width:250px;
}
h1{
	font-size:24px;
	font-style:italic;
}
h3{
	font-size:larger;
	margin:10px 0;
	text-decoration:underline;
}
p{
	margin:10px 0;
}
.license{
	clear:both;
	font-size:70%;
	margin:50px 0 20px 0;
	text-align:right;
}
.quote{
	clear:both;
	font-style:italic;
	float:left;
	width:100%;
}
.footer{
	clear:both;
}
.imgright{
	float:right;
	padding-left: 5px;
}

.imgleft{
	float:left;
}

#contentList{
	list-style:circle;
	margin:10px;
}
#contentList li{
	margin:10px;
}

#dinnerMenu ul{
	margin:0 15px;
}
#dinnerMenu li{
	line-height:25px;
}
#dinnerMenu li ul{
	font-size:smaller;
}

#faq p{
	margin:10px 25px;
}
#menu{
	margin:25px 0;
}

#menu li{
	line-height:16px;
	margin-bottom: 8px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #6588D5;
}

#menu a, #menu a:visited{
	color:white;
	text-decoration:none;
}
:focus, :active { outline: 0; }
#menu a:hover, #menu a:active{
	color:#FFFFC3;
	text-decoration:none;
}

#container{
	background-color:#003c79;
	margin:0px auto;
	padding:10px 0;
	width:770px;
}

#floorplan{
	background-color:white;
	margin:10px 0;
	padding:10px 0;
	text-align:center;
}
#floorplan h3{
	color:#003c79;
	margin:15px;
}

#leftcolum{
	float:left;
	margin:10px 10px 0 0;
	text-align:right;
	width:224px;
}

#rightcolum{
	float:left;
	margin:0 65px 0 35px;
	width:436px;
}

#flash{
	margin:0 auto 10px auto;
	width:300px;
}
