/* CSS Document - TEXT - define defaults */ 
/*----------------------------------------------------------
=Fonts and Colors
------------------------------------------------------------*/
body {
    font: 12px/150% "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #101010;
}

strong, em, b, i  {
    font: 12px/150% "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
    font-weight: 600;
}

h1, h2, h3, h4, h5, label {
    font-family:"jesaya-1","jesaya-2","Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-weight:300;
}



p, ul, li {
	font-size:12px;
	color: #1d1d1d;
	}
p.quote {
	font-size:11px;
	line-height:15px;
	color:#5a4037;
	margin:0; padding:0;
	margin-bottom:5px;
	}
p.source {
	font-size:10px;
	line-height:14px;
	font-style:italic;
	color:#30221e;
	margin:0; padding:0;
	margin-bottom:20px;
	}
.highlight p, .highlight ul, .highlight li {
	font-size:11px;
	line-height:15px;
	color:#5a4037;
	}
.highlight ul {
	list-style-type:square;
	padding-left:3px; margin-left:8px;
	}
.highlight li {
	list-style-type:disc;
	padding-bottom:5px;
	}
	
	
a, a:link, a:visited {
	text-decoration: none;
	color: #6d2f2c;
}
a:hover {
	text-decoration:underline;
		color: #a93b3c;
	}
#footer p,
#footer address,
#footer a,
#footer a:hover,
#footer h4 {
	font-size:10px;
	color:#898989;
	font-style: normal;
	}
#footer p { line-height:14px; }

#footer h4 { font-size:12px; }

	
/* headings
--------------------------------------------------*/
h1, h2, h3, h4, h5 { border:0; margin:0; padding:0; }

h1 {
	font-size:28px;
	line-height:24px;
	font-weight: 200;
	border:0; 
	margin:0px 0 20px 0;
	padding:0;
	overflow:hidden;
	color: #ffffff;
	height: 35px
	}
	
h2 {
	font-size: 21px;
	line-height:24px;
	font-weight: 200;
	letter-spacing: 1pt;
	color:#1d1d1d;
	margin:0px 0 20px 0;
	padding:0;
}


h3 {
	font-size: 18px;
	text-transform: none;
	line-height:18px;
	font-weight: 200;
	color:#666666;
	margin:10px 0 5px 0;
}

h4 {
	font-size: 16px;
	text-transform: none;
	line-height:16px;
	font-weight: 200;
		color:#666666;

}



/* links
--------------------------------------------------*/

a img {border:none;}
a:hover img { text-decoration: none; }

a { color:#222222; text-decoration:none;}

a:hover { text-decoration: underline; }

a.selected, a.selected:link, a.visited { }



a.learn_more_red{
	margin: 0 auto;
	padding: 13px 25px;
	background: url(../../resources/media/images/layout/bg_button.png) no-repeat top left;
	width: 100px;
	height: 42px;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	font-family:"jesaya-1","jesaya-2","Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color: #ffffff;
	font-weight: 400;
	overflow: hidden;
}

a.learn_more_red:hover{
	color: #eeeeee;
	text-decoration: none;
}

/* paragraphs, lists, etc
--------------------------------------------------*/
p {
  /*margin:0; padding:0;*/ line-height: 16px;/* letter-spacing:.017em; */
}

ul, ol, li {
  margin:0;
  padding:0 0 0 0;
}

ul ul {padding:0;}
li{list-style: none;}

blockquote {
  margin:0;
  padding:0 18px;
  font-style:italic;
}

pre {
  overflow:auto;
  margin:0 0 18px 0;
  padding:4px;
}

pre, code, kbr {font-family:Courier, Monaco, monospace;}

code, kbr {padding:0 2px;}

abbr, acronym {
  font-size:0.9em;
  letter-spacing:1px;
}

code {
	margin: 0 0 0 40px;  /*--Left Margin--*/
	padding: 10px 10px;
	display: block;
	text-align:left;
	background-color:#f8f8f8;
}
address{
	line-height: 12px;
	
}

#footer address{
	margin: 5px 0 0 0;
}



     



