/* CSS Document */

body {

	background-image:url(images/bodybg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	color:#837f76;
	font-family:Georgia;
	font-size:12px;
	line-height:20px;

}

a {

	color:#7bab19;
	text-decoration:none;

}

a:hover {
	
	color:#f94544;
}

a.navtext {
	color:#ffffff; 
}



#header {
	
	background-image:url(images/headerbg.jpg);
	height:81px;
	width:100%;

}

#headera {
	
	width:800px;
}

#container {

	width:100%;
	height:286px;
	background-image:url(images/bg2.jpg);
	background-repeat:repeat-x;
}



#content1 {

	width:350px; 
	float:left;
	margin-top:30px;
	text-align:left;
}

#content1b {

	width:350px; 
	float:left;
	text-align:left;
	height:100%;
}


#content2 {

	width:350px; 
	float:right;
	margin-top:30px;
	text-align:left;
}

#content2b {

	width:350px; 
	float:right;
	text-align:left;
}

#content3 {

	width:700px; 

}

#featured {

	background-image:url(images/featured.jpg);
	height:185px;

}

table.nav {
	
	float:right; 
	height:81px;

}


.maintable {


	width:810px;
	

}

.topnav {

	vertical-align:bottom; 
	padding:0px 10px 5px 10px;
	

}

.topnavon {

	vertical-align:bottom; 
	color:#ffffff; 
	padding:0px 10px 5px 10px;
	background-image:url(images/tab.jpg);
	background-position:bottom; 
	background-repeat:no-repeat; 
	width:84px; 
	font-weight:bold;
	

}
	
.heading {

	color:#f94544;
	font-size:36px;
	
	
}

.subheading {

	color:#7bab19;
	font-size:16px;

	
	
}

em {
	color:#f94544;
}

td.top {

	height:5px; 
	background-image:url(images/topshadow.jpg); 
	background-repeat:repeat-x;

}

td.sides {

	width:5px; 
	vertical-align:top;

}

td.maincontent {

	background-color:#ffffff; 
	height:600px; 
	padding:50px; 
	vertical-align:top;
	
}

p.content1par {

	padding-right:20px; 
	margin:0px; 
	text-align:left;

}

p.content2par {

	padding-left:20px; 
	margin:0px; 
	text-align:left;
	border-left-style:solid;
	border-left-color:#c8d0b9;
	border-left-width:1px;


}


hr {
	
	border:dotted 1px #cccccc;
	height:1px;
	width:50px;

}