body
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div#container
{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
div#main
{
	background: url('../images/main-bg.png') top repeat-y;
	min-height: 550px;
}
div#content
{
	background: url('../images/content-bg.png') bottom repeat-x;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	min-height: 550px;
}
img#logo
{
	margin-bottom: 0px;
}
img#map-image
{
	width: 447px;
	height: 394px;
	border: 0px;
	align: center;
}
div#footer
{
	text-align: center;
	bottom: 0px;
	position: relative;
}
.normal
{
	font-weight: normal;	
}
a
{
	font-weight: bold;
	text-decoration: none;
	color: #3F3F3F;
}
a:hover
{
	text-decoration: underline;
	color: #FF6633;
}
#googlemap
{
	border: 1px solid #FF6633;
	width: 400px;
	height: 400px;
	float: right;
	padding-left: 5px;
}
h1, h2, h3
{
	margin-bottom: 0px;	
}
ul
{
	list-style-type: none;
}
li.expandable
{
	background-image: url('../images/expandable.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
}
li.collapsable
{
	background-image: url('../images/collapsable.png');
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding-left: 14px;
}
li.expandable ul, li.collapsable ul, li.expandable ul div li, li.collapsable ul div li
{
	padding-left: 0px;
	margin-left: 0px;	
}
.jquery-ratings-star
{
  width: 20px;
  height: 20px;
  background-image: url('../images/ratings-star-empty.png');
  background-repeat: no-repeat;
  position: relative;
  float: left;
  margin-right: 2px;
}
.jquery-ratings-full
{
  background-image: url('../images/ratings-star-full.png');
}