/***********************************************/
/* STM Style Sheet                             */
/* Home Page                                   */
/***********************************************/

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

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.35em;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 12px;
	overflow: auto;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	color: #CC0000;
}

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

h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	text-align: center;
}

h2{
	font-size: 130%;
	color: #CC0000;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: bottom;
}

h3{
	font-size: 10pt;
	font-weight: bold;
	line-height: 2.4em;
	text-align: center;
	text-decoration: none;
}

h4{
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}

h5{
	font-size: 100%;
	color: #CC0000;
	margin-bottom: 5px;
	text-align: center;
}

h6{
	font-size: 80%;
	color: #CC0000;
	text-align: center;
}

h7{
	font-weight: bold;
	font-size: 100%;
	font-family: Tahoma, Arial, sans-serif;
}
h8{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}
	
p{
 	text-align: left;
  }
ul ul{
 list-style-type: disc;
}

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

br{
line-height: 1.5em;
}

.Red{
	color: #CC0000;
	font-weight: bold;
}

.style2 {color: #000000; font-size:12px;}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	width: 100%;
	background-color: #CCCCCC;
	border-bottom: 1px solid #CC0000;
	height: 70px;
	top: 0px;
	left: 0px;

}

#navBar{
	width: 160px;
	left: 0px;
	float: left;
	background-image: url(pics/navbar/navbar.jpg);
	background-repeat: no-repeat;
}

#navBarH{
    width: 160px;
	left: 0px;
	float: left;
	margin: 0px 0px;
	padding: 0px 0px;
	background-image: url(pics/navbar/navbarhome.jpg);
	background-repeat: no-repeat;
}

navLinks{
	line-height: 2.5em;
}

#navLinksH{
	line-height: 2em;
}

#navLinks p{
	padding: 0px 0px 0px 0px;
}

#contact {
	padding-top: 10px;
}

#copyright {
	border-top-color: #CC0000;
	border-top-style: solid;
	border-top-width: 0px;
	margin: 0;
	padding-top: 5px;
}

#cent{
	text-align: center;
	padding: 0px;
	margin-left: 160px;
}

#main{
	margin: 5px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 570px;
}

#main hr{
	line-height: 5px;
	color:#CC0000;
}

#words{
	text-align: center;
	padding-top: 0px;
	width: 540px;
	padding-right: 35px;
	padding-left: 10px;
	margin-bottom: 10px;
}

#about{
    float: left;
	width: 50%;
	margin: 20px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	text-align: left;
	border-right: 1px #CC0000 solid;
}

#aboutpic{
	margin: 20px 0px 0px 0px;
}

#pic{
	padding-top: 5px;
	margin: 0px auto 10px auto;
	float: left;
	padding-bottom: 5px;
	border-bottom: 1px dashed #CC0000;
}

#recent{
	padding: 10px 0px 0px 0px;
	text-align: center;
	border-style: dashed;
	border-width: 1px 0px 0px 0px;
	border-color: #CC0000;

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

#update{
	border-style: dashed;
	border-width: 1px 0px 0px 0px;
	border-color: #CC0000;
	border-style: dashed;
	margin-top: 20px;
	padding-top: 0px;
	clear: left;
	}
	
#pCol {
	margin: 5px auto 0px auto;
	color: #CCCCCC;
	text-align: center;
	padding: 0px;
}

#colhead {
	text-align: center;
	margin: 0px 25px 0px 25px;
	padding: 8px 0px 0px 0px;
	border-top-color: #CC0000;
	border-top-style: dashed;
	border-top-width: 0px;
}

#sResults{
	text-align: left;
}

.in {
margin-left: 10px;
}

.in2 {
margin-left: 15px;
}
/************* #search styles ***************/

#search{
	font-size: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #CC0000;
	margin-top: 5px;
}

#search form{
 margin: 0px;
 padding: 0px;
 border-style: none;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}
