@charset "UTF-8";
body  {
	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;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #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;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	background-position: center bottom;
	text-align: center;
	background-image: url(images/long_line.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #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 */
	font-size: 16px;
	text-align: center;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
} 
.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 */
	background-position: center;
	text-align: center;
	font-size: 10px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
.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: 8px;
}
.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;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
table.menu a {
	width:470px;
	border:1px solid #CCCCCC;
	display: block;
	padding: 10px;
}
div.menu a {
	color: #333333;
	background: #ffffff;
	text-decoration:none;
	font-size:11px;
	line-height:16px;
	font-family: Tahoma, verdana, sans-serif;
	padding: 2px 5px;
}
div.menu a:link {
	color: #333333;
	background-color: #FFFFFF;
}

div.menu a:active {
color: #000000;
background: #cccc99;
}

div.menu a:visited {
color: #333333;
background: #cccc99;
}

div.menu a:hover {
	color: #333333;
	border:1px solid #000000;
	background-color: #CCCCCC;
}
div.folio {
	color: #000000;
	text-decoration:none;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -5px;
}
.bold {
	font-weight: bold;
	color: #000000;
}
div.folio a  {
	text-align: left;
}
div.folio a:hover {
	text-align: left;
}
a:Link img{
	border: 0px none #FFFFFF;
} 
a:visited img{
border: 0px none #FFFFFF; 
}

h3 {
	font-size: 11px;
}
h2 {
	font-size: 12px;
}
.folio img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
}
.news_item {
	background-image: url(images/folio_list_line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.news_item h1 {
	font-size: 1.5em;
	margin-top: 0px;
}
.news_item  img {
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}
.news_item-last {
	display: block;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.news_item-last h1 {
	font-size: 1.5em;
	margin-top: 0px;
}
.news_item-last img {
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}
