/* Basic Design Layout */

body {
	background-color: #000000;
	background-repeat: repeat;
}


.body {
	background-color: #FFFFFF;
	padding-bottom: 10px;

}

.body h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;

}

.body h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
	text-transform: uppercase;

}

.body h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #F35822;
	letter-spacing: 2px;
	word-spacing: 4px;

}

.body h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	font-size: 18px;
	font-style: italic;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}

.body p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;

}

.body li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left: -41px;
	padding-bottom: 4px;

}
.specials li {
	padding-left: 15px;
	list-style-position: inside;
	list-style-type: disc;
}

.body a {
	color: #C2560D;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.body a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.customlist {
	list-style-type: none;
}














/* Footer */

.footer {
	background-image: url(../_media/images/footer.jpg);
	height: 88px;

}

.footer h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	padding-top: 30px;
	text-align: right;
	padding-right: 20px;
	color: #FFFFFF;

}

.footer a {
	color: #FFFFFF;
	text-decoration: none;

}


/*Misc */

.menu_bg {
	background-image: url(../_media/images/menu_bg3.jpg);
	background-repeat: no-repeat;

}

#mapContainer {
	height: 400px;
	width: 535px;
	margin: 0px auto 0px auto;
	border: solid #A0652A 1px;
} 

.red_text {
	color: #F35822;
}

#listbox {
	background-color: #E0982C;
	padding: 10px;
	border: 1px solid #000000;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	vertical-align: top;
	height: 275px;

}

#sideitems {
	background-color: #339999;
	border: 1px solid #000000;
	font-weight: normal;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 5px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;

}
#sideitems a {
	color: #000000;
}
#sideitems a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F35822;
}


#sideitems p {
	font-size: 9pt;
}
#sideitems h2 {
	color: #FFFFFF;
}

#infobox {
	background-color: #339999;
	border: 1px solid #000000;
	font-weight: normal;
	color: #000000;
	margin-right: 10px;
	margin-left: 5px;
	background-image: url(../_media/images/yellow_bg.jpg);
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 16px;

}

#orangebox {
	background-color: #F8A652;
	border: 1px solid #000000;
	font-weight: normal;
	color: #000000;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 15px;
	margin-right: 10px;
	margin-left: 5px;

}

.header_yellow {
	background-image: url(../_media/images/yellowheader.jpg);
	height: 40px;
	width: 442px;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 20px;
	color: #339999;

}

.header_green {
	background-image: url(../_media/images/greenheader.jpg);
	height: 40px;
	width: 442px;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 20px;
	color: #FFFFFF;
}

.header_orange {
	background-image: url(../_media/images/orangeheader.jpg);
	height: 40px;
	width: 442px;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 20px;
	color: #000000;
}
.img_spacer {
	padding-right: 15px;
	padding-bottom: 15px;
}
.topspace {
	padding-top: 15px;
}
.customh1 {
	color: #339999;
}
.largertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
}
.smallertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	letter-spacing: 0px;
	word-spacing: 1px;
}
#listbox li {
	margin-left: -20px;
}
.bottomspacer {
	padding-right: 20px;
	padding-left: 20px;
}
.50pixpad {
	padding-left: 50px;
}
