/* Links*/
.typography a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
}
.typography a:hover {
	color: #000070;
	background: inherit;
}

/* 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;
}

/* headers */
.typography h1, 
.typography h2, 
.typography h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
.typography h1 {
	font-size: 120%;
}
.typography h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;

}
.typography h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
.typography img.float-right {
  margin: 5px 0px 10px 10px;  
  border: none;
}
.typography img.float-left {
  margin: 5px 10px 10px 0px;
  border: none;
}
.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;
}

.typography h1, 
.typography h2, 
.typography h3, 
.typography p {
	padding: 10px;		
	margin: 0;
}
.typography ul, 
.typography ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #444;	
}
.typography ul span, 
.typography ol span {
	color: #666666;
}

.typography code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
.typography acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
.typography blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(../images/layout/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
.typography form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
.typography label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
.typography input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
.typography textarea {
	width:400px;
	padding:2px;
	font-family: Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
.typography input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #4f82cb;
}

/* search */
.typography form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
}	
.typography form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
.typography form.search input.button {
	background: #CCC url(../images/layout/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

/* iframe */
iframe {
	frameborder="0";
	border: 0px none #FFFFFF;
}
