/** ----------------------------------------------------------
 *
 * Contains the generic theme typography styles
 *
 *    Include your notes or table of contents here
 *
 *    Include color hex's or values of your grid
 *      #333333             - body
 *      #B80000             - links, headings
 *      #D80000             - links on hover
 *      5px Vertical grid   - based on multiples of 5px, eg 10px, 15px, 20px, 25px...
 *
 *    @author Your Name <email@gmail.com>
 *
 * ------------------------------------------------------- */

/* TEMPLATE CUSTOM FONTS */
  /* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 20, 2012 06:04:25 AM America/New_York */

  /* add your own custom fonts here */

  @font-face {
      font-family: 'CamboRegular';
      src: url('../webfonts/Cambo-Regular-webfont.eot');
      src: url('../webfonts/Cambo-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/Cambo-Regular-webfont.woff') format('woff'), url('../webfonts/Cambo-Regular-webfont.ttf') format('truetype'), url('../webfonts/Cambo-Regular-webfont.svg#CamboRegular') format('svg');
      font-weight: normal;
      font-style: normal;
  }
  @font-face {
      font-family: 'WebSymbolsRegular';
      src: url('../webfonts/websymbols-regular-webfont.eot');
      src: url('../webfonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/websymbols-regular-webfont.woff') format('woff'), url('../webfonts/websymbols-regular-webfont.ttf') format('truetype'), url('../webfonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
      font-weight: normal;
      font-style: normal;
  }


/* BASE TYPOGRPHY */

/* These are the default styles for the Simple theme */
body {
	font:9.5pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#444;
}
  body a { text-decoration: none; } /* this removes the underline from all links */
  body a:link { -webkit-tap-highlight-color: #b80000 } /* this sets the highlight color when links are tapped on Safari (browser) on iPhone */
  img a, #logo a { border:none; }

/* NAVIGATION */
ul#navigation {
	margin:0;
	padding:0;	
}
ul#navigation li {
	text-transform:uppercase;
	list-style:none;
	margin:0 0 1px 0;
	background:#313f5e url(../images/navi_bg.jpg) repeat-x top left;
	font-size:1em;
}
ul#navigation li.last {}
ul#navigation li a {
	padding:6px;
	display:block;
	text-decoration:none; 
	color:#9ab3d4;
	border-bottom:none;
}
ul#navigation li a:visited {}
ul#navigation li a:hover {
	color:#fff;
}
ul#navigation li a:active {}
ul#navigation li.current a { 
	background:#25324e; 
	color:#ef7f25; 
	font-weight:bold;
}

	/* 2nd Level Navigation */
	ul#navigation ul {
		background:#f0f0f0;
		margin:0;
		padding:0;
	}
	
	ul#navigation ul li, ul#navigation ul li.link {
		list-style-type:none;
		background:#f0f0f0;
		text-indent:15px;
		font-weight:normal;
		line-height:normal;
	}
	
	ul#navigation ul li a, ul#navigation ul li.link a {
		color:#006;
		list-style-type:none;
		background:#f0f0f0;
		font-size:0.9em;
		font-weight:normal;
	}
	
	ul#navigation ul li.current a { 
		background:#e0e0e0; 
		color:#a00; 
		font-weight:bold;
	}
	
	ul#navigation ul li.current a:after {
	   content: "\00BB "; /* add » before */
	}
	
	ul#navigation ul li a:hover { 
		background:#e0e0e0; 
	}
	

h1 {
	margin:0 0 8px 0;
	color:#4A6493;
	font-size:1.85em;
	border-bottom:1px dotted #333;
}

h2 {
	margin:0 0 8px 0;
	color:#444;
	font-size:1.5em;
}

p {
	line-height:140%;
	margin:0 0 8px 0;
	padding:0;
}

em { font-style:italic; }

