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


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

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

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.8;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {-moz-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	border: none;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:13px;color:#222;background:#fff;}
h1, h2, h5, h6 {font-weight:normal;}
h1 {
font-size:1.4em;
display:block;
color: #979797;
text-align:left;
font-weight: 600;
text-decoration:none;
margin-left: 20px;
}

h3{
font-size:1.4em;
display:block;
color: #979797;
font-weight: 600;
text-align:center;
text-decoration:none;
}

h4{
margin-bottom: 3px;
margin-top: 3px;
color: #979797;font-size:0.9em;line-height:1.4;
}

h2 {
-moz-border-radius: 5px;
-moz-border-radius: 5px; 
border-radius: 5px;
border-radius: 5px; 
/* box-shadow */
border-collapse: collapse;
list-style-type: none;
padding:5px 5px 5px 5px;
background: #de9619 url(../images/button_texture.png) repeat;
text-decoration:none;
color: #979797;
line-height:2;
text-align: center;
}

h2 a{color:#fff7d9;}

h5 {font-size:0.9em;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}

p {
font-size:0.9em;
line-height:1.4;
color: #727272;
margin-top: 0em;
}

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 {
	color: #006990;
  text-decoration: none;
}
a:hover,a:active {
}
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;}
li ul, li ol {padding-left:10px;}
ul {
list-style-type:disc; 
padding-left:20px;
font-size:0.8em;
}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
tfoot {font-style:italic;}
caption {background:#eee;}

#yw0 tr.odd th{
background-color: #004a65;
padding: 5px;
width: 25%;
color: #fff;
}

#yw0 tr.odd td{
padding: 5px;
background-color: #e5e3e3;
}

#yw0 tr.even th{
background-color: #005676;
padding: 5px;
width: 25%;
color: #fff;
}

#yw0 tr.even td{
padding: 5px;
background-color: #dbdbdb;
}

/* grid.css */
.container {width:100%;margin:0 auto;}
.showgrid {background:url(src/grid.png);}
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;}
.last, div.last {margin-right:0;}
.span-5 {width: 20%; margin: 0px; padding: 0px; min-width: 180px;}
.span-19 {width:80%; margin: 0px; padding: 0px; float:left;}
.span-19_mobile {width:100%; margin: 0px; padding: 0px;}
.span-24, div.span-24 {width:950px;margin-right:0;}

hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}