/* MAIN */

body {
	background-color: #888888;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Verdana", "Times New Roman", "Georgia", Times, serif;
	font-size: 12px;
}
.fronttitle{
	color:#FFFFFF;
	font-size:16px;
}
.fronttext{
	width:270px;
	color:#FFFFFF;
	font-size:12px;
}
#page {
	background-image: url(../images/page-bgd.jpg);
	background-repeat: repeat-y;
	width: 1062px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

#page #content {
	background-image: url(../images/page-background-heart.jpg);
	background-repeat: no-repeat;
	min-height: 692px;
	border-bottom: solid 1px #999;
	margin: 0px;
	margin-bottom: 20px;
	display: block;
	float: left;
	min-width: 1060px;
	font-family: Verdana;
	padding: 5px 0px 5px 0px;
}

a:link,
a:active, 
a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
}

a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #99FFCC;
}


/***************************/

/* HEADER */

#page #header {
	height: 90px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-family: "Lucida Grande", Arial, Helvetica, Sans-serif;
	clear: both;
}

#page #header #logo {
	float: left;
	clear: right;
}

#page #header #navigation {
	float: right;
	width: 380px;
}

#page #header #site-search {
	height: 30px;
	margin: 0px;
	margin-right: 20px;
	margin-top: 25px;
}

#page #header #search-field {
	height: 20px;
	border: 1px solid #333333;
	width: 250px;
	float: left;
	padding-left: 5px;
	margin-right: 10px;
	margin-top: -4px;
}

#page #header a {
	text-decoration: none;
	color: #333333;
}

#page #header #header-menu {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;
	list-style-position: inside;
	list-style-type: none;
	padding: 0px;
}

#page #header #header-menu li {
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#page #header #navigation #opentimes {
	background-color: e6e9de;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 380px;
	font-size: 12px;
	text-align: center;
}


/***************************/

/* PAGE TITLES */

#upper-bar {
	float: left;
	clear: both;
	width: 1050px;
	height: 30px;
	margin-top: 5px;
}

#page #content #upper-bar-bgd {
	height: 30px;
	width: 500px;
	border: solid 2px #99FFCC;
	background-color: #000;
	position: absolute;
	opacity: .5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	margin-left: 5px;
}

#page #content #upper-bar-content {
	margin-left: 10px;
	position: absolute;
	width: 1040px;
	height: 30px;
	z-index: 250;
	padding: 5px;
}

#page-title {
	float: left;
}

h1 {
	font-size: 18px;
	color: #b5ffe8;
	height: 40px;
	margin: 0px;
	margin-right: 30px;
	padding: 0px;
	font-family: Times New Roman, serif;
}

#breadcrumb {
	float: left;
	font-size: 12px;
	color: #FFF;
	width: 350px;
	margin-right: auto;
	padding: 3px;
	font-family: "Lucida Grande", Arial, Helvetica, Sans-serif;
	font-size: 10px;
}


/***************************/

/* COLUMNS */

.columns {
	margin-left: 5px;
	margin-top: 15px;
}


/***************************/

/* LEFT COLUMN */

#page #content #left-column {
	width: 180px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	float: left;
}

#left-menu {
	height: 600px;
	float: left;
}

#page #content #left-column #left-column-bgd {
	height: 632px;
	width: 170px;
	border: solid 2px #99FFCC;
	background-color: #000;
	position: absolute;
	opacity: .5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

#side-menu {
	position: absolute;
	margin: 0px;
	margin-left: 5px;
	padding: 10px;
	list-style-position: inside;
	list-style-type: none;
}

#page #content #left-column #side-menu li {
	margin-top: 4px;
}

#page #content #left-column #side-menu li.section {
	color: #99FFCC;
	font-size: 16px;
	font-family: "Times New Roman", "Georgia", Times, serif;
}

#page #content #left-column #side-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
}

#side-menu .section {
	margin-bottom: 15px;
}

#page #content #left-column #side-menu ul ul {
	list-style-type: square;
	margin-top: 3px;
}

#page #content #left-column #side-menu ul ul li {
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px;
	padding-left: 2px;
}

