* {
               margin: 0;
               padding: 0; 
}
html {
               margin: 0;
               padding: 0; 
}
body {
               font: 100% Verdana, Arial, Helvetica, sans-serif;
               background: #000 url(images/bg-footer.jpg) no-repeat center bottom;
               margin: 0;
               /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
               text-align: center;
               /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffc500;
               }
.bg2 {background: #000 url(images/bg-footer2.jpg) no-repeat center bottom;}
.bg3 {background: #000 url(images/bg-footer3.jpg) no-repeat center bottom;}

#container {
               width: 1000px;
               /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto 600px auto;
               /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
               /* this overrides the text-align: center on the body element. */
               position: relative; 
}
#header {
               padding: 0 0px 0 0px;
               /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
position: relative;
               z-index:900;
               width: 1000px;
               top: 0px;
               left: 0px; 
}
#masthead {
               height: 300px;
               text-align: center;
               margin: 0px;
               padding: 0px 0px 0px 0px;
               background: url(images/bg-chrome-bar.png) no-repeat left bottom; 
}
#masthead2 {
               height: 370px;
               text-align: center;
               margin: 0px;
               padding: 0px 0px 0px 0px;
               background: url(images/bg-chrome-bar.png) no-repeat left bottom; 
}
#logo { 
}
#navigation {
               margin: -108px 0 0 0;
               padding: 0em;
               text-align: center; 
}
#menuwrapper {
               text-align: left;
               width: 57.5em;
               margin: 0px auto 0em auto;
               padding: 0px 0px 0px 0px;
               position: relative;
               z-index: 99999;
}
#video {
               height: 600px;
               z-index: 0;
               width: 1000px;
               top: 0px;
               left: 0px;
               position: relative; 
}
#video-shade {
               position: absolute;
               width: 1000px;
               top: -12px;
               left: 0px;
               margin: 0px;
               padding: 0;
               height: 750px;
               z-index: 2;
}
#movieclip {
               position: absolute;
               width: 1000px;
               top: -12px;
               left: 0px;
               margin: 0px;
               padding: 0;
               height: 750px;
               z-index: 1;
               overflow: hidden; 
}
#steps {
               background: url(images/trans-black.png) repeat;
               color: #fff;
               position: absolute;
               z-index: 500;
               top: -3px;
               left: 0px;
               border: 1px #999 solid;
               margin: 0px;
               padding: 0; 
}
#sidebar-wrap {
               position: relative;
               z-index: 100;
               width: 330px;
               top: 0px;
               left: 0px;
               margin: 8px 0px 0px 0px;
               padding: 75px 0 0 0px;
               width: 1000px;
               background: url(images/bg-sidebar-wrap.png) no-repeat center top; 
}
#content-wrap {
               padding: 40px 30px 0 30px;
}
#sidebar1 {
               float: right;
               /* since this element is floated, a width must be given */
	width: 227px;
               /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px;
}
#sidebars {
               float: right;
	width: 217px;
	padding: 10px 10px 0 10px;
               margin: 10px 5px 25px 5px;
               background: url(images/bg-steel.jpg) center top; 
               border: 1px #f0f0f0 solid; 
               -moz-border-radius: 8px; 
               -webkit-border-radius: 8px;
}
#mainContent {
               margin: 0 250px 0 0;
               /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 16px 15px 20px;
               /* remember that padding is the space inside the div box and margin is the space outside the div box */ 
}
#footer {
               width: 100%;
               margin: 0;
               text-align: center;
               padding: 0 0 5px 0;
               background: url(images/bg-footer-nav.jpg) no-repeat center top; 
}
#footer-content {
               width: 1000px;
               margin: 0 auto 0 auto;
               position: relative; 
}
#mail-list {
               position: absolute;
               top: -500px;
               left: 30px;
               margin: 0px;
               padding: 10px 15px 0px 15px; 
               border: 1px #adb4be solid; 
               background: #1c1c1c url(images/dp-bg.jpg);
	width:196px; 
 
               -moz-border-radius: 8px; 
               -webkit-border-radius: 8px;
}
}
/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
               clear: both;
               height: 0;
               line-height: 0.0;
               font-size: 0; 
}
/*
p7menubar is the root UL and p7menubar ul applies to all the sub-menu ULs.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
and set a font-family different from the global font-family declared for the
body element above. This sets font for just the menu. Do not add a font-size here.
*/
#p7menubar, #p7menubar ul {
               padding: 0;
               list-style: none;
               font-family: Verdana, Helvetica, Arial, sans-serif;
               font-weight: bold;
               margin: 0px 0px 0px 0px; 
}
/*
Root-Level Links.  Do not change the first two properties.
Adjust padding values to make the root links taller and to offset them
from the left and right edges of the link box. The border right creates a
separator between links. Font-size is set here and will apply to all menu levels.
Font color is set to light gray.
*/
#p7menubar a {
               display: block;
               text-decoration: none;
               padding: 3px 10px 3px 10px;
               font-size: 65%;
               color: #fff; 
}
/*
Class assigned to those Root-Level links that have associated Sub-Menus.
The top and bottom padding assigned this element must be the same as
that assigned to the p7menubar a element. The right padding is increased
to accomodate the display of background image depicting a downward
pointing arrow.
*/
#p7menubar a.trigger {
               padding: 3px 10px 3px 10px;
}
/*
The Root-Level list items. Floating left allows
them to appear horizontally. Width is for IE5 Mac. The last rule in
this style sheet will set the width for this element to auto for all
other browsers - hiding it from IE5 Mac. The width is proportional.
As you add and edit root menu items, you will need to test this width
to ensure it is wide enough to accomodate all text.
*/
#p7menubar li {
               float: left;
               width: 9em; 
}
/*
Sets width for Sub-Menu box and the List Items inside - in proportional em units. 
This allows the sub-menu width to expand if users resize the text in their browsers.
*/
#p7menubar li ul, #p7menubar ul li {
               width: 14em; 
}
/*
The sub-menu links. We set color and turn off the right border, which
would otherwise be inherited from the root link rule. We set top and 
bottom padding less than the root items and increas the left padding
to indent the sub-menu links a small amount in from the root links.
*/
#p7menubar ul li a {
               font-size: 71%;
               color: #000;
               border-right: 0;
               padding: 5px 12px 5px 16px; 
}
/*
Sub-Menu Unordered Lists describes each dropdown sub-menu grouping. 
Positioned Absolutely to allow them to appear below their root trigger.
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE.
Right and bottom borders are set to simulate a raised look.
A gradient background image is assigned.
*/
#p7menubar li ul {
               position: absolute;
               display: none;
               border-top: 1px #f5fffe solid;
               border-left: 1px #403f41 solid;
               border-right: 1px solid #403f41;
               border-bottom: 1px solid #403f41;
               background: #FFFFFF url(images/bg-dropdns3.jpg) repeat-x center -25px; 
}
/*
Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
               color: #ffffff;
               background: #f33c1a; 
}
/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
               display: block; 
}
/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
The color set should march the normal Sub-Level link color
in the rule: #p7menubar ul li a. The background color must be
transparent to allow the underlying gradient background on the UL
to show through.
*/
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
               color: #000;
               background-color: transparent; 
}
/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
#p7menubar ul a:hover {
               color: #ffffff!important;
               background: #f33c1a!important; 
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#p7menubar li {
               width: auto; 
}
#steps h2 {
               font: bold 1.5em/1.2em Verdana, Helvetica, Arial, sans-serif;
               letter-spacing: -.04em;
               text-align: center;
               margin: 0;
               padding: 0 0 5px 0; 
}
#steps ul {
               margin: 0em;
               padding: 0em; 
}
#steps ul li {
               margin: 0em;
               padding: 0;
               list-style-type: none; 
}
#steps ul li a {
               font: bold .7em Verdana, Helvetica, Arial, sans-serif;
               color: #fff;
               text-decoration: none;
               margin: 0em;
               padding: .3em .8em .4em .8em;
               display: block; 
}
#steps ul li a:hover {
               background: #f33c1a; 
}
#subnav {
               margin: 0;
               padding: 0;
               float: left;
               list-style: none;
               height: 32px;
               border-left: 1px solid #3c3c3c;
               width: 100%; 
}
#subnav li {
               float: left;
               margin: 0;
               padding: 0;
               height: 31px;
               line-height: 31px;
               margin-bottom: -1px;
               background: #f33c1a;
               overflow: hidden;
               position: relative; 
               border: 1px #3c3c3c solid; 
               border-left: none; 
}
#subnav li a {
               border: 1px #1c1c1c solid; 
               text-decoration: none;
               color: #fff;
               display: block;
               font-size: 60%;
               padding: 0 20px;
               outline: none;
               font-weight: bold;
               text-transform: uppercase; 
}
#subnav li a:hover {
               background: #1c1c1c;
}

