/* CSS Document */
body {
	background: #FFF url(images/headerBkGD.jpg) repeat-x;
	margin: 0px;
	padding:0px;
}

h1, h2, h3, ul, li, p, form {
   margin: 0px;
   padding: 0px;
   font-family: "Arial", "Helvetica", sans-serif;
   font-size: 11px;
}
hr {
   display: none;
}

a {
   text-decoration: underline;
}

a:hover{
   text-decoration:none;
}

#space {
   clear: both;
   width:100%;
}

#page {
   margin: 0px;
   padding: 0px;
   width: 960px;
   background: url(images/sideNavBkGD.gif) no-repeat #2b2b2b right bottom;
}

#header {
	background: url(images/header.jpg) no-repeat;
	height: 214px;
	width: 960px;
	text-align: left;
}
#headerimg {
   margin: 0px;
   padding: 0px;
   display: none;
}
.leftTop {
	background: url(images/leftTop.jpg) no-repeat;
	float: left;
	position: absolute;
	z-index: 5;
	margin: 0px;
	width: 287px;
	height: 317px;
}
.rightTop {
	background: url(images/rightTop.jpg) no-repeat;
	float: right;
	position: absolute;
	z-index: 5;
	margin: 0px 0px 0px 777px;
	width: 183px;
	height: 251px;
}

#top_nav {
   background-color:#000;
   height: 28px;
   margin: 0px;
   padding: 15px 200px 5px 0px;
   width: 790px;
}

	#top_nav ul {
		list-style: none;
		float: right;
		z-index: 10;
   		position: absolute;
		margin: 0px 0px 0px 505px;
	}

	#top_nav li {
		display: inline;
		font-family: "Arial", "Helvetica", sans-serif;
		font-size: 12px;
		color: #c10000;
		font-weight: bold;
		margin: 0px;
		padding: 0px 10px;
		border-right: #FFF solid 1px;
	}
	
	#top_nav li a {
		font-family: "Arial", "Helvetica", sans-serif;
		font-size: 12px;
		color: #c10000;
		font-weight: bold;
		text-decoration: none;
	}
	#top_nav li a:hover {
		font-family: "Arial", "Helvetica", sans-serif;
		font-size: 12px;
		color: #c10000;
		font-weight: bold;
		text-decoration: none;
	}

#content {
	background-color: #2b2b2b;
	float: left;
    margin: 0px;
    padding: 55px 20px 20px;
	width: 665px;
	height: 100%;
}

.blogcontent {
}

.post {
   text-align: left;
}
.post small{
	display: none;
}

.post h2 {
   margin: 0px 0px 10px;
   padding: 0px;
   color: #c10000;
   font-family: "Georgia", "Times New Roman", Times, serif;
   font-size: 24px;
}

.post .post_title {
   float: left;
   width: 90%;
   color: #c10000;
   font-family: "Georgia", "Times New Roman", Times, serif;
   font-size: 24px;
}

.post_title h2, a {
   margin: 0px 0px 10px;
   padding: 0px;
   color: #c10000;
   text-decoration: none;
}

   .post_title a {
   	text-decoration: none;
   }

   .post_title a:hover {
   }

   .post_title small {
   	display: none;
   	
   }

   .post_title small a {
   }
   .post_title small a {
   }

   .post .postmetadata {
   	display: none;
   }

   .postmetadata a
   {
   text-decoration: none;
   }

   .postmetadata span {
   }

.entry {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	color: #FFF;
	float: left;
    margin: 0px;
    padding: 0px;
}

 .entry a {
   padding: 0px;
   margin: 5px 0px 0px;
   text-decoration: underline;
}

   .entry a:hover {
   padding: 0px;
   margin: 5px 0px 0px;
   text-decoration: none;
   }

   .entry blockquote {
   border: 2px dashed #042748;
   }

   .entry img {
   float: left;
   border: #000 solid 1px;
   margin: 0px 15px 15px 0px;
   padding: 0px;
   }

   .entry ul {
   	margin: 20px 0px;
	padding: 0px;
   }

   .entry li {
   	margin: 0px 0px 5px;
	padding: 0px;

   }

   .entry ol li {
   list-style: decimal;
   margin: 0px 0px 5px;
	padding: 0px;
   } 

   .entry p {
   text-align: left;
   padding: 0px 0px 10px 0px;
   }

   .entry span {
   }

#sidebar {
   
   float: right;
   margin: 0px;
   padding: 0px 20px;
   text-align: left;
   width: 215px;
   height: 100%;
}

	#sidebar ul {
		list-style: none;
		margin: 0px;
		padding: 20px;
		width: 175px;
	}

	#sidebar li {
	   margin: 0px;
	   font-family: "Arial", "Helvetica", sans-serif;
	   font-size: 11px;
	   color: #FFF;
	}

	#sidebar li h2 {
		background-color: #000;
		color: #c10000;
		font-family: "Georgia", "Times New Roman", Times, serif;
		font-size: 18px;
		margin: 20px 0px 0px;
		padding: 20px 40px 10px 20px;
	   
	}

		#sidebar ul ul {
			background-color: #000;
			list-style: none;
			margin: 0px;
			padding: 5px 20px 20px;
			width: 135px;
		}

		#sidebar ul ul li {
			margin: 0px 0px 5px 0px;
			padding: 0px;
			font-family: "Arial", "Helvetica", sans-serif;
			font-size: 11px;
			color: #FFF;
		}

		#sidebar ul ul li a	{
			font-family: "Arial", "Helvetica", sans-serif;
			font-size: 11px;
			color: #FFF;
			text-decoration: underline;
		}
		
		#sidebar ul ul li a:hover	{
			font-family: "Arial", "Helvetica", sans-serif;
			font-size: 11px;
			color: #FFF;
			text-decoration: none;
		}

.bottom_sidebar {
	display: none;
}

#search {  
	display: none;
}

#search input {
}

#search #searchsubmit {

}

#footer {
	clear: both;
	display: none;
   }

 #footer .column1 {
   }

   .column1 .bottom
   {

}

   .column1 a
   {
   text-decoration: none;
   }

   #footer .column2
   {
   background-color:#006699;
   float: left;
   width: 250px;
   }

   .column2 h2
   {
   }

   .column2 ul
   {
   list-style: none;
   }

   .column2 a
   {
   text-decoration: none;
   }
