@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/BG1.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	
	
	
}
ul {
	font-size: 1.7em;
}
li {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 2em;
}
p {
	font-size: 1.2em;
}

#footerAdress {
	color: #FFFFFF;
	background-color: #191864;
}

.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: medium solid #FFCE4B;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFCE4B;
	
}
#navbar {
	width: 752px;
	margin-right: auto;
	margin-left: auto;
	height: 47px;
}

.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	height: 235px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
		
}
.oneColFixCtrHdr #footer {
	background-color: #FFCE4B;
	height: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}


#adress {
	padding: 5px;
}
.leftPhotos {
	border: medium solid #FFCC00;
	float: left;
	margin: 5px;
}
.centerPhotos {
	border: thin solid #FFCC00;
	clear: both;
}
.oneColFixCtrHdr #container #mainContent #CenterPhotodiv {
	height: auto;
	width: 603px;
	margin-right: auto;
	margin-left: auto;
	
}
.oneColFixCtrHdr #container #mainContent #imageLeft {
	float: left;
	padding: 0px;
	margin: 10px;
	border: thin solid #FFCE4B;
	clear: both;
}
.oneColFixCtrHdr #container #mainContent #imageRight {
	margin: 10px;
	float: right;
	border: thin solid #FFCE4B;
	clear: both;
}

.style1 {
	font-size: x-small
}
.style2 {
	font-size: medium;
	font-weight: bold;
}

#directionsPhoto {
	float: left;
	width: auto;
	margin-right: 15px;
	border: thin solid #FFCE4B;
	margin-top: 15px;
}

#navContainer {
	height: 44px;
	margin-right: auto;
	margin-left: auto;
	width: auto;
}
#shadowleft {
	float: left;
	padding-left: 8px;
	
}

#model-bottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
	border-right-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 90%;
	text-align: center;
}



#contactPix {
	float: right;
	width: auto;
	border: thin solid #FFCE4B;
	margin-top: 100px;
	margin-right: 100px;
}
.oneColFixCtrHdr #container #mainContent #adress {
	width: auto;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	color: #101046;
	font-size: medium;
}
.style3 {font-size: x-small}

a:link {
	color: #0000FF;
}

a:visited {
	color: #000066;
}
a:hover {
	color: #000000;
}
a:active {
	color: #0000FF;
}
#sacmedia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-style: italic;
	color: #000000;
	background-position: center center;
	text-align: center;
}

.listStyle {
	font-size: 1.6em;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 1.7em;
}
#mainContent table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	width: 100%;
	border: thin none #FFCE4B;
	font-weight: normal;
	background-color: #CCCCCC;
	color: #000000;
}
