/* --------------------------------------------------------------

   content.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */


/* Custom Fonts
-------------------------------------------------------------- */


@font-face {
    font-family: 'BebasNeueRegular';
    src: url('/public/fonts/BebasNeue-webfont.eot');
    src: url('/public/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/public/fonts/BebasNeue-webfont.woff') format('woff'),
         url('/public/fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('/public/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}





/* Default font settings.
--------------------------------------------------------------
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body {
  font-size: 10px;
  color: #222;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}

textarea{
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size:1em;	
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #333; }

h1 { font-size: 2.6em; line-height: 1; margin-bottom: 0.5em;color:#333;}
h2 { font-size: 2em; margin-bottom: 0.5em; }
h3 { font-size: 1.6em; line-height: 1; margin-bottom: 0.25em; }
h4 { font-size: 1.4em; line-height: 1.25; margin-bottom: 0.25em; }
h5 { font-size: 1.3em;  margin-bottom: 1.5em; }
h6 { font-size: 1.3em; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */
p,a,ul, ol  { font-size:1.3em; line-height:1.5;}
form a,ul ul,ol ol, ul ol, ol ul, ul a, p a, td a, th a, ul p, ol p, ul td, td p,ul th
			{font-size:1em;}
p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus,
a:hover     { color: #ba0a35; text-decoration: none;}
a           { color: #ba0a35; text-decoration: underline;}

p a         { font-size: 1em; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0;}
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 3.333em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; border:1px solid #cdcdc;}
th          { font-weight: bold; }
thead th    { background: url("/public/images/layout/home_subnav.jpg") repeat-x scroll 0 0 transparent; color:#fff;font-family:'BebasNeueRegular';font-size:1.8em;font-weight: normal;}
th,td,caption { padding: 10px ; font-size:1.3em; border:1px solid #ccc;text-align: left;}
tr:nth-child(even) th,tr:nth-child(even) td, tr.even td  { background: #E8E8E8; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.6em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.no_text    { font-size: 0px; line-height: 0px; text-indent: -9999px; margin: 0; padding: 0;}
.text_left {text-align: left;}
.text_right {text-align: right;}

.clear		{clear:both;}
hr.clear	{height:0;color:transparent;background: none;margin:0;}

.no_list, .floated_list, .inline_list	{list-style-type: none;margin-left:0;padding-left:0; }
.floated_list li	{float:left;}
.inline_list li		{display: inline-block;}

.pdf,.xls	{height:25px;padding-left:27px;display: block;}
.pdf		{background: url('/public/images/icons/pdf.png') no-repeat;}
.xls		{background: url('/public/images/icons/xls.png') no-repeat;}

.no_margin	{margin:0;}

.paginate	{font-size:1.3em;}
.paginate a	{font-size:1em;}

.paginate_prev,.paginate_next,.read_more	{font-weight:bold;display: inline-block;margin-bottom: 0.5em;}

.paginate_next,.read_more	{background:url('/public/images/icons/read_more.png') no-repeat right center;padding-right:11px;}

.paginate_prev	{background:url('/public/images/icons/laquo.png') no-repeat left center;padding-left:11px;}

.button		{background: url('/public/images/layout/home_subnav.jpg') repeat-x right center;color:#fff; display: inline-block; padding: 6px 12px; border-radius: 6px;border:3px solid #e2e2e2;text-decoration: none;font-weight: bold;}
.button:hover{background: #cd0536;color:#fff;}


.required	{color:#CD0536;font-weight: bold;}
.right		{float:right;}

.check		{ background: url('/public/images/icons/check.png') no-repeat left ; padding-left:45px;height:26px; display: inline-block;}

.col		{float:left;margin-bottom: 1.5em;}
.col.three	{width:190px;margin-right:20px;}
.col.last	{margin-right: 0;}

#content img{border:1px solid #ababab; border-radius:3px;}

.left		{float:left;}

img.left	{margin: 0 15px 15px 0;}

