@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#B9CE33;
	background-repeat: repeat-x;
}

.container {
	width: 1000px;
	margin: -10px auto;
	height: auto;
	padding: 10px;
	padding-top: 0px;
	background-color:#121457;
	
}

a:link {
	color:#000000;
text-decoration:none;
font-weight:bold;

}

a:visited {
	color:#000000;
text-decoration:none;
font-weight:bold;

}

.inside{
	clear: none;
	float: right;
}


.inside li{
	color: #FFFFFF;
	display: inline;
	margin: 5px;
	text-transform: lowercase;
	font-weight: bold;	
	vertical-align: bottom;
}

.inside a{
	color: #FFFFFF;
	text-decoration:none;
	font-weight:normal;
	
}


.outside {
	float: right;
	
}

.outside li {
	vertical-align: bottom;
	text-align:center;
	display: inline;
	color: #FFFFFF;
	margin: 5px;
	font-weight: bold;	
	
}

.outside a{
	color: #FFFFFF;
	text-decoration:none;
	background-color: #f7931e;
	padding:1px 8px 1px 8px;
	font-weight:normal;
}

.mainnavigation {
	clear: none;
	margin-top: -125px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B9CE33;
	border-bottom-color: #B9CE33;
	margin-bottom: 72px;
	width: 730px;
	font-size: 12px;
}

.simplenavigation {
	clear: none;
	font-size: 10px;
}

.simplenavigation ul{
	padding: 0px;
	margin-top: 10px;
	margin-bottom:10px;
}

.simplenavigation li{
	color: #FFFFFF;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}

.simplenavigation a{
	color: #FFFFFF;
	display: inline;
	text-decoration:none;
	font-weight:normal;
}

.mainnavigation ul{
	padding: 0px;
	margin-top: 10px;
	margin-bottom:10px;
}

.mainnavigation li{
	color: #FFFFFF;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}

.mainnavigation a{
	color: #FFFFFF;
	display: inline;
	text-decoration:none;
	font-weight:normal;
}

.mainnavigation li#orange a{
	color: #f7931e;
	font-weight:normal;
}

.firstnavdown {
	clear: none;
	margin-top: -60px;
	width: 730px;
	font-size: 12px;
	background-color: #67599D;
}

.firstnavdown ul{
	padding: 0px;
	margin-top: 10px;
	margin-bottom:10px;
}

.firstnavdown li{
	color: #FFFFFF;
	display: inline-block;
	margin: 7px 10px 7px 10px;
}

.firstnavdown a{
	color: #FFFFFF;
	display: inline;
	text-decoration:none;
	font-weight:normal;
}

.firstnavdown li#orange a{
	color: #f7931e;
	font-weight:normal;
}

.secondnavdown {
	clear: none;
	width: 730px;
	font-size: 12px;
	background-color: #494781;
}

.secondnavdown ul{
	padding: 0px;
	margin-top: 10px;
	margin-bottom:10px;
}

.secondnavdown li{
	color: #FFFFFF;
	display: inline-block;
	margin: 7px 10px 7px 10px;
}

.secondnavdown a{
	color: #FFFFFF;
	display: inline;
	text-decoration:none;
	font-weight:normal;
}

.secondnavdown li#orange a{
	color: #f7931e;
	font-weight:normal;
}

.content {
	width:470px;
	height:150px;
	clear: left;
	padding: 10px;
	background-image: url(bgimages/gradient.png);
	background-repeat: no-repeat;
	background-color: #aec842;
	display: block;	
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}

.content h1 {
	width:470px;
	margin-bottom: 0;
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 10px;
}

.content p {
	margin-bottom:0;
	margin-top:0;
	padding: 10px;
}

.contentwelcome {
	width:470px;
	height:244px;
	clear: left;
	padding: 10px;
	background-image: url(bgimages/gradient.png);
	background-repeat: no-repeat;
	background-color: #aec842;
	display: block;	
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}

.contentwelcome h1 {
	width:470px;
	margin-bottom: 0;
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 10px;
}

