/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
html, body {
	margin:0;
	padding:0;
	position: relative;
}
body {
	font: 13px Helvetica, Arial, sans-serif;
	background-image:url(/images/scouting/bkg.gif);
	background-repeat: repeat-x;
	background-color: #005696;
	color:#252525;
}
a:focus {
	outline: 1px dotted invert;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
    zoom:1;
}
iframe.content_application
{
 clear:both;
 width:100%;
 height:800px;
 display:block;
 border:solid 0px #DDDDDD;
 margin:0px 0px 0px 0px;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
	color:#1f4361;
}
h2 {
	color: #1f4361;
	font-size: 19px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style-type:decimal;
}
ul {
	list-style-type: square;
}
/* `Wrappers
----------------------------------------------------------------------------------------------------*/
#wrapper {
	width: 940px;
	background-color:#fff;
	border:solid 1px #fff;
	padding-top:15px;
    margin:0 auto;
}
#wrapper-header {
	height:110px;
	width: 940px;
}
#wrapper-nav {
	height:40px;
	margin: 0 0 2px 0;
}
#wrapper-body {
	background-color:#FFFFFF;
	clear: both;
	padding-top:5px;
}
/* `Column Layouts
----------------------------------------------------------------------------------------------------*/
#left-column {
	width:175px;
	float:left;
	padding: 0 5px;
	display:inline;
}
#right-column {
	width:215px;
	float:right;
	padding: 0 5px;
	display:inline;
	background-color: #ffffff;
}
#middle-3column {
	float:left;
	background-color:#ffffff;
	padding: 0 5px;
	width: 515px;
}
#middle-2columnLEFT {
	float:left;
	background-color:#ffffff;
	padding: 0 5px;
	width: 740px;
}
#middle-2columnRIGHT {
	float:left;
	background-color:#ffffff;
	padding: 0 5px;
	width: 695px;
}
#middle-1column {
	float:left;
	background-color:#ffffff;
	padding: 0 5px;
	width: 930px;
}
/* `Header
----------------------------------------------------------------------------------------------------*/
#logo {
	width:500px;
	float:left;
	height:85px;
	padding: 0 0 0 10px;
}
#patch {
	float:left;
	width:175px;
	height: 85px;
}
#login-search {
	width:240px;
	float:right;
	height: 85px;
}
.login {
	font-size: 16px;
	text-transform: uppercase;
	color: #1f4361;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
}
.login a {
	text-decoration: none;
}
.login a:hover {
	text-decoration: underline;
	color: #003060;
}
#login-search h6 a {
	color: #005696;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 16px;
}
#login-search h6 a:hover {
	text-decoration: underline;
	color: #003060;
}
#login-search p {
	font-size: 11px;
	color: #737373;
	padding: 0;
}
#login-search a {
	color: #005696;
	text-decoration: none;
}
#login-search a:hover {
	color: #003060;
	text-decoration: underline;
}
#search_box {
	width: 240px;
	height: 35px;
	background: #fff;
}
#search_box #s, #search_box .search_textbox {
	background:#e1e1e1 none repeat scroll 0 0;
	border:Solid 1px #a9a9a9;
	float:left;
	height:17px;
	margin:6px 0 0 0px;
	padding:3px 0 0 5px;
	width:130px;
	color: #737373;
}
#search_box #go, #search_box .search_button {
	float: none;
	margin: 6px 4px 0 8px;
}

