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

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: #564940;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 140%;
}
.oneColFixCtrHdr #container {
	width: 914px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	height: 88px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #container #header .mainnavigation {
	background-image: url(../images/Navigation-background.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	width: 452px;
	height: 80px;
}
.oneColFixCtrHdr #container #header .mainnavigation li {
	display: inline;
	padding-right: 2px;
	padding-left: 10px;
	color: #1f1e1e;
	font-size: 12pt;
	font-weight: normal;
}

.oneColFixCtrHdr #container #header .mainnavigation ul {
	margin-top: 15px;
	
}
.oneColFixCtrHdr #container #header .mainnavigation a {
	text-decoration: none;
	color: #564940;
}
.oneColFixCtrHdr #container #header .mainnavigation a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #16223C;
}

.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 */
}

.headerlogo {
	float: left;
}
.clearfloat {
	clear: both;
}
.oneColFixCtrHdr #mainContent {
	background-image: url(../images/Main-Content-background.png);
	height: 695px;
	width: 904px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container #mainContent .homeText {
	float: left;
	width: 375px;
}
.oneColFixCtrHdr #container #mainContent .homeText h1 {
	padding-bottom: 10px;
}
.oneColFixCtrHdr #container #mainContent .homeboxblue {
	width: 280px;
	margin-right: 10px;
	margin-left: 0px;
	padding-top: 20px;
	float: left;
}
.oneColFixCtrHdr #container #mainContent .homeboxblue a {
	color: #FFFFFF;
	background-color: #315c96;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
	width: 270px;
	display: block;
}
.oneColFixCtrHdr #container #mainContent .homeboxblue a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent .homeboxpurple {
	width: 280px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 20px;
	float: left;
}
.oneColFixCtrHdr #container #mainContent .homeboxpurple a {
	color: #FFFFFF;
	background-color: #1d1226;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
	width: 270px;
	display: block;
}
.oneColFixCtrHdr #container #mainContent .homeboxpurple a:hover {
	text-decoration: underline;
}

.oneColFixCtrHdr #container #mainContent .homeboxpink {
	width: 280px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 20px;
	float: left;
}
.oneColFixCtrHdr #container #mainContent .homeboxpink a {
	color: #FFFFFF;
	background-color: #97717e;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
	width: 270px;
	display: block;
}
.oneColFixCtrHdr #container #mainContent .homeboxpurple a:hover {
	text-decoration: underline;
}


.oneColFixCtrHdr #container #mainContent .homeText p a:link {
	color: #1D1226;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent .homeText p a:visited {
	color: #1D1226;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent .homeText p a:hover {
	text-decoration: underline;
}

.oneColFixCtrHdr #container #mainContent .pictureframe {
	float: right;
	background-image: url(../images/picture-frame.jpg);
	height: 415px;
	width: 496px;
	margin-right: 30px;
}
.oneColFixCtrHdr #footer {
	background-image: url(../images/Footer-background.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 52px;
	width: 907px;
	padding-right: 8px;
	padding-left: 6px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-position: center;
	font-size: small;
}
.oneColFixCtrHdr #container #footer a {
	color: #564940;
	text-decoration: none;
}
.oneColFixCtrHdr #container #footer a:hover {
	text-decoration: underline;
}

.oneColFixCtrHdr #container #mainContent .galleriesList {
	float: left;
	width: 220px;
}
.oneColFixCtrHdr #container #mainContent .galleryimages {
	float: left;
	width: 620px;
	margin-left: 20px;
	height: 550px;

}
.oneColFixCtrHdr #container #mainContent .galleryimagesscroll {
	overflow: auto;
	height: 525px;

}
.oneColFixCtrHdr #container #mainContent .galleryimagesscroll2 {
	overflow: auto;
	height: 620px;
}
.oneColFixCtrHdr #container #mainContent .galleriesList ul {
	font-size: small;
	list-style-position: inside;
	list-style-image: url(../images/bullet.jpg);
}
.oneColFixCtrHdr #container #mainContent .galleryimages .lightbox img {
	margin-right: 10px;
	margin-bottom: 10px;
}

.oneColFixCtrHdr #container #mainContent .galleriesList ul a{
color: #564940;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent .galleriesList ul a:hover{

	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent .pictureframe object {
	position: relative;
	left: 55px;
	top: 51px;
	height: 303px;
	width: 387px;
}
.oneColFixCtrHdr #container #mainContent .galleryimages a {
	color: #564940;
}
.oneColFixCtrHdr #container #mainContent .galleryimages a:visited {
	color: #564940;
}
.oneColFixCtrHdr #container #mainContent .galleryimages a:hover {
	text-decoration: none;
}