.contentwelcome p {
	margin-bottom:0;
	margin-top:0;
	padding: 10px;
}

.contentwelcome ul {
	list-style-type: disc;
	padding: 0px;
	margin: 0px 10px 0px 10px;
	list-style-position: inside;
	font-weight:600;
	padding-left: 40px;
}

.contentwelcome ul li {
	padding-bottom: 5px;
}





.contentsignup {
	width:470px;
	padding: 10px;
	background-image: url(bgimages/gradient.png);
	background-repeat: no-repeat;
	background-color: #aec842;
	display: block;	
	margin: auto;
}

.contentsignup h1 {
	width:470px;
	margin-bottom: 10px;
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 10px;
}

.contentsignup p {
	margin-bottom:0;
	margin-top:0;
	padding: 10px;
}

.contentsignup ul {
	list-style-type: disc;
	padding: 0px;
	margin: 0px 10px 0px 10px;
	list-style-position: inside;
	font-weight:600;
	padding-left: 40px;
}

.contentsignup ul li {
	padding-bottom: 5px;
}



form fieldset {
  margin-bottom: 10px;
}
form legend {
  padding: 0 2px;
  font-weight: bold;
}
form label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form fieldset ol {
  margin: 0;
  padding: 0;
}
form fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form fieldset fieldset label {
  display: block;
  width: auto;
}
form em {
  font-weight: bold;
  font-style: normal;
  color: #F7931E;
}
form label {
  width: 120px; /* Width of labels */
}
form fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}





.contentsolutions {
	width:470px;
	clear: left;
	padding: 10px;
	background-image: url(bgimages/gradient.png);
	background-repeat: no-repeat;
	background-color: #aec842;
	display: block;	
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}

.contentsolutions h1 {
	width:470px;
	margin-bottom: 0;
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 10px;
}

.contentsolutions p {
	margin-bottom:0;
	margin-top:0;
	padding: 10px;
}


.contentvideo {
	background-color: #67599D;
	width:470px;
	height: 244px;
	padding: 10px;
	background-image: url(bgimages/gradient.png);
	background-repeat: no-repeat;
	display: block;	
	margin-top: -274px;
	float: right;
	clear: none;
	
}

.contentvideo h1 {
	width:470px;
	margin-bottom: 0;
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 10px;
}

.contentvideo p {
	margin-bottom:0;
	margin-top:0;
	padding: 10px;
	}

.contentdemovideo {
	background-color: #67599D;
	width:600px;
	height: 300px;
	padding: 10px;
	background-image: url(bgimages/gradient.png);
	background-repeat: no-repeat;
	display: block;	
	clear: none;
	margin: auto;
	
}

.contentdemovideo h1 {
	width:470px;
	margin-bottom: 0;
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 10px;
}

.contentdemovideo p {
	margin-bottom:0;
	margin-top:0;
	padding: 10px;
	}



.contentleftsolutions {
	width:444px;
	clear: left;
	padding: 10px;
	background-image: url(bgimages/gradient.png);
	background-repeat: no-repeat;
	background-color: #aec842;
	display: block;	
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}

.contentleftsolutions h1 {
	width:540px;
	margin-bottom: 0;
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 10px;
}

.contentleftsolutions p {
	margin-bottom:0;
	margin-top:0;
	padding: 10px;
	
}

.contentupdates {
	width:470px;
	padding: 10px;
	background-image: url(bgimages/gradient.png);
	background-repeat: no-repeat;
	background-color: #aec842;
	display: block;	
	margin-bottom: 10px;
	margin-top: 10px;
	float: right;
	height: 166px;
}

.contentupdates em{
	font-weight: 600;
	font-style: normal;
	margin-left: 20px;
}

.contentupdates h1 {
	width:400px;
	margin-bottom: 0;
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 10px;
}

.contentupdates h2 {
	width:400px;
	margin-bottom: 0;
	color: #000066;
	font-family:2Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	font-style: bold;
}

.contentupdates p {
	margin-bottom:0;
	margin-top:0;
	padding: 10px;
}

