@charset "UTF-8";
.posthidden {display:none}
.postshown {display:inline}

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color: #F1EFEE;
	background-image: url(images/gradient_01.jpg);
	background-repeat: repeat-x;
}
#hometxt p {
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 16px;
}
#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	background-image: url(images/shadow_15.png);
	background-repeat: repeat-y;
	background-position: top;
	width: 800px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#header {
	background-image: url(images/burt_5_02.jpg);
	background-repeat: no-repeat;
	height: 158px;
	width: 760px;
	margin-right: 20px;
	margin-left: 20px;
	background-position: center;
}
#nav_box {
	width: 760px;
	margin-right: 20px;
	margin-left: 20px;
	height: 56px;
	background-color: #fff;
}
#content {
	width: 760px;
	margin-right: 20px;
	margin-left: 20px;
	background-color:#fff
}
#inner_container {
	width: 728px;
	margin-right: 16px;
	margin-left: 16px;
	margin-top: 20px;
}
#hometxt {
	width: 386px;
	float: left;
}
#bottomboxes {
	width: 728px;
	clear: both;
}

h1 {
	display: none;
}
#footer {
	width: 740px;
	margin-right: 30px;
	margin-left: 30px;
	background-color: #FFFFFF;
	color: #000033;
	clear: both;
	margin-top: 20px;
	z-index: -100;
}
.style2 {
	position: relative;
	bottom: -36px;
	font-size: 18px
}

#dropmenudiv{
	position:absolute;
	font:normal 11px/18px Arial, Helvetica, sans-serif;
	z-index:100;
	border-top: 1px solid #000022;
	border-right: 1px solid #000022;
	border-bottom: 0 solid #000022;
	border-left: 1px solid #000022;
	width: 150px;
	margin-left: 8px;
}

#dropmenudiv a{
	width: 150px;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #000022;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}
.body {
	font-size: 12px;
	font-family: "Lucida Grande", sans-serif;
	line-height: 16px;
}
.heading {
	color: #000044;
	font-weight: bold;
	font-size: 18px;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #EEEEEE;
	width: 150px;
}
#capatxt {
	width: 378px;
	float: left;
}
a:link {
	color: #000022;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000022;
}
a:hover {
	text-decoration: none;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}
.big_heading {
	font-size: 26px;
	font-weight: bold;
	color: #000033;
}
.info {font-size: 16px}
.tag {font-size: 11px}
.contact {font-size: 14px}
#sliptxt {
	width: 728px;
	float: left;
}

