
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #DEDEDE url(image/img01.jpg) repeat-x left top;
	background-attachment:fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #4B8749;
}

h1 { font-size: 24px; }

h2 { font-size: 17px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 240%;
}

ul, ol { }

blockquote { }

a { color: #4B8749; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
}

#bg_rounded_grey {
						background-color: #C6D5DA;
						-moz-border-radius: 10px;
						-webkit-border-radius: 10px;
						border: 1px solid #000;
						padding: 10px;
		color: black;
					}
#bg_rounded_lightgrey {
						background-color: 	#736F6E;
						-moz-border-radius: 10px;
						-webkit-border-radius: 10px;
						border: 1px solid #000;
						padding: 10px;
		color: #FFFFFF;
					}
#bg_rounded_lightgrey a
{
 color: 	#FFFFFF;
}

#bg_rounded_lightgrey a:hover {
	text-decoration: none;
	color: #FF0000;
}

#bg_rounded_lightgrey a:visited {
	color: 	#FFFFFF;
}
#bg_rounded_grey a
{
 color: 	blue;
}

#bg_rounded_grey a:hover {
	text-decoration: none;
	color: #FF0000;
}

#bg_rounded_grey a:visited {
	color: 	blue;
}
#bg_rounded a
{
 color: 	blue;
}

#bg_rounded a:hover {
	text-decoration: none;
	color: #FF0000;
}

#bg_rounded a:visited {
	color: 	blue;
}
#bg_rounded {
						-moz-border-radius: 10px;
						-webkit-border-radius: 10px;
						border: 1px solid #000;
						padding: 10px;
					}
#bg_rounded_black {
						background-color: #000;
						text-align: center;
						font: 12px arial, sans-serif, bold, underline;
						color: white;
						-moz-border-radius: 10px;
						-webkit-border-radius: 10px; 
						border: 1px solid #000;
						padding: 5px;
					}
/* Header */

#header-wrapper {
}

		
#header2 {
	width: 910px;
	height: 25px;
	margin: 0 auto;
}

/* Menu */
#news1 {
	width: 118px;
	height: 21px;
	float: left;
	border-left: 5px white solid;
	border-right: 5px white solid;
	border-top: 5px white solid;
	background: #BD2718;
	color: white;
	font: bold UNDERLINE 12px arial;
	font-weight: bold;
text-align: center;
}
#pscroller1{
	width: 532px;
	height: 21px;
	float: left;
	border-top: 5px white solid;
	color: WHITE;
	font: bold 12px arial;
	font-weight: bold;
text-align: LEFT;
background-color: #676767;
}

#pscroller1 a { color: wHITE; }

#pscroller1 a:hover { text-decoration: none; }
#menu2 {
	width: 240px;
	height: 22px;
	float: right;
	border-left: 5px white solid;
	border-right: 5px white solid;
	border-top: 5px white solid;
	background: #383838;
}
#menu2 a {
	  text-decoration:  none;

	float: left;
	padding: 3px 0px 0px 0;
	width: 80px;
	height: 22px;
	background: Black;
	color: white;
	font: bold 12px arial;
	font-weight: bold;
text-align: center;
}


#menu2 a:hover
{	background: #49A3FF;
	}

.mainmenu{
	float: left;
font: bold 11px Verdana;
background: #414141;
	width: 695px;
}

.mainmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.mainmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.mainmenu ul li a{
text-align:center;
display: block;
background: #676767 url('/images/bluedefault.gif') center center repeat-x;
color: white;
padding-top: 2px ;
padding-bottom: 2px ;
padding-left: 4px ;
padding-right: 4px ;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
width: 68px;
}

* html .mainmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/

background: #676767 ;
display: inline-block;
}

.mainmenu ul li a:link, .mainmenu ul li a:visited{
color: white;
}

.mainmenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.mainmenu ul li ul{
background: #676767 ;
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.mainmenu ul li ul li{
background: #676767;
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.mainmenu ul li ul li ul{
background: #383838;
top: 0;
}

/* Sub level menu links style */
.mainmenu ul li ul li a{
background: #383838;
font: normal 12px Verdana;
width: 200px; /*width of sub menus*/
height: auto;
padding-top: 5px ;
padding-bottom: 5px ;
padding-left: 4px ;
padding-right: 4px ;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray
}


.mainmenuz ul li ul li a:hover{ /*sub menus hover style*/
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
#header {
	width: 900px;
	height: 32px;
	margin: 0 auto;
	background: #383838;
	border-left: 5px white solid;
	border-right: 5px white solid;
	border-top: 5px white solid;
}
/* Search */

#search {
	float: right;
	width: 200px;
background: #676767;
	padding: 0px 0 3px 5px;
}

#search form {
	float: right;
	margin: 0;
	padding: 5px 10px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	font: 10px Georgia, "Times New Roman", Times, serif;
	border: none;
}

#search-text {
	width: 125px;
	height: 18px;
	padding: 3px 0 0 5px;
	background: #ECF9E4;
	color: #658453;
}

#search-submit {
	height: 21px;
	margin-top:2px;
	color: #39561D;
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
	padding: 30px 30px 0px 30px;
	background: #FFFFFF;
	border-bottom: 5px #66665E solid;
}

	/** LOGO */

	
#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo p {
	padding-left: 3px;
	padding-top: 6px;
	text-transform: uppercase;
	font-size: 14px;
}

#logo h1 {
	padding: 280px 0px 0px 0px;
	font-size: 24px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 570px;
	text-align: justify;
}

/* Post */

.post {
	margin-bottom: 25px;
	background: #FFFFFF url(image/newsbg.jpg) repeat-x left top;
}

.post .title {
	padding: 13px;
	height: 18px;
	color: #42423E;
}

.post .date {
	padding: 10px 0;
}

.post .meta {
	height: 20px;
	padding: 0px 10px 0px 12px;
	border-top: 1px #BDBDBB dotted;
	border-bottom: 1px #BDBDBB dotted;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #66665E;
}

.post .meta span {
	display: block;
	margin-top: 0px;
}

.post .meta a { }

.post .entry {
	padding: 10px;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(image/img05.jpg) no-repeat left 5px;
}

#sidebar p {
	margin: 0;
	padding: 5px;
	border: 3px black solid;
}

#sidebar h2 {
	height: 40px;
	margin: 0 0 10px 0px;
	padding: 5px;
	border: 3px black solid;
	color: #42423E;
	background: #FFFAC2;
}


#sidebar p {
	line-height: 200%;
}

/* Calendar */

#calendar {
}

#calendar caption {
	padding-bottom: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-right: 1px solid #24130F;
}

#calendar thead th {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	background: #24130F;
}

#calendar tbody td {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot td {
	padding: 5px;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot #next {
	border-top: 1px solid #24130F;
	text-align: right;
}

#calendar tfoot #prev {
	border-top: 1px solid #24130F;
}

#calendar .pad {
	border-bottom: 1px solid #24130F;
}

#calendar #today {
	background: #24130F;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	background: url(image/img04.gif) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	font-size: 10px;
	color: #66665E;
}

#footer a {
}