#footer ul {
               padding: 1.5em 0em .7em 0px;
               margin: 0em;
               list-style-type: none;
               text-align: center; 
}
#footer ul li {
               margin: 0em;
               display: inline;
               padding: 0em .3em 0em .3em; 
}
#footer ul li a {
               font: bold .8em Verdana, Helvetica, Arial, sans-serif;
               color: #999;
               text-decoration: none;
               margin: 0em;
               padding: .5em 1em .5em 1em;
               background: #003300 url(images/yellblend.jpg) repeat-x right bottom;
               border: 2px #9da2a0 solid; 
}
#footer ul li a:hover {
               color: #fff;
               text-decoration: none;
               background: #339900;
               border: 2px #9da2a0 solid; 
}
h1, h2, h3, h4 {
               color: #fff;
               margin-bottom: .3em 
}
h1 {
               font: bold 2.2em Verdana, Helvetica, Arial, sans-serif;
               letter-spacing: -.03em;
               padding: 0em;
               margin: 0px 0px .3em 0px; 
}
hr {
               padding: 0em;
               margin: 0 0em 1em 0em;
               border: 2px solid #fff;
               color: #fff; 
}
p {
               font: 1em/1.8em Verdana, Helvetica, Arial, sans-serif;
               margin: 0 0 1.5em 0 ;
               padding: 0px 20px 0 0; 
}
#sidebar1 h3 {
               font-size: .9em; 
}
#sidebars p, #sidebar1 p {
               font-size: .85em; 
}
#sidebars h3 {
                font-size: .9em; 
              font-weight: bold;
               color: #fff;
               text-decoration: none;
               text-align: center;
               display: block;
               width: 100%; 
               background: #f33c1a;
               padding: 6px 0px;
               margin: 0px 0 0px 0; 
               -moz-border-radius-topleft: 8px;
               -webkit-border-top-left-radius: 8px; 
               -moz-border-radius-topright: 8px;
               -webkit-border-top-right-radius: 8px;
               border: 1px #25252a solid; 
}