/* Top Nav
---------------------------------------------------------------------------*/
#top-nav {
	color:#8d867f;
	font-size:16px;
	height: 25px;
	float: right;
}
#top-nav ul {
	list-style-type:none;
}
#top-nav li {
	padding: 0 10px;
	display: block;
	float: left;
}
#top-nav li a {
	color:#737373;
	text-decoration:none;
	line-height: 25px;
	text-align: right;
	display: block;
}
#top-nav li a:hover {
	color:#000000;
}
#nav-selection {
	height:40px;
	background-color:#91b6d2;
	color:#005696;
	float: left;
}
#nav-IamA, .nav-IamA {
	font-size: 16px;
	padding: 0 5px 0 10px;
	line-height: 40px;
	background-color: #91b6d2;
	color: #005696;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
}
.nav-selected {
	color: #005696;
	font-size: 16px;
	padding: 11px 5px 0 0;
	line-height: 15px;
	background-color: #91b6d2;
	float: left;
}
.nav-selected a.section-link, #nav-IamA a, .nav-IamA a {
	color: #005696;
	font-size: 16px;
	text-decoration: none;
}
.nav-selected a.change-link {
	background-color: #005696;
	display: block;
	margin-right: -5px;
}
#nav-change {
	background-color: #005696;
	padding: -15px 0 0 0;
	display: block;
	height: 13px;
	float: left;
}
#nav-change a {
	font-size: 8px;
	color: #ffffff;
	margin-top: -10px;
}
.nav {
	color:#8d867f;
	font-size:16px;
	height: 40px;
	background-color: #005696;
	zoom: 1;
}
.nav ul {
	list-style-type: none;
}
.nav li, .nav td {
	padding: 0 10px;
	display: block;
	float: left;
	font-size:18px;
	border-left: 3px solid #FFFFFF;
}
.nav li a, .nav td a {
	color:#ffffff;
	text-decoration:none;
	line-height: 40px;
	display: block;
}
.nav li a:hover, .nav td a:hover {
	color:#91b6d2;
}
.nav-home {
	color:#8d867f;
	font-size:16px;
	height: 40px;
	background-color: #005696;
	zoom: 1;
}
.nav-home ul {
	list-style-type:none;
}
.nav-home li {
	padding: 0 10px;
	display: block;
	float: left;
	border-left:3px solid #FFFFFF;
	font-size:24px;
	line-height: 40px;
}
.nav-home li a {
	color:#ffffff;
	text-decoration:none;
	text-align: right;
	display: block;
}
.nav-home li a:hover {
	color:#91b6d2;
}
/* `Bread Crumbs
		----------------------------------------------------------------------------------------------------*/
#breadcrumb {
	display:block;
	border-bottom:solid 1px #2c4e6a;
	padding: 8px 0 0 0;
	color: #737373;
}
#breadcrumb img {
	padding-right:5px;
}
.crumb {
	border-left:solid 1px #2c4e6a;
	padding-left: 5px;
}
.crumb a {
	color:#737373;
	text-decoration:none;
}
.crumb a:hover {
	color:#333333;
}
.active {
	color:#424242;
	text-decoration:none;
	color: #333333;
}
.active a:hover {
	color:#333333;
}
/* `Home Page
----------------------------------------------------------------------------------------------------*/
#home-bottom {
	background-color: #FFFBEF;
	height:120px;
}
#home-left {
	width:230px;
	float:left;
	padding-top: 10px;
}
#home-middle {
	border-left:solid 1px #8d867f;
	border-right:solid 1px #8d867f;
	color: #8d867f;
	height:110px;
	float:left;
	width:400px;
	padding: 10px 10px 0 10px;
	line-height: 1.5;
}
#home-middle h2 {
	font-size:18px;
}
#home-middle p {
	font-size: 12px;
	padding-left:10px;
}
#home-middle a {
	color: #005696;
    font-size:12px;
}
#home-right {
	width:265px;
	float:right;
	color: #8d867f;
	padding: 10px;
	line-height: 1.5;
}
#home-right h2 {
	font-size:18px;
}
#home-right p {
	font-size: 12px;
	padding-left:10px;
}
#home-right a {
	color: #005696;
	text-decoration: none;
}
#message {
    border-top:1px solid #8D867F;
    border-bottom:1px solid #8D867F;
}
/* `Left Column Content
----------------------------------------------------------------------------------------------------*/
.left-element {
	Background-image:url(/images/scouting/left-nav-top.gif);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#f1f0f0;
}
.left-element h3 {
	font-size:14px;
	color:#1f4361;
	padding: 8PX 5px 0px 10PX;
	text-transform: lowercase;
	font-variant: small-caps;
}
.left-element h3 a {
	color:#1f4361;
	text-decoration:none;
	border-right:none;
	font-variant: small-caps;
	text-transform: lowercase;
}
.left-element ul {
	border-top:solid 1px #2c4e6a;
	font-size:14px;
	color:#1f4361;
	padding:5px 5px 0 5px;
	list-style-type:none;
	line-height: 1.2;
	background-color: #f1f0f0;
}
.left-element ul a {
	font-size:14px;
	color:#1f4361;
	line-height:1.3;
	text-decoration:none;
}
.left-element li {
	padding: 0 5px 5px 5px;
}
.left-element li a {
	font-size:12px;
	color:#737373;
	text-decoration: none;
}
.left-element ul a:hover {
	color:#000000;
}
.left-element li a:hover {
	color:#333333;
}
.left-element p {
	font-size:12px;
	color:#737373;
	padding: 10px 5px 5px 5px;
	background-color: #f1f0f0;
	line-height: 1.4;
}
.left-element a {
	color:#1f4361;
	text-decoration: none;
}
.left-element a:hover {
	color:#005696;
}
#left-close {
	background-image:url(/filestore/global/left-nav-btm.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	height:15px;
	width:175px;
	margin-bottom:10px;
}
/* `Middle Column Content
----------------------------------------------------------------------------------------------------*/

