@charset "utf-8";
/* CSS Document */
body  {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
}
.twoColFixLtHdr #container {
	width: 768px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/left-col-bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height: 60px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E0;
	float: left;
	padding: 0px;
	width: 770px;
} 

.twoColFixLtHdr  #header  #logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr   #header #logo  {
	float: left;
	height: 53px;
	width: 155px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.twoColFixLtHdr  #header #header-nav {
	float: right;
	height: 60px;
	width: 480px;
	text-align: right;
}
.twoColFixLtHdr #header #header-nav ul {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #header #header-nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr   #header-nav   a,  .twoColFixLtHdr #header-nav  a:visited       {
	display: block;
	float: right;
	font-size: 0.7em;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	color: #333333;
	background-image: url(images/header-nav-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
}
.twoColFixLtHdr  #header  #header-nav  a:hover  {
	background-color: #D3D3D3;
	background-image: url(images/header-nav-bg-hover.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
}
.twoColFixLtHdr #container #header #header-nav .menu-end {
	background-image: url(images/header-nav-bg-end.jpg);
	background-position: left top;
}
.twoColFixLtHdr #container #header #header-nav .menu-end:hover {
	background-image: url(images/header-nav-bg-end-hover.jpg);
	color: #FFFFFF;
}
.twoColFixLtHdr #container #content-holder {
	width: 769px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.twoColFixLtHdr #sidebar1 {
	width: 145px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 19px;
	padding-left: 10px;
	font-size: 0px;
	vertical-align: top;
}
.twoColFixLtHdr /* Menu items are a light gray block with padding and no text decoration */
#sidebar1  ul li a
{
	display: block;
	cursor: pointer;
	color: #333;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D2CC;
	background-color: #DADBD5;
	width: 135px;
}
.twoColFixLtHdr /* Menu items that have mouse over or focus have a blue background and white text */
#sidebar1  ul li a:hover  
{
	background-color: #5D693B;
	color: #FFF;
}
.twoColFixLtHdr /* Submenu containers have borders on all sides */
#sidebar1  ul
{
	padding: 0px;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.twoColFixLtHdr /* Menu item containers are same fixed width as parent */
#sidebar1  ul  li
{
	list-style-type: none;
}


.twoColFixLtHdr #sidebar1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
.twoColFixLtHdr  #sidebar1 h1 {
	margin: 0px;
	font-size: 11px;
	background-color: #CCCCCC;
	text-align: right;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
}


.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 603px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DADADA;
	min-height: 600px;
	vertical-align: top;
} 
.twoColFixLtHdr .panorama {
	width: 603px;


}
.twoColFixLtHdr #container #mainContent .panorama img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.twoColFixLtHdr .breadcrumbs {
	text-align: right;
	padding-top: 10px;
	padding-right: 34px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin: 0px;
	width: 564px;
}
.twoColFixLtHdr .breadcrumbs ul {
	margin: 0px;
	font-size: .7em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr .breadcrumbs li {
	display: inline;
	color: #999999;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-image: none;
}
.twoColFixLtHdr .breadcrumbs a, .twoColFixLtHdr .breadcrumbs a:visited {
	color: #006699;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.twoColFixLtHdr .breadcrumbs a:hover {
	color: #798E59;
	text-decoration: underline;
}
.twoColFixLtHdr    .page-content  ul, .twoColFixLtHdr .page-content ol {
	line-height: 16px;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.twoColFixLtHdr .page-content {
	color: #333333;
	width: 603px;
}

.twoColFixLtHdr   .page-content ul li {
	margin-top: 0px;
	margin-right: 34px;
	margin-bottom: 0px;
	margin-left: 34px;
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.twoColFixLtHdr .page-content ol li {
	background-image: none;
	list-style-type: number;
	margin-left: 57px;
	margin-top: 0px;
	margin-right: 34px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
}

.twoColFixLtHdr    .page-content a,   .twoColFixLtHdr .page-content a:visited {
	color: #006699;
	text-decoration: underline;
}
.twoColFixLtHdr    .page-content a:hover {
	color: #798E59;
	text-decoration: none;
}
.twoColFixLtHdr    .page-content h1 {
	font-size: 16px;
	font-weight: bold;
	color: #5D693B;
	padding-top: 13px;
	padding-right: 34px;
	padding-bottom: 15px;
	padding-left: 34px;
	margin: 0px;
}
.twoColFixLtHdr    .page-content h2 {
	font-size: 11px;
	font-weight: bold;
	color: #8C7859;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 34px;
	margin-bottom: 7px;
	margin-left: 34px;
}
.twoColFixLtHdr    .page-content p {
	padding-top: 10px;
	padding-right: 34px;
	padding-bottom: 10px;
	padding-left: 34px;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
}
.twoColFixLtHdr .page-content strong {
	color: #006699;
}
.twoColFixLtHdr #footer {
	background-color: #F1F1F1;
	background-image: url(images/footer-bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	color: #999999;
	vertical-align: top;
	font-size: 0.7em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E2DD;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
	width: 750px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #footer ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.twoColFixLtHdr #footer li {
	display: inline;
	color: #CCCCCC;
}
.twoColFixLtHdr #footer a, #footer a:visited {
	color: #006699;
	text-decoration: underline;
}
.twoColFixLtHdr #footer a:hover {
	text-decoration: none;
	color: #798E59;
}
.accent {
	color: #999999;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
@charset "utf-8";
.twoColFixLtHdr #container #mainContent .page-content .indent1 {
	margin-left: 20px;
}

/* CSS Document */
#Contact     {
	margin: 0px;
	padding: 0px;
}
.form-container {
	border: 1px solid #E7E5D4;
	margin-left: 34px;
	width: 538px;
	background-color: #F5F4EF;
	margin-bottom: 30px;
	font-size: 11px;
}
.form-left-column {
	text-align: right;
	width: 32%;
}
.validation-summary #VSErrorSummary ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.validation-summary #VSErrorSummary li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-image: none;
	list-style-type: disc;
}
.validation-summary {
	padding-top: 10px;
}
.form-rignt-column    #AddressState {
	margin-top: 2px;
	margin-left: 2px;
	background-color: #FFFFFF;
	font-size: 11px;
	margin-bottom: 1px;
}
.form-rignt-column {
	text-align: left;
}
.form-container input {
	height: 16px;
	width: 200px;
	border: 1px solid #7F9DB9;
	margin-top: 1px;
	margin-left: 2px;
	background-color: #FFFFFF;
	padding-left: 3px;
}
.form-required-key {
	height: 16px;
	width: 16px;
	background-color: #E4E2D6;
	margin-top: 2px;
	margin-left: 25px;
}
.form-rignt-column .form-required {
	background-color: #E4E2D6;
}
.form-container textarea {
	height: 70px;
	width: 200px;
	border: 1px solid #7F9DB9;
	margin-top: 2px;
	margin-left: 2px;
	background-color: #FFFFFF;
	padding-left: 3px;
}
input.form-submit {
	background-color: #CCCCCC;
	height: 20px;
	width: 60px;
	margin-left: 70px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #000000;
	font-size: 11px;
}
input.form-submit:hover {
	background-color: #5D693B;
	color: #FFFFFF;
}
.form-spacer {
	height: 25px;
}
.watermarked  {
	color: #A29B91;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.unwatermarked {
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
