@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

.invisible2 {
	display: block;
	position: absolute;
	left: -20000px;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	14;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	clear: none;
	float: none;
}

#header {
	height: 90px;
}

#banner {
	background-color:#9bcbeb;
	height:80px;
	padding-top:2%;
	padding-bottom:2%;
	margin-top:2%;
}

#logo {
	margin-left: 2.5%;
}

#content {
	background-color: #FFFFFF;
	width: 94%;
	clear: both;
	margin-left: 0px;
	font-family: Arial;
	padding-left: 3%;
	padding-right: 3%;
}
#content p {

	margin-bottom: 0px;

}

#titleBar {
	background-color: #CCDCE1;
	height: auto;
	padding: 3%;
	font-size: 1.2em;
	width: 94%;
	font-family: Candara, Calibri;
	line-height: 1.1em;
}
.titleLg {
	font-weight: bold;
}

#getStarted {
	width: 94%;
	margin-left: 2%;
	margin-right: 2%;
	padding-left: 2%;
	padding-right: 2%;
}

#introContainer {
	font-family: Arial, Calibri;
	padding-left: 2%;
	padding-right: 2%;
	border: thin solid #979696;
	width: 94%;
}

h1 {
	font-family: Candara, Calibri;
	color: #008C00;
	font-size: 1.5em;
}

h2 {
	font-family: Candara, Calibri;
	color: #000000;
	font-size: 1.3em;
}

#lessons {
	width: 96%;
	clear: both;
	margin-left: 2%;
	margin-right: 2%;
}

#mainBody {
	background-color: #FFFFFF;
}

#modNav {
	background-color: #B4C7CD;
	width: 50%;
}

#topMenu {
	width: 100%;
}

.topMenuItems {
	clear: none;
	text-align: left;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1em;
	border: thin solid #5E919D;
	background-image: -webkit-linear-gradient(270deg,rgba(235,241,243,1.00) 5.18%,rgba(211,224,228,1.00) 49.74%,rgba(184,213,223,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(235,241,243,1.00) 5.18%,rgba(211,224,228,1.00) 49.74%,rgba(184,213,223,1.00) 100%);
	margin-bottom: 10px;
}

#topMenu li {
	
	}
	
#topMenu li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding-top: 10px;
	padding-bottom: 5px;
	min-height: 25px;
	}

#topMenu li a:hover, #topMenu li a:focus, #topMenu li a:active {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: underline;
} 

#topMenu li a:hover span, #topMenu li a:focus span, #topMenu li a:active span {
	display: inline;
	
}	

#topMenu1 {

}
#topMenu2 {

}
#topMenu3 {

}
#topMenu4 {

}
#topMenu5 {

}
#topMenu6 {

}
#topMenu7 {

}
#topMenu8 {

}
.titleLg {
	font-size: 1.4em;
}
a:focus {
	outline: 3px solid #FFD700;

}
a:active {
	outline: 3px solid #FFD700;
	z-index: 100;
	border-color: #D916E5;
}

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;
}

#check01 {
	width: 0px;
}
.floatRight {
	float: right;
	padding-left: 5px;

}

.floatCheck {
	float: right;
	padding-right: 5px;
}
.floatLeft {
	float: left;
}
#acrobatContainer {
	font-family: Arial, Calibri;
}
a.externalLink {
	color: #0033FF;
	font-weight: bold;
}

#footer {

}
#requirements {
	background-color: #26C833;
	font-family: Candara, Calibri;
	font-weight: bold;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
	padding-top: 5px;

}
#credits {
	background-color: #DEE8EB;
	font-family: Arial, Calibri;
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;
	text-align: center;
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 10px;

}
#requirementList {
	display: inline;
}
#topBarNav {
	font-family: Candara, Calibri;
	line-height: 1em;
	background-color: #FFFFFF;
}
#barNav {
	font-family: Candara, Calibri;
	line-height: 1em;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
}


.barNavItem {
	clear: none;
	text-align: center;
}
#barNav li {
	
	
	
}
#barNav li a{
	display: block;
	color: #000000;
	text-decoration: none;
}
#barNav li a:hover, #barNav li a:focus, #barNav li a:active {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: underline;
} 

#barNav li a:hover span, #barNav li a:focus span, #barNav li a:active span {
	display: inline;
}
#barNav-1 {
	font-size: .9em;
	width: 15%;
	margin-left: 3%;
	margin-top: 5px;
	font-weight: bold;
}	
#barNav-2 {
	width: 20%;
	margin-left: 3%;
	padding-bottom: 20px;
	
}
#barNav-3 {
	width: 23%;
	margin-left: 3%;

}
#barNav-4 {
	width: 23%;
	margin-left: 3%;

}
.button2, button, input[type="button"], input[type="submit"] {
	position: relative;
	/*Step 2: Basic Button Styles*/
	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;
	-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: Candara, Calibri, Times, "Times New Roman", serif;
	font-size: 1em;
	line-height: 30px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-decoration: none;
	text-align: center;
}
 
.button2, button, input[type="button"], input[type="submit"] {
	text-align: center;
}

.button2 a {
	text-align: center;
	text-decoration: none;
	color: #000000;
}

#topNav a:focus, #topNav a:active {
	color: #000000;
	text-decoration: underline;
} 

.center {
	align-items: center;
	text-align: center;
}
.types {
}
.browsers {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 92.625%;
	padding-left: 1.1875%;
	padding-right: 1.1875%;
	clear: none;
	float: none;
	margin-left: 0%;
}

#content {
	margin-left: 0%;
	clear: none;
}
#getStarted {
	width: 44%;
}
#lessons {
	width: 44%;
	clear: none;
}
#mainBody {
	border-width: thin;
}
#check01 {
}
#barNav-1 {
	font-size: 1em;
	width: 15%;
	margin-left: 3%;
	margin-top: 5px;
	font-weight: bold;
}	
#logo {
}
#introContainer {
	border: thin solid #979696;
	padding-left: 2%;
}

#acrobatContainer {
	
	padding-left: 2%;
	padding-right: 2%;
	width: 96%
}
#requirements {
}
#credits {
}
#requirementList {
}
.types {
}
.browsers {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}



}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 91.6714%;
	max-width: 1232px;
	padding-left: 0.6642%;
	padding-right: 0.6642%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

#titleBar
{
	font-size: 1.3em;
	height: 50px;
}
#getStarted
{	
width: 42.0289%;
}
#lessons
{
	width: 44%;
	clear: none;
}
#mainBody
{	
}
#check01
{	
}
#logo
{	
}
#introContainer
{	
}
#acrobatContainer
{	
}
#requirements
{	
}
#credits
{	
}
#requirementList
{	
}
.types
{	
}
#barNav-1 {
	font-size: 1.1em;
	width: 15%;
	margin-left: 3%;
	margin-top: 5px;
	font-weight: bold;
}	
.browsers
{	
}
.zeroMargin_desktop
{	
margin-left: 0;
}
.hide_desktop
{	
display: none;
}

}
#modTitle3 {
	width: 53%;
	clear: none;
	margin-left: 1.4492%;
	float: right;
	text-align: right;
	margin-top: 2%;
	margin-right: 20px;
}
.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}

clear: none;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

}