.contentupdates ul {
	list-style-type: none;	
	padding: 0px 10px 10px 10px;	
	margin: 0px;
}

.contentupdates2 {
	width:470px;
	padding: 10px;
	background-image: url(bgimages/gradient.png);
	background-repeat: no-repeat;
	background-color: #aec842;
	display: block;	
	margin-bottom: 10px;
	margin-top: -274px;
	float: right;
	height: 450px;
}

.contentupdates2 em{
	font-weight: 600;
	font-style: normal;
	margin-left: 20px;
}

.contentupdates2 h1 {
	width:400px;
	margin-bottom: 0;
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 10px;
}

.contentupdates2 h2 {
	width:400px;
	margin-bottom: 0;
	color: #000066;
	font-family:2Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	font-style: bold;
}

.contentupdates2 p {
	margin-bottom:0;
	margin-top:0;
	padding: 10px;
}

.contentupdates2 ul {
	list-style-type: none;	
	padding: 0px 10px 10px 10px;	
	margin: 0px;
}

.instructorsupport {
	clear: none;
	float: left;
	margin-left: 20px;
	margin-top: 25px;
	font-size: 12px;
}

.instructorsupport ul{
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.instructorsupport li{
	color: #FFFFFF;
	display: inline;
}

.instructorsupport a{
	color: #FFFFFF;
	display: inline;
	text-decoration:none;
}

.instructorsupport li#orange a{
	color: #f7931e;
}

.contentinstructor {
	width:540px;
	height:275px;
	clear: right;
	padding: 10px;
	background-image: url(bgimages/gradient.png);
	background-repeat: no-repeat;
	background-color: #aec842;
	display: block;	
	margin-bottom: 10px;
	float: right;
}

.contentinstructor a{
	color:#000000;
}

.contentinstructor h1 {
	width:470px;
	margin-bottom: 0;
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 10px;
}

.contentinstructor p {
	margin-bottom:0;
	margin-top:0;
	padding: 10px;
}

.contentinstructormedia {
	background-color: #67599D;
	width:400px;
	height: 275px;
	padding: 10px;
	background-image: url(bgimages/gradient.png);
	background-repeat: no-repeat;
	display: block;	
	float: left;
	text-align: center;
	margin-top: 51px;
	
}

.contentinstructormedia img {
	vertical-align: middle;
	
}

.contentinstructormedia h1 {
	width:470px;
	margin-bottom: 0;
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 10px;
}

.contentinstructormedia p {
	margin-bottom:0;
	margin-top:0;
	padding: 10px;
}

.contentleftbenefits {
	width:540px;
	clear: left;
	padding: 10px;
	background-image: url(bgimages/gradient.png);
	background-repeat: no-repeat;
	background-color: #aec842;
	display: block;	
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}

.contentleftbenefits h1 {
	width:540px;
	margin-bottom: 0;
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 10px;
}

.contentleftbenefits p {
	margin-bottom:0;
	margin-top:0;
	padding: 10px;
	
}



.contentrightbenefits {
	width:400px;
	height:115spx;
	clear: right;
	padding: 10px;
	background-image: url(bgimages/gradient.png);
	background-repeat: no-repeat;
	background-color: #aec842;
	display: block;	
	margin-bottom: 10px;
	margin-top: 10px;
	float: right;
}

.contentrightbenefits h1 {
	width:400px;
	margin-bottom: 0;
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 10px;
}

.contentrightbenefits p {
	margin-bottom:0;
	margin-top:0;
	padding: 10px;
}



.contentfaq {
	width:540px;
	clear: left;
	padding: 10px;
	background-image: url(bgimages/gradient.png);
	background-repeat: no-repeat;
	background-color: #aec842;
	display: block;	
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}

.contentfaq h1 {
	width:540px;
	margin-bottom: 0;
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 10px;
}

.contentfaq ul {
	list-style-type: none;	
	padding: 10px;	
	margin: 0px;
}

.contentfaq ul li#question {
	font-weight: bold;
	color: #000066;
}

