
html, body { height: 100%; }
img {
	border: none;
}
body {
	background: #FDFDFD url(images/back.png) 0 0 repeat;
	background-position: top center;
	color: #555;
	text-align: center;
	font-family: "Trebuchet MS", tahoma, sans-serif;
	font-size: 12px;
	padding:0px;
}

* {
	padding:0;
	margin:0;
}
p {
	line-height: 1.5em;
}
#container {
	background: #FFF url(images/repeat.png) repeat;
	min-height: 100%;
	_height: 100%;
	width:920px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* Header */
h1#header, p.heading {
	margin: 0;
	height: 181px;
	background: url(images/header.png) 0 no-repeat;
	text-indent: -1234em;
	position: relative;
	z-index: 1001;
}

h1#header a, p.heading a {
	position: absolute;
	right: 55px;
	bottom: 30px;
	height: 70px;
	width: 360px;
	text-decoration: none;
	overflow: hidden;
}

/* Sidebar Positioning */

#sidebar {
	position: relative;
	float: left;
	color: #003F50;
	margin: 13px 0px 0 18px;
    _margin: 13px 0px 0 9px;
	width: 250px;
	font-family: tahoma, sans-serif;
	z-index: 1002;
    }

/* Content */
#wrapper {
	width: 520px;
	position: relative;
	margin-top: 25px;
	margin-right: 110px;
	padding: 0;
	float: right;
	z-index: 12001;
}

#right_col {
margin-top: 6px;
	width: 120px;
	float: right;
    padding: 0 70px 0 10px;
	position: relative;
	font-family: tahoma, sans-serif;
	color: #3B679C;
	z-index: 12001;

    }

#content {
}

#menu_too {
	position: absolute;
	right: 55px;
	top: 8px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	word-spacing: .2px;
	font-size: 11px;
	z-index: 12002;
	font-weight: bold;
    text-transform: uppercase;
	font-family: tahoma, sans-serif;
}

#menu_too ul {
	list-style: none;
	padding: 0;
	margin: 0 0 5px;
}

#menu_too li {
	padding: 0 13px 0 4px;
	margin: 0;
	display: inline;
  padding-left: 8px;
  padding-right: 8px;
  _padding-left: 5px;
  _padding-right: 5px;
  border-right: 1px solid #FFFFFF;
}




#menu_too li a {
	color: #FDFDFD;
	text-decoration: none;
}

hr#clear {
	clear: both;
	height: 50px;
	visibility: hidden;
}

h1,
h2,
h3,
h4,
h5 {
	color: #21b792;
	font-weight: bold;
}


h6 {
	color: #21b792;
	font-size: 13px;
	font-weight: bold;
}

hr.clearing {
	height: 1px;
	visibility: hidden;
	clear:both;
	width: 500px;
	margin: 0;
}

p,
pre,
blockquote,
form,
label,
dl,
fieldset,
address {
	margin: 10px 0;
}

fieldset {
	padding:10px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}


/* Word Press Stuff */

small {
color: #ec7334;
font-size: 11px;
font-weight: bold;
}

.small_2 {
  color: #4196e1;
}

.taggit {
  color: #4196e1;
}
p.postmetadata1 {
	color: #c7df71;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: -1px; 
}
p.postmetadata1 a {
	color: #c6df72;
}
p.postmetadata1 a:hover {
	color: #169f48;
	text-decoration: none;
}
p.postmetadata2 {
	color: #fdfdfd;
	display: block;
	padding: 3px;
	padding-left: 10px;
	background: #c7df71;
	border-bottom: 2px solid #b1c56e;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
p.postmetadata2 a {
	color: #fdfdfd;
}
p.postmetadata2 a:hover {
	color: #fdfdfd;
}
.button {
	margin-top: 7px;
	margin-left: 97px;
}
.post {
	margin-left: 15px;
}
.post h2, .post h1 {
	font-size: 20px;
	color: #169f48;
}
h1.pagetitle {
	margin-left: 15px;
	font-size: 14px;
	background: #e9f1c5;
	padding: 5px;
	padding-left: 10px;
	color: #fff;
}
.entry {
	font-size: 13px;
}

ul,
ol {
	margin: 5px 0 20px 0px;
	list-style-type: none;
}

li,
dd{
	margin-bottom: 0.3em;
}

#content ul, #content ol {
	list-style-type: disc;
	margin-left: 1.5em;
}

blockquote {
	background: #e7f8e8;
	padding: 3px 7px 3px 7px;
	margin: 7px 5px 7px 10px;
	border: none;
    border: 1px solid #a5dcc8;
}

.non_graybox {
	padding: 5px 9px 5px 9px;
	margin: 7px 0 7px 7;
}

.graybox {
	background: #e7f8e8;
	padding: 3px 7px 3px 7px;
	margin: 7px 0 7px 7px;
	border: 1px solid #a5dcc8;
}



/*  All of the sidebar H2s */

