@charset "utf-8";
/* CSS Document */

a {
text-decoration: none;
color:#003300;
font-size:14px;
font-weight: bold;
}

a:link {
color:#003300;
font-weight: bold;
}

a:visited {
color:#003300;
font-weight: bold;
}

a:hover {
font-weight: bold;
color:#003300;
text-decoration:underline;
}

body {
background-image:url(layoutImages/bg.jpg);
background-repeat:repeat-y;
background-position:center;
margin-top:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

.banner {
background-image:url(layoutImages/banner.jpg);
background-repeat:no-repeat;
background-position:center;
margin: 0 auto;
width: xxxpx;
height:207px;
text-indent:-1000px;
}

.buttonBar {
background-image:url(layoutImages/buttonarea.jpg);
background-repeat:no-repeat;
background-position:center;
margin: 0 auto;
width: xxxpx;
height:41px;
text-align:center;
padding-left:0px;
margin-left:-1px;
z-index:20;
}

.bodyBG {
background-image:url(layoutImages/bodybg.gif);
background-repeat:no-repeat;
background-position:center;
margin: 0 auto;
width: xxxpx;
height:27px;
text-indent:-1000px;
margin-top:-7px;
margin-left:-1px;
z-index:-20;
}

.container {
margin: 0 auto;
width: xxxpx;
z-index:-2;
}

div#navbar2 {
height: 41px;
margin: 0 auto;
width: xxxpx;
margin-top:-35px;
z-index:100;
padding-left:auto;
text-align:center;
}

div#navbar2 ul {
margin: 0 auto;
width: xxxpx;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: #000;
line-height: 30px;
white-space: nowrap;
}

div#navbar2 li {
margin: 0 auto;
width: xxxpx;
list-style-type: none;
display: inline;
}

div#navbar2 li a {
margin: 0 auto;
width: xxxpx;
text-decoration: none;
padding: 0px 17px;
color: #000;
font-size:14px;
font-weight: bold;
}

div#navbar2 li a:link {
margin: 0 auto;
width: xxxpx;
color: #000;
font-weight: bold;
}

div#navbar2 li a:visited {
margin: 0 auto;
width: xxxpx;
color: #000;
font-weight: bold;
}

div#navbar2 li a:hover {
margin: 0 auto;
width: xxxpx;
font-weight: bold;
color: #000;
text-decoration:underline;
}

h2.cpost-title {
border-bottom:#a3d392 solid 1px;
height:33px;
}

.heading {
text-decoration:underline;
color:#003300;
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
font-weight:bold;
}

.h2holderSp {
width:130px;
}

.h2holderAl {
width:200px;
}

.h2holderRa {
width:80px;
}

.h2holderIn {
width:160px;
}

.h2holderCtC {
width:190px;
}

.h2holderBH {
width:150px;
}

/* mac hide\*/
html, body {height:100%}
/* end hide */

#outer{
	width:775px;
	border-left:0px solid #000;
	border-right:0px solid #000;
	color: #000000;
	text-align:left;
	margin: 0 auto;
	position:relative;
	margin-top: 3px;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#innerwrap {/* enables content first */
	float:left;
	width:776px;
}

#header{
	position:absolute;
	top:0;
	left:-1px;
	width:758px;
	height:70px;
	background:#FF0000;
	border:0px solid #000;
	overflow:hidden;
	color: #000000;
	z-index:100;
}

#left {
	position:relative;/*ie needs this to show float */
	width:175px;
	float:left;
	padding-top:25px;/*needed to make room for header*/
	padding-bottom:0px;
	margin-top:-25px;
}

#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:170px;
	float:right;
	padding-top:0px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#footer {
	width:575px;
	clear:both;
	height:50px;
	border-top:0px solid #000;
	border-bottom:0px solid #000;
	color: #000000;
	text-align:center;
	/*left:0; These lines force the footer to the bottom of the page.
	bottom:0;
	position: absolute; */
}

#absolutefooter {
	width:775px;
	clear:both;
	height:50px;
	border-top:1px solid #a3d392;
	border-bottom:0px solid #000;
	color: #000000;
	text-align:center;
	padding-top:15px;
	left:0;
	bottom:0;
	position: absolute; 
}

#footer_right {

	position:relative;/*ie needs this to show float */
	width:380px;
	float:left;
	padding-top:65px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}



#footer_left {
	position:relative;/*ie needs this to show float */
	width:180px;
	float:right;
	padding-top:65px;/*needed to make room for header*/
	padding-bottom:0px;
}

.infocaption1 {
position:relative;
float:right;
padding-right:10px;
padding-left:20px;
padding-bottom:10px;
width:315px;
font-size:11px;
}

* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}

div,p  {margin-top:0}/*clear top margin for mozilla*/

#centrecontent {
	width:588px;
	float:left;
	padding-top:0px;
	padding-bottom:10px;/* needed to make room for footer */
	padding-right: 12px;
	text-align:left;
}

#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */


/* BLOG CSS */
#wrap {
	margin: 0 auto;
	padding: 0;
	width: 790px;
}

#sidebar {
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	width: 190px;
}

#sidebar a {
	font-size: 14px;
}

#main_content {
	margin: 0 10px 0 20px;
	padding: 0;
	float: left;
	width: 560px;
}

.post_body {
	margin-bottom: 25px;
	padding: 0;
}

.post_body p {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

#footer_blog {
	margin: 15px 10px;
	padding: 15px 0;
	text-align: center;
	border-top: 1px solid #a3d392;
}

.clearfix { clear: both; }

#archive {
	margin: 0 10px;
	padding: 0;
	text-align: center;
	width: 100%;
}