#middle-element {
 	padding-top:10px;
}
#middle-element h1 {
	color:#1f4361;
	border-bottom: solid 1px #1f4361;
	margin-bottom: 10px;
}
#middle-element h3 {
	font-size:14px;
	color:#1f4361;
	line-height:1.5;
}
#middle-element h3 a {
	font-size:14px;
	color:#1f4361;
	text-decoration:none;
}
#middle-element ul {
	color:#1f4361;
	line-height: 1.3;
	padding-left: 20px;
	padding-bottom: 10px;
}
#middle-element ul a {
	color:#1f4361;
	line-height:1.3;
}
#middle-element ul a:hover {
	color:#000000;
}
#middle-element ol {
	color:#1f4361;
	line-height: 1.3;
	padding-left: 20px;
	padding-bottom: 10px;
}
#middle-element ol a {
	color:#1f4361;
	line-height:1.3;
}
#middle-element ol a:hover {
	color:#000000;
}
#middle-element li {
	color: #737373;
	margin-left: 20px;
	padding-bottom:6px;
}
#middle-element li a {
	font-size:12px;
	color:#737373;
}
#middle-element li a:hover {
	color:#333333;
}
#middle-element p {
	color:#737373;
	line-height: 1.5;
	padding-bottom: 12px;
}
#middle-element a {
	color:#005696;
	text-decoration: none;
}
#middle-element a:hover {
	color: #333333;
}

#join {
	font-size:16px;
	height: 35px;
	zoom: 1;
	text-align: center;
	line-height: 10px;
}
#join ul {
	list-style-type: none;
	margin: 0;
	padding: 8px 0 0 0;
	display: block;
	color: #1f4361;
}
#join li {
	float: left;
	font-size:12px;
	margin: 0;
	padding-left:10px;
}
#join li a {
	color:#1f4361;
	text-decoration:none;
	display: block;
}
#join li a:hover {
	color:#91b6d2;
}
#join li img {
	vertical-align:bottom;
}
.title {
	font-size:20px;
	color:#005696;
}
.title a {
	color:#005696;
}
.title a:hover{
	color:#91b6d2;
}
#description {
	background-color:#ececec;
	padding-top:10px;
	width: 280px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#description h4 {
	color:#737373;
	border-bottom:solid 1px #737373;
}
#scoutcast_player {
	padding-bottom: 10px;
}
.small {
	font-size:10px;
}
.accordion {
	line-height:1.5;
}
.accordion h3 {
	font-weight:normal;
	padding-bottom:10px;
	display:inline-block;
	padding-left:25px;
	padding-bottom:5px;
	background:transparent url(/filestore/global/q.gif) top left no-repeat;
	margin-top:12px; 
}

.accordion p {
	padding-left:15px;
	display:block;
	background-color:#F8F2e2;
	padding:5px 10px 0 10px;
	margin-left:25px;
}

/* `Right Column Content
		----------------------------------------------------------------------------------------------------*/