#page #content #left-column #side-menu ul li {
	color: #FFF;
	font-size: 13px;
	margin-bottom: 3px;
	font-family: "Times New Roman", "Georgia", Times, serif;
}

#side-menu ul li a:link,
#side-menu ul li a:active, 
#side-menu ul li a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
}

#side-menu ul li a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #99FFCC;
}


/***************************/

/* MIDDLE COLUMNS */

#page #content #leftcenter-column {
	width: 300px;
	float: left;
}

#page #content #rightcenter-column {
	width: 300px;
	float: left;
}


/***************************/

/* RIGHT COLUMN */

#page #content #right-column {
	float: left;
	font-family: "Verdana", "Times New Roman", Times, serif;
	color: #333;
}

#right-column h3 {
	font-size: 14px;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	color: #666;
}

#right-column p,
#right-column ul, 
#right-column li {
	font-size: 10px;
	margin: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 15px;
	padding: 0px;
}


/***************************/

/* FOOTER */

#page #footer {
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Trebuchet MS, Lucida Grande, Arial, Helvetica, sans-serif;
}

#page #footer p {
	color: #666666;
	text-align: center;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
}

ul.footer-menu {
	width: 80%;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	padding-top: 3px;
	text-align: center;
	background-color: #b5ffe8;
	height: 13px;
	clear: both;
}

.footer-menu li {
	font-size: 12px;
	padding-right: 8px;
	margin-right: 5px;
	text-align: center;
	display: inline;
}

.footer-menu a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

.footer-menu a:hover {
	text-decoration: underline;
}

.border {
	border-right: solid 2px #999;
}



#page #footer a:link,
#page #footer a:active, 
#page #footer a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

#page #footer a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}


/***************************/

/* GENERIC */

.infobox {
	background-image: url(../images/infobox.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 350px;
	height: 63px;
	margin: 0px;
	padding-left: 15px;
	font-family: "Georgia", "Times New Roman", Times, serif;
}

h2.infobox {
	padding-top: 10px;
	font-size: 16px;
	color: #BA9414;
	font-style: normal;
}


/***************************/

/* BOX */

.box {
	padding-left: 15px;
	padding-right: 15px;
	font-family: "Lucida Grande", "Arial", Helvetica, Sans-serif;
}

.box h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
}

.box a:link,
.box a:active, 
.box a:visited {
	color: #FFF;
}

#right-column a:link,
#right-column a:active, 
#right-column a:visited {
	color: #333;
}

.box a:hover, 
#right-column a:hover{
	color: #99FFCC;
}


/***************************/

/** ROUNDED **/

.rounded {
}


/***************************/

/* FREE QUOTE */

#free-quote {
	background-image: url('../images/quote.png');
	background-repeat: no-repeat;
	padding-top: 23px;
	height: 88px;
	width: 175px;
	color: #666;
	font-size: 12px;
	text-align: center;
	margin-right: 30px;
	float: left;
	
}

#free-quote a {
	color: #666;
	text-decoration: none;
	font-size: 11px;
}


/***************************/

/* GALLERY */

.gallery-icon {
	height: 54px;
	width: 54px;
	margin: 5px;
	float: left;
	display: block;
	border: solid 1px #000;
}



/* DEFINITIONS LIST */

#right-column dl {
	margin-left: 10px;
	margin-right: 10px;
}

#right-column dt {
	font-size: 16px;
	font-weight: bold;
}

#right-column dd {
	font-size: 12px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 10px;
}


/***************************/

/* RIGHT COL TITLE */

#right-col-title-bgd {
	background-color: #000;
	position: absolute;
	width: 245px;
	height: 25px;
	z-index: 200;
	opacity: .5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	float: left;
}

#right-col-title-content {
	color: #FFF;
	position: absolute;
	margin-top: 0px;
	width: 245px;
	height: 30px;
	z-index: 250;
	float: left;
}

#right-col-title-content h2 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #99FFCC;
}

#right-col-content {
	position: absolute;
}

ul.style9 li{
	font-size:10px;
}

img, div { behavior: url(styles/iepngfix.htc) }

