@charset "utf-8";
body {
	font: 100%  Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: #333333;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
/*	background: #FFFFFF;      /*  color of background for menu */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #DDDDDD;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #header {
	background: #E0DAC5; 
	padding: 0 10px 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 #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 */
	color:#E0DAC5;
}


.oneColFixCtrHdr #header p  {
	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:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#E0DAC5;
}

.bar2px {
margin:0;
height:2px;
width: 100%;
background-color:#CCC29F;
background:#2F6295;

}


.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;   /* background color main container */
	width:auto;
}

.oneColFixCtrHdr #mainContent h2  { /* Used on Artwork page; News & Media */
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#BE5C32; 
    font-size: 12px; 
	text-transform: uppercase;
	font-weight:200;
}

.oneColFixCtrHdr #mainContent h4 {  /* Used on Site Map page*/
color:#333333;
margin: 0;
padding: 0; 
margin-bottom:-20px;
font-size: 12px;
}
 
.oneColFixCtrHdr #mainContent h1  {  /* Used for each page - location crumbs*/
	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: 40px 0 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#999999;
	letter-spacing: 1px;
    font-size: 10px; 
	text-transform: uppercase;
	}

.oneColFixCtrHdr #mainContent h3  {  /* Used on Team page*/
margin: 0 0 6px 0;
font-size: 15px;
}


.oneColFixCtrHdr #mainContent p  {
	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:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 500px;
	color:#333333;
	font-size: 12px; 
}

.oneColFixCtrHdr #mainContent a, a:hover  {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	margin: 0px;
	color:#BE5C32;
}


.oneColFixCtrHdr #mainContent a:hover  {
	color:#333333;
}

.slide {
	width:auto;
	margin: 20px 0 20px 0;
	padding: 20px;
	border: solid 1px #E0DAC5;
}



.oneColFixCtrHdr ul {
list-style:circle;
list-style-position:outside;
}


.oneColFixCtrHdr #footer {
	min-width:720px;
	padding: 5px 10px;  /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#E0DAC5;
	text-align:center;
	color:#BE5C32;
}
.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 */
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px; 

	}

#footer a, a:hover {
font-size:10px;
font-weight:normal;
text-decoration:none;
margin: 0px;
color:#BE5C32;
}

#footer a:hover {
color:#FFFFFF;
font-weight:normal;
}

.wirebox {
	width:172px; 
	height:20px; 
	border:#8A8060 solid 1px; float:left;
	background:#E0DAC5;
}


.news {
	width:150px;
	height:328px;
	background:#f2f0e4;
	/*background:#E0DAC5; */
	border:#BE5C32 solid 1px;
	float:left;
	padding:10px;
	margin-left:11px;
}

.short {
	width: 140px; font-size:10px; padding-top:5px;
	}

.oneColFixCtrHdr  #mainContent .wirebox a {
	color:#333333;
	letter-spacing: 1px;
    font-size: 10px; 
	text-transform: uppercase;
}


.oneColFixCtrHdr  #mainContent .wirebox a:hover {
	color:#BE5C32;
}


.oneColFixCtrHdr  #mainContent .highlighted {
	background:#FFF;
	font-size:14px;
	color:#2F6295;
	}