.contentfaq p {
	margin-bottom:0;
	margin-top:0;
	padding: 10px;
}






.contentinstructors {
	width:540px;
	height:296px;
	clear: left;
	padding: 10px;
	background-image: url(bgimages/gradient.png);
	background-repeat: no-repeat;
	background-color: #aec842;
	display: block;	
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}

.contentinstructors h1 {
	width:540px;
	margin-bottom: 0;
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 10px;
}

.contentinstructors ul {
	list-style-type: none;	
	padding: 10px;	
	margin: 0px;
}

.contentinstructors ul li#question {
	font-weight: bold;
	color: #000066;
}

.contentinstructors p {
	margin-bottom:0;
	margin-top:0;
	padding: 10px;
}


.contentinstructions {
	width:540px;
	height:243px;
	clear: left;
	padding: 10px;
	background-image: url(bgimages/gradient.png);
	background-repeat: no-repeat;
	background-color: #aec842;
	display: block;	
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}

.contentinstructions h1 {
	width:540px;
	margin-bottom: 0;
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 10px;
}

.contentinstructions ul {
	list-style-type: none;	
	padding: 10px;	
	margin: 0px;
}

.contentinstructions ul li#question {
	font-weight: bold;
	color: #000066;
}


.contentinstructions p {
	margin-bottom:0;
	margin-top:0;
	padding:10px;
}



.contentrequirements {
	width:400px;
	height:243px;
	clear: right;
	padding: 10px;
	background-image: url(bgimages/gradient.png);
	background-repeat: no-repeat;
	background-color: #aec842;
	display: block;	
	margin-bottom: 10px;
	margin-top: 10px;
	float: right;
}

.contentrequirements h1 {
	width:400px;
	margin-bottom: 0;
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 10px;
}

.contentrequirements p {
	margin-bottom:0;
	margin-top:0;
	padding: 10px;
}

.contentrequirements ul {
	list-style-type: none;	
	padding: 10px;	
	margin: 0px;
}


.contentabout {
	width:540px;
	height:219px;
	clear: left;
	padding: 10px;
	background-image: url(bgimages/gradient.png);
	background-repeat: no-repeat;
	background-color: #aec842;
	display: block;	
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}

.contentabout h1 {
	width:540px;
	margin-bottom: 0;
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 10px;
}

.contentabout ul {
	list-style-type: none;	
	padding: 10px;	
	margin: 0px;
}

.contentabout ul li#question {
	font-weight: bold;
	color: #000066;
}

.contentabout p {
	margin-bottom:0;
	margin-top:0;
	padding: 10px;
}

.contentabout ul {
	list-style-type: none;	
	padding: 10px;	
	margin: 0px;
}

.contentabout ul li#comment {
	font-style: italic;
}

.contentabout ul li#commentname {
	font-weight: bold;
	padding-bottom: 15px;
	text-align: right;
}

.contentcontactus {
	width:400px;
	height:219px;
	clear: right;
	padding: 10px;
	background-image: url(bgimages/gradient.png);
	background-repeat: no-repeat;
	background-color: #aec842;
	display: block;	
	margin-bottom: 10px;
	margin-top: 10px;
	float: right;
}

.contentcontactus h1 {
	width:400px;
	margin-bottom: 0;
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 10px;
}

.contentcontactus h2 {
	width:400px;
	margin-bottom: 0;
	color: #000066;
	font-family:2Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	font-style: bold;
}

.contentcontactus p {
	margin-bottom:0;
	margin-top:0;
	padding: 10px;
}

.contentcontactus ul {
	list-style-type: none;	
	padding: 0px 10px 10px 10px;	
	margin: 0px;
}



.footer {
	color:#FFFFFF;
	width: 475px;
	text-align:center;
	margin: auto;
	clear: both;
	padding: 20px;
	text-decoration: none;
}

.footer a{
	color:#FFFFFF;
}

#bold {
	font-weight: bold;	
}

#pb10 {
	padding-bottom: 10px;	
}

a:hover {
	text-decoration: underline;
}
	
	
