* {
	margin: 0;
	padding: 0;
}

body {
	/*font-size: 62.5%;*/
	font: 78.5%/1.6em Verdana, sans-serif;
	background-color: White; 
}
#page-wrap {
	background: background-color: #eeeeee; /* white; */
	min-width: 780px;
	max-width:	1260px;/* 	max-width: 1260px;  1024px;*/
	margin: 10px auto;
	width:expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1026? "1024px" : "auto");
	/* width:expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1262? "1260px" : "auto"); */
	}
	
	#page-wrap #inside {
		margin: 10px 10px 0px 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
#header {
background: #267f23;
	/*	text-align: center;*/
}
	#hdr	{
	height: 140px; /*border-bottom: 3px solid #267f23;
	BACKGROUND: White;*/
	color: #333333;
	margin: 0;
	background: url(../images/Epiphany_hdr3.jpg) no-repeat left;
	border-bottom: thin solid Green;
}

#header-form {
	position:relative;
	top:0;
	right:0;
	font:80%/1.5em verdana;
	float:right;
	width:165px;
	height:130px;
	padding:5px 10px 5px 10px;
	background: url(../images/Epiphany_hdr.jpg) no-repeat ;
}	
#sidebar {
	width: 180px;
	float: left;
	padding-left: 10px;
	padding-top: 5px;
	background-image : url(../images/sidebar-green-bg.jpg);
	background-repeat : repeat-x;
	background-position : top right;
		
}
/*+++++++ Sidebar Extras +++++++ */
#sidebar p {
	padding:5px 15px;
	margin:0 0 10px 0;
	font: 85%/1.4em verdana;
}

#sidebar p.first {
	padding:10px;
	font-size:110%;
}

#sidebar p.links {
	padding:0 10px 10px 10px;
	font-size:100%;
}

#sidebar h1 {
	color:#00B707;
	font:140% Verdana;
	padding:10px 10px 0 10px;
}
#sidebar h2 {
	font:140% Verdana;
	color:#00AA80;
	border-bottom:5px solid #FFFFFF;
	margin:10px;
}

#sidebar h3 {
	font:90% Verdana;
	margin:0 10px;
	color:#333333;
	font-weight:bold;
}

#sidebar form {
	padding:10px;
	margin:5px;
	background:url(../images/sidebar-green-bg.jpg) top right repeat-x;
}

#sidebar form label {
	font-size:90%;
	display:block;
}

#sidebar form input {
	width:90%;
	border:1px solid #ddd;
	padding:4px;
	margin:2px 0 5px 0;
}

#sidebar form input.submit {
	width:50%;
	padding:4px;
}

#sidebar form textarea {
	width:96%;
	border:1px solid #ddd;
	padding:4px;
	margin:5px 0 10px 0;
}
#marqueebox {
	border: medium solid #336633;
	margin: 5px 5px 5px 5px;
	text-align: center;
}
/*** FOOTER ***/
#footer {
	margin:10px 0 0 0;
	border-top:5px solid #F6F7E7;
	padding:10px 0 0 0;
	font:70% Verdana;
	color:#808080;
}

#footer a {
	color:#808080;
	text-decoration:none;
}

.clear { clear: both; background: none; }
	

/*** CONTENT Extras ***/

	
#content {
	background: white url(../images/left-sidebar2.jpg) repeat-y;
	padding-left: 220px;
	padding-right: 20px;
	padding-top: 20px;
}
/*
#content {
	padding-left: 230px;
	padding-top: 20px;
	margin: 0 0 0;
}
*/
#content p {
	line-height:27px;
	margin:5px 15px 0 0px;
	padding:5px;
}

#content h1 {
	font: 150% Verdana;
	color: #333333;
	margin: 2px 0 5px 0;
	padding: 10px 10px 5px 10px;
	background: url(../images/content-h1-grey.jpg) top repeat-x;
}

#content h1 a {
	color:#333333;
	text-decoration:none;
}

#content h2 {
	font:140% Verdana;
	color:#333333;
	margin:2px 0 5px 0;
	padding:10px 10px 5px 10px;
}

#content h2 a {
	color:#333333;
	text-decoration:none;
}

#content h3 {
	font:bold 110% Verdana;
	color:#444444;
	margin:15px 15px;
}

#content h3 a {
	color:#333333;
	text-decoration:none;
}

#content p img {
	float:right;
	margin:10px;
}

#content img {
	margin:5px;
}


#content ul {
	margin:0 0 10px 40px;
}

#content ul li {
 	list-style-type: square;
 	list-style-position: outside;
}

/** shep's Mods **/
	#titlecontent{
		text-align: center;
		/*  padding-top: 10px; */
		font-size: 18px;
		font-weight: bold;
		font-family: Georgia;
		padding-bottom: 15px;
	}
	#titlepgbkg
	{
	background-image: url(../images/epiphanybg.jpg);
	text-align : center;
	background : url(../images/epiphanybg.jpg) no-repeat;
	}
	
	.caption {
		/* font-family: Lucida Sans; */
			font-size: 85%;
			font-style: italic;
			text-align: center;
		}
	
	.rtsidebar	{
		float:right; 
		width:25%; 
		border-left:thin #000000 solid; 
		font-size:80%; 
		margin-left:10px; 
		padding-left:10px;
	}
	
	
	.eertsidebar	{
		float:right; 
		width:45%; 
		border-left:thin #000000 solid; 
		font-size:80%; 
		margin-left:10px; 
		padding-left:10px;
	}	
/* ************************************** */	
#wbcontainer
{
width: 90%;
margin: 10px auto;
background-color: #fff;
color: #333;
/*line-height: 130%;*/
}

#wbtop
{
	padding: .2em;	
	color:#fff;
	font-size:larger;
	font-weight:bolder
	background-color: #eed;
	background:#5c88A5;
	text-align:center
}

#wbleftnav
{
float: left;
width: 160px;
margin: 0;
padding: 1em;
}

#wbrightnav
{
float: right;
width: 160px;
margin: 0;
padding: 1em;
}

#wbcontent
{
margin-left: 90px;
margin-right: 90px;
border-left: 1px solid gray;
border-right: 1px solid gray;
padding: 1em;
/*max-width: 36em;*/
background:#eed;
}

#wbcontent h2 { margin: 0 0 .5em 0; }

dl.curved {background:#7f7f9c url(../images/c_tl.gif) top left no-repeat; margin:50px auto 50px auto; padding:0; width:50%;}
dl.curved dt {background:transparent url(../images/c_tr.gif) top right no-repeat; padding:10px; text-align:center; color:#fff;}
dl.curved dd {background:#eee url(../images/c_bl.gif) bottom left no-repeat; padding:0; margin:0;}
dl.curved dd p {margin:0; padding:10px; line-height:1.3em;}
dl.curved dd p.last {background:transparent url(../images/c_br.gif) bottom right no-repeat; }