@charset "utf-8";

.invisible2 {
	display: block;
	position: absolute;
	left: -20000px;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

#content h1   {
	font-family: Candara, Calibri;
	font-size: 1.7em;
	color: #466B73;
	top: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
#content h2   {
	font-family: Candara, Calibri;
	font-size: 1.3em;
	color: #34545B;
	top: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
#content li {
	padding-bottom: 10px;
}
#content li:last-child {
	padding-bottom: 0px;
}
.floatRight {
	float: right;
	margin-left: 5px;
}
.notes {
	color: #FF0004;
	font-size: medium;
}
a.glossaryLink {
	color: #006600;
	font-weight: bold;
}
a.externalLink {
	color: #0033FF;
	font-weight: bold;
}
a.pdflLink {
	color: #EC0003;
	font-weight: bold;
}
.button, button, input[type="button"], input[type="submit"] {
	position: relative;
	/*Step 2: Basic Button Styles*/
	display: block;
	min-height: 30px;
	background: #ebf1f3; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iI2ViZjFmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2QzZTBlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiOGQ1ZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ebf1f3 5%, #d3e0e4 50%, #b8d5df 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#ebf1f3), color-stop(50%,#d3e0e4), color-stop(100%,#b8d5df)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ebf1f3 5%,#d3e0e4 50%,#b8d5df 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ebf1f3 5%,#d3e0e4 50%,#b8d5df 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ebf1f3 5%,#d3e0e4 50%,#b8d5df 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ebf1f3 5%,#d3e0e4 50%,#b8d5df 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f3', endColorstr='#b8d5df',GradientType=0 ); /* IE6-8 */
	border: thin solid #5E919D;
	/*Step 3: Text Styles*/
	color: #000000;
	text-align: center;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px #AAAAAA;
	-moz-box-shadow: 2px 2px 2px #AAAAAA;
	box-shadow: 2px 2px 2px #AAAAAA;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1em;
	line-height: 30px;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
 
/*Step 3: Link Styles*/
a.button {
	text-decoration: none;
	font-family: Candara, Calibri;

}
 
/*Step 5: Hover Styles*/
a.button:hover {
	background: #679146;
	text-decoration: none;
	color: #000000;
	
}
.center {
	text-align: center;
}

.imageLeft a:hover img, .imageLeft a:active img, .imageLeft a:focus img {
    outline: 3px solid #FFD700;
}

.imageLeft a:hover, .imageLeft a:active, .imageLeft a:focus {
    outline: none;
}

.imageLeft2 a:hover img, .imageLeft2 a:active img, .imageLeft2 a:focus img {
    outline: 3px solid #FFD700;
}

.imageLeft2 a:hover, .imageLeft2 a:active, .imageLeft2 a:focus {
    outline: none;
}

input[type="button"]:hover, input[type="button"]:active, input[type="button"]:focus {
    outline: 3px solid #FFD700;
}

input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
    outline: 3px solid #FFD700;
}

input[type="radio"]:hover, input[type="radio"]:active, input[type="radio"]:focus {
    outline: 3px solid #FFD700;
}

input[type="checkbox"]:hover, input[type="checkbox"]:active, input[type="checkbox"]:focus {
    outline: 3px solid #FFD700;
}

select:hover, select:active, select:focus {
    outline: 3px solid #FFD700;
}

.quote {
	font-style: italic;
	margin-top: 1%;
	display: block;
}

.note {	
	color: #FF0000;
}

.video_iframe {
               width: 100%;
               min-width: 300px;
			   min-height: 300px;
}


th {
	background-color: #C3DFEB;
}
td {
	padding-right: 15px;
	padding-left: 5px;
	border: thin solid #BFBFBF;
}

a:focus {
	outline: 3px solid #FFD700;

}
a:active {
	outline: 3px solid #FFD700;
	z-index: 100;
	border-color: #D916E5;
}
a.sound_link:focus {
	outline: none;
}
a.sound_link:active {
	outline: none;
	border: none;
}
a.sound_link:focus img {
	outline: 3px solid #FFD700;
}
a.sound_link:active img {
	outline: 3px solid #FFD700;
}

area {
	outline: 5px solid #FF4000;
	border-color: #19D12E;
	border-style: solid;
	-webkit-box-shadow: 8px 6px 8px #B98A4F;
	box-shadow: 8px 6px 8px #B98A4F;
}

area:hover, area:active, area:focus {
	outline: 5px solid #FFD700;
}

.skipnav {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