.right-element {
	background-color:#f1f0f0;
	background-image: url(/images/scouting/right-top.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
.right-element h3 {
	font-size:14px;
	color:#1f4361;
	padding: 9PX 5px 0px 10PX;
	border-bottom:solid 1px #2c4e6a;
}
.right-element h3 a {
	color:#1f4361;
	text-decoration:none;
	border-right:none;
	font-variant: small-caps;
	text-transform: lowercase;
}
.right-element h4 {
	font-size:12px;
	color:#1f4361;
	padding: 8PX 5px 0px 10PX;
	border-top:solid 1px #2c4e6a;

}
.right-element h4 a {
	color:#1f4361;
	text-decoration:none;
	border-right:none;
	font-variant: small-caps;
	text-transform: lowercase;
}
.right-element ul, .right-element ol {
	font-size:12px;
	color:#1f4361;
	padding:5px 10px 0 10px;
	list-style-type:none;
	line-height: 1.2;
	background-color: #f1f0f0;
}
.right-element ul a {
	color:#1f4361;
	line-height:1.3;
}
.right-element ol {
	padding:5px 10px 0 30px;
	list-style-type:decimal;
}
.right-element li {
	padding: 0 5px 5px 0px;
}
.right-element li a {
	font-size:12px;
	color:#737373;
	text-decoration: none;
}
.right-element ul a:hover {
	color:#000000;
}
.right-element li a:hover {
	color:#333333;
}
.right-element p {
	font-size:12px;
	color:#737373;
	padding: 10px 10px 5px 10px;
	background-color: #f1f0f0;
	line-height: 1.4;
}
.right-element a {
	color:#1f4361;
	text-decoration: none;
}
.right-element a:hover {
	color:#005696;
}
.right-close {
	background-image:url(/filestore/global/right-btm.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	height:15px;
	width:215px;
	margin-bottom:10px;
}
.magazine {
    width:100px;
    float:left;
}
.magRight {
    float:right;
    width:105px;
    padding: 0 5px;
}
.magRight p {
	font-size:12px;
	color:#737373;
	padding: 10px 10px 5px 10px;
	background-color: #f1f0f0;
	line-height: 1.4;
}
.magRight a {
	color:#1f4361;
	text-decoration: none;
}
.magRight a:hover {
	color:#005696;
}

/* `Right Column - My Scouting
		----------------------------------------------------------------------------------------------------*/
#right-elementGLOBAL {
	background-color:#C1D6E6;
	background-image: url(/images/scouting/GLOBAL-right-top.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 10px;
}
#right-elementGLOBAL h3 {
	font-size:18px;
	color:#1f4361;
	padding: 5PX 5px 0px 10PX;
}
#right-elementGLOBAL h3 a {
	font-size:16px;
	color:#1f4361;
	text-decoration:none;
	zoom:1;
}
#right-elementGLOBAL h3 a:hover {
	font-size:16px;
	color:#005696;
	text-decoration:none;
}
#right-elementGLOBAL img {
	vertical-align: middle;
	padding-bottom: 5px;
}
#right-closeGLOBAL {
	background-image:url(/images/scouting/GLOBAL-right-bottom.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	height:15px;
	width:215px;
	margin-bottom:10px;
}
.right-elementDESC {
	background-color:#f1f0f0;
	background-image: url(/images/scouting/right-topDESCRIPTION.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 10px;
}
.right-elementDESC h4 {
	color:#737373;
	border-bottom:solid 1px #737373;
	padding: 10px 5px 0 5px;
}
.right-elementDESC p {
	font-size:12px;
	color:#737373;
	padding: 10px 5px 5px 5px;
	background-color: #f1f0f0;
	line-height: 1.4;
}
.right-elementDESC a {
	color:#1f4361;
	text-decoration: none;
}
.right-elementDESC a:hover {
	color:#005696;
}
/* `Footer
----------------------------------------------------------------------------------------------------*/
#footer {
	padding: 10px 0 0 0;
	height: 40px;
	background: #f1e4c2 url(/images/scouting/footerbsa.gif) no-repeat 1% 50%;
	border-top: solid 1px #8e877f;
	line-height:30px;
	font-size: 10px;
	clear:both;
}
#footer h3 {
	padding: 0px 0 0 40px;
	color: #8e877f;
	display: inline;
	font-size: 10px;
	font-weight: normal;
}
#footer h3 a {
	color: #8e877f;
}
#footer h3 a:hover {
	color: #68635D;
}
#footer-nav {
	float: right;
}
#footer-nav ul {
	margin:0;
	padding:0px 10px 0 0;
	list-style-type:none;
	font-size: 10px;
	display:inline;
}
#footer-nav li {
	display:block;
	float:left;
	margin:10px 0;
	padding: 0px 8px;
	border-left: solid 1px #8e877f;
	line-height:10px;
}
#footer-nav li a {
	color:#8e877f;
	text-decoration:none;
}
#footer-nav li a:hover {
	color: #68635D;
}
/* `From
----------------------------------------------------------------------------------------------------*/

