/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body { 
  line-height: 1.5;
  padding: 0 0 20px;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #222; 
  background: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Begin Styles
-------------------------------------------------------------- */

body {
	background: #999b9e;
}
#container {
	position: relative;
	width: 900px;
	margin: 20px auto 20px;
	border: 1px solid #bbb;
	background: #FFFFFF;
}
#header {
	height: 160px;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/bg_masthead.png) bottom left repeat-x;
}
#rand {
	height: 160px;
	width: 240px;
	float: left;
	margin: 0;
	padding: 0;
}
#rand img {
	margin: 0;
	padding: 0;
}
#logo {
	height: 87px;
	width: 660px;
	text-align: center;
	float: right;
	margin: 0;
	padding: 0;
}
#logo img {
	margin: 6px 0 0;
}
#masthead {
	width: 660px;
	float: right;
	margin: 0;
	padding: 7px 0 0;
}
#masthead span.phone_number {
	float: left;
	margin: 0;
	padding: 0 0 0 40px;
	color: #fff;
}
#masthead p.links {
	width: 622px;
	color: #fff;
	font: 13px/100% Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 0;
	padding: 0;
}
#masthead p a, #masthead p a:visited, #masthead span a, #masthead span a:visited {
	color: #fff;
	text-decoration: none;
}
#masthead p a:hover, #masthead span a:hover {
	text-decoration: underline;
}
#masthead img {
}
#masthead p.success {
	font: 2.2em/1em "Times New Roman", Times, serif;
	width: 660px;
	height: 36px;
	color: #fff;
	text-indent: 360px;
	margin: 9px 0 0;
	padding: 6px 0 0;
	background: url(../images/masthead2.jpg) no-repeat;
}

		/* navigation */

ul.nav  {
	list-style-type: none;
	padding: 3px 4px 0 4px;;
	margin: 0;
	line-height: 1;
	background: #a17920;
	clear: both;
}
ul.nav li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
	background: url(../images/bg_nav_btn.gif) top right no-repeat;
}
ul.nav li.drop {
	background: url(../images/bg_nav_btn_drop.gif) top right no-repeat;
}
ul.nav li.burg {
	background: url(../images/bg_nav_btn_b.png) top right no-repeat;
}
ul.nav li a {
	display: block;
	margin: 0;
	padding: 6px 0 8px 0;
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	color: #fdfbf3;
	text-decoration: none;
	background: url(../images/bg_nav_btn_left.gif) top left no-repeat;
	text-indent: 11px;
}
ul.nav li a.home {
	width: 56px;
	text-indent: 10px;
}
ul.nav li a.online {
	width: 110px;
}
ul.nav li a.financial {
	width: 102px;
}
ul.nav li a.faqs {
	width: 53px;
}
ul.nav li a.request {
	width: 153px;
}
ul.nav li a.apply {
	width: 89px;
}
ul.nav li a.about {
	width: 80px;
}
ul.nav li a.recognition {
	width: 156px;
}
ul.nav li a.benefits {
	width: 120px;
}
ul.nav li a.burgundy {
	background: url(../images/bg_nav_btn_b_left.png) top left no-repeat;
}
ul.nav li a:hover {
	text-decoration: underline;
	color: #fff;
}
/* dropline nav */

.nav li ul { /* second-level lists */
	position: absolute;
	width: 900px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	list-style-type: none;
	background: url(../images/bg_subnav.gif) top left no-repeat;
	padding: 0 0 0 4px;
	z-index: 200;
}
.nav li ul li { /* second-level lists */
	float: left;
	background: none;
}
.nav li ul a {
	background: url(../images/bg_subnav_sep.gif) right 50% no-repeat;;
	text-indent: 12px;
	padding-right: 14px;
}
.nav li:hover ul, .nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin: -8px 0 0 -62px;
	padding: 8px 0 30px 0;
}

#content {
	padding: 30px 35px 20px;
	clear: both;
	background: #FFFFFF;
}
#content img {
	float: right;
/*
	border: 1px solid #cda84f;
	border: 1px solid #dcc284;
*/
	border: 1px solid #e4cf9e;
	padding: 2px;
	margin: 0 0 16px 12px;
}
p {
	font: 1.0em/150% Verdana, Arial, Helvetica, sans-serif;
}
.alignright {
	float: right;
}

		/* content */
		
