@charset "UTF-8";
.clearFloat {
	clear: both;
}
body {
	font: .85em Verdana, Arial, Helvetica, sans-serif;
	background: #7B4600 url(../images/blocks.gif) repeat;
	margin: 50px 0 0 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;
}
a:link, a:active, a:visited, a:hover {
	color: #7B4600;
	text-decoration: none;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #E5D2AC;
	text-align: left;
	background: #FFFFFF url(../images/screened-details.jpg) repeat-x left bottom;
}
.oneColFixCtrHdr #logo {
	margin-top: 10px;
	margin-bottom: 7px;
	float: left;
	border: 0;
}

#tagline {
	font-size: 24px;
	font-style: italic;
	color: #EEE3CB;
	text-align: right;
	font-weight: bold;
	padding: 10px 0 0 0;
}
.oneColFixCtrHdr #header {
	background: #FFF;
	padding: 0 20px;  /* 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. */
}
.oneColFixCtrHdr #navBar {
	background: #E5D2AC;  /* 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. */
	color: #7B4600;
	font-weight: bold;
	font-size: 0.9em;
	padding: 3px 20px;
}
.oneColFixCtrHdr .homeLink {
	border-left-style: none;
	padding-left: 0px;
	padding-right: 7px;
}
.oneColFixCtrHdr ul   {
	padding: 4px 0;
	margin: 0px;
	line-height: 0.90em;
}
.oneColFixCtrHdr li {
	list-style-type: none;
	display: inline;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #7F4300;
	padding-right: 5px;
	padding-left: 7px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
/*	background: #FFFFFF url(../images/screened-details.jpg) repeat-x left bottom;*/
}
.oneColFixCtrHdr   #mainContent  h1 {
	margin: 0 300px -7px 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 */
	color: #E5D2AC;
	font-size: 1.25em;
}
.oneColFixCtrHdr #mainContent p {
}
.oneColFixCtrHdr #mainContent p.first {
	margin-top: 0px;
}
.oneColFixCtrHdr  #mainContent img {
	border: 1px solid #7F4300;
}

.oneColFixCtrHdr #mainImage {
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.oneColFixCtrHdr #navBarBottom {
	background:#E5D2AC;
	color: #7B4600;
	text-align: center;
	font-size: 0.9em;
	margin: 0px;
}
.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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.85em;
	color: #E5D2AC;
	text-align: center;
}
.oneColFixCtrHdr #footer {
	width: 780px;
	margin: 0 auto;
}
.oneColFixCtrHdr #footer li {
	list-style-type: square;
	display: inline-block;
	font-size: 0.85em;
	color: #E5D2AC;
	text-align: center;
}
.oneColFixCtrHdr #container #navBarBottom li {
	border-left-width: 1px;
}
#form1 {
	margin-top: 0px;
	width: 375px;
	background-color: #FFFFFF;
}
.center {
	text-align: center;
}
.oneColFixCtrHdr #formContainer {
	text-align: center;
}
label {
	font-size: .8em;
}
#submit {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #portfolioImage {
	float: right;
	margin-top: 30px;
	width: 525px;
	text-align: center;
	margin-bottom: 30px;
}
.AccordionPanelContent img {
	margin: 10px;
	float: left;
}
