html, body, div, span,
h1, h2, h3, h4, h5, h6, p, img,
strong, sub, sup, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tr, th, td {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: transparent;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}

td { vertical-align: middle; }

body {
	background: url("../Content/images/stripe-bg.png") repeat white;
	font-family: Verdana, Arial, sans-serif;
	color: #737373;
}

h1, h2, h3, h4, h5, h6 {
	color: #555;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 48px; line-height: 54px; margin-bottom: 12px;}
h2 { font-size: 30px; line-height: 42px; margin-bottom: 6px; }
h3 { font-size: 24px; line-height: 30px; margin-bottom: 6px; }
h4 { font-size: 21px; line-height: 30px; margin-bottom: 6px; }
h5 { font-size: 18px; line-height: 30px; }
h6 { font-size: 14px; line-height: 30px; }

p { margin: 0 0 24px 0; }
p img { margin: 0; }

em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 11px; line-height: inherit; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 11px 0 30px; height: 0; }


a, a:visited {
text-decoration: none;
outline: 0;
color:#0000FF;
}

a:hover, a:focus { color:#0000C8; }
p a, p a:visited { line-height: inherit; }

ul, ol { margin-bottom: 24px; margin-top: 12px; }
ul { list-style: none outside; }
ol { list-style: decimal; margin-left: 30px; }
ul ul, ul ol,
ol ol, ol ul { margin: 6px 0 6px 30px; }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 18px; margin-bottom: 12px; }

.button,
.button:visited,
input[type="submit"],
input[type="reset"],
input[type="button"] {
   height: 42px;
   background: #3695c6;
   border: 1px solid #1C89C4;
	display: inline-block;

	font-family: "Open-sans", Sans-serif;
   font-size: 14px;
	font-weight: bold;
	text-decoration: none;
   letter-spacing: 0;
   color: #fff;
   line-height: 42px;

	cursor: pointer;
   padding-left: 15px;
   padding-right: 15px;
	margin-bottom: 18px;

   text-shadow: 0 -1px 0 rgba(0,0,0,0.3);

   box-shadow: 0px 1px 2px rgba(0,0,0,0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}

.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
   background: #3695c6;
   color: #fff;
   border: 1px solid #739900;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
   background: #0000FF;
   color: #fff;
   border: 1px solid #739900;
}

.grid1  { width: 54px; }
.grid2  { width: 136px; }
.grid3  { width: 218px; }
.grid4  { width: 400px; }
.grid5  { width: 382px; }
.grid6  { width: 464px; }
.grid7  { width: 546px; }
.grid8  { width: 628px; }
.grid9  { width: 710px; }
.grid10 { width: 792px; }
.grid11 { width: 874px; }
.grid12 { width: 956px; }


.cleaner { clear: both; }
.first { margin-left: 0; clear: left; }
.align-center { text-align: center; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.float-left    { float: left; }
.float-right   { float: right; }
.h10 { height: 10px; }
.h20 { height: 20px; }
.h30 { height: 30px; }
.h40 { height: 40px; }
.h50 { height: 50px; }
.h60 { height: 50px; }
.h70 { height: 50px; }
.h100 { height: 100px; }

.ml250 { margin-left: 250px; }

.red { color: red; }

span.underline {
	text-decoration:underline;
}


#wrapper {
	width:1000px;
	margin:0px auto;
	display:block;
}

#header {
	width:960px;
	display:block;
	height:145px;
	background: url("../Content/images/cardboard-bg.png") repeat #ddd;
	padding:0px 20px;
	border-radius: 15px 15px 0px 0px;
	border:1px solid;
}

#site-title {
	float:left;
	color:black;
	text-align:center;
	margin-top: 10px;
	font-size: 25px;
	width: 775px;
	text-shadow: 5px 5px 5px white;
}

#site-img {
	float:right;
	margin-top: 15px;
	padding: 0px;
	display: block;
	border-radius: 15px 15px 15px 15px;
}

#nav {
	float: left;
	margin-top: 25px;
	/*margin-left: 175px;*/
}

#nav ul li {
	float:left;
	margin: 0px 5px;
}

#nav ul li a {
	display:block;
	height: 30px;
	padding: 0px 15px;
	text-decoration:none;
}

#nav ul li a:hover {
	color: black;
	text-decoration:none;
	border-bottom: 3px solid rgb(54, 149, 198);
}

