/** ----------------------------------------------------------
 *
 * Contains the generic theme typography styles
 *
 *    Include your notes or table of contents here
 *
 *    Include color hex's or values of your grid
 *      #000             				- 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>
 *
 * ------------------------------------------------------- */

/* custom message classes */
.message.bad {
    background-color:#f9d0d0; 
    border: 1px solid #be0000;
    padding: 5px;
}
.message.good {
    background-color:#ecf9d0; 
    border: 1px solid #8fbe00;
    padding: 5px;
}

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

@font-face {
    font-family: 'Oswald-Bd';
    src: url('../webfonts/oswald-bold-webfont.eot');
    src: url('../webfonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/oswald-bold-webfont.woff') format('woff'), url('../webfonts/oswald-bold-webfont.ttf') format('truetype'), url('../webfonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Oswald-Lt'; 
    src: url('../webfonts/oswald-light-webfont.eot');
    src: url('../webfonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/oswald-light-webfont.woff') format('woff'), url('../webfonts/oswald-light-webfont.ttf') format('truetype'), url('../webfonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Oswald-Reg';
    src: url('../webfonts/oswald-regular-webfont.eot');
    src: url('../webfonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/oswald-regular-webfont.woff') format('woff'), url('../webfonts/oswald-regular-webfont.ttf') format('truetype'), url('../webfonts/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* BASE TYPOGRAPHY */
body {
	background-color: #FFF;
	font-size: 14px;
    line-height: 21px;
    color: #000;
		font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: normal 
}
  body a { text-decoration: none; color: #2E73B3; }
  
  body a:link { 
      -webkit-tap-highlight-color: #ccc; 
      /*color:#000 */
  }


/* HEADERS */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
		color: #000;
}
.typography h1 { 
	font-size: 30px;
	font-weight: 500; 
  line-height: 35px;
	letter-spacing: -1px; 
  margin: 6px 0 15px 0; 
	padding-bottom: 7px;
	border-bottom: 1px solid ccc;
	display: inline-block;  
	
}
.typography h2 { font-size: 26px; margin: 5px 0 8px 0; letter-spacing:-.6px; line-height: 30px; font-weight: 500; }
.typography h3 { font-size: 23px; margin: 5px 0 8px 0; letter-spacing:-.4px; line-height: 26px; font-weight: 500; }
.typography h4 { font-size: 20px; margin: 5px 0 8px 0; letter-spacing:-.2px; line-height: 25px; font-weight: 600; }
.typography h5 { font-size: 16px; margin: 5px 0 8px 0; line-height: 25px; font-weight: 600; }
.typography h6 { font-size: 15px; line-height: 23px; margin: 5px 0 8px 0; font-weight: 600; }

.typography h4.expert { clear: left; padding-top: 10px; margin-top: 10px; }


/* PARAGRAGHS */
	
.typography p { margin: 0 0 10px 0; font-size: 100% }
 
.typography .small {
	font-size: 12px; line-height: 16px; color: #000; margin-bottom:5px; font-weight:500; }
	
.typography .line { border-bottom:1px dotted #aaa; padding-bottom: 3px;}
	
.typography .blueline { border-bottom:1px solid #004678; padding-bottom: 3px;}

.typography .intro {
      font-size: 22px;
		  font-weight: 400;
      line-height: 25px;
      margin-bottom: 20px;
  }
.typography em,
em { 
    font-style: italic; 
}
.typography i,
i { 
    font-style: italic; 
}

.title {
	font-family: Georgia, 'Times New Roman', Times, serif;
	padding: 3px 0 5px 0;
	color: #000;
	font-size: 16px;
	display:inline-block;
	font-weight: 600;
	}

.fc { font-style: italic !important;
}

::-moz-selection {
    background: #004678;
    color: #000;
    text-shadow: none;
}
::selection {
    background: #004678;
    color: #000;
    text-shadow: none;
}


/* LINKS */
.typography a, 
.typography a.intro {
    color: #2E73B3;
		font-weight: 600;
    text-decoration: none;
}
  .typography a:hover { 
  color: #000;
	text-decoration:none;
  }
  .typography a:focus { }


/* colors
-------------------------------------------- */

.green {color:#81c14a !important;}

.blue {color:#004678 !important;}

.bluebg {background-color:#004678 !important; padding: 5px 8px; color: #fff !important; display:block;  }
.bluebg a { background-color:#004678 !important; color: #fff !important; }
.bluebg a:hover { background-color:#000 !important; color: #fff !important; }

.dkblue { color: #004678;
}
.black {color:#000 !important;}

.gray {color:#959ca1 !important;}
	
.orange {color:#E58901 !important;}

.ltblue { color: #c6dff5 !important;}

.red { color: #C00 !important;
}

.graybg {
	color:#fff !important;
	background-color:#959ca1;
	padding: 8px 4px;
} 

/* LIST STYLES
-------------------------------------------- */
.typography ul, 
.typography ol,
.typography dl { margin: 0 0 0 25px; padding-top: 5px; padding-bottom:5px }
.typography ul li { list-style-type: square; margin:0; padding-bottom:5px }
  .typography li { }

.typography ul.list{
	padding: 5px 0;
	list-style:url('../images/bullGr.gif');	
}
.typography ul.listorange{
	padding: 5px 0;
	list-style:url('../images/bullO.gif');
}

/* TABLE STYLES
-------------------------------------------- */
.typography table {
    border-collapse: collapse;
    /*border: 1px solid #ddd;*/
    border-spacing: 0;
    margin: 0 0 10px;
    text-align: left;
		padding:1px
}
  .typography table tr:nth-child(even) {
      background-color: #fff
  }
  .typography table tr.even,
  .typography table th,
  .typography thead td {
      background-color: #fefefe
  }
  .typography table td,
  .typography table th {
      padding: 5px;
      margin: 0;
      /*border: 1px solid #ccc;*/
      vertical-align: top;
   
  }
  .typography table th {
      font-weight: 700;
  }


/* 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;
    /*background: #fff url(../images/ajax-loader.gif) no-repeat center center;*/
}
.typography img.left {
    float: left;
    max-width: 100%;
    margin: 0 5px 5px 0;
}
.typography img.right {
    float: right;
    max-width: 100%; /* Responsive width */
    margin: 0 0 5px 5px;
}
.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: 0px 30px 20px 0;      
  }
  .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 10px 10px 0px;
}
.typography .captionImage.center{
  margin: 0 auto 10px;
}
.typography .captionImage p {
  clear: both;
  margin: 5px 0;
	padding: 2px 0;
  color: #555;
  font-size: 12px;
}


/* BLOCKQUOTES
-------------------------------------------- */
.typography blockquote {
  background: transparent url(../images/blockquote.png) no-repeat 0px 6px;
   color: #000;
  display: block;
  margin: 0 0 20px;
  float: right;
  text-indent: 30px;
  margin-left: 5%;
  clear: both;
}
.typography blockquote p {
  font-size: 15px;
  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;
}








/* P4C styles 
-------------------------------------------- */

.headerstyle {
	font-size: 30px;
	font-weight: 500; 
  line-height: 35px;
	letter-spacing: -1px; 
  margin: 6px 0 15px 0; 
	padding-bottom: 7px;
	border-bottom: 1px solid ccc;
	display: inline-block;  

}


	.subheader {
	font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;	font-size: 15px;
	line-height: 21px;
	font-weight: 400;
	color: #fff;
	display: block;
	padding: 8px 12px;
	text-transform: none;
	background-color:#004678;
	}
	
	.subheader a {
	color: #fff !important;
	}

	.subheader a:hover {
	color: #000 !important;

	}

.subheaderdk {
	font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 15px;
	display: block;
	font-weight: 600;
	color: #fff;
	padding: 8px 12px;
	text-transform: none;
	background-color: #004678;
}

.subheaderdk a {
	color: #fff !important;
	
}

.subheaderdk a:hover {
	color: #c6dff5 !important;
}


.alpha  {
	display: inline-block;
	font-weight: 700;
	font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #fff;
	padding:0;
	font-size: 14px;
	margin:0;
	

}

.alpha a {
	padding: 5px;
	background-color: #004678;
	color: #fff;
	margin:0;
	}

.alpha a:hover {
background-color: #004678;
color:#fff;
}

#alpha {
	background-color: #004678;
	border: 2px solid #004678;
	padding: 0;
	margin: 0;
	color: #fff;
	display: inline-block;
	font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 23px;
}

#alpha a{
color:#fff;
background-color:#004678;
padding: 5px 8px;
}

#alpha a:hover{
	background-color:#004678;
}

.shadowpic {
  box-shadow: 1px 1px 2px #999;
  -moz-box-shadow: 1px 1px 2px #999;
  -webkit-box-shadow: 1px 1px 2px #999;
  padding:2px;
  background-color:#FFF;
}

.button-green {
	background-color: #81c14a;
	display: block; 
	color: #fff !important; 
	font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 23px;
	padding: 5px;
	text-decoration: none;
	text-align: center; 
	cursor: pointer;
}

.button-green:hover{
	background-color: #000;
}
	
	.button-orange {
	background-color: #E58901;
	display: block; 
	color: #fff !important; 
	font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	line-height: 23px;
	padding: 5px;
	text-decoration: none;
	text-align: center; 
	cursor: pointer;
}
.button-orange:hover{
	background-color: #000;
}
.button-gray {
	background-color: #9a9a9a;
	display: block; 
	color: #fff !important; 
	font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 23px;
	padding: 5px;
	text-decoration: none;
	text-align: center; 
	cursor: pointer;
}
.button-gray:hover{
	background-color: #000;
}
	
	.button-blue {
	background-color: #004678;
	display: block; 
	color: #fff !important; 
	font-family: "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 23px;
	padding: 5px;
	text-decoration: none;
	text-align: center; 
	cursor: pointer;
}
.button-blue:hover{
	background-color: #000;
}
	
	
