body {
	font: 100%/1.4 Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	/*background: url(/images/bg/states.jpg) repeat #dcd3b6;*/
	background:url(/images3/bg/half-trans-tile2.png) repeat #e2dac5;

}

.flt-body {
	background-image: none;		
}


/* ~~ 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: 0;
	margin: 0;
}
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 block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
}

p {padding: .5em 0 .5em 0}


a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #3333ff;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #3333ff;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #3333ff;
}

td {vertical-align:top; text-align:left}


#mastercontainer {
	width:100%;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */

}

header {
}


/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
#hdrcontainer {
	position:fixed;
	top:0px;
	width:100%;
	margin:0 auto;
	height:100px;
	z-index:100;
	text-align:center;
}	

#basicHeader {
	min-width: 700px;
	max-width: 960px;
	margin:0 auto;
	height:50px;
}	


#hdrMaskUNDER {
	width:100%;
	height:100px; 
	background: #1c3f93; 
	z-index:25;
	position:fixed;
	top:0px; 
	
	
}

#hdrMaskOVER {
	width:100%;
	height:100px; 
	background: #1c3f93; 
	z-index:50;
	position:fixed;
	top:0px; 
	background: url(/images/shell/hdr_bg.png) repeat-x bottom #333399; 
	opacity:0.25;  filter:alpha(opacity=25); 	
	
}



#rightHDR {
	width:158px; text-align:right; float:right; vertical-align:top; border: #F00 0 solid;
}

#leftHDR {
	width:428px; text-align:left; float:left; vertical-align:top; border: #F00 0 solid; 
}


#tslogo {background: url(/images/shell/logo3.png) no-repeat; width:320px; height:60px; display:block; margin-top:-15px; position:absolute;z-index:1005; overflow:visible;}

#tslogo-flt {background: url(/images/shell/logo-flt.png) no-repeat; width:320px; height:60px; display:block; margin-top:-15px; position:absolute;z-index:1005; overflow:visible;}

#DMVTVS, #DMVTVS-CA{
	min-width: 700px;
	max-width: 960px;
	height:20px; 
	background:url(/images/shell/tvsi1393.png) no-repeat top right
}

#DMVTVS-fl{
	min-width: 700px;
	max-width: 960px;
	height:20px; 
	background:none;
}


#DMVTVS-flt{
	min-width: 700px;
	max-width: 960px;
	height:20px; 
	background:none;
}

#DMVTVS-basic{
	min-width: 700px;
	max-width: 960px;
	height:20px; 
	background:none;
}

#phonehelp {
	background: url(/images/shell/800-nbr.png) no-repeat; 
	width:158px; 
	height:18px;
	margin-top:10px; 
	float:right;
}

#OrangeTitle {
	width:100%; 
	height:50px; 
	color:#FFFFFF;	
	background: url(/images/bg/title-bg.png) no-repeat top center; 
	overflow:hidden; 
	text-align:center;
	z-index:1000;
	vertical-align:bottom;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9700', endColorstr='#ff5d0a'); /* for IE 9 and less */
	background: -ms-linear-gradient(top, #ff9700, #ff5d0a); /* for ie10 */	
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9700), to(#ff5d0a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ff9700,  #ff5d0a); /* for firefox 3.6+ */	
	border-bottom: #ff5c0a 10px solid;	
	border-top: #009 2px solid;		
}


/* Section Test CSS*/
.TitleText {color:#fef8f5; 
	font-size:28px;
	font-weight:bold;
	font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 6px #993300;
	margin:auto;
	width:100%; 
	height:auto; 
	padding-left:;
	padding-top:12px;
	min-width: 700px;
	max-width: 960px;	
	overflow:hidden; 
	text-align:center;
	z-index:1000; 
	background: no-repeat center url(/images/bg/title-bg.png); 
	vertical-align:bottom;
	letter-spacing:-.5px;	
}

#bodycontainer {
	min-width: 700px;
	max-width: 960px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	position:relative;
	padding-top:15px;
}

#scrollContainer {
	width:100%;
	overflow:auto;
	position:absolute;
	left:0;
	top: 115px;
	bottom:00px;	
}

.content-outer {
	padding: 15px 15px 15px 15px;
	margin-bottom:15px;
	min-width: 780px;
	max-width: 960px;
	position:relative;
	background:#FFFFFF;
	border-radius: 28px;
	text-align: left;
	z-index:5;	
		
}



.content {
	padding: 20px 25px 25px 25px;
	min-width: 700px;
	max-width: 960px;
	position:relative;
	background:#FFFFFF;
	border-radius: 20px;
	text-align: left;
	z-index:6;	
	font-family: Arial, Helvetica, sans-serif
	border: solid #666666 0px;		
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p {margin:0px 25px 0 25px; font-family:Arial, Helvetica, sans-serif;}

.content p {line-height:1.2em}

.content h1 {font-size:1.6em; margin:0; line-height:1.6em}
.content h2 {font-size:1.3em; margin-bottom:5px; margin-top:0px;line-height:1.3em}
.content h3 {font-size:1.2em; margin-bottom:5px; margin-top:20px;line-height:1.1em}
.content h4 {font-size:1.0em;margin-bottom:2px; margin-top:20px;line-height:1em}

.content img {
	margin:0;

}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 80px; /* 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. */
}

.arial14 {font-family:Arial, Helvetica, sans-serif; font-size:14px;}
.arial14 h1,.arial14 h2, .arial14 h3, .arial14 h4, .arial14 h5, .arial14 h6, .arial14 p, .arial14 a, .arial14 li, .arial14 ol, .arial14 ul, .arial14 td, .arial14 div {font-family:Arial, Helvetica, sans-serif; font-size:14px;}
.arial14 h1 {font-size:1.6em;}
.arial14 h2 {font-size:1.3em;}
.arial14 h3 {font-size:1.2em;}
.arial14 h4 {font-size:1.0em;}


.sourcetext {font-size:.8em}
.centertext {margin:auto;width:100%;text-align:center}

/* ~~ The footer ~~ */
footer {
	padding: 10px 0;
	background:;
	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 */
}

#footer-container {width:100%; height:auto; text-align:center; border: solid 0 blue; position: relative; z-index:5}
.footer-icons{list-style-type:none; margin:0 auto; padding:15px 0 20px 0; width:700px; height:auto; border: solid 0 red; list-style:none}
.iconitem {float:left; text-align:center; height:100%;  margin-left:4px; margin-right:2px}
.footertext {font: Arial, Helvetica, sans-serif; font-size:11px; color:#333333; max-width:960px; min-width: 700px; height:100%; padding-bottom:5px; margin:auto; text-align:center; border: solid 0 green}
.footerlink:link, .footerlink:visited, .footerlink:hover, .footerlink:active
	{font: Arial, Helvetica, sans-serif; font-size:11px; color:#006; 
	height:auto;  
	margin:auto; 
	padding: 0 2px 0px 2px;
	border: solid 0 green}
.course-copyright {font: Arial, Helvetica, sans-serif; font-size:11px; color:#333333; max-width:960px; min-width: 700px; height:100%; margin-bottom:5px; margin:auto; text-align:center;}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}


.clear {clear:both}

.light_drop {
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px #888;
box-shadow: 0 0 5px #888;
}
.light_drop2 {
-moz-box-shadow: 0 0 10px #003399;
-webkit-box-shadow: 0 0 10px #003399;
box-shadow: 0 0px 10px #003399;
}
.light_drop3 {
-moz-box-shadow: 2px 3px 2px #333333;
-webkit-box-shadow: 2px 3px 2px #333333;
box-shadow: 2px 3px 2px #999999;
}

.light_drop4 {
-moz-box-shadow: 0 5px 3px 5px #b4ad91;
-webkit-box-shadow: 0 5px 3px 5px #b4ad91;
box-shadow: 0 4px 4px 2px #b4ad91;
}

.light_drop5 {
-moz-box-shadow: 0px 0px 10px 2px #b4ad91;
-webkit-box-shadow: 0px 0px 10px 2px #b4ad91;
box-shadow: 0px 0px 10px 2px #b4ad91;
}

#course-icons {width:auto; text-align:right; padding:0; margin: 0 15px 10px 15px; float:right;}
#print-page, #print-course {margin-right:10px;display:none}
#print-course {display:none;}

.f-right {float: right;}
.f-left {float: left;}
.no-float {float:none;}
.clear-both {clear:both;}
.imgicon {margin:0; padding:0;}

#menuBarContainer {
	width:100%;
	height: auto;
	min-height:30px;
	max-height:60px;
	vertical-align: middle;
	display:;
	margin:0; padding:0;
	padding-top:5px;
	background: url(/images/menu/menu-bg.png) bottom repeat-x #1a3889;
	background-position: 0 -8px;
	position:fixed; 
	bottom:0;
	text-align:center;
	opacity:0.95; 
	filter:alpha(opacity=95);
	z-index:1000;

	
} 





#MenuButtonContainer { 
    position:relative;
	overflow: hidden;
	height:auto;
	width:auto; 
	min-width: 700px;
	max-width: 960px;	
	margin:auto;
	text-align:center;
	vertical-align:center;
	
} 
.ulMenuButtons{list-style-type:none; margin:auto 0; text-align:center; padding:0;	height: auto;
	min-height:30px;
	max-height:60px;}
.menuLI, .menuLIL {float:left; text-align:center; min-width: 14%; max-width:25%;  font-size:13px; font-weight:bold; height: auto;
	min-height:30px;
	max-height:60px; border-right:dotted #006 1px;}
.menuLIL {border-right:none; min-width: 12%}
.menuA, .menuA:HOVER, .menuA:LINK, .menuA:VISITED { width:80%; display:inline-block; font-size:13px; font-weight:bold; text-decoration:none; color:#FFF;  margin:auto; border-radius:2px; padding:3px 0px 3px 0px}
.menuA:HOVER {color:#000099; background-color: #9fadd1; }

.clsValidationMsg {width:85%; height:auto; min-height:60px;
font-size:12px;color: #F00;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold; 
background-color: #f2f2f2; 
border:#C00 2px dashed;text-align:left;
margin:0 auto;padding:10px;
border-radius: 20px;}

.imgCone {float:left; margin:10px;}
.msgText {float:left;margin-left:10px;}
.msgTitle {color:#000;margin-bottom:5px;margin-top:15px;}
.redTxt{color:#FF0000}
.clsMSG {float:left}
.clsMSGNext {clear:both;margin-top:15px;}

.lgrayHR {background-color: #B0B9CE; height:1px; width:100%; margin:5px 0 20px 0;}

#DigiCertClickID_Nl8-f13Z {margin-top:10px;}


#cbContainer {background:url(/images3/course/clipboard.jpg) no-repeat; width:419px; height:554px;margin:0 auto;}
#strHTML {padding:155px 10px 20px 10px; text-align:left}