.legal {
               font-size: .7em;
               line-height: 1.1em;
               color: #999;
               padding: 10px 20px 0 20px; 
}
.black {color: #000;}
#ul-list 
{
padding: 0em 0em 1.5em 2em;
font: .9em/1.5em Verdana, Helvetica, Arial, sans-serif;
margin: 0em; 
}
#ul-list li 
{
list-style-type: square;
list-style-position: outside; 
padding: 0 2em .8em 0;
}
#ul-list li #ul-list 
{
padding: .8em 0em 0em 2em;
margin: 0em; 
font: 1em/1.5em Verdana, Helvetica, Arial, sans-serif;
}
#ul-list li #ul-list li 
{
list-style-type: square;
list-style-position: outside; 
padding: 0 2em .8em 0;
}
#subjectlist 
{
padding: 0em 0em 1.5em 2.5em;
font: bold .9em/1.5em Verdana, Helvetica, Arial, sans-serif;
margin: 0em; 
}
#subjectlist li 
{
list-style-type: decimal;
list-style-position: outside; 
padding: 0 2em .8em 0;
}

#sidebar-list 
{
padding: 0em 0em 1.5em 1.2em;
font: .75em/1.1em Verdana, Helvetica, Arial, sans-serif;
margin: 0em; 
}
#sidebar-list li 
{
list-style-type: square;
list-style-position: outside; 
padding: 0 0em 1em 0;
}
#employers {
               margin: 0 0 0 1em;
}
#employers td {
               padding: 0 1em 0 1em;
               float: left; 
}
.logo-sub {
               font-weight: bold;
               font-size: 1.5em;
               line-height: 1em;
               color: #fff;
               margin-top: -10px;
               padding: 0px 0px 0 0px; 
}
h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, li a:link, li a:visited,p a:link, p a:visited {
               font-weight: bold;
               color: #ffc500;
               text-decoration: underline; 
}
h2 a:hover, h2 a:active, h3 a:hover, h3 a:active, li a:hover, li a:active, p a:hover, p a:active {
               color:#fff; 
}
#sidebars p a:link, #sidebars p a:visited {
               font-weight: bold;
               color: #fff;
               text-decoration: none;
               text-align: center;
               display: block;
               width: 100%; 
               background: #f33c1a;
               padding: 6px 10px;
               margin: 10px 0 -10px 0; 
               -moz-border-radius-bottomleft: 8px;
               -webkit-border-bottom-left-radius: 8px; 
               -moz-border-radius-bottomright: 8px;
               -webkit-border-bottom-right-radius: 8px;
               border: 1px #25252a solid; 
}
#sidebars p a:hover, #sidebars p a:active {
               color:#000; 
}
a img {
               border: none; 
}
.fltrt {
               /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
               margin-left: 8px; 
}
.fltrtborder {
	float: right;
               margin: 8px 0 0 8px;
               border: 1px #3c3c3c solid;
               padding: 4px; 
}
.btn-enroll {
               height: 65px;
               width: 176px;
               background: #fff url(images/btn-enroll.png) no-repeat left 0px;
               float: right;
               margin: 0;
               padding: 0px;
               display: block; 
}
.btn-enroll:hover {
               background: url(images/btn-enroll.png) no-repeat left 0px;
}
.btn-enroll span {
               margin: 0px 0px 0px -3000px; 
}

