body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.3;	
	margin: 0px;
	padding: 0px;
	background-color: #F1F1F8;
}

a:link {
	color: #285E9A;
	text-decoration: none;
}
a:visited {
	color: #285E9A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#navText a:link {
	font-family: Arial,sans-serif;
	color: #F1CA61;
	text-decoration: none;
	font-size: 80%;
	padding: 6px 20px 6px 20px;
	border-top: thin;
	border-top-color: White;
	border-top-style: dotted;
	display: block;	
}
#navText a:visited {
	font-family: Arial,sans-serif;
	color: #F1CA61;
	text-decoration: none;
	font-size: 80%;
	padding: 6px 20px 6px 20px;
	border-top: thin;
	border-top-color: White;
	border-top-style: dotted;
	display: block;	
}
#navText a:hover {
	font-family: Arial, sans-serif;
	font-size: 80%;
	padding: 6px 20px 6px 20px;
	border-top: thin;
	border-top-color: White;
	border-top-style: dotted;
	background-color: #285E9A;
	color:#ffffff;
	text-decoration: none;
	display: block;	
}
#navText2 a:link {
	font-family: Arial,sans-serif;
	color: #F1CA61;
	text-decoration: none;
	font-size: 80%;
	padding: 4px 10px 4px 10px;
	border-top: thin;
	border-top-color: White;
	border-top-style: dotted;
	display: block;	
}
#navText2 a:visited {
	font-family: Arial,sans-serif;
	color: #F1CA61;
	text-decoration: none;
	font-size: 80%;
	padding: 4px 10px 4px 10px;
	border-top: thin;
	border-top-color: White;
	border-top-style: dotted;
	display: block;	
}
#navText2 a:hover {
	font-family: Arial, sans-serif;
	font-size: 80%;
	padding: 4px 10px 4px 10px;
	border-top: thin;
	border-top-color: White;
	border-top-style: dotted;
	background-color: #285E9A;
	color:#ffffff;
	text-decoration: none;
	display: block;	
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 180%;
	color: #285E9A;
 font-weight: bold;	
}

h2{
	font-size: 160%;
	color: #CB5121;
	font-weight: normal;
}

h3{
	font-size: 150%;
	color: #285E9A;
	font-weight: normal;
}

h4{
 font-size: 140%;
 font-weight: normal;
 color: #CB5121;
 border-bottom: thin;
 border-bottom-color: #CB5121;
 border-bottom-style: solid;
 border-bottom-width: thin;
 padding-top: 18px;
 padding-bottom: 0px;
 margin-bottom: 0px;
}
h5{
 font-size: 110%;
 font-weight: normal;
 color: #CB5121;
 border-bottom: thin;
 border-bottom-color: #CB5121;
 border-bottom-style: solid;
 border-bottom-width: thin;
 padding-top: 0px;
 padding-bottom: 2px;
 margin-bottom: 10px;
}
h6{
 font-size: 120%;
 font-weight: normal; 
 color: #285E9A;
}
ul{
 list-style-type: square;
}

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

label{
	font: bold 100% Arial,sans-serif;
	color: #534C99;
}

#logo {
	font-family: Verdana,Arial,sans-serif;
	font-size: 36px;
	color: #F8C85A;
	margin-left: 40px;	
}
#logo-mini {
	font-family: Verdana,Arial,sans-serif;
	font-size: 24px;
	color: #C2BFDF;
	margin-left: 25px;
}
#tagline {
	font-family: Arial,sans-serif;
	font-size: 14px;
	color: #F8C85A;
	line-height: 22px;
	width: 100%;
	margin-left: 40px;		
}
#dateformat {
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 22px;
	padding: 0px 10px 0px 0px;	
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 169px;
	background-color: #285E9A;
}
#masthead-mini{
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 45px;
	background-color: #285E9A;
}
#head-left{
	font-size: 80%;
	float: left;
	width: 70%;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 169px;
}
#head-right{
	font-size: 80%;
	float: right;
	right: 15px;
	width: 15%;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0 0px;
	height: 159px;
}
#login{
font-size: 12px;
	float: right;
	text-align: right;
	color: #ffffff;
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;
}
#login a:link {
	color: #ffffff;
	text-decoration: none;
}
#login a:visited {
	color: #ffffff;
	text-decoration: none;
}
#login a:hover {
	text-decoration: underline;
}
#content{
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#crumb-bar{
	width: 100%;
	height: 24px;
	position: relative;
	background-color: #F1CA61;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}
#navBar{
	background-color: #CB5121;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 15%;
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#story{
	font-size: 80%;
	position: relative;
	float: left;
   width: 56%;	 
	padding: 20px 0px 0px 30px;
	margin: 0px 0px 0px 0px;	
}

#story3 {
	font-size: 80%;
	position: relative;
	float: left;
   width: 56%;	 
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 0px;	
}

#story-full{
	font-size: 80%;
	position: relative;
	float: left;
   width: 75%;	 
	padding: 20px 0px 0px 30px;
	margin: 0px 0px 0px 0px;	
}

#story-mini{
	font-size: 80%;
	position: relative;
	float: left;
   width: 90%;	 
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;	
}

/* #sidebar{
	font-size: 80%;
	float: right;
	position: relative;
	padding: 10px 10px 20px 10px;
	margin: 20px 0px 0px 10px;
	width: 18%;
	background-color: #F1CA61;
	} */
#sidebar{
	font-size: 80%;
	float: right;
	position: relative;
	padding: 10px 10px 20px 10px;
	margin: 20px 0px 0px 10px;
	width: 18%;
	background-color: #D4DCE8;
}
.MenuHeader {
	font-weight: bold;
	font-size: 85%;	
	color: #CB5121;
	background-color: #F1CA61;
	width: 97%;
	padding: 3px;
	}
#Lola {
	font-family: Arial,sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 80%;
	padding: 12px 20px 12px 20px;
	border-top: thin;
	border-top-color: White;
	border-top-style: dotted;
	display: block;	
}
input {
	font-family: Arial,sans-serif;
	font-size: 80%;
}
.submit {
	font-family: Arial,sans-serif;
	font-size: 60%;
	font-weight: bold;
	background-color: #F0E68C;
}

h1.products {
	text-align: center;
}
div.product-info {
	border-bottom: 1px solid #367ECB;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.product-info  ul {
	padding: 10px 0px 0px 0px;
}
p.read-more {
	margin-left: 40px;
}
.read-more a {

}
.bottom-border {
	border-bottom: 1px solid #367ECB;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
