* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: black;
	background: #EEEEEE url(../images/background2.gif) repeat-x 0 0;
}
a {
	text-decoration: none;
	color: #0A3C6F;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
.wrapper {
	width: 970px;
	margin: auto auto;
	text-align: left;
	background: url(../images/wrapper.gif) repeat-y 0 0;
	padding: 0 12px;
}
/** END wrapper **/



/** BEGIN header **/
#header {
	height: 0px;
}
	#header h1 {
		float: left;
		font-size: 0;
		padding: 0px 7px 0;
	}
	#header h1 a {
		display: block;
		outline: none;
		text-indent: -9999px;
		width: 960px; height: 100px;
		background: url(../images/top_nav_image.jpg) no-repeat 0 0;
	}


/** END header **/

/** BEGIN body **/
#body {
	clear: both;
}
/** END body **/

/** BEGIN content **/
#content {
	width: 663px;
	float: left;
	padding: 0 0 20px 18px;

}
	#content p {
		margin-bottom: 10px;
              line-height: 1.3em;
              text-align: justify;
	}
	#content h3 {
		margin-bottom: 5px;
		font-size: 1.5em;
		font-weight: normal;
	}
	#content blockquote {
		margin-bottom: 10px;
		padding: 10px 10px 5px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #cccccc;
	}
	#content ul {
		margin: 0 0 10px 18px;
	}
	#content ol {
		margin: 0 0 10px 16px;
		padding-left: 10px;
	}
	#content li {
		padding: 2px 0;
	}
	#content .title {
		font-size: 0.9em !important;
		text-transform: uppercase;
		color: #666666;
		margin-bottom: 10px;
	}
	#content .posts {
		border: 1px solid #DDDDDD;
		float: left;
		padding: 10px 4px 0;
	}
	#content .post {
		padding: 10px;
		margin-bottom: 12px;
		width: 655px; height: auto;
		float: left;
	}
		#content .post h2 {
			margin-bottom: 10px;
			font-size: 1.1em;
		}

		#content .post .thumbnail {
			float: left;
			margin: 0 10px 5px 0;
			
		}
		#content .post .date {
			font-size: 0.8em;
			color: gray;
			float: right;
		}

		#content .details {
			float: right;
			font-size: 0.8em;
                     

		}
			#content .details a {
				display: block;
				float: left;
				padding: 7px 12px;
				background: green url(../images/details.gif) repeat-x 0 0;
				border: 1px solid #EBEBEB;
				margin-left: 4px;
			}


	#content .recent {
		border: 1px solid #DDDDDD;
		width: 100%; height: auto;
	       
	}
		#content .recent h2 {
			font-size: 1.6em;

		}
		#content .recent select {
			float: right;

		}

#content .img
  {
  margin:2px;
  border:0px solid #0000ff;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
#content .img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
#content .img a:hover img
  {
  border:1px solid #0000ff;
  }
#content .desc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:2px;
  }



/** END content **/

/** BEGIN sidebar **/
#sidebar {
	float: right;
	width: 240px;
	padding: 0 15px 20px 0;
}
	#sidebar h2 {
		font-size: 1em;
		text-transform: uppercase;
		background: url(../images/sidehead.gif) repeat-x 0 0;
		padding: 7px 10px;
		margin-top: 0px;
		border-width: 0 1px;
		border-style: solid;
		border-color: #DDDDDD;
	}
	#sidebar ul {
		list-style-type: none;
		border: 1px solid #DDDDDD;
	}
		#sidebar ul li {
			line-height: 1.4em;
			padding: 5px 7px;
			border-bottom: 1px dotted #DADADA;
		}
		#sidebar ul li a {
			color: #808080;
		}



	#sidebar .subscribe {
		padding: 10px 10px 2px;
		border: 1px solid #dddddd;
		background: url(../images/subscribe2.gif) no-repeat 10px 10px;
		height: 100px;
		font-size: 0.9em;
	}
		#sidebar .subscribe a {
			color: #808080;
			display: block;
			float: left;
			padding: 4px 0 0 20px;
		}

             #sidebar .subscribe p {
			color: #808080;
			display: block;
			float: left;
			padding: 2px 0 0 2px;
		}


		#sidebar .subscribe input {
			border: 1;
			float: left;
			margin: 4px 0 0 10px;
			width: 165px;
		}

		#sidebar .subscribe button {
			border: 1;			
			float: left;
			background-color: #DDDDDD;
			color: lightblack;
			margin: 15px 20px 5px 10px;
		}


	#sidebar .announcements {
		
		border: 1px solid #dddddd;
		height: auto;
		position:relative;

	}


	#sidebar .announcements a {
			color: #808080;
			display: block;
			float: center;
			padding: 4px 0px 7px 0px;
			position:relative;
	}



/** END sidebar **/

/** BEGIN footer **/
#footer {
	background-color: #224055;
	color: #ffffff;
	font-size: 0.9em;
	padding: 10px 0 10px;
	line-height: 1.7em;
}
	#footer .wrapper {
		background: none;
	}
	#footer a {
		color: #ffffff;
	}
	#footer .l {
		
	text-align:center	
	}
	
/** END footer **/

/** BEGIN miscellaneous **/
.postnav {
	clear: both;
	padding: 20px 25px 0;
	font-size: 0.9em;
}
	.postnav a {
		border: 1px solid #cccccc;
		padding: 3px 8px;
		color: #999999;
	}
	.postnav a:hover {
		border: 1px solid #000000;
		color: #000000;
		text-decoration: none;
	}
#comments {
	clear: both;
	border-top: 1px solid #eeeeee;
}
	#comments h2 {
		margin: 20px 0 5px;
		font-size: 1.5em;
		font-weight: normal;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 180px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}

		#comments form label {
			padding: 4px 4px !important;
			color: #909090;
		}

		#comments form button {
			border: 1px solid #909090;
			background-color: #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			height: 23px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
.posts .title {
	padding: 5px 10px;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/


