/**
  This typography file is included in the WYSIWYG editor
 */
 
/* GENERIC STYLES */ 
.typography * {
	font-family: Verdana, Lucida, sans-serif;
}


/* HOME PAGE */
#primary.home p {
    color: #004990;
 	line-height: 1.3em;
 	font-size: 1.3em;
}

#primary.home p.white {
    color: #fff;
}
#nav li {
    font-size: 1.2em;
    list-style-type: none;
}
#nav li a {
    color:  #fff;
    text-transform: lowercase;
    text-decoration: none;
}

#nav li a:hover {
    color: #e4701e;
}

#nav li.rock_1 {
    margin: 35px 0 0 155px;
}

#nav li.rock_2 {
    margin: 20px 0 0 195px;
}

#nav li.rock_3 {
    margin: 30px 0 0 155px;
}

#nav li.rock_4 {
    margin: 35px 0 0 110px;
}

#nav li.rock_5 {
    margin: 45px 0 0 25px;
}

#nav li.rock_6 {
    margin: 45px 0 0 90px;
}

#nav li.rock_7 {
    margin: 45px 0 0 120px;
}

/* SECONDARY PAGES */

#header_tag h1 {
    color: #fff;
    font-size: 5.4em;
    font-weight: bold;
    text-transform: lowercase;
    margin: 0.98em 0 0 .1em;
    display: none;
}

.opacity5 {
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    zoom:1;
}

.breadcrumbs {
	margin-bottom:10px;
	font-size:1em;
	color:#666;
}
.breadcrumbs a {
	text-decoration:none;
}

/* PARAGRAPHS */

.typography p { 
/*  color: #666;*/
    color: #004990;
 	line-height: 1.5em;
 	font-size: 1.1em;
}

.typography .blockquote {
	margin: 20px 10px 5px 10px;
	font-size: 0.9em;
	text-align: center;
	color: #e4701e;
	font-style: italic;
}	

/* LINKS */
.typography a { 
 	text-decoration: none; 
/*  color: #3E91C4;*/
    color: #e4701e;
}
.typography a:hover { 
 	text-decoration: underline;
}


/* ICONS */
.typography a[href$=".pdf"],
.typography a[href$=".PDF"],
.typography a.pdf {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
}
.typography a[href$=".doc"],
.typography a[href$=".DOC"],
.typography a.doc {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_word.png) no-repeat left center;
}
.typography a[href$=".xls"],
.typography a[href$=".XLS"],
.typography a.xls {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_excel.png) no-repeat left center;
}
.typography a[href$=".gz"],
.typography a[href$=".GZ"],
.typography a[href$=".gzip"],
.typography a[href$=".GZIP"],
.typography a[href$=".zip"],
.typography a[href$=".ZIP"],
.typography a.archive {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_zip.png) no-repeat left center;
}
.typography a[href$=".exe"],
.typography a[href$=".EXE"],
.typography a.application {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/application.png) no-repeat left center;
}

/* LIST STYLES */
.typography ul, 
.typography ol {
	margin: 20px;
	color: #004990;
}

.typography li {
	margin: 5px 10px;
/*  font-size: 1.2em;*/
}

/* HEADER STYLES */

.typography h1,
.typography h2 { 
	color: #e4701e; 
	margin: 5px 0;
	font-weight: 300;
	font-family: Tahoma, Verdana, sans-serif;
}
.typography h1 {
	font-size: 2.4em;
}
.typography h2 { 
 	font-size: 2em; 
}
	
.typography h3 {
	color: #e4701e;
	margin: 5px 0;
	font-weight: 300;
	font-size: 1.8em;
}
.typography h4 {
	font-size: 1.6em;
	color: #e4701e;
	width: 95%;
	font-weight: 300;
	line-height: 1.5em;
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
}
.typography h5 {
	font-size: 1.4em;
	color: #e4701e;
	font-weight: 300;
	margin: 5px 0;
}
.typography h6 {
	font-size: 1.0em;
	color: #e4701e;
	line-height: 1.3em;
	margin: 5px 0;
}

/* ADRESS STYLES */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #777;
}

.typography q {
	display:block;
	font-size:0.8em;
	margin:1em 1em;
	padding:0.5em;
	border:1px #ccc solid;
}

/* TABLE STYLING */
.typography table {
	margin: 5px 0;
	font-size: 1.0em;
	color: #004990;
	border-collapse:collapse;
}
.typography td {
  padding:3px;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
	margin-left:20px;
}
.typography img.left {
	float:left;
}
.typography img.leftAlone {
	float:left;
	margin-right:100%;
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

/* FORMS */
.typography label {
	font-size: 0.9em;
}
.typography input.text, .typography textarea {
    font-weight: normal;
	font-size: 0.9em;
}
/* Extra redundancy */
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
