@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/ 
*/
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:	12;
	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: auto;
	margin-right:auto;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
#head{
	background-image:url(img/headerbg.png);
	height: 80px;
	width: 100%;
	display:block;	
}
 
.gridContainer, footer {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	margin-bottom: 20px;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}


/* MENu */
#cssmenu {
  width: 99%;
  position: relative;
  margin-top: 15px;
  margin-left: .5%;
  margin-right: .5%;
  z-index: 190;
}
#cssmenu > ul {
	padding: 1px 0;
	margin: 0px;
	list-style: none;
	position: relative;
	width: 100%;
	height: 31px;
	font: normal 1.17em calibri, arial, helvetica;
}
#cssmenu > ul li.home {
	margin: 0;
	padding: 0;
	display: block;
	float:left;
	position: relative;
	width: 9%;
}

#cssmenu > ul li {
	padding: 0 .5%;
	display: block;
	float: left;
	position: relative;
	width: 25%;
}

#cssmenu > ul li .has-sub{
	padding: 0;
}

#cssmenu > ul li.last {
	padding: 0;
	display: block;
	float:left;
	position: relative;
	width: 11%;
}

#cssmenu > ul li.home a:link,
#cssmenu > ul li.home a:visited,
#cssmenu > ul li.last a:link,
#cssmenu > ul li.last a: visited {
  padding: 4px 3px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #243e7a;
}

#cssmenu > ul li.home:hover a,
#cssmenu > ul li.home a:hover,
#cssmenu > ul li.home a:active {
	padding: 4px 3px;
	display: block;
	text-align: center;
	text-decoration: none;
	background: #243e7a;
	color: #FFF;
}
#cssmenu > ul li a:link,
#cssmenu > ul li a:visited {
  padding: 4px 3px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #243e7a;
}
#cssmenu > ul li:hover a,
#cssmenu > ul li a:hover,
#cssmenu > ul li a:active {
	padding: 4px 3px;
	display: block;
	text-align: center;
	text-decoration: none;
	background: #243e7a;
	color: #FFF;
}
#cssmenu > ul li ul {
  margin-left: 0;
  padding: 5px 0px;
  list-style: none;
  display: none;
  position: absolute;
  width: 100%;
  margin-top: -5px;
  border-top: none;
}
#cssmenu > ul li:hover ul {
  display: block;
}
#cssmenu > ul li ul li {
  width: 100%;
  margin-left: -3px;
  margin-top: 3px;
  display:block;
}
#cssmenu > ul li ul li a:link,
#cssmenu > ul li ul li a:visited {
  clear: left;
  background: #898989;
  padding: 4px 0;
  margin-top: 1px;
  border: none;
  position: relative;
  z-index: 1000;
}
#cssmenu > ul li ul li:hover a,
#cssmenu > ul li ul li a:active,
#cssmenu > ul li ul li a:hover {
	clear: left;
	background: #ff0400;
	padding-top: 4px;
		padding-bottom: 4px;
	margin-top: 1px;
	width: 100%;
	border: none;
	position: relative;
	z-index: 1000;
}


#largeart{
	padding-top: 20px;
	position: relative;
	width: 95%;
	margin-left: 2.5%;
	margin-right: 2.5%;
}
body,td,th {
	font-family: calibri;
	color: #000000;
}
body {
	background-color: #D6D6D6;
	background-image: url(img/Layer%202.png);
	background-repeat:repeat-y;
	background-size: 100%;
}
h1{
	font-size: 26px;
	color: #394e7d;
	font-weight:normal;
	width: 95%;
	line-height:normal;
	text-align:center;
	margin-top: 8px;
	margin-left:auto;
	margin-right:auto;	
}
#intro{
	width: 88%;
	margin-left: 6%;
	margin-right: 6%;
	position: relative;
}

h2 {
	font-size: 24pt;
	color: #e20000;
	line-height: 1.05em;
		text-align:center;

}

#redtxt{
	position:relative;
	text-align:center;
color:#F00;
font-size: 18pt;
margin-top: -20px;	
}

.bdytxt {
font-size:18pt;
width: 90%;
margin-left: 5%;
margin-right: 5%;
text-align:center;
line-height:1.2em;
color:#000000;
}

#emphasis{
	color: #e20000;
	font-weight:800;
	font-size: 18pt;
	font-style:italic;
}
.iconOpen {
    background:url('img/bluearrowd.png') no-repeat;
    background-size: cover;
}

ui-accordion-header-icon ui-icon iconOpen{
	background:url('img/bluearrowd.png') no-repeat;
    background-size: cover;
}
.iconClosed {
    background:url('img/bluearrow.png') no-repeat!important;
    background-size:cover;
    width:100%;
    
}