h1 {
	font: 2.3em/1em "Times New Roman", Times, serif;
	color: #8d243d;
	padding: 0 0 20px 0;
	margin: 0;
}
h2 {
	font: bold 1.2em/140% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 10px;
}
h3 {
	font: bold 1.0em/140% Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #8d243d;
	margin: 0;
	padding: 0 0 10px;
}
h4 {
	font: normal 1.0em/140% Verdana, Arial, Helvetica, sans-serif;
}
#content p {
	margin: 0;
	padding: 0 0 10px 0;
}
#content .leftindent {
	margin-left: 24px;
}
#content .dblleftindent {
	margin-left: 48px;
}
#content .small {
	font: normal 0.8em/120% Verdana, Arial, Helvetica, sans-serif;
}
#content a, #content a:hover, #content a:visited {
	color: #a17920;
}
.color-burgundy {
	color: #8d243d;
}
.color-gold, a.color-gold:visited, a.color-gold:hover {
	color: #a17920;
}
#movieholder {
	float: right;
	margin: -20px 0 0;
	z-index: 100;
}

table.courses {
	width: 80%;
	margin-top: 20px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
table.courses th {
	text-align: center;
	font-style: italic;
}
table.courses td, table.courses th {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: #fff;
	empty-cells: show;
}
#content table.courses td a, #content table.courses th a {
	color: #000000;
}
#content table.courses td a:hover, #content table.courses th a:hover {
	text-decoration: none;
}

table.courses td.narrowcol {
	width: 16%;
}
table.courses td.oddrow {
	background: #ebefdc;
}
table.courses td.totalrow {
	border-right: 1px solid #fff;
}
table.courses td.totalrowtotal {
	font-weight: bold;
}
h4.tabletotals {
	width: 80%;
	text-indent: 64%;
	margin: 10px 0 0;
	padding: 10px 0 20px;
	border-top: 1px solid #aaa;
	font-weight: bold;
}
h3.coursedesch {
	font-style: normal;
	color: #202020;
	padding-top: 20px;
}

		/* javascript window blind form */

#more_information {
	position: absolute;
	top: 191px;
	right: 0px;
	width: 460px; 
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #fff;
	color: #474747;
/*	background: url(../images/ds_bg.png) bottom right no-repeat;
*/
	z-index: 200;
}
#more_information h3 {
	color: #8d243d;
	font: bold 1.4em Verdana, Arial, Helvetica, sans-serif;
}
#more_information table {
}
#more_information table td span {
	font-size: 1.2em;
	line-height: 1em;
	color: #8d243d;
}

#bottombox {
}
.bottomboxbar {
	background: #a17920;
	height: 32px;
}
.bottomboxbar h2 {
	float: left;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 8px 12px 0;
}
.bottomboxbar h2 a {
	color: #fff;
}
.bottomboxbar h2 a:hover {
	text-decoration: none;
}
#bottombox .box {
	background: #eee;
	margin: 2px 0 0 0;
	padding: 0 0 8px;
}
#bottombox .box .links {
	padding: 8px 4px 8px 14px;
	float: left;
}
#bottombox .box .links p {
	margin: 0;
	padding: 0 0 6px 0;
	line-height: 1.2em;
	font-weight: bold;
	color: #192d70;
}
#bottombox .box .links p a {
	color: #192d70;
}
#bottombox .box img {
	padding: 2px 4px 0 14px;
	float: left;
}
#bottombox .box .list p {
	width: 520px;
	margin: 8px 0 0 18px;
	padding: 0 0 0 26px;
	line-height: 1.2em;
	color: #000;
	background: url(../images/box_bullet.jpg) no-repeat;
	float: left;
}
#bottombox .box .listholder {
	width: 670px;
	margin: 8px 0 0 0;
	line-height: 1.2em;
	float: right;
}
#bottombox .box .listheader {
	width: 90px;
	float: left;
	text-align: right;
	font-weight: bold;
}
#bottombox .box .listbody {
	width: 560px;
	float: right;
	padding: 0 10px 0 0;
}
.subbox {
	padding: 20px;
}



#footer {
	clear: both;	
	margin: 16px 0 0;
	padding: 6px 0 0;
	border-top: 1px solid #bbb;
	font-size: .9em;
	background: #FFFFFF;
}
#footer img {
	float: left;
	padding: 0 6px;
}
#footer p {
	margin: 5px 0 0;
	padding: 0;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #222;
}
#footer a:hover {
	text-decoration: underline;
	color: #222;
}
#footer a.blend, #footer a.blend:visited, #footer a.blend:hover {
	color: #222;
	text-decoration: none;
}

								
/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, #container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, #container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, #container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }
