#pageboundary {
/* 	background:url('images/furtexture.png') top left repeat; */
	margin:10px auto;
	width:960px;
	border-style:ridge;
	border-width:thin;
	border-color:#04a289;
}

#pageboundaryRight {
/*	background: transparent url('images/bg02-white-right-fullLength.png') top right repeat-y;
	margin:0px auto;
	width:986px;
*/
}

#wrapper-header2 {
	background: transparent url('images/bg02-white-left.png') top left no-repeat;
	height: 196px; 
}

#wrapper-header3 {
	background: transparent url('images/bg02-white-right.png') top right no-repeat;
	height: 196px; 
}

#wrapper-header {
/*	background: url('images/furtexture.png') top center repeat-x;
*/	
}

#header {
	background: no-repeat url('images/logo.png');
	background-position: center 2px;
	margin: 0 0;
	text-align: left;
	height: 96px;
	position: relative;
	
}

* {
	margin:0px;
	padding:0px;
}
/* p {
	margin:0px;
	padding:0px;
}
*/

ul {
	margin:20px;
	padding:0px;
	list-style:square;
	color: #04a289;
}

li span {
	color: #313131 /* text color */
}

a {
	color:#0605ff;
	text-decoration:underline;
}
a:hover {
	color:#04a289;
	text-decoration:underline;
}
body {
/*	background:url('images/fadedcover-liveoutloud.jpg') top left repeat; */
/*	background:url('images/furtexture.png') top left repeat;  */
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;	font-size:12px;
	color:#000000;
	background-color:#04a289;

}
.clear {
	margin:0px;
	padding:0px;
	height:0px;
	font-size:0px;
	clear:both;
}
#wrapper {
	margin:0px auto;
	width:960px;
/*	background: transparent url('images/bg02-white-right.png') no-repeat right top;
*/
	background:url('images/bg02-white-top-fullWidth.png') repeat-x left top;  

	background-color:#ffffff; /*#a8a8a8;*/ /*#eaeaea*/

}
#navigation {
	height:118px;
	background:url(images/furtextureshort.png) /*repeat-x left #ffffff;  */ ; 
	border-bottom:thin solid #a8a8a8;

}
#navigation h1{
	font-size:62px;
	font-weight:normal;
}


/* next section does the navigation buttons */

ul.topNav  {
	margin:0px;
	padding:0px;
	margin-left:48px;
	width:95%; /*960px;*/
	text-align:center; 
}
.topNav li{
	 float:left;
	 display:inline-block;
}
.topNav li a{
	 float:center;
     font-family:tahoma, arial;
	 font-size:12px;
	 color:#ffffff;
	 text-align:center;
	 line-height:32px;
	 display:inline-block;
	 text-decoration:none;
	 background:#04a289;
	 padding-left:12px;
	 padding-right:12px;
	 margin-top:8px;
	 border-right:1px dotted #ffffff;
}
.topNav li a:hover{
	background:#FFFFFF;
	color:#0605ff;
	text-decoration:none;
	 border-right:1px dotted #000000;
}
.topNav li a.topNavAct{
/*	background:#0605ff url(images/topNavSep.png) no-repeat right bottom; */
	background:#0605ff;
	color:#ffffff;
	text-decoration:none;
	height:37px;
	position:relative; 
	top:-5px;
/*	border-right:none;  */
	 border-right:1px dotted #ffffff;

}
.topNav li a.topNavLast{
	border-right:none;
	padding-left:15px;
	padding-right:15px;
}




.logo {
    background-image:url(images/logo.png);
	background-repeat:no-repeat;
	width:960px;
	height:68px;
	margin-left:48px;
	margin-top:0px;
}

.logo a{
	text-indent:-999999px;
	width:850px;
	height:68px;
	display:block;
}

#content {
	width:850px;
	margin-left:48px;
	font-size:14px;
	color:#3a3a3a;
	font-weight:normal;
	line-height:20px;  
/*	background-color:#ffffff;
*/
}

#content hr{
	color:#04a289;

}

#content h1{
	font-size:24px;
	font-weight:normal;
	color:#0605ff;
	border-bottom:2px solid #3a3a3a; 

/*	border-bottom:1px solid #C8C8C8; */
	line-height:38px;
	padding-left:2px;
	padding-right:10px;
	padding-top:4px;
	margin-bottom:10px; 
}

#content h2{
	font-size:18px;
	color:#0605ff;
	font-weight:normal;
	margin-bottom:10px; 

}

#content booktitle{
	display:inline;
	font-weight:bold;
	color:#04a289;
}

#content h3{
	color:#0605ff;
	font-weight:normal;
	margin-bottom:10px;
}

#content newsdate{
	display:block;
	font-size:10px;
	color:#808080;
	border-top:1px solid #3a3a3a; 
	font-family:tahoma, arial;
	padding-top:5px;
}

#content img{
	float: left;
	margin-right:10px;
	margin-left:10px;
}

#content p{

	color:#3a3a3a;
	margin-top:10px;
/*	font-weight:normal;
	font-size:14px;
	line-height:20px; */
} 

/* change this when I use a sidebar - reduce the 850 by whatever the sidebar's width is */

.content_left {
    width:700px;
	float:left;
}

.bottomClear {
	clear:right;
	margin-bottom:15px;
}
p.quoteBar {
	background:#d3d3d3;
	padding:5px;
	font-size:13px;
	line-height:14px;
	color:#000000;
/*	width:850px;
	margin:auto; */
	margin-top:20px;
	margin-bottom:20px;
	margin-left:10px;
	font-style:italic;
}