#accordion{
width: 100%;
position: relative;
float: left;
}

#accordion h3 {
font-size: 22px;
font-weight: bold;
text-align:	left;
padding-left: 40px;
color: #263e71;
}

#accordion div{
height: content;}

#accordion div p{
color:#000000;	
font-size:1.2em;
padding-left: 10px;
}


.homevid{
width: 100%;
}

div.homevid p{
font-weight: bold;	
text-align: center;
}

#homemodules{
	width: 100%;
	height: auto;
	background-color:#e2e2e2;
	padding-top: 10px;
	padding-bottom: 620px;
}

#modules{
	background-color:#e2e2e2;
	padding-bottom: 130px;
	padding-top: 10px;
	margin-top: 20px;
}

#moduleblcks, #modindex{
	background-color:#e2e2e2;
	padding-bottom: 560px;
	padding-top: 2px;
}

#instruct{
text-align: center;
font-weight: 700;
font-size: 20px;
}

.columns, #firstcolumn{
	width: 30%;
	padding-left: 2%;
	float: left;
}
img.modicon{
	width: 70%;
	margin-top: 20px;
	position: relative;
	margin-left: 15%;
	margin-right: 15%;
}

.modlink{
	font-size: 20px;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: 500;	
	color: #e20000;
	text-align:center;
}

.links{
text-decoration: none;	
}
.modtext{
 font-size: 18px;
 font-weight: bold;
 text-align: center;
 line-height: normal;
 padding-left: 2px;
 padding-right: 2px;

}

div.row{
width: 100%;
background-color: #939393;
height: auto;
position: relative;
clear:both;}

img.modicon2{
	width: 30%;
	height: auto;
	position: relative;
	float: left;
	vertical-align: middle;
	margin-left: 5%;
	padding-top: 15%;
	margin-right: 5%;
	}

.modlink2{
	font-size: 18px;
	float: left;
	position:relative;
	padding-top: 1%;
	width: 55%;
	margin-right: 5%;
	font-weight: bold;	
	color: #e20000;
	line-height: 1em;
}
.modtext2{
 font-size: 16px;
 font-weight: bold;
 color:#000000;
}

table {
width: 98%;
margin-left: 1%;
margin-right: 1%;
position: relative;	
}

.brdr{
	border-bottom:solid thin #8C8C8C;	
	line-height: 1.7em;
}
.tblinks{
	font-size: 20px;
	padding-left: 6px;
	padding-right: 2px;
	line-height: 1em;
	font-weight: 500;
	color: #e20000;
	text-decoration: none;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tbtext{
 font-size: 19px;
 font-weight: 500;
 margin-top: -15px;
 padding-left: 25px;

}


.modcolumns{
float: left;
width: 45%;
margin-right: 2%;
margin-left: 2%;
}

.modcolumns h3 {
font-size: 22px;
font-weight: bold;
text-align:	left;
color: #263e71;
}

.comments
{width: 100%;
position: relative;
}

#comment{
width: 60%;
float: left;
margin-left: 5%;
position: relative;	
}

.bttn
{
	width: 30%;
	float: left;
	position: relative;
	margin-left: 5%;
	padding-top: 10px;
	
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer, footer {
	width: 90.675%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}

.zeroMargin_tablet {
    margin-left: 0;
}

h1{
	font-size: 32px;
	margin-top: 15px;}
	
.hide_tablet {
    display: none;
}

#accordion{
width: 40%;	
}

section #accordion{
width: 100%;	
}

div.homevid{
width: 57%;
margin-left: 3%;
margin-top: 5%;
float:left;
}

#homemodules{
	padding-bottom: 650px
}
#moduleblcks{
padding-bottom: 585px;}

img.modicon2{
	width: 15%;
	height:auto;
	padding-top: 9%;
	position: relative;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
}

.modlink2{
	font-size: 20px;
	float: left;
	position:relative;
	padding-top: 2%;
	width: 70%;
	margin-right: 5%;
	font-weight: bold;	
	color: #e20000;
	line-height: 1em;
}


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer, footer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
h1 {
	font-size: 36px;
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}

#homemodules{
padding-bottom: 300px;	
}

#moduleblcks{
padding-bottom: 280px;}

#modindex{
padding-bottom: 295px;}

#firstcolumn{
	width: 16%;
	padding-left: 1%;
}
.columns{
	width: 16%;
	padding-left:.666px;
}

img.modicon2{
padding-top: 5%;
}

object .calcvid{
	position: relative;
margin: 0px auto;	
}

}