/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
html {
	background: #000000 url(images/bg-site.jpg);
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

body {
	background: url(images/bg-shadow.jpg) no-repeat center top;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #e8e8e8;
}

/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, fieldset, blockquote, th, td {
	 margin: 0;
	 padding: 0;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

/* Removes borders for images and fieldsets */
img, fieldset {
	border: 0;
}

/* Styles for tables and table cells */
table, th, td {
	border-collapse: collapse;
	vertical-align: top;
}
table {
	width: 620px;
	margin: 0px 20px -5px;
}
th, td {
	padding: 5px;
	width: 33%;
	border-bottom: 1px solid #6f6f6f;
}
th {
	font: 18px  "Adobe Garamond Pro", Garamond, Georgia, "Times New Roman", Times, serif;
}

/* Styles h1, h2, h3, h4, h5 tags */
h1, h2, h3, h4 {
	font-weight: normal;
	padding-top: 10px;
	margin: 0px 20px -5px;
}
h1 {
	font: 44px "Edwardian Script ITC", Shelley-AllegroScript, Shelley-AndanteScript, Shelley-VolanteScript, "Monotype Corsiva", cursive;
	color: #e7d6ad;
}
h2, h3, h4 {
	font-family: "Adobe Garamond Pro", Garamond, Georgia, "Times New Roman", Times, serif;
	color: #e8e8e8;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 20px;
	margin: 5px 20px 10px;
}

/* Creates DIV to set back to top link */
p#back {
	margin: 5px 20px;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	clear: both;
}
p#back a {
	text-align: right;
}

td {
	line-height: 18px;
}

address {
	line-height: 14px;
	font-size: 11px;
	font-style: normal;
	width: 950px;
	margin: 0px auto;
}

/* Style unordered lists and colmuns of text */
ul {
	list-style: none;
}	
	
/* Styles A links */
a:link {
	text-decoration: underline;
	color: #efefef;
}
a:visited {
	text-decoration: underline;
	color: #f1e6cd;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active, a.selected {
	text-decoration: none;
	color: #dedddd;
}
	
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Styles the DIV that serves as the container for the layout. Setting the left and right margins to auto will center DIV. */
div#container {
	background: #000000 url(images/bg-layout.jpg) repeat-y; /* Faux column bg for page */
	position: relative;
	width: 990px;
	margin: 0px auto;
}

/* Creates DIV container for header. */
div#header {
	background: url(images/bg-header.jpg) no-repeat;
	width: 990px;
	margin: 0px auto;
	height: 125px;
	z-index: 1;
}

/* Creates DIV container for call to action */ 
div#cta {
	background: #303030 url(images/bg-cta.jpg) no-repeat;
	height: 275px;
	width: 990px;
	padding: 0;
	margin: 0;
	clear: right;
}

/* Creates DIV container for sidebar content */ 
div#sidebar {
	color: #dbd8d8;
	width: 330px;
	float: left;
	padding: 0px;
}
div#sidebar a {
    font-weight: bold;
}
div#sidebar a:link, div#sidebar a:visited {
	text-decoration: underline;
	color: #f2f2f2;
}
div#sidebar a:hover, div#sidebar a:active {
	text-decoration: none;
	color: #ffffff;
}
div#sidebar address {
	padding: 10px 20px 10px;
}

/* Creates DIV container for main content */ 
div#content {
	background: url(images/bg-content.jpg) no-repeat;
	width: 660px;
	float: right;
	padding: 0 0 10px;
}
div#content a {
	font-weight: bold;
}
div#content ol, div#content ul {
	line-height: 18px;
}
div#content ul {
	margin: 5px 20px 10px;
}
div#content ol {
	line-height: 18px;
	margin: 5px 20px 10px 40px;
}
div#content ul li {
	padding-left: 15px;
	background: url(images/bullet.gif) no-repeat;
	list-style: none;	
}
div#content ol li {
	padding-left: 10px;
}

/* Creates DIV to set back to top link */
p#back {
	margin: 5px 20px;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	clear: both;
}
p#back a {
	text-align: right;
}

div#bgmusic {
	margin-top: -1500px;
	display: none;
}

/* DIVs to create columns for paragraphs. */
div#leftcolumnhalf {
	background: url(images/bg-column.gif) repeat-y right;
	float: left;
	width: 330px;
	_width: 325px;
	margin: 10px 0px 5px;
}
div#rightcolumnhalf {
	float: right;
	width: 330px;
	_width: 325px;
	margin: 10px 0px 5px;
}
div#leftcolumnthird { /* divides content in thirds */
	background: url(images/bg-column.gif) repeat-y right;
	float: left;
	width: 220px;
	_width: 215px;
	margin: 10px 0px 5px;
}
div#ctrcolumnthird {
	background: url(images/bg-column.gif) repeat-y right;
	float: left;
	width: 220px;
	_width: 215px;
	margin: 10px 0px 5px;
}
div#rightcolumnthird {
	float: right;
	width: 220px;
	_width: 215px;
	margin: 10px 0px 5px;
}

