/*
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: #A0A0A3;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7A7A7A;
}
/*old background #A0A0A3 */


h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #6C7F00;
}
hr { height: 0;
   border-style: solid;
   border-width: 1px 0 0 0;
   border-color:#E0E0E0 }

h2 {
	letter-spacing: -2px;
	font-size: 1.8em;
}

p, blockquote, ol, ul {
	line-height: 180%;
	font-size: .9em;
}

a {
	border-bottom: 1px solid #E0E0E0;
	/*old color #E0E0E0*/
	text-decoration: none;
	color: #5B5A5A;
/*old color #5B5A5A */
}
/*old color # */
a:hover {
	border: none;
}

/* Header */

#header {
	height: 180px;
	margin-left: 20px;
	padding-left: 5px;
	background-image: url(images/img1_sm.jpg);
	background-repeat:  no-repeat; 
	background-position: left top;
}

#header h1 {
	
	padding-left: 160px;
	padding-right: 150px;
	padding-top: 15px;
	text-align: left;
	letter-spacing: -3px;
	font-size: 3.4em;
	text-decoration: bold;
	line-height:90%;
}

#header h1 a {
	border: none;
	text-decoration: none;
	color: #6C7F00;
	
	/* Old color H2 #B22900 */
}
/*  */
#header h2 {
	/*margin: -3px 0 0 0;*/
	padding-left: 160px;
	text-align: left;
	letter-spacing: normal;
	font-size: 1em;
}

#header h2 a {
	border: none;
	text-decoration: none;
	color: #6C7F00;
}

/* Old color H2 #6C7F00 */

#content {
	width: 760px;
	margin: 0 auto;
	background: #FAFAFA ;
/*background: #FFFFFF url(images/img2.gif) repeat-y;*/
}

/* new stuff2*/
#content li {
	
	margin-bottom:12px; 
	/*border-bottom: 1px solid #C6CD9C;*/
}
/* new stuff2*/

/* Column One */

#colOne {
	float: left;
	width: 520px;
	background: #FBFBFB;
	
}

#colOne .post {
	margin: 0 30px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: 10px solid #E0E0E0;
}

#colOne .posted {
	font-size: .8em;
}

/* Column Two */

#colTwo {
	float: left;
	width: 240px;
	background: #F6F6F8;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li {
	padding: 20px 20px;
	border-bottom: 1px solid #C6CD9C;
	margin: 0px;
}

#colTwo li ul {
	padding-left: 14px;
}

#colTwo li li {
	padding: 0;
	border: none;
}

#colTwo h2 {
	letter-spacing: -1px;
	font-size: 1.3em;
	margin-bottom: 1em;
	padding-left:16px;
	background: url(images/img4.gif) no-repeat left center;
}

#colTwo a {
	border: none;
	padding-left: 10px;
	background: url(images/img5.gif) no-repeat left center;
}


/* new stuff1*/
#colTwo li .active a {
	background: #B22900;
	color: #FFFFFF;
}
/* new stuff1*/



#colTwo a:hover {
	color: #B22900;
}

#menu {
	background: #C6CD9C url(images/img3.gif) no-repeat;
}

#menu h2 {
	background-image: url(images/img6.gif);
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	width: 175px;
	margin-left: -24px;
	padding: 3px 0 3px 24px;
	background: none;
	color: #6C7F00;
}

#menu a:hover, #menu .active a {
	background: #B22900;
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	background: #D0D1C7;
}
/*old color #D0D1C7 */

#footer * {
	color: #5F5F5F;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}