/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:Tahoma,Arial,sans-serif;
	font-size:1em;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p, 
.typography ul li,
.typography ol li,
.typography a {
	color:#333;
	line-height:1.5em;
	font-size:1em;
}
.typography p {
	margin-bottom:20px;
}

.typography td p{
		margin-top:10px;
		margin-bottom:10px !important;
}

/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:20px;
}
.typography ul li,
.typography ol li {
	margin:4px 10px;
	line-height:1.4em;
}
.typography ul li {
	list-style-type:disc;
}
.typography ol li {
	list-style-type:decimal;
}

/* HEADER STYLES */
.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	margin-bottom:14px;
	color:#333333;
}
.typography h1,
.typography h4 {
	font-weight:normal;
}
.typography h2,
.typography h3 {
	font-weight:normal;
}
.typography h1 {
	font-size:2.2em;
}
.typography h2 {
	font-size:2.2em;
}
.typography h3 {
	font-size:1.6em;
}
.typography h4 {
	font-size:1.4em;
}
	
/*FOOTER	*/
#footer_container *, #bottom_nav *,#web_copy *{
	font-family:Tahoma,Arial,sans-serif;
}
#footer_container .heading{
	color:#333;
	font-size:1.2em;
}
#footer_container p{
	color:#333;
}
#footer_contact .title{
	font-weight:bold;
	color:#239395;
}
.typography .heading{
	font-weight:bold;
	color:#333333;
	margin-top:20px;
}

.typography .table_heading{
	color:#ECECEC !important;
	font-weight:bold;
	margin:10px 0px;
}

/* LINK STYLES */
.typography a {
	color:#239395;
	font-size:1em;
	text-decoration:none;
}
.typography a:hover {
	text-decoration:underline;
}
.typography .blueButton{
	background:url(../images/blueButton.jpg) top center no-repeat;
	width:100%;
	padding:14px 0px;
	margin-bottom:10px !important;
	color:#ececec;
}
.typography .blueButton a{
	color:#ececec;
	padding:14px 50px;
	overflow:hidden;
}
.typography table {
	font-size:1.1em;
}
.typography table tr td {
	padding:3px 5px;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
    /*border: 5px solid #d7d7d7;*/
    height: auto; /* resets the image height so that it maintains its aspect ratio when width is set */
    background: transparent url(../images/ajax-loader.gif) no-repeat center center;
}
.typography img.left {
    float: left;
    max-width: 50%;
    margin: 5px 20px 10px 0;
}
.typography img.right {
    float: right;
    max-width: 50%; /* Responsive width */
    margin: 5px 0 10px 20px;
}
.typography img.leftAlone {
    float: left;
    margin-right: 100%;
    margin-bottom: 10px;
    clear: both;
}
.typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both;
}
.typography .captionImage { width: 100%; margin-top: 5px; }
.typography .captionImage img { margin: 0; }
  .typography .captionImage.left {
    float: left;
    margin: 5px 30px 20px 0px;
  }
  .typography .captionImage.right{
    float: right;
    margin: 5px 0 20px 30px;
  }
  .typography .captionImage.left[style],
  .typography .captionImage.right[style] {
    max-width: 50%; /* Overides core width to make responsive */
  }
  .typography .captionImage.left img,
  .typography .captionImage.right img {
    float: none;
    max-width: none;
    width: 100%;
  }
  .typography .captionImage.left img {
    margin-right: -10px;
  }
  .typography .captionImage.right img {
    margin-left: -10px;
  }
  .typography .captionImage.right p {
    margin-left: -10px;
    text-align: left;
    margin-left: -10px;
  }
.typography .captionImage.leftAlone{
  float:none;
  margin: 0 20px 20px 0px;
}
.typography .captionImage.center{
  margin: 0 auto 20px;
}
.typography .captionImage p {
  clear: both;
  margin: 5px 0;
  font-style: italic;
  color: #888;
}

/* LINK ICONS - shows type of file
------------------------------------ */
.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;
	}

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