@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	list-style: none;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end of CSS reset */
body {
	background: #7490BF url(../images/SASS_logo.png) repeat 0px 0px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font: 100%/1.5 "Helvetica Neue", Arial, sans-serif;
}
a:link {
	color: #628958;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active, a:focus {
	color: #CE5441;
	text-decoration: none;
	font-weight: bold;
}
p {
	font-size:85%;
}
	p.dropCap:first-letter {
	font: 2em/.85em Georgia, "Times New Roman", Times, serif;
	color: #7f98c3;
	float: left;
	padding: 0.04em 0.1em 0em 0em;
	}
#wrapper {
	width: 725px;
	position: relative;
	background: #EEF1F6;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#container {
	/* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	background: #EEF1F6 repeat-y right;
	padding-left: 0.6em;
	padding-right: 0.6em;
}
#container .overhang {
	position: absolute;
	left: -47px;
	top: 5px;
}
#footer .overhang {
	height: 100px;
	width: 110px;
	left: 584px;
	top: -68px;
	float: none;
	position: absolute;
}
#header {
	background: #EEF1F6 url(../images/headder_back.png) repeat-x left top;
	padding: 0 0 0 40px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: 2px none #7F98C3;
}
#mainContent {
	width: 70%;
	float: left;
	background: #FFF url(../images/box_top.jpg) repeat-x;
	padding-left: 0.3em;
	padding-top: 2.5em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0.3em;
	overflow: auto;
}
#mainContent2 {
	width: 100%;
	float: left;
	background: #FFF url(../images/box_top.jpg) repeat-x;
	padding-left: 0.3em;
	padding-top: 2.5em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0.3em;
}

#mainContent h1 {
	font-size: 180%;
	text-align: right;
	padding-right: 20px;
}
#mainContent h2 {
	font-size: 150%;
	margin-top: 35px;
	margin-right: 20px;
	text-align: right;
}
#mainContent .left div img {
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#left {
	float: left;
	height: 600px;
	overflow: auto;
	width: 95%;
	padding: 0.4em;
}
.dropcapSmall {
	/*display:block;*/
	font: 2em/.85em Georgia, "Times New Roman", Times, serif;
	color: #7f98c3;
	float: left;
	padding: 0.03em 0.1em 0em 0em;
}
#slideshow {
	background: url(none.html) no-repeat;
	text-align: center;
}
#slideshow img {
	border: medium double #7F98C3;
	height: 150px;
	width: 200px;
	padding-right: 10px;
	padding-left: 10px;
	background: #8FA5CB;
}
#slideshow p {
	border-top: thin ridge #7490BF;
	margin-top: 10px;
}
#directions {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
}
#new_to_cas {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 28%;
	max-width: 200px;
	background: url(../images/TL_corner.png) no-repeat right top;
	padding-top: 1em;
	padding-bottom: 0px;
}
#header a img {
	height: 112px;
	width: 650px;
}

#sidebar1 a {
	font-weight: bold;
	text-decoration: none;
}
#news {
	border: medium double #7490BF;
	padding: 2px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
#news p {
	text-align: center;
}
#news h2 {
	font: bold 1.5em "Helvetica Neue", Arial, sans-serif;
	color: #5D7399;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
a img {
	border:none;
}
.first {
	margin-top: 0px;
}
#footer {
	background: url(../images/footerGrad.png) repeat-x left top;
	position: relative;
	padding: 5px 0px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 70px 2px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
	color: #666;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#subtitle {
	color: #00F;
	text-align: center;
	position: absolute;
	top: 100px;
	left: 80px;
	font-weight: bold;
}
#navigation {
	float: left;
	vertical-align: top;
	margin-top: 1.5em;
	text-align: center;
	padding-top: 1em;
	height: 17em;
	width: 11em;
	padding-left: 0.7em;
	background: url(../images/Woodypointing_50x90.gif) no-repeat 8.5em 0em;
}
#navigation a:hover, a:active, a:focus {
	color: #CE5441;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/bullet_bill_sm.png) no-repeat right center;
}
#navigation ul {
	list-style: none;
}
#navigation .active {
	border: medium double #5D7399;
	padding-left: 0.7em;
	height: 1.8em;
	width: 6.5em;
	float: left;
	color: #900;
}
#navigation .inactive {
	background: url(../images/navInactive.png) repeat-y left top;
	border: medium double #5D7399;
	padding-left: 0.7em;
	height: 1.8em;
	width: 6.5em;
	float: left;
}
.warning {
	color: #F00;
}
#googlemap {
	position: absolute;
	z-index: 21;
	left: 52px;
	top: 271px;
	height: 325px;
	width: 400px;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
