/*********************************************************************

Filename     : hthStyle.css

Created Date : 04.28.2008 

Modified Date: 06.22.08 hh changed to arial font

Created By   : Richard Ablack

*********************************************************************/



/*****************************************************************************************

	GENERAL HTML

******************************************************************************************/

body 

{  

	text-align: center; 

	padding: 0 0 0 0px;

	margin: 0 0 0 0px; /* top, right, bottom, left */

	background-color:#000000;

	font-family: arial, ;

}



a:link 

{ 

	color: #e40014;

	text-decoration: none; 

}



a:visited 

{ 

	color: #e40014;

	text-decoration: none;

}



a:hover

{

	color: #e40014;						/* textcolor of link when hovered or active */

	text-decoration: underline;	

}



a:active

{

	color: #e40014;

	text-decoration: none;

}



hr

{

	text-align:center;

	color: #000000;

	width:90%;
	height:1px;

}



/*****************************************************************************************

	RED CONTAINER

******************************************************************************************/

#redcontainer 

{

	width: 780px;

	margin: 0 auto;

	background: url(Images/scbgMiddleGlow.jpg) repeat-y;

}

/*****************************************************************************************

	MAIN CONTAINER

******************************************************************************************/

#maincontainer 

{

	width: 720px;

	margin: 0 auto;

	background: #ffffff;

}

/*****************************************************************************************

	BANNER

******************************************************************************************/

#banner 

{

	height: 100px;

	background-color: #ffffff;	

	background-position:center;

	background: url(Images/hthBanner.gif) no-repeat;

}

/*****************************************************************************************

	MENU

******************************************************************************************/

#menu 

{

	height: 30px;

	background: #cccccc;

}



/*****************************************************************************************

	CONTENT

******************************************************************************************/

#content {

	text-align: left;

	margin: 0 auto;

	background: #ffffff;

}

div#content h2

{

	font-size: 1.5em;

	color: #036;

	margin: 0;

	padding-top: .5em;

	padding-bottom: .5em;

	font-weight: normal;

	text-align:center;

}



div#content p

{

	padding-bottom: .5em;

	padding-left: 2em;

	padding-right: 2em;
	text-align: left;

}

/*****************************************************************************************

	CLEAR DIV

******************************************************************************************/

#cleardiv

{

	clear: both;

	height: 1em;

}



/*****************************************************************************************

	FOOTER

******************************************************************************************/

div#footer

{

	width: 780px;

	height:90px;

	margin: 0 auto;

	clear: both;

	background: url(Images/scFooter.jpg) no-repeat;

}



/*****************************************************************************************

	Class	: redishText

	Purpose	: for testimonials, 

******************************************************************************************/

.redishText

{

	color: #e40014;

	font-size: 1.0em;

	font-style: normal;

}

/*****************************************************************************************

	Class	: tableBorder

	Purpose	: 

******************************************************************************************/

.tableBorder

{

	border: 1px solid #000;		/* draws 1 pixel black line at bottom of banner */

}

/*****************************************************************************************

	Class	: testimonialQuote

	Purpose	: 

******************************************************************************************/

.testimonialQuote

{

	color: #0000ff;

}

/*****************************************************************************************

	Class	: testimonialAuthor

	Purpose	: 

******************************************************************************************/

.testimonialAuthor

{

	color: #e40014;

	padding-left:2em;

}

/*****************************************************************************************

	Class	: centerText

	Purpose	: 

******************************************************************************************/
.centerText
{
	text-align:center;
}
