/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #0033FF;
	text-decoration: none;
}
a:visited {
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
}
a:active {
	color: #0033FF;
	text-decoration: none;
}

/*CONTENT CLASSES*/

.headers {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
}
.error {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;
	color:#FF0000;
}
.thankyou {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color: #F69022;
}


/*NAV LINK CLASSES*/

a.nav {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
a.nav:link {
	text-decoration: none;
}
a.nav:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.nav:hover {
	text-decoration: underline;
	color: #FF9900;
}
a.nav:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.nbody {
	color: #FF9900;
	text-decoration: none;
}

a.nbody:link {
	color: #FF9900;
	text-decoration: none;
}
a.nbody:visited {
	text-decoration: none;
	color: #FF9900;
}
a.nbody:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.nbody:active {
	text-decoration: none;
	color: #FF9900;
}

/*LAYER ID ELEMENTS*/

#main-nav {
	position:absolute;
	left:0;
	top:35px;
	width:930px;
	height:78px;
	z-index:1;
	background-color: #000000;
}
#main-header {
	position:absolute;
	left:0px;
	top:75px;
	width:930px;
	height:197px;
	z-index:2;
}

#toastylayer {
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	left:23px;
	top:94px;
	width:350px;
	height:30px;
	z-index:3;
	font-style: normal;
	font-weight: bolder;
}
#locations {
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	left:221px;
	top:126px;
	width:149px;
	height:18px;
	z-index:4;
}

/*PAGE DIV ELEMENTS*/

.nav-bg {
	background-color: #000000;
	height: 75px;
}

.main-body {
	left:0;
	top:272px;
	background-image: url(images/body-right-bg.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}

.grey-bar-text{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	
}

/*BODY DIV ELEMENTS*/

.body-table-left {
	background-image: url(images/toasty-lower_flame_bg.jpg);
	background-repeat: repeat-y;
}
.body-table-main{
	background-image: url(images/body-top-bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.body-table-grey-bar {
	background-image: url(images/grey-bar-bg.jpg);
	background-repeat: repeat-y;
}

/*FOOTER DIV ELEMENTS*/

.footer-lower {
	background-color: #000000;
	page-break-before: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 4px;
}

/*** Gallery page nav ***/

#gallery a:link, #gallery a:visited {
	font: 12px Arial, sans-serif;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	color: #000000;
	text-decoration: none;
	margin: 3px;
}

#gallery a:hover{
	font: 12px Arial, sans-serif;
	background-color: #CCCCCC;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color:#000000;
}