/* Styles DIV container for Bing map */
div#mapviewer {
	margin: 5px 20px;
	width: 620px;
	font-size: 11px;
	text-align: left;
}

iframe#map {
	border: 1px solid #c9c7c9;
	width: 618px;
}

div#LME_maplinks {
	margin-top: 15px;
}

/* Styles DIY frames in Plus sites */
#iframe {
	margin: 0;
	width: 655px;
	clear: both;
}

/* Creates DIV container for contactinfo content */ 
div#contactinfo {
	background: #000000 url(images/bg-contactinfo.jpg) no-repeat center top;
	font-size: 11px;
	width: 100%;
	margin: 0px auto;
	text-align: left;
	padding: 35px 0px 10px;
	color: #d7d5d5;
}
div#contactinfo img {
	margin-top: 0px;
}
div#contactinfo a {
	font-weight: bold;
}
div#contactinfo a:link, div#contactinfo a:visited {
	text-decoration: underline;
	color: #e1dede;
}
div#contactinfo a:hover, div#contactinfo a:active {
	text-decoration: none;
	color: #ebe8e8;
}

/* Creates DIV container for footer content */ 
div#footer {
	font-size: 10px;
	width: 100%;
	margin: 0px auto;
	text-align: left;
	clear: both;
	color: #bcbbbb;
}
div#footer a {
	font-weight: bold;
}
div#footer a:link, div#footer a:visited {
	text-decoration: underline;
	color: #c7c5c5;
}
div#footer a:hover, div#footer a:active {
	text-decoration: none;
	color: #d3d2d2;
}
div#footer img {
	float: right;
	margin-top: 0px;
}

/* Creates DIV container for sub-navigation */
div#subnav {
	width: 950px;
	font-size: 10px;
	margin: 0px auto;
	padding: 10px 20px 5px;
}

/* Creates DIV container for copyright statement */
div#copyright {
	width: 950px;
	font-size: 9px;
	margin: 0px auto;
	padding: 5px 0px;
}
div#copyright img {
	margin-top: -25px;
}

/* Creates DIV container for signin limk */
div#signin {
	width: 950px;
	font-size: 9px;
	margin: 0px auto;
	padding: 5px 20px 10px;
}

/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	font: 11px Georgia, "Times New Roman", Times, serif;
	background: #e4d1a4 url(images/bg-mainnav.jpg) repeat-x;
	width: 990px;
	height: 35px;
	padding: 0;
	margin: 0;
	float: right;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
	float: left;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	background: url(images/bg-link.jpg) repeat-x;
	border-right: 1px solid #e4d1a4;
	border-left: 1px solid #e4d1a4;
	color: #000000;
	display: block;
	padding: 11px 20px 11px;
	text-decoration: none;
}

/* Creates our hover status. */
ul#mainnav li a:hover {
	background: #000000 url(images/bg-hover.jpg) repeat-x;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	color: #dddcdc;
	width: auto;
}

/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #dddcdc url(images/bg-current.jpg) repeat-x;
	border-right: 1px solid #dddcdc;
	border-left: 1px solid #dddcdc;
	color: #000000;
	width: auto;
}

/* ----------------- ADDITIONAL CLASSES ------------------ */
img.rt {
	float: right;
	margin: 10px 20px 5px;
}
img.rtborder {
	border: 1px solid #6f6f6f;
	float: right;
	margin: 10px 20px 5px;
}
img.lft {
	float: left;
	margin: 10px 0px 5px 20px;
}
img.lftborder {
	border: 1px solid #6f6f6f;
	float: left;
	margin: 10px 0px 5px 20px;
}
img.ctrborder {
	border: 1px solid #6f6f6f;
	text-align: center;
	margin: 5px auto;
}
img.ctr {
	text-align: center;
	margin: 5px auto;
}

/* Class to stop items from floating right or left */
.clear {
	clear: both;
}

/* Class to center text and images */
.center {
	text-align: center;
}

/* Class to make text one pixel/point larger for the business name in the address */
.businessname {
	font-size: 12px;
	font-weight: bold;
}

/* Class to emphasize the business name in the content */
.businessnamecontent {
	color: #e7d6ad;
	font-weight: bold;
}

/* Class to emphasize the business name in the content */
.addressheading {
	font: 16px  "Adobe Garamond Pro", Garamond, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

/* Class to place the audio button (if flash is in the header) */
.audio {
	width: 142px;
	height: 10px;
	margin: 0;
	position: absolute;
	left: 672px;
	top: 7px;
	z-index: 2;
}

/* Class for items in Diamond Packages */
.diamondpackage {
	color: #b6d0ed;
}

/* Class for items in Doral Packages */
.doralpackage {
	color: #ff4b4b;
}


/* Classes for to add borders to certain table cells and striped background colors for easier reading. */
.tableborder {
	border-left: 1px solid #6f6f6f;
}

.stripe {
	background: #1f1f1f;
}
