@charset "UTF-8";
/* CSS Document */

img{
	border: none;
	}
body {
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
	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: #656263;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 25px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#logo {
	width: 100%;
	height: 45px;
	margin-bottom: 35px;
}
#header {
	padding: 0 0px;
	margin: 0px;
	width: 100%;
}
#MainTop {
	color: #FFFFFF;
	height: 20px;
	width: 100%;
	font-size: 12px;
	text-align: center;
	padding-top: 4px;
	clear: both;
	background-color: #939191;/*	background-color: #8687C2;  */
}
#MainTitle {
	width: 100%;
	color: #FFFFFF;
	padding-top: 40px;
	text-indent: 50px;
	font: lighter 36px Helvetica, Arial, sans-serif;
	background-color: #737373;/*	background-color: #000099; */
}

#mainContent {
	background: #FFFFFF;
	margin-bottom: 25px;
	width: 450px;
	float: left;
	margin-left: 50px;
	padding: 0;
	margin-top: 25px;
}
#photos {
	width: 350px;
	float: right;
}
#footer {
	padding: 10px 10px;
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333333;
	clear: both;
	font-size: 10px;
}
#footer #street {
	float: right;
	width: 450px;
	text-align: right;
	margin: 0 20px 0 0;
}
#logo img {
	float: left;
}
#navcontainer
{
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	text-align:center;
	margin-bottom: 7px;
	clear: both;
}

#navcontainer ul
{
	border: 0;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	display:block;
}

#navcontainer ul li
{
	margin:0;
	padding:0;
	line-height:24px;
	list-style:none;
	display:inline;
}

#navcontainer ul li a
{

/*
	text-decoration: none;
	display: block;
	text-align: center;
	color: #939191;
	font-size: 13px;
	padding: 5px 20px;
	
	*/
	border-right: 1px solid #666666;
	color:#939191;
	background:none;
	text-decoration:none;
	padding:5px 20px;
	outline:none;
	text-transform: lowercase;
}
#navcontainer ul li a last-child {
	border-right-style: none;
}

#navcontainer ul li a:hover
{
	background: #939191;
	color: #FFFFFF;
}

#navcontainer a:active
{
	background: #CCCCCC;
}

#navcontainer li#active a
{
	background: #ccc;
}

#navcontainer ul li:last-child a {
	border-right: none;
	}
.selected {
	background: #A0E3B8;
	height: 40px;
	font-size: 16px;
}

h1 {
	font-size: 16px;
	color: #1A1C53;
	margin-bottom: 0px;
	border-bottom: 1px solid #1A1C53;
}
h2 {
	font-size: 10px;
	margin-top: 25px;
	margin-bottom: 0px;
}
h3 {
	font-size: 12px;
	font-style: italic;
	color: #666666;
	margin-left: 15px;
}
p {
	text-align: justify;
	line-height: 16px;
	font-size: 10px;
	margin-top: 0px;
}
ul, ol {
	margin-left: 40px;
	line-height: 10px;
}
li {
	margin-bottom: 10px;
}
.bullets {
	width: 350px;
	float: left;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 1;
}
#small_photos {
	text-align: center;
}
