/***********************************************/
/* Author: Eric Kachel - Riverradius         */
/* CSS Base Style Sheet with Resets            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body { 
	 margin-top: 30px;
	 background-color: #CCCCCC;
	 width:767;
	 margin: 0 auto;
}

h1 {
	margin: 20px 40px 20px 40px;
}

h2 {
	font-family : Helvetica, Arial;
	font-size : 9pt;
	color : #78311d;
	font-weight : bold;
	margin: 20px 10px 15px 10px;
}

h3 {
	font-family : Helvetica, Arial, Verdana;
	font-size : 14pt;
	color : #OOOOOO;
	font-weight: lighter;
	margin-bottom : 1.0em;
	margin-left : 10px;
	margin-right : 1.0em;
	margin-top : 20px;
}


h4 {
	font-family : Helvetica, Arial;
	font-size : 9.5pt;
	color : #000000;
	font-weight : bold;
	margin: 20px 20px 20px 20px;
}

h5 {
	font-family : Arial, Helvetica, Verdana;
	font-size : 11pt;
	line-height: 13pt;
	color : #5590cc;
	font-weight : bold;
	margin: 10px 10px 10px 10px;
}


ul{
 list-style-image:url(grfx/schultz_bullet.gif);
 size: 20%;
 color: #000000;
 line-height:16pt;
 font-size: 9pt;
 font-family:Arial, Helvetica, sans-serif;
 padding-left: 100px;
}



label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/************** #homeright page styles *****************/

.home{
	margin: 30 30 0 30; 
	font-family: Arial, Helvetica, sans-serif;
}

.home p {
  margin: 15px 10px 12px 30px;
  line-height: 12.5pt;
  font-size:9.5pt;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  /* padding: 12px 12px 12px 12px; */
}

.home p.header {
  margin: 25px 0px 12px 30px;
  line-height: 15.5pt;
  font-size: 13.5pt;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  /* padding: 12px 12px 12px 12px; */
}

.home a {
	font-size: 9pt;
	line-height: 12pt;
	color: #1075b8;
}

/************** #inner page styles *****************/

.inner {
	clear: both;
	margin: 0px 20px 0px 20px;
	background-color: #FFFFFF;
	}

.inner p {
  margin: 5px 10px 12px 10px;
  font-size:9pt;
  line-height: 13pt;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  /* padding: 12px 12px 12px 12px; */
}

.inner  p.clients {
  margin: 5px 0px 12px 0px;
  line-height: 8.5pt;
  font-family: Arial, Helvetica, sans-serif;
  /* padding: 12px 12px 12px 12px; */
}

.inner a {
  color: #78311d;
  font-weight: normal;
  margin: 0px;
  line-height:12pt;
  text-decoration: underline;
}

.inner img {
	margin: 5px 0px 0px 4px;
	padding: 0px;
}
	
/************** #book styles *****************/	

.bookText{
	padding:15px 30px 15px 30px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.bookText h1{
	font-size:16px;
	font-weight:bold;
	margin:0px
	}
	
.bookText p{
	margin:10px 0px 10px 0px;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	}
	
.bookText a{
	color:#78311d;
	font-size:11.5px;
	}		

/************** #whiteCallout styles *****************/

.whiteCallout{
	font-family: Arial, Verdana;
}

.whiteCallout p{
	margin:10px 20px 20px 20px;
	line-height: 12.5px;
	font-size: 10.5px;
	font-weight: normal;
	color: #000000;

	
}

.whiteCallout h4{
	margin:20px 0px 0px 20px;
	}
	
.whiteCallout img{
	margin:20px 0px 0px 0px;
	}	

.whiteCallout a{
	color: #78311d;	
}

.whiteCallout a:visited{
	color: #78311d;	
}


/****************** #footer styles ****************/


.footer{
	color : #333333;
	margin: 10;
	width: 767px;
}

.footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	font-weight: normal;
	margin: 10px;
}

.footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	font-weight: normal;
	text-decoration:underline;
	margin: 3px;
}
	
	
/****************** #quote styles ****************/

.quote {
	background-color:#FFEEE4;
	margin: 10px;
	width: 440px;
}

.quote p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	font-weight: normal;
	margin: 10px;
}


/****************** #quote styles ****************/

#book{
	width:753px;
	background-color:#e7e6e4;
	clear:both;
	overflow:hidden;
}

#bookImage{
	width:154px;
	float:left;
	
}

#bookCopy{
	width:599px;
	float:left;
	}

#homeCallout{
	width:753;
	background-color:#ffffff;
	clear:both;
	overflow:hidden;
}

#homeCalloutLeft{
	width:483px;
	background-color:#ffffff;
	float:left;
}

#homeCalloutMiddle{
	width:1px;
	background-color:#ffffff;
	float:left;
}

#homeCalloutRight{
	width:268px;
	background-color:#ffffff;
	float:left;
}






	
	
	
	