#form {
	margin: 0;
	padding: 0;
	font-size: 100%;
	width: 320px;
}
/* `From
----------------------------------------------------------------------------------------------------*/
#formLOGIN {
	margin: 0;
	padding: 0;
	font-size: 100%;
	width: 915px;
}
#formLOGIN  div {
	clear: left;
	display: block;
	zoom: 1;
	margin: 5px 0 0 0;
	padding: 1px 3px;
}
#formLOGIN  fieldset {
	clear: both;
	font-size: 100%;
	border-color: #000000;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	padding: 10px;
	margin: 0 0 0 0;
	width:750px;
}
#formLOGIN  fieldset  legend {
	font-size: 150%;
	font-weight: normal;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 5px;
}
.notes     {
	float: right;
	width: 150px;
	height: auto;
	border: 1px solid #666666;
	background-color: #ffffe1;
	color: #666666;
	font-size: 80%;
}
.notes  h4   {
	background-image: url(/images/scouting/icon_info.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #666666;
	color: #666666;
	font-size: 110%;
}
.notes   p     {
	margin: 0em 0em 1.2em 0em;
	color: #666666;
}
#form fieldset {
	clear: both;
	font-size: 100%;
	border-color: #000000;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	padding: 10px;
	margin: 0 0 0 0;
	width:465px;
}
#form fieldset legend {
	font-size: 150%;
	font-weight: normal;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 5px;
}
label {
	font-size: 100%;
}
label u {
	font-style: normal;
	text-decoration: underline;
}
input, select, textarea {
	font-size: 100%;
	color: #000000;
}
textarea {
	overflow: auto;
}
#formLOGIN  fieldset div.notes h {
	clear: left;
	display: block;
	zoom: 1;
	margin: 5px 0 0 0;
	padding: 1px 3px;
}
.terms {
	height: 120px;
	overflow: scroll;
	width:465px;
}
#form div fieldset {
	clear: none;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	margin: 0 0 0 144px;
	padding: 0 5px 5px 5px;
	width: 197px;
}
#form div fieldset legend {
	font-size: 100%;
	padding: 0 3px 0 9px;
}
#form div.required fieldset legend {
	font-weight: bold;
}
#form div label, #form div .label {
	float: left;
	width: 100px;
	margin: 5px;
	text-align: right;
	padding-bottom:5px;
}
#form div.optional label, label.optional {
	font-weight: normal;
}
#form div.required label, label.required {
	font-weight: bold;
}
#form div label.labelCheckbox, #form div label.labelRadio {
	float: none;
	display: block;
	zoom: 1;
	padding: 0;
	text-align: left;
	width: 250px;
}
#form div fieldset label.labelCheckbox, #form div fieldset label.labelRadio {
	margin: 0 0 5px 0;
	width: 170px;
}
#form div img {
	border: 1px solid #000000;
}
#form div select, #form div textarea {
	width: 200px;
	padding: 1px 3px;
	margin: 0 0 0 0;
}
#form div input.inputText, #form div input.inputPassword {
	width: 170px;

}
#form div input.inputFile {
	width: 211px;
}
#form div select.selectOne, #form div select.selectMultiple {
	width: 211px;
	padding: 1px 3px;
}
#form div input.inputCheckbox, #form div input.inputRadio, input.inputCheckbox, input.inputRadio {
	display: inline;
	height: auto;
	width: auto;
	background-color: transparent;
	border-width: 0;
	padding: 0;
}
#form div.submit {
	padding: 0 0 0 0px;
	font-size:85%;
}
#form div.submit div {
	display: inline;
	float: left;
	text-align: left;
	width: auto;
	padding: 0;
	margin: 0;
}
#form div input.inputSubmit, #form div input.inputButton, input.inputSubmit, input.inputButton {
	color: #000000;
	width: auto;
	margin: 0 0 0 20px;
}
#form div.submit div input.inputSubmit, #form div.submit div input.inputButton {
	float: left;
	margin: 0 0 0 5px;
}
#form div small {
	display: block;
	margin: 0 0 5px 142px;
	padding: 1px 3px;
	font-size: 88%;
	zoom: 1;
}
#form fieldset div.notes {
	float: right;
	width: 120px;
	height: auto;
	border: 1px solid #666666;
	background-color: #ffffe1;
	color: #666666;
	font-size: 80%;
}
#form fieldset div.notes h4 {
	background-image: url(/images/scouting/icon_info.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px 0 3px 27px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #666666;
	color: #666666;
	font-size: 110%;
}
#form fieldset div.notes p {
	margin: 0em 0em 1.2em 0em;
	color: #666666;
}
#form fieldset div.notes p.last {
	margin: 0em;
}
.locator-results-panel {
	margin-top: 25px;
}
#council-locator-results {
	margin: 10px 0 0 80px;
	float: left;
}
#council-locator-results tr td {
	padding: 0px 10px 5px 0px;
}
/* `Training
----------------------------------------------------------------------------------------------------*/
#training {
	border: thin solid #CCCCCC;
	display:inline-block;
	margin-bottom:10px;
	width:512px;
}
.trainingIMG {
	width:100px;
	text-align:center;
	vertical-align:top;
	float:left;
}

.trainingIMG img{ 
	padding: 5px 0;
}
.trainingDESC {
	float:right;
	width:400px;
	border-left: thin solid #CCCCCC;
	padding:5px;

}
.traingingRES {
	padding:5px;
	background-color:#f1f0f0;
}
.traingingRES a {
	padding-left:5px;
}
