@charset "UTF-8";
/* CSS Document */
.typography {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.typography a {
	color:#0072AD;
}

.typography a:hover {
	text-decoration:underline;
}

.typography h1 {
	font-family:'Droid Sans' , Verdana, Sans-serif;
	font-size:44px;
	font-weight:400;
	line-height:42px;
	color:#000;
	position:relative;
	left:-2px;
	margin-bottom:20px;
}

.typography h2 {
	font-family:'Myriad Pro', Verdana, Sans-serif;
	font-size:34px;
	line-height:48px;
	font-weight:400;
	color:#000;
	position:relative;
	left:-1px;
	margin-bottom:5px;
}

.typography h3 {
	font-family:'Myriad Pro', Verdana, Sans-serif;
	font-size:26px;
	font-weight:400;
	line-height:24px;
	color:#666666;
	margin-bottom: 15px;
	position:relative;
	left:-2px;
}

.typography h4 {
	font-family:'Myriad Pro', Verdana, Sans-serif;
	font-size:20px;
	font-weight:400;
	line-height:22px;
	color:#666666;
	font-style:italic;
	margin-bottom: 15px;
	position:relative;
	left:-2px;
}

.typography h5 {
	font-family:'Myriad Pro', Verdana, Sans-serif;
	font-size:18px;
	font-weight:400;
	line-height:22px;
	color:#666666;
	margin-bottom: 15px;
	position:relative;
	left:-1px;
}

.typography p, .typography ul, .typography ol {
	font-size:14px;
	line-height:20px;
	margin-bottom:1.5em;
	color:#000;
	position:relative;
}

.typography p.dictionaryDefinition, .typography ol.dictionaryDefinition {
	font-size:14px;
	color:#000;
	line-height:20px !important;
}

.typography ol.dictionaryDefinition li {
	margin-bottom:10px;
} 

.typography p.dictionaryDefinition .phrase {
	color:#000;
	font-weight:bold;
	font-size:20px;
}
.typography p.dictionaryDefinition .phonetic {
	margin-left:20px;
	font-style:italic;
}
.typography p.dictionaryDefinition .wordType {
    margin-left:20px;
    font-weight:bold;
}
.typography p.dictionaryDefinition .definition {
    padding-left:20px;
    display:block;
}
.typography p.dictionaryDefinition .origin {
    margin-left:20px;
    font-weight:bold;
}
.typography p.dictionaryDefinition .year {
    margin-left:20px;
}

.typography p.listFollows {
	margin-bottom:0 !important;
}

.typography .topparagraph {
	font-size:16px;
	line-height:22px;
	color:#888888;
}

.typography .width300 {
	width:300px;
}

.typography ul {
	list-style:disc outside;
}

.typography ol {
	list-style:decimal outside;
}

.typography ul li, .typography ol li{
	margin-left:30px;
}

.typography .underlined {
	text-decoration:underline;
}

.typography .emphasised {
	font-style:italic;
}

.typography .bold {
	font-weight:bold;
}

.typography .centered {
	text-align:center;
}

.typography .left {
	float:left;
	padding:0 10px 30px 0;
}

.typography .right {
	float:right;
	padding:0 0 10px 10px;
}

.typography .center {
	text-align:center;
}

.typography .floatLeft {
	float:left;
}

.typography .floatRight {
	float:right;
}

.typography em {
	font-style:italic;
}

.typography .primarycalloutleft {
	float:left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:24px;
	line-height:48px;
	font-weight:bold;
	width:360px;
	margin-right:20px;
	color:#666666;
}

.typography .block {
	display:block;
	float:left;
}

.typography .indented {
	margin-left:20px;
}

.typography .toprightimage {
    position:absolute;
    top:0;
    right:0;
    overflow:hidden;
    border-top-right-radius:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
}

.typography .extraSpaceBelowParagraph {
	padding-bottom:75px;
}
