/*  Style Sheet for Nations Traffic School Web Pages */
/*  Copyright 2007-2011, Nations Traffic School           */

/* Horizontal Style Menu in Upper Navigation Section for English Text */
/* Apply mousedown effect only to NON IE browsers */

/* Vertical Style Menu in left (Main) Navigation Section - Uses Blue on light Blue when Hover */

.vmenu {
   display: block;
   list-style-type: none;
   margin: 8px 9px 14px 6px;
   padding: 1px;
   width:  220px;
   border: 1px solid #9A9A9A;
}

.vmenu lu {
   list-style-type: none;
   display: block;
   padding: 1px;
   width:  220px;
  text-decoration: none;
   border: 1px solid #9A9A9A;
}

.vmenu li a {
  background: #ffffe6 url(../images/glossyback.gif) repeat-x bottom left;
  font: bold 12px Arial, Tahoma sans-serif;
  color: white;
  display: block;
  width: auto;
  padding: 2px 0px 4px 4px;
  list-style-type: none;
  text-decoration: none;
}


* html .vmenu li a { 
  width:  220px
}

.vmenu li a:visited, #vmenu li a:active{
  color: white
}

.vmenu li a:hover {
  background-image: url(../images/glossyback2.gif);
  color: #E40000
}

.vmenu li.nb {
	background: #ffffe6 url(../images/glossyback2.gif) repeat-x bottom left;
	font: bold 14px Arial, Tahoma, Helvetica, sans-serif;
	color: #E40000;
	text-align: left;
	display: block;
	width:  220px;
	padding: 3px 0px 4px 0px;
}

/* Header and Paragraph Font style and settings */


h1	{ font: bold 17px Arial, Helvetica, sans-serif;
    margin-top: 2px;
	padding: 0px 6px 0px 0px;
	letter-spacing: -.02em;
	color: #E40000;
	} 


h2	{ font: bold 16px Arial, Helvetica, sans-serif;
	padding: 0px 6px 0px 0px;	
	letter-spacing: -.02em;
	color: #000000;
	}

h3	{ font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px 6px 0px 0px;	
	font-size: 14px;
	color: #000000;
	}

h4	{ font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px 6px 0px 0px;	
	font-size: 11pt;
	color: #000000;
	}
h5	{ font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px 4px 0px 0px;	
	font-size: 10pt;
	color: #000000;
	}

body	{ font-family: Verdana, Arial, Tahoma, sans-serif;
	font-weight: normal;
	text-align: left;
	padding: 0px 8px 6px 4px;
	font-size: 10pt;
	color: #000000;
    background: #FFFFF0;
	} 

p	{ font-family: Verdana, Arial, Tahoma, sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 10pt;
	padding: 0px 8px 0px 4px;	
	color: #000000;
	}


table td.tbl9pt	{ font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 9pt;
	color: #000000;
} 

table td.tblc9pt	{ font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 9pt;
	color: #000000;
} 

table td.tbl10pt	{ font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 10pt;
	color: #000000;
} 

table td.tblc10pt	{ font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 10pt;
	color: #000000;
} 

ol li.tbl	{ font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 9pt;
	list-style-type: decimal;
    font-weight: normal;
	color: #000000;
}

table td.c9red  { font-family: Arial, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 9pt;
  color: #e40000;
} 
table td.c9grn  { font-family: Arial, Tahoma, Verdana, sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 9pt;
  color: #05793F;
} 
table td.tblind { font-family: Arial, Tahoma, Verdana, sans-serif;
  font-weight: normal;
  text-align: left;
  padding-left: 40px;
  font-size: 9pt;
  color: #000000;
}



/* FAQ Font style and settings */

h6	{  font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
    margin: 10px 0px 0px 0px;
    padding: 0px 4px 0px 0px;	
	color: #000000;
}

p.faq	{ font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 10pt;
    margin: 2px 0 4px 0;
	padding: 0px 8px 0px 8px;	
	color: #000000;
}


ul li.faq	{ font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 10pt; 
	list-style-type: disc;
	font-weight: normal;
    margin: 0px 8px 2px 0;
	color: #000000;
}

ol li.faq	{ font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	list-style-type: decimal;
    font-weight: normal;
	color: #000000;
}

p.jumptop {  font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	text-align: right;
    margin: 6px 0 6px 0;
	padding: 0px 5px 0px 0px;
	} 

p.jumptop a{ 
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
	} 

p.jumptop a visited{ 
	color:  #0000FF;
	text-decoration: none;
}

