/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	margin: 0px;
	background-color:#000066;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	left: 10%;
	border: 1px solid #000;
}

a{
	color: #0000CC;
	text-decoration: none;
}

a:link{
	color: #0000CC;
	text-decoration: none;
}

a:visited{
	color: #990066;
	text-decoration: none;
}

a:hover{
	color: #999;
	text-decoration: none;
}

h1{
 font-family: Rockwell, "Times New Roman", Times, serif;
 font-size: 120%;
 color: #0000CC;
 margin: 0px;
 padding: 0px;
}

h2{
	font-family: Arial, sans-serif;
	font-size: 114%;
	color: #00C;
	margin: 0px;
	padding: 0px;
}

h3{
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #0000CC;
	margin: 0px;
	padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #0000CC;
 margin: 0px;
 padding: 0px;
}

h5{
	font-family: Verdana,Arial,sans-serif;
	font-size: 100%;
	color: #0000CC;
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: square;
	color: #000;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-repeat:no-repeat;
	background-position:center 20%;
	background-image:url(1880smorganLR.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #0000CC;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
}
#navBar{
	float: left;
	width: 17.5%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
  float:right;
	width: 19%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: left;
	width: 60%;
	color: #000;
}
#content2 {
	float: left;
	width: 85%;
	color: #000;
}


#RnavBar{
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	left: 10%;
	position: relative;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid;
	color: #cccccc;
	width: auto;
	text-align: left;
}

#globalNav img{
 display: block;
}

#globalNav a {
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	height: 150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#pageName img {
	float: right;
	clear: right;
}
/************* #breadCrumb styles *************/

#breadcrumb{
	font-size: 80%;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
/*	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;*/
	text-align: left;
}

#breadcrumb ul li{
   list-style-image: none;
   display:inline;
   padding: 0 3px 0 0;
   margin: 3px 0 0 0;
}
#breadcrumb ul{
   margin:0;padding:0;
   list-style-type: none;
   padding-left: 1em;
}


/************** .feature styles ***************/

.feature{
	font-size: 80%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #000;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}

.feature object{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.article_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #000369;
}

.sub_title {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #00F;
}

.required {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : red;
	text-decoration : none;
}
/************** .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;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#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{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .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: 0px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}
#headlines img {
	padding-left: 10%;
}


#headlines p{
	padding: 5px 0px 5px 0px;
}
#maintable {
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
	background-color:#FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #666666;
	border-bottom-color: #999999;
}
#content2 {

	float: left;
  width: 79%;
}
#maintable2 {

	width: 100%;
	background-color:#FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #666666;
	border-bottom-color: #999999;
}
#masthead2 {
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-repeat:no-repeat;
	background-position:center 20%;
	background-image:url(1880smorganLR-2.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#maintable3 {
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}
.sub_title2 {

	font-family: Rockwell, "Times New Roman", serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
}
.sub_title3 {


	font-family: Rockwell, "Times New Roman", serif;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
}
.sub_title4 {
	font-family: Rockwell, "Times New Roman", serif;
	font-size: medium;
	font-weight: bold;
	color: #161DC3;
}
#maintable #masthead #form1 .cart {
	font-family: Rockwell, "Times New Roman", serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
}
#maintable #masthead #form1 .cart2 {

	font-family: Rockwell, "Times New Roman", serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
#maintable #masthead #form2 .cart {
	font-family: Rockwell, "Times New Roman", serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
}
#maintable #masthead #form2 .cart2 {

	font-family: Rockwell, "Times New Roman", serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
#phone {
	font-family: Rockwell, "Times New Roman", Times, serif;
	font-size: large;
	color: #0000CC;
	font-weight: normal;
}
#featurenewitem {
	background-color: #CACAFF;
	padding-right: 0.5em;
	border-right-width: thin;
	border-right-style: double;
	border-right-color: #03C;
}
#maintable tr td #content .story table tr td h1 {
	text-align: center;
	color: #000;
}
#featurenewitem2 {
	background-color: #CACAFF;
	border-left-width: thin;
	border-left-style: double;
	border-left-color: #03C;
	text-align: center;
}
.featurelistitem {
	text-align: center;
	line-height: 2em;
}
#featureitem {
	padding-top: 3px;
	padding-bottom: 3px;
}