#play {
	font-size: .8em;
	font-variant: small-caps;
	text-decoration: none;
	text-align: center;
}
.textCenter {
	margin-right: auto;
	margin-left: auto;
}
#scores {
	float: left;
	vertical-align: top;
	margin-top: 15px;
}
#scores ul {
	list-style: none;
}
#scores a:hover, a:active, a:focus {
	color: #CE5441;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/bullet_bill_sm.png) no-repeat right center;
}
#scores .inactive {
	background: url(../images/navInactive.png) repeat-y right top;
	border: medium double #5D7399;
	padding-left: 10px;
	height: auto;
	width: 100px;
	float: left;
}
#scores .active {
	border: medium double #5D7399;
	padding-left: 10px;
	height: auto;
	width: 100px;
	float: left;
}
#scores table {
	width: auto;
	text-align: left;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
#scores table td {
	width: 145px;
	padding-left: 15px;
}
#address {
	color: #5D7399;
	text-align: center;
}

#feedback fieldset {
	border: 1px solid #bfbab0;
	margin: 0 0 1.5em 0;
	background-color: #f2efe9;
	background-image: url(../images/fieldset_gradient.jpg);
	background-repeat: repeat-x;
	padding: 0em;
	clear: left;
	float: left;
	width: 100%;
}
#feedback legend {
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin-left: 1em;
}
#feedback label {
	margin-top: 1em;
	float: left;
	width: 10em;
}
#feedback fieldset ol {
	padding: 1em 1em 0 1em;
	list-style-type: none;
	zoom: 1;
}
#feedback fieldset li {
	clear: left;
	float: left;
	width: 100%;
	padding-bottom: 1em;
}
#feedback textarea {
	height: 10em;
	width: auto;
}
#feedback #submit {
	width:6em;
	background-image: none;
	float: none;
}
#feedback input:focus, textarea:focus {background:#e5ebf4;}
#feedback .normal {
	border-top: 1px solid #336;
	border-left: 1px solid #336;
	background: #d9dee8;
	padding: .2em;
	width: 21em;
	border-right: 1px solid #978eba;
	border-bottom: 1px solid #978eba;
}
#feedback .valid {
	border-top: 1px solid #336;
	border-left: 1px solid #336;
	padding: .2em;
	width: 21em;
	border-right: 1px solid #978eba;
	border-bottom: 1px solid #978eba;
	background-color: #b8f5b1;
	background-image: url(../images/okay.png);
	background-repeat: no-repeat;
	background-position: right top;
}


#links {
	font-size: .8em;
	color: #5D7399;
	margin-top: 20px;
}
#standoffDate {
	padding: 20px;
	border: medium double #6f8ebc;
}
#radioSpot {
	margin-top: 25px;
	height: auto;
	width: 460px;
}
#radioSpot .mike {
	font-size: 1.2em;
	text-align: center;
	vertical-align: middle;
	border: medium double #5D7399;
	width: 450px;
	float: left;
}
#radioSpot .mike p img {
	float: left;
}
#radioSpot .mike p {
	float: left;
}
#cas h3 {
	font-size: 1.2em;
	color: #5D7399;
	text-align: center;
}
#cas table {
	font-size: .8em;
	border: thin double #5D7399;
}
#cas table thead {
	font-weight: bold;
	color: #369;
	font-size: 1em;
}
.sassLinks {
	text-align: center;
}
#cas table th,td {
	border: thin solid #5D7399;
	text-align: center;
}
#cas h4 {
	font-size: 1.1em;
	color: #5D7399;
}

#casLink {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
}
#mainContent .left .video {
	text-align: center;
	background-color: #5D7399;
	border: medium double #5D7399;
}
#mainContent2 .video2 {
	text-align: center;
	background-color: #5D7399;
	border: medium double #5D7399;
	float: left;
}

#mainContent .left .title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	text-align: center;
	color: #628958;
	font-weight: bold;
}
#mainContent2 .title2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	text-align: center;
	color: #628958;
	font-weight: bold;
}

#blush{
	height: 90px;
	width: 50px;
	margin-left: 25px;
	float: left;
	margin-top: 150px;
}

#form {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-style: normal;
	width: 400px;
}
#photos {
	float: left;
	vertical-align: top;
	margin-top: 15px;
}
#photos ul {
	list-style: none;
}
#photos a:hover, a:active, a:focus {
	color: #CE5441;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/bullet_bill_sm.png) no-repeat right center;
}
#photos .inactive {
	background: url(../images/navInactive.png) repeat-y right top;
	border: medium double #5D7399;
	padding-left: 2px;
	height: auto;
	width: 200px;
	float: left;
	text-align: left;
}
#photos table {
	width: auto;
	text-align: left;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
#photos table td {
	width: 145px;
	padding: 4px;
	vertical-align: top;
}
#NewShooter {
	float: left;
	vertical-align: top;
	margin-top: 15px;
}
.NewShooter {
	list-style: decimal;
	margin-left: 25px;
}
.NewShooterSub {
	list-style: lower-alpha;
	margin-left: 50px;
}
#NewShooter p:first-letter
 {
	color:#39F;
	font-size:large;
 }
 

