@charset "utf-8";
/* CSS Document */

/* BODY AND STICKY FOOTER */
* {
margin: 0px;
}

html, body {
height: 100%;
}

ul, ol, dl { 
position: relative; 
}

body {
font-family: Arial, sans serif;
margin: 0px;
padding: 0px;
background: #ffffff;
font-size: 12px;
line-height: 18px;
color: #000000;
background: url(../images/bodybg.gif) center #1395d8 repeat-y;
}

#wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -50px;
}

#push {
height: 50px;
}

#footer {
height: 50px;
background: url(../images/footerbg.gif) center #ffffff no-repeat;
color: #333333;
font-size: 16px;
line-height: 18px;
overflow: hidden;
text-align: center;
font-weight:bold;
}

#footer a {
color: #333333;
text-decoration: none;
}

#footer a:hover {
color: #1395d8;
text-decoration: none;
}

.clear {
clear: both;
}

/* WRAPPERS */

#headwrapper_div {
width: 900px;
margin: 0 auto;
}

#flashwrapper_div {
width: 900px;
margin: 0 auto;
line-height: 18px;
padding: 23px 0px;
font-size: 14px;
color: #ffffff;
}

#flashwrapper_div ul {
list-style: disc;
color: #ffffff;
padding-left: 15px;
}

#pagewrapper_div {
width: 900px;
margin: 0 auto;
}

#footerwrapper_div {
width: 900px;
margin: 0 auto;
padding: 6px 0px 0px 0px;
}

/* NAVIGATION */

.hide {
display: none;
}

.spacer {
float:left;
color: #ffffff;
padding-top: 5px;
}

#navbar_div {
padding: 5px 0px 4px 0px;
font-size: 18px;
text-shadow: 2px 2px 2px #066799;
}

#navbar_div a {
display:block;
float: left;
background: none;
padding: 7px 10px 8px 10px;
color: #ffffff;
text-decoration: none;
}

#navbar_div a:hover {
background: #066799;
color: #ffffff;
}

#navbar_div a#current {
background: none;
color: #ffffff;
}

/* HEADER ELEMENTS */


h1, h2, h3, h4 {
margin: 0px;
padding: 0px;
font-weight: normal;
}

h2 {
color: #1395d8;
font-size: 24px;
line-height: 24px;
font-weight: bold;
margin-bottom: 10px;
}
h3 {
color: #1395d8;
font-size: 18px;
line-height: 18px;
font-weight: bold;
margin-bottom: 10px;
}

h4 {
color: #2da341;
font-size: 14px;
line-height: 14px;
font-weight: bold;
}

h5 {
color: #e26600;
font-size: 14px;
line-height: 14px;
font-weight: bold;
}

/* BANNER ELEMENTS */

#headerarea {
background: url(../images/navbg.gif) bottom repeat-x #ffffff;
}

#banner_div {
margin-top: 0px;
height: 95px;
}

#logo {
background: url(../images/logo.jpg) no-repeat scroll 0% 0%;
width: 369px;
height: 88px;
text-indent: -3333px;
border: 0px;
float: left;
margin-top: 7px;
}

#logo a {
display: block;
width: 369px;
height: 88px;
text-decoration: none;
border: 0px;
}

#banner_info {
float: right;
}

/* CONTENT */

#content_div {
padding: 20px;
font-size: 14px;
line-height: 18px;
font-family: Trebuchet MS, Arial, san serif;
color: #333333;
}

#content_div b {
color: #e26600;
}

#content_div a {
color: #1395d8;
text-decoration: none;
}

#content_div a:hover {
text-decoration: none;
color: #0b6d9f;
}

.featuredcontent {
background: #ffffff;
width: 150px;
padding: 15px 14px 0px 15px;
border: 1px solid #c2c2c2;
}

.jt_employer {
padding-bottom: 10px;
border-bottom: 1px solid #c1c1c1;
margin-bottom: 10px;
}

.jt_employer a {
color: #333333;
font-weight: bold;
font-size: 14px;
}

.jt_employer a:hover {
color: blue;
}

.jt_job {
padding-bottom: 10px;
border-bottom: 1px solid #c1c1c1;
margin-bottom: 10px;
}

.jt_job a {
color: #333333;
font-weight: bold;
font-size: 14px;
}

.jt_job a:hover {
color: blue;
}

.featuredbottom {
background: url(../images/featuredbottom.gif) no-repeat;
height: 21px;
margin-bottom: 10px;
}

.featuredtop {
background: url(../images/featuredtop.jpg);
height: 41px;
}

.featuredtitle {
color: #066799;
font-size: 14px;
font-weight: bold;
padding-top: 13px;
text-align: center;
text-shadow: 1px 1px 0px #ffffff;
}

.featured {
float: right;
width: 181px;
font-size: 12px;
color: #666666;
overflow: hidden;
}

.leftcolumn {
float: left;
width: 647px;
}

#footerlinks {
float: left;
width: 600px;
font-size: 10px;
}

#copyright {
float: right;
text-align: right;
font-size: 10px;
padding-right: 25px;
}


/* LEVEL ONE DROPDOWN */
ul.dropdown                         { position: relative; list-style: none; margin: 0px; padding: 0px; z-index: 999; }
ul.dropdown li                      { float: left; zoom: 1; }
ul.dropdown a:hover		            	{  }
ul.dropdown a:active                {  }
ul.dropdown li a                    { display: block; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { position: relative; }
ul.dropdown li.hover a              {  }

/* LEVEL TWO */
ul.dropdown ul 						{ visibility: hidden; position: absolute; top: 100%; left: 0; list-style: none; margin: 0px; padding: 0px; z-index: 3; background: #066799; font-size: 14px; }
ul.dropdown ul li 									{ float: none; z-index: 3; background: #066799; }	 	  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a									{ display: inline-block; z-index: 3; } 
ul.dropdown ul li:hover			{ text-decoration: underline; color: white; } 