#highlight {
               background: #1c1c1c;
               padding: 18px 10px 1px 10px;
               margin: 0 30px 18px 30px;
               border: 1px #3c3c3c solid; 
}
#letter {
               width: 575px;
               background: #fff url(images/bg-letter.jpg) repeat-y left top;
               padding: 18px 30px 20px 45px;
               margin: 1.5em auto 1.5em auto;
               border: 3px #f33c1a solid; 
}
#letter p {
               color: #000;
               font: 1em/1.3em Times, "Times New Roman", serif;
               margin: 0 0 1.1em 0 ;
               padding: 0px 20px 0 0; 
}

.fltlft {
               /* this class can be used to float an element left in your page */
	float: left;
               margin-right: 8px; 
}
img, div { behavior: url(iepngfix.htc) }
.clearfloat {
               	clear:both;
               height:0;
               font-size: 1px;
               line-height: 0px; 
}
.clearfloat2 {
               	clear: left;
               height:0;
               font-size: 1px;
               line-height: 0px; 
}
#inforequest form {
               margin: 0px;
               padding: 0px; 
}
#inforequest fieldset {
               border: 1px solid #fff;
               width: 37em;
               margin: 0em 0em 1em 0em; 
}
#inforequest legend {
               color: #ffffff;
               background: #003f0c;
               border: 1px solid #cccccc;
               font: bold 1em Verdana, Helvetica, Arial, sans-serif;
               padding: .3em 1em .3em 1em;
               margin: 0em 0em 1em 1em; 
}
#inforequest p {
               margin: 0 0 1em 0 ;
               padding: 0; 
}
.formtext {
               font: .8em Verdana, Helvetica, Arial, sans-serif; 
               margin: 0 0 0 20em;
               display: block; 
}
#inforequest label {
               width: 17em;
               float: left;
               text-align: right;
               display: block;
               font: bold .9em Verdana, Helvetica, Arial, sans-serif;
               color: #fff;
               margin: .3em 1em 0em 0em; 
}
#inforequest input {
               color: #ffffff;
               background: #f33c1a;
               border: 1px solid #999;
               margin: 0px;
               font: bold 100% Verdana, Helvetica, Arial, sans-serif;
               padding: 4px;
               width: 300px; 
}
#inforequest textarea {
               color: #ffffff;
               background: #f33c1a;
               border: 1px solid #999;
               margin: 0px;
               font: bold 100% Verdana, Helvetica, Arial, sans-serif;
               padding: 4px;
               width: 300px; 
}
#checkbox {
               width: 1em;
               height: 1em;
               border: none;
               background: none;
               padding: 0px;
               margin: 6px 0 2px 0; 
}
#inforequest select {
               color: #ffffff;
               background: #f33c1a;
               border: 1px solid #999;
               margin: 0px;
               font: bold 100% Verdana, Helvetica, Arial, sans-serif;
               padding: 4px;
               width: 300px; 
}
#inforequest option {
               color: #ffffff;
               background: #f33c1a;
               border: 1px solid #999;
               margin: 0px;
               font: bold 100% Verdana, Helvetica, Arial, sans-serif;
               padding: 4px;
               width: 300px; 
}
#inforequest .submit {
               background: #f33c1a;
              color: #ffffff;
               border: 1px #ffffff solid;
               font: bold 1em Verdana, Helvetica, Arial, sans-serif;
               padding: 4px;
               margin: 1em 0 0 16.4em; 
               width: 15em;
               }
#inforequest .submit:hover {
               background: #339900; 
}



#mail-list p {
               margin: 1em 0 .5em 0 ;
               padding: 0; 
}
#mail-list form {
               margin: 0px;
               padding: 0px; 
}
#mail-list label {
               font: bold 100% Verdana, Helvetica, Arial, sans-serif;
               color: #ffffff;
               margin: 0px; 
}
#mail-list input {
               color: #ffffff;
               background: #f33c1a;
               border: 1px solid #999;
               margin: 0px;
               font: bold 100% Verdana, Helvetica, Arial, sans-serif;
               width: 180px; 
}
#mail-list .submit {
               color: #ffffff;
               background: #003300;
               border: 1px #ffffff solid;
               font: bold 90% Verdana, Helvetica, Arial, sans-serif;
               margin: .5em 0 0 0 ;
               padding: 0;
               width: 80px; 
}
#mail-list .submit:hover {
               background: #339900; 
}
#mail-list a {
               color: #ffffff;
               background: #003300;
               border: 1px #1f1d18 solid; 
               font: bold 90% Verdana, Helvetica, Arial, sans-serif;
               margin: 1em 0 1em 0 ;
               padding: 6px 8px 8px 8px;
               display: block;
               text-decoration: none; 
}
#mail-list a:hover {
               background: #339900; 
}