/* general declarations */
* {
	margin:0px;
	padding:0px;
}

a {
	text-decoration:none;
	color:#024b7d;
	font-weight:bold;
}


a img {
	border:none;
}

ul {
	list-style:none;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}
/* ---- */


body {
	font-size:12px;
	font-family: verdana;
	background:#024B7D url(../imgs/background.gif) repeat scroll 25px -55px;
}

#outter_wrap {
	padding-top:48px;
	background:transparent url(../imgs/background-top.gif) repeat-x top left;
}

#wrapper {
	width:900px;
	margin:0 auto;
}

#top {
	height:35px;
	padding-right:23px;
	background:transparent url(../imgs/top.gif) no-repeat bottom left;
}

#top a {
	color:#FFFFFF;
	float:left;
}

#top a:hover {
	text-decoration:underline;
}

#top .separator {
	float:left;
	border-left:1px solid #024b7d;
	height:11px;
	margin:0 7px;
}

#content {
	background:transparent url(../imgs/background-body.gif) repeat-y top left;
	padding:0 13px 10px;
}

#header {
	height:147px;
	background:transparent url(../imgs/header.jpg) no-repeat top left;
	position:relative;
	margin-bottom:24px;
}

#header a {
	display:block;
	height:125px;
	left:10px;
	position:absolute;
	top:10px;
	width:300px;
}

#left_content {
	float:left;
	width:185px;
}

#main_nav {
	
	background:transparent url(../imgs/dotted-line.gif) repeat-x top left;
	padding-top:1px;
}

#main_nav div a {
	display:block;
	padding:8px 8px 7px;
	color:#024b7d;
	background:transparent url(../imgs/dotted-line.gif) repeat-x bottom left;
}

#main_nav .current {
	
	/*padding:4px 0 5px 5px;*/
	/*padding-bottom:6px;*/
}

#main_nav .tier2 {
	background:#e8f9ff url(../imgs/dotted-line.gif) repeat-x bottom left;
	/*padding:4px 0 5px 5px;*/
	pading-top:6px;
	padding-bottom:6px;
}

#main_nav div a:hover, #main_nav .tier2 a:hover {
	color:#113650;
}

#main_nav .tier3 {
	margin-left:12px;
}

#main_nav .tier3 a {
	color: #666;
}

#main_nav .current a {
	border-bottom:none;
	/*float:left;*/
	color:#FFFFFF;
	background:#024B7D;
	padding:5px 8px 3px;
	/*
	color:#024b7d;
	background:#d1f3ff;
	*/
}

#main_nav .current a:hover {

	color:#FFFFFF;

}

#main_nav .tier2 .sub_nav {
	/*float:none;
	display:block;
	position:relative;
	background:none;
	color:#024b7d;
	font-size:10px;
	padding:5px 0 0 22px;*/
	display:block;
	float:left;
	font-size:11px;
	margin:0 0 0 22px;
	padding:5px 3px 2px 3px;
	position:relative;
	background:none;
}

#main_nav .tier2 .sub_nav.current {
	color:#FFFFFF;
	background:#024B7D;
}

#main_nav .tier2 .sub_nav .bullet {
	background:#024B7D none repeat scroll 0 0;
	display:block;
	height:3px;
	/*left:14px;*/
	left:-8px;
	position:absolute;
	top:10px;
	width:3px;
}

#main_nav .tier3 .sub_nav .bullet {
	background:#666 none repeat scroll 0 0;
	display:block;
	height:3px;
	/*left:14px;*/
	left:-8px;
	position:absolute;
	top:10px;
	width:3px;
}

#right_content {
	float:right;
	padding:0 28px 0 0;
	width:625px;
}

#right_content ul {
list-style: disc outside none;
margin: 0 0 10px 20px;
}

#right_content ol {
list-style-position: outside;
margin: 0 0 10px 20px;
}

h1 {
	float:left;
	background:#024b7d;
	padding:5px 5px 3px;
	font-size:22px;
	color:#FFFFFF;
	margin:0 0 4px 0;
	width: 615px;
}

p {
	color:#024b7d;
	line-height:1.5em;
	margin-bottom:12px;
}

.link {
text-align: right;
}

#footer {
	margin-top:48px;
	border-top:5px solid #024b7d;
	padding-top:12px;
	font-size:10px;
	color:#024b7d;
}

#debtClock {
	margin:25px 20px 20px 17px;
	text-align:center;
}

#ads {
	margin-left:5px;
	margin-top:20px;
	width:100%;
}

.ad_link {
	height:100px;
	margin:20px auto 20px;
	width:160px;
}

.post_text p {
  margin:8px 0;

}

.post_text {
  line-height:1.5em;
  color:#024B7D;
}

.type_entry {
  margin-bottom:40px;
}

.type_entry img {
  padding:3px;
  background:#f0f8ff;
  border:1px solid #d7e4f0;
  margin-bottom:10px;
  float:left;
  margin:0px 9px 9px 0;
}

.date {
	display:none;
}

.large_image img, .image img {
	border:1px solid #D7E4F0;
	margin:10px 10px 10px 0;
}

.image {
	float:left;
}


.post_text {
margin: 8px 0 0 0;
}


.required {
	color: #f00;
}








	