/* GENERAL LINKS */
a { color:#c00; text-decoration:none; border-bottom:1px dotted #c00; }
a:visited { color:#900; }
a:hover { border-bottom:1px solid #c00; }
a:active {}

/* General List */
ul { 
	margin:10px 0 10px 15px; 
}
ul li { 
	list-style:square;
	line-height:190%;
	margin:0 0 3px 0;
}

/* Basic Table */
.basicTable td {
	padding:8px 5px 8px 5px;
	vertical-align:top;
	border-bottom:#999 1px dotted;
}


/* NiceTable */
table.niceTable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #096e86;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #dde7f1;
}

table.niceTable th.noBg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

table.niceTable th strong {
	color:#333;
}

table.niceTable th.firstColumn, table.niceTable td.firstColumn {	
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

table.niceTable th.firstColumnAlt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #B4AA9D;
}

table.niceTable td {
	font:9pt Arial, Helvetica, sans-serif;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #585858;
}

table.niceTable td.alt {
	background: #f4f4f4;
	color: #585858;
}

table.niceTable td.ralign {
	text-align:right;
}

table.niceTable caption {
	font: italic 11px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    padding: 0 0 5px;
    text-align: right;
    /* width: 700px; */
}

/* Caption */
.caption {
	font: italic 11px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	clear:both;
}

/* CMS Editor styles */
/* HEADERS */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    font-weight: normal;
    margin-bottom: 10px;
    color: #444;
}
.typography h1 {
  	margin:0 0 8px 0;
	color:#4A6493;
	font-size:1.85em;
	border-bottom:1px dotted #333;
}
.typography h2 { 
	margin:0 0 8px 0;
	color:#444;
	font-size:1.5em; 
}
.typography h3 { font-size: 22px; line-height: 30px; margin-bottom: 10px; }
.typography h4 { font-size: 18px; line-height: 25px; margin-bottom: 5px; }
.typography h5 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
.typography h6 { font-size: 14px; line-height: 20px; font-weight: bold; margin-bottom: 5px; }

/* PARAGRAGHS */
.typography  p { 
	line-height:140%;
	margin:0 0 8px 0;
	padding:0; 
}
  .typography .intro {
      font-family: "CamboRegular", Georgia, "Times New Roman", Times, serif;
      font-size: 22px;
      line-height: 32px;
      margin-bottom: 20px;
  }
.typography em { font-style: italic; }

::selection,
::-moz-selection { /* Applies style to highlighted portion of a page */
    background: #b80000;
    color: #fff;
    text-shadow: none;
}

/* LINKS */
.typography a, 
.typography a.intro {
    color: #B80000;
    text-decoration: none;
}
  .typography a:hover { 
    color: #D80000;
    border-bottom: 1px dashed #B80000;
  }
  .typography a:focus { }


/* LIST STYLES
-------------------------------------------- */
.typography ul, 
.typography ol,
.typography dl { margin:10px 0 10px 15px; }
.typography ul li { list-style:square; } /* adds disc style bullet to the list */
  .typography li { margin-bottom: 3px; }


/* TABLE STYLES
-------------------------------------------- */
.typography table {
    border-collapse: collapse; /* borders are collapsed into a single border when possible */
    border: 1px solid #d4d4d4;
    border-spacing: 0; /* The border-spacing property sets the distance between the borders of adjacent cells - acts as a backup to border-collapse: collapse */
    margin: 0 0 10px;
    text-align: left;
}
  .typography table tr:nth-child(even) {
      background-color: #ededed
  }
  .typography table tr.even,
  .typography table th,
  .typography thead td {
      background-color: #ededed
  }
  .typography table td,
  .typography table th {
      padding: 2px 5px;
      border: 1px solid #d4d4d4;
      vertical-align: top;
  }
  .typography table th {
      font-weight: bold;
  }


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


/* 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%; }
.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 {
  font: italic 11px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
  clear: both;
  margin: 5px 0;
  color: #888;
}


/* BLOCKQUOTES
-------------------------------------------- */
.typography blockquote {
  background: transparent url(../images/blockquote.png) no-repeat 0px 6px;
  font-family: "CamboRegular", Georgia, "Times New Roman", Times, serif;
  color: #777;
  display: block;
  font-style: italic;
  margin: 0 0 20px;
  float: right;
  text-indent: 30px;
  width: 50%;
  margin-left: 5%;
  clear: both;
}
.typography blockquote p {
  font-size: 17px;
  line-height: 25px;
}
.typography pre {
  background: #F7F7F7;
  border: 1px solid #E4E4E4;
  font-family: Courier, monospace;
  margin: 0 0 20px 0;
  padding: 15px;
  clear: both;
}

/* ADDRESS
-------------------------------------------- */
address {
  display: block;
  margin-bottom: 20px;
}


/* FILE LINK ICONS for links within P and LI tags
------------------------------------------------- */

.typography p a[href$=".pdf"], .typography p a[href$=".PDF"], .typography p a.pdf, .typography li a[href$=".pdf"], .typography li a[href$=".PDF"], .typography li a.pdf, 
p a[href$=".pdf"], p a[href$=".PDF"], p a.pdf, li a[href$=".pdf"], li a[href$=".PDF"], li a.pdf {
    background: url("../images/icon_acrobat.png") no-repeat scroll left center transparent;
    padding: 2px 2px 2px 20px;
}

.typography p a[href$=".zip"], .typography p a[href$=".ZIP"], .typography p a.zip, .typography li a[href$=".zip"], .typography li a[href$=".ZIP"], .typography li a.zip, 
p a[href$=".zip"], p a[href$=".ZIP"], p a.zip, li a[href$=".zip"], li a[href$=".ZIP"], li a.zip {
    background: url("../images/icon_zip.png") no-repeat scroll left center transparent;
    padding: 2px 2px 2px 20px;
}

.typography p a[href$=".xls"], .typography p a[href$=".XLS"], .typography p a.xls, .typography li a[href$=".xls"], .typography li a[href$=".XLS"], .typography li a.xls,
p a[href$=".xls"], p a[href$=".XLS"], p a.xls, li a[href$=".xls"], li a[href$=".XLS"], li a.xls {
    background: url("../images/icon_excel.png") no-repeat scroll left center transparent;
    padding: 2px 2px 2px 20px;
}
.typography p a[href$=".xlsx"], .typography p a[href$=".XLSX"], .typography p a.xlsx, .typography li a[href$=".xlsx"], .typography li a[href$=".XLSX"], .typography li a.xlsx, 
p a[href$=".xlsx"], p a[href$=".XLSX"], p a.xlsx, li a[href$=".xlsx"], li a[href$=".XLSX"], li a.xlsx {
    background: url("../images/icon_excel.png") no-repeat scroll left center transparent;
    padding: 2px 2px 2px 20px;
}

.typography p a[href$=".doc"], .typography p a[href$=".DOC"], .typography p a.doc, .typography li a[href$=".doc"], .typography li a[href$=".DOC"], .typography li a.doc, 
p a[href$=".doc"], p a[href$=".DOC"], p a.doc, li a[href$=".doc"], li a[href$=".DOC"], li a.doc {
    background: url("../images/icon_word.png") no-repeat scroll left center transparent;
    padding: 2px 2px 2px 20px;
}
.typography p a[href$=".docx"], .typography p a[href$=".DOCX"], .typography p a.docx, .typography li a[href$=".docx"], .typography li a[href$=".DOCX"], .typography li a.docx,
p a[href$=".docx"], p a[href$=".DOCX"], p a.docx, li a[href$=".docx"], li a[href$=".DOCX"], li a.docx {
    background: url("../images/icon_word.png") no-repeat scroll left center transparent;
    padding: 2px 2px 2px 20px;
}