p.jumptop a:hover{ 
	text-decoration: none;
	font-weight: bold;
	color: #EF0000;
}


p.end	{ font-family: Arial, Tahoma, sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 10pt;
    margin: 0 0 12px 0;
	padding: 0 0 0 0;	
	color: #000000;
}


ul li.doc	{ font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 10pt;
    font-weight: normal;
    margin: 0px 0 4px 0;
    color: #000000
}


ul li.tbl	{ font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 9pt; 
	list-style-type: square;
	font-weight: normal;
	color: #000000;
}

ol li.doc	{ font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 10pt;
	list-style-type: decimal;
    font-weight: normal;
	color: #000000;
}


ol li.tbl	{ font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 9pt;
    font-weight: normal;
	list-style-type: decimal;
	color: #000000;
}


table td	{ font-family: Arial, Verdana, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	padding-left: 3px;
	color: #000000;
}

em.light	{ background-color: #FFFFAD;
	font-style: normal;
}
	

table.footer {
    padding: 1px 0px 0px 0px;
    border: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #5A8CE7
}

td.footer	{ font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
    margin: 0;
	padding: 1px 0px 1px 0px;
	font-size: 8pt;
	color: #ffffff
} 

.price { font: bold 13pt Arial, sans-serif;
     text-align: center;
      letter-spacing: -.06em;
      padding: 0 5px 0 5px; 
      color: #e40000; 
      border: 1px solid #3A56CE;
} 

.price1 { 
    font: bold 14pt Arial, sans-serif;
    text-align: center;
    letter-spacing: -.06em;
    color: #e40000;
    margin: 8px;
    border: 1px solid #3A56CE;
} 


a.clean 	{ font-style: normal;
	text-decoration: underline;
	color: #0000FF;
}

a.clean:visited { text-decoration: none;
	color: #0000FF;
}

a.clean:hover { color: #E40000;
	background-color: #FFFFD4;
	font-weight: normal;
	text-decoration: none;
}

a.cleanb 	{ font-style: bold;
	text-decoration: underline;
	color: #0000FF;
}

a.cleanb:visited { text-decoration: none;
	color: #0000FF;
}

a.cleanb:hover { color: #E40000;
	background-color: #FFFFD4;
	font-weight: bold;
	text-decoration: none;
}

/* Select and Input Form fonts */

select {font-family: Arial, Verdana, Tahoma, sans-serif;
   font-weight: normal;
   font-size: 9pt;
   margin: 4px 0 1px 0;
}

input {font-family: Arial, Verdana, Tahoma, sans-serif;
   font-weight: normal;
   font-size: 9pt;
}


/* Body  box / container size settings */

html,body {margin: 0; padding: 0; background-color: #FFFFE9; font: normal 10pt arial}

div.container {
    text-align: left;
    background-clor: #FFFFFF;
    width: 930px; 
    margin: 0; 
    border: 1px solid #989898;
    box-shadow: 2px 2px 12px #666668;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}


div#banner{height:86px; width:928px; margin:0}

/* Navigation column Sections - Sets Top / Bottom Borders, Width, and Color */
    
table td.navleft { width: 238px;
      border-right: 1px solid #B6B6B6;
      border-top: 1px solid #B6B6B6;
      background-color: #FFFFBF;
      padding: 2px 0 14px 4px;
      border-top-right-radius: 5px;
}

table td.navlefttop { text-align: center;
      width: 238px;
      background-color: white;
}

       
table td.navright { width: 238px;
      border-top: 1px solid #B6B6B6;
      border-left: 1px solid #B6B6B6;
      background-color: #FFFFBF;
      border-top-left-radius: 2px;
}

table td.navrighttop { text-align: center;
      width: 238px;
      background-color: white;
 }

table td.textsection { width: 690px;
      margin-top: 0px;
      padding: 0 10px 14px 10px;
}

table td.nav {
      font: bold 9pt arial;
      text-align:center;
      padding: 0 18px 0 18px;
      border-top: 1px solid #989898;
      border-right: 1px solid #989898;
      width:  220px;
      background-color: #FFFFBF;
}

.cornersrnd { 
    border: 2px solid #3A56CE;
    border-radius: 4px; 
    box-shadow: 3px 3px 6px #0F214C;
    background-color: #FFFFFF;
}

.cornersrndns { 
    border: 3px solid #3A56CE;
    border-radius: 4px; 
    background-color: #FFFFFF
}
