﻿
/* CSS layout */
BODY {
	margin: 0;
	padding: 0;
	font-family: medium "Times New Roman", Times, serif;
	color: #372d3c;
	background-color: #c8d3b2;
}
H1 {
	margin: 0px;
	font-size: 1.10em;
	font-family: "Times New Roman", Times, serif;
	color: #6C425A;
	padding: 5px 5px 5px 15px;
	line-height: 25px;
	background-image: url('../images/header-gradient.jpg');
	background-repeat: repeat-x;	
}
H2 {
	margin: 0px;
	font-size: 1.10em;
	font-family: "Times New Roman", Times, serif;
	color: #6C425A;
	padding: 5px 5px 5px 15px;
	line-height: 25px;
	background-image: url('../images/header-gradient.jpg');
	background-repeat: repeat-x;
}
H3 {
	margin: 0px;
	font-size: 1.0em;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 5px 5px 5px 15px;
}
DIV {
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
#container {
	margin: 0px auto 0px auto;
	min-width: 600px;
	width: 960px;
	background-color: #FFFFFF;
}
#masthead {
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
#top_nav {
	width: 922px;
	background-color: #6c425a;
	padding-left: 19px;
	padding-right: 19px;
}
#page_content {
	border-left: 20px solid #6c425a;
	border-right: 20px solid #6c425a;
	margin: 0px;
	padding: 0px;
}
#left_col {
	margin-bottom: 25px;
	width: 200px;
	float: left;
}
#left_col div {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CDADBF;
	border-right-color: #CDADBF;
	border-bottom-color: #CDADBF;
	margin: 40px 0px 70px 0px;
}
#left_col img {
	border: none;
}
#right_col {
	margin-bottom: 25px;
	width: 200px;
	float: right;
}
#right_col div {
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #CDADBF;
	border-left-color: #CDADBF;
	border-bottom-color: #CDADBF;
	margin: 40px 0px 60px 0px;
}
#right_col img {
	border: none;
}
#middle_col {
	margin: 0px 225px 0px 225px;
	padding: 0px 5px 0px 5px;
}
#middle_col .photo-gallery	{
	width: 460px;
	height: 307px;
	position: relative; /*keep this intact*/;
	visibility: hidden; /*keep this intact*/;
}
#middle_col .gallerydesctext{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	padding: 2px 5px 2px 10px;
}
#middle_col .box {
	border-left-width: 1px;
	border-bottom-width: 1px;
	border: 1px solid #CDADBF;
	margin-bottom: 20px;
}
#footer {
	text-align: center;
	padding-bottom: 5px;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	background: #6c425a;
	padding-top: 5px;
}
#footer P {
	padding-bottom: 1px;
	margin: 1px;
	padding-left: 1px;
	padding-right: 1px;
	color: #FFFFFF;
	font-size: small;
	padding-top: 1px;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
}
#footer a:hover, a:active, a:focus {
	text-decoration: none;
}
#footer a:visited {
	color: #CCCCCC;
}

/* Styles for boxes */
#red  {
	background-image: url('../images/red-gradient.jpg');
	background-repeat: repeat-x;
}
#purple {
	background-image: url('../images/purple-gradient.jpg');
	background-repeat: repeat-x;
}
#green {
	background-image: url('../images/green-gradient.jpg');
	background-repeat: repeat-x;
}
#blue {
	background-image: url('../images/blue-gradient.jpg');
	background-repeat: repeat-x;
}
img.align {
	margin: 0px 5px 2px 2px;
	float: left;
}
img.align5 {
	margin: 5px;
	float:left;
}
img.align10 {
	margin: 10px;
	float:left;
}
p.small {
	margin: 10px 10px 20px 10px;
	font-family: "Times New Roman", Times, serif;
	font-size:13px;
}
p.medium {
	margin: 15px 10px 20px 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

/* Styles for Links */
a {
	color: #A34242;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
a:visited {
	color: #875252;
}

.clear {
	clear:both;
	font-size:1px;
	height:0px;
	width:0px;
	line-height:0px;
	display:block;
	float:none;
}
