﻿body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	/*background-color: #C8C6C4;*/
	background-color: #667;
}
.standard {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
#today {
	color: #FFF;
	text-align: center;
}
#container {
	width: 950px;
	/* height: 800px; */
	margin: 0 auto;
	background: #fff url(../images/bkgd_tile.gif) top;
	background-repeat: repeat-y;
  	border-width: 1px;
  	border-color: black;
  	border-style: solid;

}
#header {
	/* height: 150px; */
}
#skyBorder {
	border-width: 1px;
  	border-color: black;
  	border-bottom-style: solid;
	padding: 0px;
	margin: 0px;
}

#logo {
	position: relative;
	top: 10px;
	width: 350px;
}

#slogan {
	position: relative;
	float: right;
	width: 400px;
	left: 386px;
	top: -56px;
}

#contact {
	position: relative;
	float: right;
	width: 400px;
	left: -538px;
	top: -5px;

}

#menu {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	/* background-color: #C8C6C4; */
	overflow: hidden;
}
#menu ul {
	list-style-type: none;
	width: 100%; 
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	/* color: #000; */
	color: #A0512F;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0;
	display: block;
	/* border: 1px solid #d3d3d3; */
}
#menu a:hover {
	/* background-color: #f2f2f2; */
	/*border: 1px solid #f2f2f2; */
}
#body {
    height: 1%;
	/*height: 900px;*/
	overflow:hidden;
}
#content {
	/* width: 935px; */
	width: 680px;
	float: left;
	padding: 15px;
    /* height: 300px; */
}
.sidebarHeader {
	color: #5970B2;
}
.sidebar {
	font-size: 11px;
	padding: 15px;
	background: #C8C6C4;
	border: solid #667 1px;
	float: right;
	width: 185px;
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 6px;
}
#imageReferences {	
	width: 950px;
	font-size: small;
	color: #FFF;
	font-family: Calibri;
	/* height: 800px; */
	margin: 0 auto;
	background: #667;
	
}
#imageReferences a {
	text-decoration: none;
	color: #FFF;
	padding: 5px;
}
#imageReferences a:hover {
	text-decoration: underline;
	color: #FFF;
}
#footer {
	/*text-align: center;*/
	font-size: small;
	color: #A0512F;
	font-family: Calibri;
	/*overflow: hidden;*/
	/* height: 50px; */
	
	
	
	/*border-width: 1px;*/
  	/*border-color: black;*/
  	/*border-top-style: solid;*/

}
#subfooter {
	width: 950px;
	font-size: small;
	color: #FFF;
	font-family: Calibri;
	/* height: 800px; */
	margin: 0 auto;
	background: #667;
}
#leftColumn {

	font-family: Calibri;
	position: relative;
	float: left;
	width: 940px;
}
#rightColumn {
	width: 150px;
	/* height: 132px; */
	left: 0px;
	float: right;
	position: relative;
	top: -16px;
}

.link1 {
	color: black;
	text-decoration: none;
}

.link1:hover {
	color: black;
	text-decoration: underline;
}

.small_link1 {
	color: black;
	font-size: 9px;
	text-decoration: none;
}

.small_link1:hover {
	color: black;
	font-size: 9px;
	text-decoration: underline;
}


.link2 {
	color: #A0512F;
	text-decoration: none;
}

.link2:hover {
	color: #A0512F;
	text-decoration: underline;
}

.link3 {
	color: #FFF;
	text-decoration: none;
}

.link3:hover {
	color: #FFF;
	text-decoration: underline;
}


.bullet1 {
	color: #6F8f8D;
	font-size: 25px;
}

