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

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FCE5CF;
}
html {
    margin:0;
}
a:link, a:visited, a:hover {
	color: #F66B0E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
 color: #F66B0E;
}

h2{
 font-size: 114%;
 color: #F66B0E;
}

ul{
	list-style-type: square;
	font-size: 12px;
	font-weight: bold;
}

ul ul{
 list-style-type: disc;
}

#ul ul ul{
 list-style-type: none;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#logo{
	margin: 0px;
	padding: 0px;
	width: 760px;
	float:left;
}
* html #logo {  /* This is the Tan hack */
	width: 770px; 
	w\idth: 760px;
}
#header{
	width: 620px;
    float:left;
	margin: 0;
	padding: 0;
}
* html #header {  /* This is the Tan hack */
	width: 630px; 
	w\idth: 620px;
}
#navBar{
	margin: 0px;
	padding: 0px;
	width: 140px;
	float:left;
	clear:left;
}
* html #navBar {  /* This is the Tan hack */
	width: 150px; 
	w\idth: 140px;
}
#navBar ul {
	margin: 0;
	padding: 0;
}
#navBar li {
	float: left;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}
#content{
	width: 620px;
    float:left;
	margin: 0;
	padding: 0;
}
* html #content {  /* This is the Tan hack */
	width: 630px; 
	w\idth: 620px;
}
#content p {
	padding: 0px 10px 0px 10px;
}

.quoteIndent{
	font-size: 24px;
	line-height: 34px;
	text-align:left;
	font-style: italic;
	font-weight: bold;
	background-image: url(images/headers/a.gif);
    background-repeat: no-repeat;
   	text-indent: 18px;
	padding-top: 0px;
	color: #F66B0E;
}

.quoteIndentT{
	font-size: 24px;
	line-height: 34px;
	text-align:left;
	font-style: italic;
	font-weight: bold;
	background-image: url(images/headers/t.gif);
    background-repeat: no-repeat;
   	text-indent: 15px;
	padding-top: 0px;
	color: #F66B0E;
}

#footer{
	clear: both;
	font-size: 75%;
	padding: 10px 10px 10px 10px;
	width: 740px;
	text-align: center;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 0px 10px;
}

/************** .feature styles ***************/

#feature{
	padding: 0px 0px 0px 10px;
	font-size: 80%;
}

#feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

#feature li{
	padding: 0px 0px 16px;
}

#feature .float{
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 0 0 5px 5px;
}

#featureh{
	padding: 0px 0px 0px 10px;
	font-size: 80%;
}

#featureh img{
	float: right;
	padding: 0px;
	margin: 0 0 5px 0;
}
#slade {
	float: left;
	width: 200px;
	padding: 0px;
	margin: 0 5px 5px 10px;
	text-align: center;
}
#slade p {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	margin: -5px 0 0 0;
}
.time{
	color: #F66B0E;
	font-size: 18px;
	text-align:left;
	font-weight: bold;
	margin: -1px 0 0 0;
}
.quote{
	color: #F66B0E;
	font-size: 24px;
	text-align:left;
	font-style: italic;
	font-weight: bold;
}
.more{
	color: #F66B0E;
	font-size: 14px;
	text-align:right;
	font-weight: bold;
}
.title{
	color: #000;
	font-size: 14px;
	text-align:center;
	font-weight: bold;
}
#testimonials{
	padding: 0px 10px 0px 0px;
	color: #F66B0E;
	font-size: 80%;
	text-align:right;
	font-style: italic;
	font-weight: bold;
}
#content hr {
	border: 0;
	color: #F66B0E;
	background-color: #F66B0E;
	width: 80%;
}
