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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #36180F url(../assets/woodgrainbg.jpg) repeat-x;
	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;
}

#backBkg {
	margin:20px auto 0;
	padding:10px 0 0 0;
	width:860px;
	background:url(images/bg2.jpg) no-repeat #7D7C56;
}

h1 {
	min-height:0;
}

#sv {
	width:720px;
	margin:15px auto;
	padding:0;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #616241;
	border-bottom-color: #616241;
	border-left-color: #616241;
}

#sv h1 {
	position:relative;
	top:-18px;
	left:10px;
	margin:0 0 0 10px;
}

#frame {
	margin:0 0 0 23px;
	width:670px;
}

.oneColFixCtrHdr #container {
	width: 791px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/bg1.jpg) repeat-y;
	padding:5px 0 50px 0;
	margin: 25px auto 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Georgia, "Times New Roman", Times, serif;
}
.oneColFixCtrHdr #header {
	background: url(images/banner.jpg) top left no-repeat;
	margin:0 auto;
	padding:0;
	height:123px;
	width:781px/* 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. */
}

#logo {
	background:url(images/cplogo.jpg) no-repeat;
	width:209px;
	height:118px;
	position:relative;
	top:-11px;
	left: 27px;
}

#nav {
	width:781px;
	margin:-21px auto 0;
	padding:0;
}

.clear {
	clear:both;
}
.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 {
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #7D7C56;*/
}

#mainimage {
	margin:-10px auto 0;
	padding:0;
}

#leftColumn {
	float: left;
	display:inline;
	width: 325px;
	margin:15px 18px 0 32px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #616241;
	border-bottom-color: #616241;
	border-left-color: #616241;
	padding: 0 10px;
	height: 300px;
}

#leftColumn h1 {
	position:relative;
	margin:-20px 0 0 5px;
}

#leftColumn p {
	padding:0 15px;
	margin-left:10px;
}

#rightColumn h1 {
	position:relative;
	margin:-20px 0 0 5px;
}

#rightColumn p {
	padding:0 15px;
	margin-left:10px;
}

#rightColumn {
	float: left;
	display:inline;
	width: 325px;
	margin:15px 0 0 6px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #616241;
	border-bottom-color: #616241;
	border-left-color: #616241;
	padding-right: 10px;
	padding-left: 10px;
	height: 300px;
}

#content {
	width:720px;
	margin:15px auto 0;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #616241;
	border-bottom-color: #616241;
	border-left-color: #616241;
	padding:0;
}

#content h1 {
	position:relative;
	top:-15px;
	margin:0 0 0 20px;
}

#content p {
	padding:0 20px;
	margin:0 0 15px 10px;
}

#content img {
	padding:20px;
}

.oneColFixCtrHdr #footer {
	padding: 5px 10px;/* this padding matches the left alignment of the elements in the divs that appear above it. */
	clear:both;
	background:#7D7C56;
	color: #F5E3AA;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.oneColFixCtrHdr #footer a {
	font-style: italic;
	color: #FBE8AE;
}
.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 */
}
.oneColFixCtrHdr #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: italic;
	color: #FFEBB0;
	font-weight: lighter;
}
.oneColFixCtrHdr #mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FCEBB0;
	font-size: 16px;
	line-height: 22px;
}
.oneColFixCtrHdr #mainContent a {
	font-style: italic;
	color: #FAECB1;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent a:hover {
	color: #5F330E;
	text-decoration: none;
}