#sidebar ul li h2 {
	color:	#ffffff;
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
	padding: 5px 20px;
	margin: 10px 0 12px 0px;
   background-color: #c7df71;
   border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
   position: relative;
}

#right_col h2 {
	color:	#007585;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	 padding: 11px 10px 0 0px;
	margin-left: 0px;
	margin-bottom: -5px;
	text-align: right;
}

/*  All of the sidebar lists */

#sidebar ul li ul li {
	margin-left: 0px;
	padding-left: 12px;
   padding-right: 12px;
	padding-bottom: 4px;
	font-weight: bold;

}

#sidebar ul li ul li ul li{
	margin-left: 0px;
	padding-left: 6px;
	padding-bottom: 4px;
	font-weight: normal;

}

#sidebar ul li ul li ul{
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0;
}

/*  All of the sidebar H2's no margins */

#sidebar li {
	margin: 0;
}

#sidebar li ul{
	margin: 0;
	margin-left: 18px;
}
ul#recentcomments li {
	margin: 0 0 7px 0;
}

li#recent-posts  ul li{
	margin: 0 0 7px 0;
}


input {
	 color: #2E546F;
	 background-color: #e7f8e8;
	 font-family: Tahoma, sans-serif;
	 vertical-align: middle;
     padding: 2px 0 0 2px;
	 font-weight: bold;
     height: 20px;
	 width: 140px;
     border: 1px solid #a5dcc8;
}



#searchform .buttons {
	 background-color: none;
	 border: 0px;
}

#searchform {
margin: 0;
margin-left: 20px;
padding: 0;
}

textarea {
	 background-color: #e7f8e8;
	 color: #2E546F;
	 font-family: Tahoma, sans-serif;
	 font-size: 11px;
    border: 1px solid #a5dcc8;

}




/* Link Stuff */
a {
	color: #169f48;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#sidebar a {
	color: #169f48;
	font-size: 12px;
 	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}
#comments  {
	padding-left: 15px;
}
.move_the_comments {
	padding: 9px 7px 3px 5px;
	margin: 7px 0 7px 5px;
}



#commentlist li {
	padding-left: 20px;
}

.commentlist{
      position: relative;
 }

form {

}

.buttons_no_b {
	margin-top: -1px;
	border: none;
	height: 24px;
	width: 60px;
	margin-left: -2px;
}

#postcomment {
	padding-left: 20px;
}

.comments_links {
	padding-left: 20px;
}

h3#respond {
margin-left: 12px;
}




#finance_box_postings {
margin: 0 0px 0 -9px;
}

.read_more {
	margin: 0 40px 10px 0px;
	text-align: right;
}

.post_image {
	margin-right: 5px;
}

.post ul li{
list-style-type: disc;
}

.post ol li{
list-style-type: decimal;
}

  /* Footer
-----------------------------------------*/
#footer p {
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;	
	letter-spacing: 1px;
}
#footer p a {
	color: #fff;
}

#blog_slogan {
	position: absolute;
	left: -9999px;
	top: 100px;
	}

  .image_buttons {
margin-top: 10px;
margin-bottom: 10px;
  }


  #contact_button {
	position: absolute;
	z-index: 1202;
	height: 82px;
	width: 194px;
	left: 48px;
	top: 130px;
  }

    #comments_yo {
	color: #478F9A;
	font-family: tahoma, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 7px;
  }

    .tbm_clients_items {
	color: #BAD5DC;
	font-family: tahoma, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 22px;
	margin-top: 4px;
  }

  #about_blog {
	padding: 0 0 5px 3px;
	color: #555555;
	font-size: 11px;
  }

  .move_it_on_over {
		margin-left: 20px;
		font-weight:bold;
  }

  #recent_comments_list {
	margin-top: 15px;
  }

#recent_comment_items li {
	margin-bottom: 5px;
}

  #got_archives li {
    margin: 0 0 8px 4px;
    font-size: 11px;
    font-weight: bold;
}

#got_archives a:link{
	color: #247CB4;
    font-size: 11px;

}

#got_archives a:visited{
	color: #247CB4;
   font-size: 11px;

}

#got_archives a:hover{
	color: #014F81;
    font-size: 11px;
}


#move_those_archive {
padding-left: 20px;
padding-top: 6px;
}


.postspermonth {
margin: 5px 0 10px 0;
list-style: none;
}


.postspermonth a:link {
color: #5590B2;
	text-decoration: none;
}

.postspermonth a:visited {
color: #5590B2;
	text-decoration: none;
}

.postspermonth a:hover, a:active {
color: #017585;
	text-decoration: underline;
}
#breadcrumbs {
  position: absolute;
  top: 157px;
  left: 30px;
  color: #b1c56e;
  z-index: 1900;
}
div.adone, div.adtwo {
	float: left;
	margin: 0;
	padding: 0;
}
div.adtwo {
	float: right;
	margin: 0;
	padding: 0;
	margin-right: -13px;
} 
div.clearad {
	clear: both;
}

div.narrowcolumn {
   float: right;
	width: 520px;
	margin-right: 80px;
	margin-top: 20px;
}
