@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #006;
	background-image: url(images/background.jpg);
}
#container {
	width: 780px;
	text-align: left;
	height: 880px;
	border: thick none #f7941e;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F7941E;
} 
#mainContent hr {
	line-height: 5px;
	color: #000;
	background-color: #000;
}

#header {
	height: 150px;
	width: 780px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 3;
	background-color: #DDDDDD;
	background-image: url(images/autoheader.jpg);
	margin: 0px;
	left: 0px;
	top: 0px;
} 
#header1 {
	z-index: 1;
	color: #F7941E;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#navigation {
	text-align: center;
	height: 34px;
	width: 780px;
}
#navigation a:link {
}
#navigation a:visited {
}
#navigation a:hover {
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	height: 600px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	background-color: #000093;
	background-image: url(images/sidebar.jpg);
	font-weight: normal;
}
#sidebar1 p {
	line-height: 2.5em;
	font-weight: 800;
	color: #BFE8FB;
}
#sidebar1 h2 {
	color: #FFF;
}

#sidebar1 a:link {
	color: #BFE8FB;
}
#sidebar1 a:visited {
	color: #FCD8AB;
}
#sidebar1 a:hover {
	color: #D90000;
}



#mainContent {
	height: 600px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	overflow: auto;
	background-color: #FDEEE3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #006;
	line-height: 1.2em;
	letter-spacing: 0.1em;
} 
#mainContent h1 {
	color: #353994;
	font-style: italic;
	line-height: 1.2em;
	padding-top: 20px;
}
#mainContent h2 {
	line-height: 1.2em;
	color: #F7941E;
}
#mainContent a:link {
	color: #D70000;
}
#mainContent a:visited {
	color: #F7941E;
}
#mainContent a:hover {
	color: #03F;
}





#footer {
	text-align: center;
	height: 100px;
	width: 780px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-width: medium;
	border-top-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #F7941E;
	border-left-color: #000;
	margin: 0px;
	background-color: #F7941E;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 12px;
}
#footer a:link {
	color: #353994;
}
#footer a:visited {
	color: #353994;
}
#footer a:hover {
	color: #D90000;
}
.bold_text {
	font-weight: 800;
	color: #000;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
#mainContent table tr th {
	text-align: left;
}
#mainContent ul li {
	padding-top: 6px;
	padding-left: 2px;
}
#monthly_special {
	border: medium outset #900;
	letter-spacing: .1em;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-family: "Comic Sans MS", cursive;
	font-size: 22px;
	color: #ED8F35;
	line-height: 24px;
	font-weight: 600;
	background-image: url(images/fireworks02.jpg);
}
.red_text {
	text-transform: uppercase;
	color: #A61202;
	font-size: 24px;
	font-style: italic;
	font-weight: 800;
	letter-spacing: .2em;
	padding-left: 20px;
}
#site_map h1 {
	font-size: 24px;
}
#site_map h3 {
	font-size: 18px;
	padding-left: 100px;
}
#site_map h2 {
	font-size: 20px;
	padding-left: 50px;
	line-height: 10px;
}
#site_map a:link {
	color: #D70000;
}
#site_map a:visited {
	color: #F7941E;
}
#site_map a:hover {
	color: #03F;
}

