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

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

#content {width: 80%; margin: 0 auto; background-color:#fff; padding: 20px; border-top: 5px solid #9e2b49; margin-top: 250px; opacity:.9;}

.special {width: 95%; margin: 0 auto; background-color:#fff; padding: 20px; border: 1px solid #BFBFBF; border-radius:10px; margin-bottom:10px; font-size: 80%; font-family: 'Coming Soon', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";}

#header {float: right; width: 100%; height: 25px; background-color:#333; font-size: 83%; color: #ccc; text-align:center; font-style:italic; padding-top: 6px;}

strong {font-weight: 700; font-size:125%;}

h1 {font-size: 150%;  line-height: 130%; color:#0098cf; font-weight: 700;}

h2 {font-size: 125%;  color:#fff; font-weight: 700; background-color:#0098cf; padding: 10px; border-radius: 7px;}

.highlight {background-color:#fff; border: 1px solid #acbabf; padding-left: 15px; padding-right: 15px; padding-top:2px; padding-bottom:2px; width: 95%; border-radius:10px; margin-top: 7px;}

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

a:visited {color: #756543;}

a:hover {color: #0C5029;}

a:active {color: #756543;}

hr {border: 0; border-bottom: 1px solid #999; margin-top: 10px; margin-bottom: 10px;}

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