* {
	margin:0;
	padding:0;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.7em;
	color: #000;
	background-color: #000;
}
ul, ol {
	margin:20px;
}
#wrapper {
	margin: auto;
	width: 980px;
}
#pageTop {
	background-image: url(../images/pageTop.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 980px;
}
#pageMiddle {
	background-image: url(../images/pageMiddle.gif);
	background-repeat: repeat-y;
	width: 945px;
	padding-left: 17px;
	padding-right: 18px;
}
#header {
	margin-bottom: 10px;
}
#banner {
	height: 230px;
	width: 945px;
}
#menu {
	background-image: url(../images/menuBG.jpg);
	height: 52px;
	width: 935px;
	margin-bottom: 25px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: top;
}
#menu ul {
	list-style-type: none;
	width: 925px;
}
#menu ul li {
	float: left;
	height: 52px;
	margin-right: 25px;
}
#menu ul li a {
	display: block;
	line-height: 38px;
	height: 52px;
	font-size: 1.3em;
	text-transform: uppercase;
}
#menu ul li a:link, #menu ul li a:visited {
	color: #FFF;
	text-decoration: none;
}
#twoColumnWrapper {
	background-image: url(../images/columnsDivider.gif);
	background-repeat: repeat-y;
}
.clearAll {
	clear: both;
}
#mainColumn {
	float: left;
	width: 590px;
	margin-right: 15px;
}
#subColumn {
	float: right;
	width: 325px;
	margin-left: 15px;
}
#footer {
	line-height: 38px;
	background-image: url(../images/menuBG.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 925px;
	margin-top: 20px;
	color: #5c5c5c;
	padding-left: 10px;
	padding-right: 10px;
}
#pageBottom {
	background-image: url(../images/pageBottom.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 980px;
}
#address {
	float: left;
	width: 50%;
}
#phoneNumbers {
	text-align: right;
	width: 50%;
	float: right;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.imgRight {
	padding: 3px;
	float: right;
	border: 1px solid #6AD891;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imgLeft {
	padding: 3px;
	float: left;
	border: 1px solid #6AD891;
	margin-bottom: 10px;
	margin-right: 10px;
}
a:link, a:visited {
	color: #2C8DE5;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000;
	text-decoration: none;
}
.sideBox-bell {
	background-image: url(../images/staffBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.sideBox-keys {
	background-image: url(../images/clientsBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.sideBox-cake {
	background-image: url(../images/cakeBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.divider {
	background-image: url(../images/sideBoxDivider.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 9px;
	width: 100%;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.readMore {
	text-align: right;
}
#subColumn a:link, #subColumn a:visited {
	color: #6AD891;
	text-decoration: underline;
}
#subColumn a:hover, #subColumn a:active {
	color: #000;
	text-decoration: none;
}
#menu ul .active {
	background-image: url(../images/menuActive.png);
	background-repeat: no-repeat;
	background-position: center;
}
#menu ul li a:hover, #menu ul li a:active {
	color: #54BEAF;
	background-image: url(../images/menuActive.png);
	background-repeat: no-repeat;
	background-position: center;
}

#mainColumn h1 {
	font-size:3.6em;
}
#mainColumn h2 {
	margin-top: 30px;
	margin-bottom:10px;
	font-size: 2.6em;
}
#mainColumn h3 {
	margin-top: 30px;
	margin-bottom:10px;
	font-size:1.4em;
	color:	#54BEAF;
	text-transform:uppercase;
	font-weight:normal;
}
#subColumn h1 {
	font-size:3.6em;
	color:#2C8EE5;
}
#subColumn h2 {
	margin-bottom:10px;
	font-size: 2.6em;
	color:#2C8EE5;
}
#subColumn h3 {
	margin-top: 30px;
	margin-bottom:10px;
	font-size:2.0em;
	color:#2C8EE5;
}
.tickList {
	list-style-type: none;
	margin: 10px 0 20px 0;
}
.tickList li {
	background-image: url(../images/tickList.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-top: 0px;
	margin-bottom: 10px;
}

a img {
	border:0;
}
#phoneNumbers a:link, #phoneNumbers a:visited {
	color: #5c5c5c;
	text-decoration: none;
}
#phoneNumbers a:hover, #phoneNumbers a:active {
	color: #FFF;
}

