@charset "UTF-8";
/* CSS Document */

body {margin:0px; font-family: 'Open Sans', sans-serif; color:#333; font-size: 1em; background:url(road_bg.jpg) no-repeat 50% 50% fixed; background-size: cover; -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover;}

#content {width: 80%; margin: 0 auto; background-image:url(bg_trans.png); padding: 20px; border-top: 5px solid #ff4e00; margin-top: 10px; overflow:hidden;}

.special {width: 95%; margin: 0 auto; padding: 10px; border: 0px solid #f05123; background-color: #f05123; color:#fff; border-radius:4px; text-align:center; font-weight:700;}

.special hr {border-bottom: 1px solid #f2ae9a; margin-top:20px; margin-bottom:20px;}

#header {float: right; width: 100%; height: 25px; background-color:#333; font-size: 83%; color: #ccc; font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; text-align:center; font-style:italic; padding-top: 6px;}

blockquote {border-left:2px solid #ff4e00;font-size:95%; margin:0; padding:0px 10px 0px 20px; color:#4A4836;}

.orange {color:#f05123; font-weight:bold;}

h1 {font-size: 180%;  font-family: 'Open Sans', sans-serif;color:#ff4e00; font-weight:900;  line-height:100%; text-transform:uppercase;}

h2 {font-size: 135%;  font-family: 'Open Sans', sans-serif; color:#333; font-weight:900; }

h3 {font-size: 125%;  font-family:'Open Sans', sans-serif; color:#111; font-weight:700; font-style:italic; padding: 10px; background-color:#fff; border-left:5px solid #C5C5C5; opacity:.65;}

hr {width: 100%; border: 0; border-bottom: 1px solid #EDEDED; margin: 0 auto; margin-top:30px; margin-bottom:30px;}

.table {font-size: 75%; line-height: 130%;}

.highlight {background-color:#877554; padding: 10px; width: 95%; color: #fff; font-family: 'Bowlby One SC', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif; text-transform:uppercase; text-align:center;}

a:link {color: #f05123; text-decoration: none; font-size: 100%;}

a:visited {color: #f05123;}

a:hover {color: #444;}

a:active {color: #f05123;}

ul,ol {font-size: 100%; color:#222; background-color:#fff; border-top:3px solid #ff4e00; padding:20px 20px 20px 40px; opacity:.65; list-style-image:url(li.png);}

li {list-style-type:circle;}

img, object, embed, video {
	max-width: 100%; margin: 0; border: 0px; text-align:center;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;text-align:center;
}