﻿/***********************************************/
/* rharding.css                             */
/* 3 column left navigation*/
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{ font-family:  Arial, sans-serif; color: #333333; line-height: 1.6; background-image: none; margin: 20px; padding: 0; }

/* Tab simulation - simply call <p class="para"> where I want the tab */
  .para { text-indent: 3em; }
  .para2 { text-indent: 5em; }
  .para3 { text-indent: 7em; }
  .parasm { text-indent: 9em; }
  .paramed { text-indent: 10em; }
  .paramed2 { text-indent: 11em; }
  .parabig { text-indent: 12em; }
  .parabigger { text-indent: 13em; }
  .parabiggest { text-indent: 15em; }
  
/*set line height when I want with <p class="spacer"> */  
  .spacer {line-height: 0.42cm; }
a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}
<a href="../html/smcovers.htm">Untitled Document</a>
a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Verdana, Arial, sans-serif, Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{ top: 2.23mm; padding: 0; border-bottom: 1px solid #cccccc; width: 100%; }

#navBar{
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#headlines{
  float:right;
	width: 2%;
	/*border-left: 1px solid #cccccc;*/
	/*border-bottom: 1px solid #cccccc;*/
	padding-right: 10px;
}

#content{
	float: left;
  width: 75%;

}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{ font-family: "Bradley Hand ITC", Arial, sans-serif; padding: 0 0 5px 10px; border-bottom: 1px solid #ccc; color: #cccccc; font-size: 130%; line-height: 0.42cm; }

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	color: navy;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0 0 10px;
	color: navy;
}


/************** .feature styles ***************/

.feature{ font-size: 100%; color: #334d55; padding: 0 0 10px 10px; font-size: 80%; font-family: Verdana, Arial, sans-serif !important; line-height: value; }

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	/*clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;*/
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}




/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;padding: 10px 0px 20px 10px;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE; }

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{ font-family: "Bradley Hand ITC", Arial, sans-serif; padding: 10px 20px 20px 10px; position: relative; margin: 0; padding: 20px; border-bottom: 1px solid #ffffff; font-size: 130%; line-height: 0.42cm; }

#sectionLinks h3{
	padding: 10px 0px 20px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #ffffff;
	padding: 2px 0px 20px 10px;
}

#sectionLinks a:hover{ background-color: #cccccc; padding: 10px; }


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{ margin: 0; padding: 10px 0 0 10px; font-size: 80%; border-bottom-color: transparent; }

#headlines p{
	margin: 0 0 0 -3px;
	padding: 5px 0px 5px 0px;
}


