/*
// Created January 1, 2007 by Monty Loree
// Modified January 24, 2009  by Monty Loree
*/

* {
	font-size: 10pt;
}

body{
	margin: 0;
	padding: 0;
}

td
{
	text-align:left;
}
ul {
	margin:0 0 1em;
	padding:0;
  }

li {
  margin:0;
  padding:0;
  
}

.clearall{
	clear: both;
}

p.blogmenu{
	width:150px;
	font-size:10pt;
	font-family:tahoma;
	padding-bottom: 7px;
	border-bottom:1px solid black;
}

/*----------------------------- LEFT MENU BELOW -------------------------------*/
div.LMenuWrapper{
	position: absolute;
	margin-left: 0px;
	width: 175px;
	background: #C3D8E3;
}

.LMenuWrapper h3{
	font-family: arial;
	padding: 7px;
	margin:0px;
}

.LMenuWrapper ul, li {
	font-family:Georgia,"Courier New",Courier,Monospace;
	font-weight:normal;
	color: #469;
	text-transform:lowercase;
	list-style:none;
}

.LMenuWrapper li {
	background:url("/img-site/bullet_blue.gif") no-repeat 4px 50%;
	padding: 0 0 0 14px;
	line-height:7px;
}

.LMenuWrapper a:link {
	color: #FF0000;
}

.LMenuWrapper a:hover {
	color: #000;
}

.LMenuWrapper a:active {
	color: red;
}

div.LMenuBlock {
	background:#EEF4F7;
	width: 175px;
	margin-bottom: 15px;
	margin-left: 0px;
}
/*----------------------------- LEFT MENU ABOVE -------------------------------*/

/*----------------------------- LEFT MENU BLOG POSTS BELOW ---------------------*/

.blogposts p {
	background:#EEF4F7;
	margin: 0px;
	padding: 5px 10px 5px 10px;
}
/*----------------------------- LEFT MENU BLOG POSTS ABOVE ---------------------*/

/*----------------------------- BLOG POSTS BELOW -------------------------------*/
div.single{
	width: 450px;
	float:left;
	font-family: arial;
	margin-bottom: 15px;
	padding: 15px;
	background: #fff;
	font-size: 10pt;
	border: 1px solid #CCCCCC;
}


.single h3 {
	margin: 0px;
	font-weight: bold;
	font-size: 12pt;
}

.single p {
	margin-bottom: 15px;
}

.single blockquote{
	margin: 0px 20px 0px 20px;
	background: #E5E5E5;
	padding:20px;
	overflow:hidden;
}

/*----------------------------- BLOG POSTS ABOVE -------------------------------*/

/*----------------------------- LEFT MENU BELOW -------------------------------*/

#menu {
	background: #C3D8E3;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

#menu li:hover, li:active{
	background: #000088;
}

#menu li {
	float: left;
	font: 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width:100%;
}
#menu a {
	background: #C3D8E3 url("images/seperator.gif") left bottom right no-repeat;
	color: #000000;
	display: block;
	float: left;
	margin: 0;
	padding: 4px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	color: #fff;
	padding-bottom: 4px; 
	text-decoration: underline;
}


#menu a:active {
	background: #0000FF;
	color: #fff;
	padding-bottom: 8px;
}

/*----------------------------- LEFT MENU ABOVE -------------------------------*/
.listLink{
	font-weight: bold;
	font-size: 11px;
	color:#353535;
	background-color: transparent;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
a.listLink:link, a.listLink:active, a.listLink:visited{
	font-weight: bold;
	font-size: 11px;
	color: #353535;
	background-color: transparent;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
a.listLink:hover{
	font-weight: bold;
	font-size: 11px;
	color: #FF0000;
	background-color: transparent;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
//--------------------------------------------------------
table.homebalkback {
	background-color: #C3D8E3;
	color: #000000;
	border:2px;
	
}
.navbaroff {
	
	font-weight: bold;
	color: #000000;
	background-color: #D8E1E6;
}
.navbaron {
	color: #808080;
	background-color: #D8E1E6;
	font-size: 15px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.ttd, a.ttd:hover {
	font-weight: bold;
	width: 100%;
	color: #000000;
	background-color: #D8E1E6;
	line-height: 20px;
	text-decoration: none;
	font-size: 15px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
a.ttd:hover {
	color: #ffffff;
	background-color: #C3D8E3;