﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: Medium;
	font-style: normal;
	background-color: #fff;
}

#begineditable {
}

#endeditable {
}

#container {
/*	width: 100%;
	padding: 5%;*/
	display:inline;
	background-color: #fff;
	position: relative;
	table-layout:auto;
}
#masthead {
	text-align: center;
	width: 100%;
	background-color: #fff;
	margin-left:auto;
	margin-right:auto; 
/*	padding-left: 2%; 
	padding-right: 2%; */
}

/* Styles for Masthead 
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
*/
#header {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	
}
/*#masthead p {
	font-size: small;
	text-align: center;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}*/

#address {
    text-align:center;
    list-style:none;
    padding-bottom:7px;
	z-index:5;

}


#address li {
    display:inline;
    padding:10px;
}


#navigation {
	background-color: #469;
	font-size:1.25em;
    text-align:center;
    list-style:none;
	width: 100%;
	overflow:hidden;
	
}

/* Styles for Navigation */
/*#navigation ul {
	list-style-type: none;
	width: 96%;
	margin: 0;
	padding: 2;
}*/
#navigation li {
	display:inline;
	padding-left:15px;
	padding-right:15px;
}
#navigation a {
	color: #fff;
	text-decoration: none;
/*	display: block; 
	padding: 5px;
/*	border: 1px solid #ca7; */
	background-color: #469;
/*	#dfcfbf; changed by zac*/
}
#navigation a:hover {
	color: #ccc;
	text-decoration: none;
	border: 0px solid #469;
	background-color: #469;
/*	#dfcfbf; changed by zac*/
}


.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #FFF2BF;
border: 2px solid #FFF2BF;
}

#content {
	padding-left: 5%;
	padding-right: 5%;
}

#ctrpic {
	float:left;
	text-align:center;
}

#pics {
	display:inline;
	padding:15px;
	
}

#pics li {
	display:inline;
	padding:15px;
}

#pics_stl {
	display: inline;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 96%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
	padding: 0 2%;
}
#column_l {
	position: relative;
	margin: 0 25% 0 0;
	padding: 0 2%;
	background-color: #fff;
	float: none;
}
#column_r {
	float: none;
	width: 330px;
	margin: 0;
	padding: 10px;
	background-color: #cdf;
	position: absolute;
	right: 0px;
	top: 0px;
}
#column_m {
	float: none;
	width: ;
	margin: 0;
	padding: 0 2%;
	background-color: #fff;
	position: relative;
	right: 0px;
	top: 0px;
}
#footer {
	background-color: #469;
/*	#dfcfbf; changed by zac*/
	padding-bottom: 5px;
}


/* Styles for Content */
h0 {
    font-family:"Impact";
	font-size: 3em;
	color: #050505;
}
h1 {
    font-family:"Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size: 2.5em;
	color: #050505;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
    font-family:"Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size: 2.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}


/* Styles */
.ctr {
	text-align:center;
}

.style1 {
	font-size: 3em;
	font-family: Impact;
	letter-spacing: 1pt;
	margin-bottom: 0px;
        }
.style2 {
    font-family:Impact;
	font-size: 2em;
	color: #050505;
	margin-top:0;
	margin-bottom:7px;
         }
.style3 {vertical-align: middle;}

.style4 {color:white;
	     text-align:center;
	
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}




/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
