@charset "utf-8";
/* CSS Document */

/* unvisited link */
a:link {
	color: #000000;
	text-decoration: underline;
}

/* visited link */
a:visited {
	color: #000000;
	text-decoration: underline;
}

/* mouse over link */
a:hover {
	color: #000000;
	text-decoration: underline;
}

/* selected link */
a:active {
	color: #000000;
	text-decoration: underline;
}

a img { 
	border: none;
}

body {
	font: 18px/1.4  Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #FFF;
	background-image: url(../images/Background_OnlineLearning_forTemplate_2015.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.calendartable {
	background-color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.Caption1 {
	text-align: center;
}

.codeblock {
	color: #151515;
	background-color: #f1f2f2;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* .columnleft480 {
	width: 480px;	
} */

/* .columnleft660 {
	width: 660px;	
} */

/* .columnright300 {
	width: 300px;	
} */

/* .columnright480 {
	width: 480px;	
} */

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto;
	padding: 0px;
	-webkit-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px 0px;
	 /* the auto value on the sides, coupled with the width, centers the layout */
}

.containerbackground {
	background-color: #999;
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px 5px 0px;
	box-shadow: 0px 0px 5px 0px;
	padding-bottom: 10px;
}

.content {
	padding: 0;
	margin: 0;
	width: 960px;
}

.contentmain {
	background-color: #F3F3F3;
	width: 600px;
	padding: 10px;
}

.content_nomargin {
	margin: 0px;
	padding: 0px;	
}

.content_margintopbottom {
	margin: 20px 0px 40px 0px;
	padding: 0px;	
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.emphasesblock {
	background-color: #F3F3F3;
	/* ~~ padding order is top, right, bottom, left ~~ */
	padding: 10px 10px 20px 10px;
	-webkit-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 1px 2px -1px;
}

.emphasesblock_marginleft20px {
	background-color: #F3F3F3;
	/* ~~ padding order is top, right, bottom, left ~~ */
	padding: 10px 10px 20px 10px;
	margin: 0px 20px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 1px 2px -1px;
}

.emphasesboxorange {
	width: 98%;
	background-color: #fd8a00;
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	-webkit-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 1px 2px -1px;
}

.emphasesbox_darkgrey {
	background-color: #DCDCDC;
	padding: 10px 10px 20px 10px;
	margin: 0px;
	-webkit-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 1px 2px -1px;
}

.emphasesboxorange_h1 {
	font-size: 30px;
	font-weight: lighter;
	color: #FFF;
	padding-top: 2px;
	pading-bottom: 2px;
	padding-left: 10px;
	padding-right: 0px;
	margin: 0px;
	margin-bottom: 7px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

/* ~~ The footer ~~ */
.footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-color: #333;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Arial, "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	font-size: 16px;
	text-align: left;
	font-weight: normal;
	color: #CCC;
}

.footerimage {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #ffffff;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.footer_p {
	color: #CCC;
	line-height: 2px;
	margin: 15px;
}

.footerwrapper {
	background-color: #CCC;
	padding-top: 10px;
}


.footer ul {
	list-style-type: none;
	font-size: 16px;
	font-weight: normal;
	color: #CCC;
	margin: 0px;
	padding: 0px;
}
.footer li {
	font-weight: normal;
	color: #CCC;
}

.footer a, .footer a:visited {
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
}

.footer a:hover, .footer a:active, .footer a:focus {
	color: #09F;
	text-decoration: underline;
}

.footertable {
	background-color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	color: #333;
	font-weight: lighter;
}

.h1_26px {
	font-family: Arial, "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	font-size: 26px;
	color: #005059;
	font-weight: bold;
}

.h1_30px {
	font-size: 30px;
	font-weight: lighter;
	color: #333;
	padding-top: 10px;
	margin-top: 30px;
}

.h1_36px {
	font-size: 36px;
	font-weight: lighter;
	color: #333;
	padding-top: 10px;
	margin-top: 30px;
}

.h1box {
	width: 620px;
	background-color: #868686;
	color: #FFF;
	margin-top: 0px;
	padding: 0px;
}

.h1white {
	font-size: 26px;
	font-weight: lighter;
	color: #FFF;
	text-transform: uppercase;
}

.h1white_lowercase {
	font-size: 26px;
	font-weight: lighter;
	color: #FFF;
}

.h1_white_30px {
	font-size: 30px;
	font-weight: lighter;
	color: #fff;
	padding-top: 0px;
	margin-top: 0px;
}

h2 {
	font-size: 26px;
	color: #333333;
	font-weight: 600;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

.h2_nounderline {
	font-size: 26px;
	color: #333333;
	font-weight: 600;
	border-bottom-width: 0px;
	border-bottom-style: none;
}

.h2_22px {
	font-family: Arial, "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	font-size: 26px;
	color: #005059;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #005059;
	border-right-color: #005059;
	border-bottom-color: #005059;
	border-left-color: #005059;
	margin-right: 12px;
	margin-left: 12px;
	padding-right: 0px;
	padding-left: 0px;
}

h3 {
	font-size: 26px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
}

.h3_18px {
	font-family: Arial, "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	font-size: 26px;
	color: #005059;
	font-style: normal;
}

h4 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #005059;
}

.h4_14px {
	font-family: Arial, "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #005059;
}

h5 {
	color: #005059;
}

h6 {
	color: #005059;
}

.h1footer {
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
	margin: 0px;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	margin: 0px;
	height: 130px;
	width: 960px;
	padding: 0px;
}

.headerImage {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.headerlogo {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.hero {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 300px;
	width: 960px;
}

img {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.infobox {
	width: 450px;
	height: 205px;
	background-color: #FFF;
	padding: 10px;
	margin-bottom: -225px;
	-webkit-box-shadow: 0px 0px 5px 0px;
	box-shadow: 0px 0px 5px 0px;
	position: relative;
	top: -275px;
	left: 25px;
	opacity: 0.9;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.infobutton {
	width: 230px;
	height: 40px;
	background-color: #fd8a00;
	padding: 3px;
	-webkit-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 1px 2px -1px;
	margin-top: 5px;
	opacity: 1;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}

.infoboxtext {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 10px;
	color: #333;
	font-size: 18px;
	vertical-align: middle;
	text-align: left;
}

.infoboxbuttontext {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
}

.infoarrow {
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 0px;
}

.infobox_h1 {
	font-family: Arial, "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	font-size: 26px;
	color: #333333;
	font-weight: lighter;
	margin-bottom: 3px;
}

.infobox ul {
	list-style-type: none;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

.infobox li {
	font-weight: bold;
	color: #FFF;
}

.infobox a, .infobox a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

.infobox a:hover, .infobox a:active, .infobox a:focus {
	color: #FEFEFE;
	text-decoration: underline;
}

.linoteblock {
	background-color: #80A4A8;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.li_margin30px {
	margin-left: 30px;	
}

.logo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 30px;
}

/* ~~ this is the menu for the GSP course pages ~~ */

.mainnav ul {
	width: 960px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	
}

.mainnav li {
	display: block;
	width: 190px;
	float: left;
	background-color: #F9F9F9;
	text-align: center;
	padding-bottom: 0px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}

.mainnav a, .mainnav a:visited {
	padding: 3px 3px 3px 3px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #333;
}

.mainnav a:hover, .mainnav a:active, .mainnav a:focus {
	background-color: #EAEAEA;
	color: #333333;
}

.masthead {
	padding: 0px;
	margin: 0px;
	height: 30px;
	width: 960px;
}

.MastheadImage {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ~~ style the main menu -- this is the menu for the OLM homepage ~~ */
.myMenu {
	margin: 0;
	padding: 0;
	z-index: 10000000;
	font-size: 16px;
	height: 24px;
}

.myMenu li {
	list-style: none;
	float: left;
	font: 12px Arial, Helvetica, sans-serif #111;
	text-align: center;
	z-index: 1000000;
	width: 159px;
}

.myMenu li a:link, .myMenu li a:visited {
	display: block;
	text-decoration: none;
	background-color: #F9F9F9;
	padding: 4px 3px;
	margin: 0;
	border-right: 1px solid #fff;
	color: #111;
	z-index: 1000000;
}

.myMenu li a:hover {
	background-color: #EAEAEA;
	z-index: 1000000;
}

/*style the sub menu*/
.myMenu li ul {
	position: absolute;
	visibility: hidden;
	border-top: 1px solid #fff;
	margin: 0;
	padding: 0;
	z-index: 1000000;
	width: 160px;
}

.myMenu li ul li {
	display: inline;
	float: none;
	z-index: 1000000;
}

.myMenu li ul li a:link, .myMenu li ul li a:visited {
	background-color: #F9F9F9;
	width: auto;
	z-index: 1000000;
	padding-bottom: 4px;
	padding-top: 2px;
}

.myMenu li ul li a:hover {
	background-color: #EAEAEA;
	z-index: 1000000;
}

.NoteBlock {
	border: medium none #F30;
	font-weight: bold;
	color: #FFF;
	background-color: #80A4A8;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
}

.p_white {
	color: #FFF;	
}

pre {
	background-color: #CCC;
	margin: 6px;
	padding: 6px;
	border: 1px solid #000;
	font-size: 16px;
}

.pjustified {
	text-align: justify;	
}

.p_margintop20px {
	margin: 20px 0px 0px 0px;	
}

.QuizAnswer {
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
}

.RowHeading {
	font-size: 22px;
	padding: 5px;
}

.sectionbreak_space40px {
	margin-top: 20px;
	margin-bottom: 20px;
}

.sectionbreak_space70px {
	margin-top: 35px;
	margin-bottom: 35px;	
}

.sectionbreak_space70px_withline {
	margin-top: 35px;
	margin-bottom: 35px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.sidebar1 {
	width: 180px;
	padding-bottom: 10px;
	float: right;
	position: relative;
	top: 110px;
	right: 115px;
}

.stepbystepinstructions1 {
}

.stepbystepinstructions2 {
	list-style-type: lower-alpha;
}

.stepbystepinstructions3 {
	list-style-type: lower-roman;
}

.stepbystepinstructions4 {
}

.Table_tan {
	padding: 5px;
	color: #151515;
	height: auto;
	width: auto;
	background-color: #F1F1E0;
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}

.TableRow {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-top-color: #333;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 45px;
	margin-right: 0px;
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this creates the space between the navigation on the content below */
	border-top-style: none;
}

ul.nav li {
	border-bottom-style: none;
	padding: 5px;
}

ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
}

.WarningBlock {
	font-weight: bold;
	color: #FFF;
	background-color: #A63700;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-left: 3px;
	padding-right: 3px;
}
.1 {
}