#body {
	height:auto;
	background:white;
	width:960px;
	display:block;
	padding:10px 20px;
	border-left:1px solid;
	border-right:1px solid;
}

#footer {
	display:block;
	height:50px;
	width:960px;
	padding:0px 20px;
	background: url("../Content/images/cardboard-bg.png") repeat #ddd;
	border-radius: 0px 0px 15px 15px;
	border: 1px solid;
}

#copyright {
	font-size:10px;
	position: relative;
	top: 30px;
	text-align:center;
}

#LoginForm {
	width: 375px;
	margin: 0px auto;
}

#LoginForm input {
	float:left;
}

#LoginForm h3 {
	float:left;
	margin-right:50px;
}

#RegisterForm {
	width: 500px;
	margin: 0px auto;
}

#RegisterForm td {
	width: 245px;
}

#RegisterForm input {
	float:left;
}

#training-header {
	width:960px;
	display:block;
	height:45px;
	background: url("../Content/images/cardboard-bg.png") repeat #ddd;
	padding:0px 20px;
	border-radius: 15px 15px 0px 0px;
	border:1px solid;
	text-align:center;
}

#training-title {
	float: left;
	text-shadow: 5px 5px 5px white;
	font-size: 25px;
	color: black;
	margin-top: 5px;
	margin-left: 375px;
}

#slidewrapper {
	text-align:center;
	min-height:350px;
	height:auto;
}

#slide {
	height:720px;
	vertical-align:middle;
	border:1px solid black;
}

#slidenav {
	margin-top:10px;
	border:1px solid black;
	height:55px;
	width:960px;
}

#slidenav div {
	float:left;
	text-align:center;

}

#nav1, #nav3 {
	height:35px;
	width: 200px;
	margin: 10px 48px;
	border: 1px solid #737373;
	border-radius: 5px 5px;
}

#nav2 {
	width:360px;
	height:55px;
}

#nav2 img {
	margin-top:2px;
}

#slidenumber {
	margin:0px 20px;
	display:inline-block;
	line-height: 55px;
	font-size: 55px;
	position: relative;
	bottom: 5px;
}

.ErrorMessage { text-align: center; }
.ErrorMessage h5 { color: red; }

#certinstructions {
	height:auto;
}

#certwrapper {
	color: #5a5a5a;
}

#certwrapper input, #certwrapper label {
	margin: 0px;
	padding: 0px;
}

#certwrapper #Submit {
	margin-left: 750px;
	padding: 0px 50px;
	margin-bottom: 15px;
}

#certresponse {
	
}

#certificatewrapper {
	margin:0px auto;
	width:8in;
	height:10in;
	background: white;
	
}

#certificate {
	padding:10px 20px;
}

#certificate h1 {
	text-align: center;
	font-size:28px;
	margin-bottom:0.5in;
		color:black;
}

#certificate h2 {
	text-align: center;
	font-size:28px;
	margin-bottom:1in;
	color:black;
}

#certificate h3 {
	text-align: justify;
	font-size:18px;
	margin-bottom:2in;
	margin-bottom:1in;
	color:black;
}

#certificate h4 {
	text-align: left;
	font-size:15px;
	line-height: 1;
	margin-top: 0.1in;
	color:black;
	font-weight:normal;
}

#certificate h6 {
	text-align: left;
	font-size:15px;
	line-height: 1;
	margin-top: 0.2in;
	color:black;
}

#dropdown {
	float:left;
	padding:0;
	margin: 10px 0px 0px 0px;

}

#jsddm
{	margin: 0;
	padding: 0}

#jsddm2 { 
	margin-left: 150px;
	margin-top: 10px;
	cursor:pointer;
}

	#jsddm li { float: left; }

	#jsddm li a
	{	display: block;
		background: #1A4473;
		padding: 5px 12px;
		text-decoration: none;
		width: 80px;
		color: #EAFFED;
		white-space: nowrap
	}

	#jsddm li a:hover
	{	background: #1A4473;}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
		}
		
		#jsddm li ul li
		{	float: none;
			display: inline}
		
		#jsddm li ul li a
		{	width: auto;
			background: #20548E;}
		
		#jsddm li ul li a:hover
		{	background: #1A4473;}

#fdnav {
	width:960px;
	height:70px;
	border: 1px solid;
	margin-top:5px;

}

#fdleft, #fdright {
	float:left;
	margin-top: 8px;
}

#fdleft {
	margin-left: 407px;
}

#certname { text-transform: capitalize; }