﻿body
{
	margin: 0px 0px 0px 0px;
	padding: 0;
	color: #000000;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 85%;
	background-color: #C0C0C0;
	text-align: center;
	background-image: url( "../images/background.jpg" );
	background-repeat: repeat;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
	color: #800000;
	font-weight: bold;
}

a:hover
{
	color: #996633;
}

h1, h2, h3, h4
{
	color: #800000;
}

#container
{
	padding: 5px 5px 5px 5px;
}
#main
{
	width: 810px;
	margin-left: auto;
	margin-right: auto;
}
#header
{
	position: relative;
	text-align: left;
	width: 800px;
	height: 219px;
	background-color: #000000;
	padding: 5px;
	border: 1px solid #FFF;
}
#banner
{
	width: 800px;
	position: absolute;
	height: 219px;
	top: 5px;
	left: 5px;
	z-index: 1;
	overflow: hidden;
}
#menu_container
{
	position: relative;
	height: 25px;
	padding: 10px;
	background-color: #E2C194;
	width: 780px;
	border-bottom: 1px solid #800000;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu2
{
	padding: 0;
	margin: 0;
	border-top: 5px solid #D25A0B;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	border-top-color: #800000;
	width: 100%;
}

#modernbricksmenu2 ul
{
	margin: 0;
	margin-left: 0px; /*margin between first menu item and left browser edge*/
	padding: 0px;
	list-style: none;
}

#modernbricksmenu2 li
{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: uppercase;
}

#modernbricksmenu2 a
{
	float: left;
	display: block;
	font: bold 11px Arial;
	color: white;
	text-decoration: none;
	margin: 0 1px 0 0;
	padding: 5px 10px;
	background-color: black;
	border-top: 1px solid white;
}

#modernbricksmenu2 a:hover
{
	background-color: #800000;
	color: #CC9900;
}

#modernbricksmenu2 #current a
{
	/*currently selected tab*/
	background-color: #D25A0B;
	color: white;
	border-color: #D25A0B;
}

/*End: Dynamic Drive CSS Library */

#phone
{
	position: absolute;
	top: 15px;
	right: 40px;
	color: #800000;
	font-weight: bold;
	text-align: center;
	z-index: 99;
}

#content_container
{
	position: relative;
	text-align: left;
	min-height: 300px;
	width: 800px;
	height: auto;
	overflow: hidden;
	padding: 5px;
	border: 1px solid #FFF;
	background-color: #000;
}

#content
{
	position: relative;
	width: 720px;
	min-height: 500px;
	height: 100%;
	padding: 40px 40px 40px 40px;
	background-color: #FFF;
	z-index: 2;
}

#breadcrumbs
{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

#breadcrumbs a
{
	font-weight: bold;
}

.note
{
	font-size: xx-small;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
}

.callout
{
	border: 1px solid #800000;
	background-color: #FFFFCC;
	width: auto;
	padding: 5px 5px 5px 5px;
	margin: 10px 10px 10px 10px;
	font-style: italic;
}

.contentImage
{
	border: 1px solid #000;
	margin: 20px;
}

#bottom
{
	position: absolute;
	width: 798px;
	bottom: 5px;
	left: 6px;
	text-align: center;
	z-index: 99;
	height: 60px;
	background-color: #E2C194;
	border-top: 1px solid #800000;
}

#sitemap
{
	padding: 5px 5px 5px 5px;
}

#footer
{
	font-size: x-small;
	padding: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a
{
	font-weight: bold;
}

.slideshow
{
	width: 572px;
	min-height: 315px;
	border: 1px solid #000;
	background-color: #FFFFCC;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

.slides
{
	height: 100%;
	width: 156px;
	float: left;
	padding: 5px;
	background-color: #800000;
}

.slide
{
	width: 150px;
	float: left;
	margin: 2px;
	border: 2px solid #000;
	cursor: pointer;
}

.slideView
{
	width: 400px;
	height: 100%;
	float: left;
	padding-left: 5px;
	position: relative;
}

.slideView img
{
	width: 400px;
}

.slideTitle
{
	background-color: #E2C194;
	color: #800000;
	font-weight: bold;
	font-size: small;
	z-index: 1;
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	height: auto;
	border: 1px solid #FFF;
	text-align: center;
}