p.quoteBarNoItalics {
	background:#e0e0e0;
	padding:5px;
	font-size:13px;
	line-height:14px;
	color:#000000;
/*	width:850px;
	margin:auto; */
	margin-top:20px;
	margin-bottom:20px;
	margin-left:10px;

}


.sideBar{
    width:240px;
	float:left;
	margin-left:10px;
}
.sideBarItem {
	margin:0px;
	padding:0px;
	margin-bottom:25px;
}
.sideBarItem h3{
	margin:0px;
	padding:0px;
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#0605ff;
	background:#d3d3d3;
}



.sideBarItem ul li{
    background:url(images/sideBarArrow.png) no-repeat 5px 12px;
	display:block;
	height:30px;
	line-height:30px;
	border-bottom:1px  dotted #04a289;
	padding-left:20px;
    font-family:tahoma, "Trebuchet MS";
	font-size:12px;
	font-weight:bold;
}
.sideBarItem ul li a{
	color:#650000;
	text-decoration:underline;
}
.sideBarItem ul li a:hover{
	color:#3A3A3A;
	text-decoration:underline;
}
.sideBarItem p{
	font-size:14px;
	font-weight:bold;
	padding-right:10px;
	line-height:20px;
}
.sideBarListBox {
	margin-bottom:20px;
}
.sideBarListBox ul{
	background:#d3d3d3;
	padding:0 10px;
}
.sideBarListBox ul li{
	border-bottom:1px dotted #5A5A5A;
	color:#000000;
	padding-top:10px;
	padding-bottom:10px;
}
.sideBarListBox ul li a{
	color:#0605ff;
	line-height:16px;
	text-decoration:underline;
}
.sideBarListBox ul li a label{
	line-height:16px;

}
.midBox1 {
	background:url(images/midBox1.png) repeat-x left top;
	padding:14px 10px;
	border-bottom:2px dotted #737373;
	margin-bottom:20px;
}
.midBox1 span img{
	float:right;
	margin-left:10px;
}
.midBox1Top {
	width:580px;
	text-align:right;
	float:right;
}
.midBox1Top h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#000000;
	font-weight:normal;
	line-height:34px;
	margin-bottom:20px;
}
.midBox1Top p{
	line-height:20px;
}
.midBox1Top img{
	border:none;
	margin-top:5px;
}
.midBox1Bottom {
	width:580px;
	text-align:right;
	float:right;
	margin-top:30px;
}
.midBox1Bottom h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#3A3A3A;
	font-weight:normal;
	line-height:24px;
	margin-bottom:10px;
	text-align:right;
}
.midBox1Bottom ul li{
    background:url(images/midBox2Arrow.png) no-repeat right 10px;
	display:block;
	line-height:24px;
	padding-right:10px;
    font-family:tahoma, "Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	margin-right:20px;
}
.midBox1Bottom ul li a{
	color:#262626;
	text-decoration:none;
}
.midBox1Bottom ul li a:hover{
	color:#3A3A3A;
	text-decoration:underline;
}
.midBox2 {
	border-bottom:2px dotted #737373;
	margin-bottom:20px;
	padding:10px;
}	
.midBox2L {
 	float:right;
	width:460px;
	margin-right:10px;
}
.midBox2L h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:38px;
	color:#3A3A3A;
	font-weight:bold;
	margin-bottom:10px;
	text-align:left;
}
.midBox2L h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:20px;
	color:#3A3A3A;
	font-weight:bold;
	margin-bottom:10px;
	text-align:left;
}
.midBox2L p{
	font-size:14px;
	line-height:20px;
	color:#262626;
	font-weight:normal;
	margin-top:20px;
	text-align:left;
}

#footer {
    background:#4A4A4A;
	padding:10px;
	padding-bottom:20px;
	margin-bottom:30px;
}
#footer p{
    color:#E1E1E1;
	font-size:14px;
	line-height:20px;
}
.footerForm {
	float:right;
	width:600px;
}
 

.footerForm h3{
       font-family:Georgia, "Times New Roman", Times, serif;
       font-size:38px;
       color:#e9e9e9;
       font-weight:bold;
       margin-bottom:10px;
       text-align:left;
       margin-bottom:5px;
}
.footerForm h4{
       font-family:Georgia, "Times New Roman", Times, serif;
       font-size:18px;
       color:#b7b7b7;
       font-weight:bold;
       margin-bottom:10px;
       text-align:left;
}
.footerFormR {
	width:285px;
	margin-right:10px;
	float:left;
	margin-top:20px;
}
.footerForm p{
	margin-bottom:5px;
}
.footerForm p label{
	display:block;
	font-size:14px;
	font-weight:bold;
	padding-bottom:2px;
}
input.footerInputArea {
	background:#FFFFFF;
	border:none;
	padding:6px;
	width:274px;
	height:20px;
	padding-top:4px;
	font-size:18px;
	font-weight:normal;
}
textarea.footertextarea {
	background:#FFFFFF;
	border:none;
	padding:6px;
	width:274px;
	height:133px;
	padding-top:6px;
	font-size:18px;
	font-weight:normal;
}
input.footerSubmit {
	background:url(images/submit.png);
	border:none;
	width:108px;
	height:37px;
	font-size:18px;
	font-weight:normal;
	float:right;
	cursor:pointer;
}
#footerContainer {
	height:50px;
	line-height:50px;
	font-size:10px;
	color:#808080;
	width:850px;
	border-top:2px solid #3a3a3a; 
	/*margin-left:auto;
	margin-right:auto;
	*/
	margin-left:48px;
	

}
#footerContainer p{
	width:960px;
	margin:auto;
	padding:0px 10px;
}
#footerContainer p label{
	float:right;
}
#footerContainer p label a{
	color:#B7B7B7;
}#footerContainer p label a:hover{
	color:#666666;
}
