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

body {margin:0px; font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif; color:#666; font-size: 1em; background-color:#58595b; background-image:url(bg.png); background-position: top center; background-repeat:no-repeat; line-height: 140%; word-break:normal;}

#content {width: 80%; margin: 0 auto; background-color:#fff; padding: 20px; border-top: 5px solid #f05123;; margin-top: 10px;}

.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;}

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

h1 {font-size: 190%;  font-family: 'Titillium Web', sans-serif; color:#f05123; font-weight:900; margin-bottom:-7px; line-height:100%; letter-spacing:.5px;}

h2 {font-size: 135%;  font-family: 'Titillium Web', sans-serif; color:#f05123; font-weight:900; margin-bottom:-4px; }

h3 {font-size: 100%;  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; color:#fff; letter-spacing: 1px; font-weight:700;}

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: 90%; #777;}

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;
}