/**
 * This typography file is included in the WYSIWYG editor
 */
 
@font-face {
    font-family: "BlackJack";
    src: url(/efo/css/blackjar.ttf);
}
 
.typography {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #464646;
}
.typography blockquote {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	color:#464646;
	margin-left:20px;
}
.typography hr {
	border:0;
	border-bottom:2px solid #f53e77;
	padding-top:5px;
}
.typography p,
.typography span,
.typography ul li,
.typography ol li,
.typography a {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color: #464646;	
	line-height:1.4em;
	font-size:12px;
}
.typography p {
	margin-bottom:15px;
}

/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	padding:0;
	margin:10px 7px;
}
	.typography ul li,
	.typography ol li {
		background:url(../images/bullet.gif) no-repeat left 6px;
		margin:4px 1px;
		font-style:italic;
		padding:1px 0 1px 10px;
		width:540px;
	}
	.typography ul li p, .typography ul li p span{line-height:1.4em;}

		.typography ul li {
		 list-style-type:none;
		}
		.typography ol li {
			list-style-type:decimal;
    }
    


/* HEADER STYLES */

.typography H1{
	font-family:  BlackJack;
	color:#333333;
	font-size: 16px;
	font-weight: bold;
	padding:0 0 15px 0;
	margin:0;
}
.typography H2{
	background: url(../images/line01.gif) repeat-x scroll left top; 
	font-family: Verdana;
	font-size: 15px;
	font-weight:normal;
	color:#454545;
	text-transform: uppercase;
	height:30px;
	padding:12px 20px 10px 20px;
	margin:0;
}

.typography H3, .typography H3 A{
	color:#333333;
	font-family:BlackJack;
	font-size:28px;
	font-weight:bold;
	line-height:30px;
	margin:0 0 12px 0;
	padding:0;
}

.typography H4{
	padding:2px 4px;
	width:auto;
	display:inline;
	background-color:#f53e77; 
	font-family:Tahoma, Verdana; 
	font-size:10px; 
	color:#ffffff; 
	text-transform:uppercase;
	margin-bottom:10px;
	clear:both;
	font-weight:normal;
}

.typography H4.grayBox{
	background-color:#d3d3d3; 
	color:#000000; 
}

.typography H5, .typography H5 A{
	color:#333333;
	font-family: Tahoma;
	font-size:20px;
	font-weight:bold;
	line-height:24px;
	margin:0 0 12px 0;
	padding:0;
}

.typography H6{
	border-top: 2px solid #f53e77;
	font-family: Verdana;
	font-size: 13px;
	font-weight:normal;
	color:#8E8E8E;
	text-transform: uppercase;
	height:30px;
	padding:3px 5px;
	margin:10px 0 0 0;
}
/* LINK STYLES */
.typography A:link, .typography A:active, .typography A:visited,
.typography p A:link, .typography p A:active, .typography p A:visited,
.typography span A:link span, .typography span A:active span, .typography span A:visited span{
	color:#f53e77;
	text-decoration:underline;
	font-style:italic;
	outline:none;
}
.typography A:hover,
.typography p A:hover,
.typography span A:hover span{
	text-decoration:none;
}



.typography H4 A:link,
.typography H4 A:visited,
.typography H4 A:active
{	
	font-style:normal;
	font-family:Tahoma, Verdana; 
	font-size:10px; 
	color:#ffffff;
	text-decoration:none;
}

.typography H4 A:hover{
	text-decoration:none;
	color:#333333;
}



.typography H3 A:link,
.typography H3 A:visited,
.typography H3 A:active,
.typography H5 A:link,
.typography H5 A:visited,
.typography H5 A:active
{
	font-style:normal;
	color:#333333;
	text-decoration:none;
}
.typography H3 A:hover,
.typography H5 A:hover{
	text-decoration:none;
	color:#8E8E8E;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}
#siteMap{margin:0px;}
#siteMap li{margin: 8px 0 0 0;}


#siteMap li.main{background:none;}


#siteMap li.main span.main{
	display:block;
	height:20px;
	padding:3px 5px;
	margin:10px 0 0 0;
	font-family: Verdana;
	font-size: 13px;
	font-weight:normal;
	color:#8E8E8E;
	font-style:normal;
	text-transform: uppercase;
	text-decoration: none;
}

#siteMap li.main span.main A{font-style:normal;color:#f53e77; text-decoration: none;}
#siteMap li.main span.main A:hover{text-decoration: underline;color:#8E8E8E;}

#siteMap li.child{margin-left:10px;}

#siteMap li.child span.child A{
	text-decoration: underline;
	font-style:normal;
	color:#333333;
}

#siteMap li.child span.child A:hover{
	text-decoration: none;
	color:#f53e77;
}
