html, body
{
	margin:0px;
	padding:0px;
	background:#00788b url(/ui/images/bg.png) repeat-y top center;
}
body
{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
a
{
	color:#00788b;
}
a img
{
	border-width:0px;
}
h1,h2,h3,h4,h5,h6
{
	margin:10px 0px;
	font-weight:normal;
	color:#BB8748;
}
h1{font-size:24px;}
h2{font-size:19px;color:#333333;}
h3{font-size:14px;}
h4{font-size:12px;}
h5{font-size:10px;}
h6{font-size:8px;}
p{margin:10px 0px;}
.clear
{
	clear:both;
}
.ErrMsg
{
	color:#cc0000;
}
.ErrMsg ul
{
	margin:0px;
	padding:3px 0px 20px 25px;
}
.wrapper
{
	width:950px;
	margin:auto;
}
.header-left, .content-left, .footer-left, .sub-footer-left
{
	float:left;
	width:222px;
}
.header-right, .content-right, .footer-right, .sub-footer-right
{
	float:left;
	width:728px;
}
.header-left, .header-right
{
	height:182px;
}
.footer-left, .footer-right
{
	height:46px;
}
.header-left
{
	background:#00788b;
}
.flash
{
	width:728px;
	height:182px;
	overflow:hidden;
	background:url(/ui/images/flash-placeholder.jpg) no-repeat;
}
.logo
{
	background:#ffffff;
	text-align:center;
	padding-top:20px;
	height:116px; /* 136px total */
}
.slogan
{
	text-align:center;
	padding-top:4px;
}
.content
{
	background:url(/ui/images/bg-content.png) repeat-y;
}
.content-left
{
	padding:12px 10px;
	width:202px; /* 222px total */
}
.left-menu, .contact-info, .thirty-fifth-anniversary
{
	margin-bottom:25px;
}
.contact-info
{
	background:url(/ui/images/bg-contact-info.png) no-repeat 7px 0px;
	padding:7px 14px 15px 14px; /* 7px all around */
	width:188px; /* 216px total */
	height:109px; /* 131px total */
	overflow:hidden;
	margin-left:-7px;
	text-align:center;
}
.contact-info div
{
	height:109px;
	overflow:hidden;
}
.contact-info h3
{
	color:#bb8748;
	margin-top:2px;
	font-size:14px;
	margin-bottom:4px;
}
.contact-info p
{
	margin:4px 0px;
}
.contact-info a
{
	font-size:11px;
	text-decoration:none;
	color:#333333;
}
.contact-info a:hover
{
	text-decoration:underline;
}
.thirty-fifth-anniversary
{
	text-align:center;
}
.content-right
{
	padding:20px;
	width:688px; /* 728px total */
}
.content-home .content-main
{
	font-size:14px;
	line-height:150%;
}
.content-home .content-main:first-letter
{
	color:#bb8748;
	font-size:30px;
}
.content-main h1:first-child
{
	margin-top:0px;
}
.content-header
{
	margin-bottom:25px;
}
.header-links
{
	float:left;
}
.header-links span
{
	padding:0px 3px;
}
.add-this
{
	float:right;
	margin-top:1px;
	margin-bottom:-3px;
	width:200px;
	white-space:nowrap;
}
.addthis_toolbox
{
	min-width:30px;
}
.footer-left
{
	background:#00788b;	
}
.footer-copyright
{
	text-align:center;
	color:#e5e5e5;
	font-weight:bold;
	margin-top:14px;
}
.footer-right
{
	background:#e5e5e5;
}
.footer-logos
{
	margin-top:1px;
}
.footer-logos a
{
	margin-left:28px;
}
.footer-logos a img
{
	vertical-align:middle;
}
.footer-links, .footer-brs
{
	padding:10px;
}
.footer-brs
{
	text-align:right;
}
.footer-brs a
{
	color:#333333;
	text-decoration:none;
}
.footer-brs a:hover
{
	text-decoration:underline;
}

.left-menu 
{
	border-bottom:1px solid #b9babb;
	overflow:visible;
}
/* clear main items */
.left-menu ul, .left-menu li {
	margin:0;
	padding:0px;
	list-style:none;
	background-image:none;
}
/* main items */
.left-menu ul {display:inline-block;}
.left-menu ul {display:inline;}
.left-menu ul 
{
	padding:0;
	margin:0;
	list-style-type:none;
	white-space:nowrap; 
}
.left-menu ul li 
{
	display: block;
	position: relative;
	width:212px; /* overflow right side to allow for hover to sub-menu */
}
.left-menu ul li:hover ul {
	display:block;
}
.left-menu ul li a 
{
	display: block;	
	text-decoration:none;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	padding-top:6px;
	padding:6px 0px 0px 10px;
	width:192px;
	height:24px; /* 30px total */
	border-top:1px solid #b9babb;
	background:url(/ui/images/bullet-arrow-right.png) no-repeat 187px center;
}
.left-menu ul li a:hover {

}
/* sub items */
.left-menu ul li ul, .left-menu ul li ul li, .left-menu ul li ul li a 
{
	/* clear the styles */
	float:none;
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	background-image:none;
	background-repeat:repeat;
	background-position:top left;
	border:none;
	font-weight:normal;
}
.left-menu ul li ul
{
	clear:both;
	display:none;
	position:absolute;
	left:212px;
	top:0px;
	overflow:visible;
	z-index:99;
	border:1px solid #075b60;
	padding:10px 10px 8px 0px;
	background:#f3f5f6;	
}
.left-menu ul li ul li
{
	clear:both;
	display:block;
	background:url(/ui/images/bullet-round.png) no-repeat 7px center;
	padding-left:18px;
	margin-bottom:4px;
}
.left-menu ul li ul li a
{
	display:inline;
	font-size:11px;
	color:#006579;
	text-decoration:underline;
}
.left-menu ul li ul li a:hover {

}

.share, .addthis_toolbox a{
	font-size:11px;
}
.share{
	float:right;
	font-weight:bold;
}
.addthis_toolbox{
	float:right;
}
.addthis_toolbox a{
	text-decoration:underline;
	margin-left:5px;
}
.addthis_toolbox a span{
	position:relative;
}
.addthis_button_print span
{
	padding-right:3px;
}
#at_pspromo, #at16pf{
	display:none !important;
	visibility:hidden !important;
}

.news-items
{
}
.news-item
{
	margin:10px 0px;
	padding-bottom:10px;
	border:0px solid #00788b;
	border-top-width:1px;
}
.news-item-top
{
    border-width:1px;
    padding:5px 10px 10px 10px;
}

.featured
{
	width:695px;
	background:url(/ui/images/bg-featured.png) repeat-y;
}
.featured h2, .news-item h2
{
	font-size:19px;
	font-weight:normal;
	color:#BB8748;
}
.featured h2 a, .news-item h2 a{
	color:#bb8748;
	text-decoration:none;
	text-align:left;
}
.featured h2 a:hover, .news-item h2 a:hover
{
	text-decoration:underline;
}
.news-item-top h2
{
    font-size:22px;
}
.featured img, .news-item img
{
	margin:0px 13px 13px 0px;
}
.featured a
{
	display:block;
	text-align:right;
	margin-top:10px;
}
.featured-top
{
	width:695px;
	height:11px;
	background:url(/ui/images/bg-featured-top.png) no-repeat;
}
.featured-left, .featured-right
{
	float:left;
	width:308px; /* 334px total */
	padding:0px 13px 0px 13px;
	background:url(/ui/images/bg-featured-middle.png) repeat-x;
}
.featured-left *:first-child, .featured-right *:first-child
{
	margin-top:0px;
}
.featured-right
{
	margin-left:20px;
}
.featured-single
{
	width:354px;
	overflow:hidden;
}
.featured-bottom
{
	width:695px;
	height:14px;
	background:url(/ui/images/bg-featured-bottom.png) no-repeat;
}

table.contact td
{
	padding:0px 15px 15px 0px;
}
table.contact td.ErrMsg
{
	padding-right:0px;
	text-align:right;
}