/****************************************************
 GLOBAL
****************************************************/

* {
 margin: 0; 
 padding: 0;
}

body {
 background: #fff url(/_img/bg-body.gif) top center no-repeat;
 font: 76%/140% Arial,Helvetica,sans-serif;	
 color: #13081E;
}

/*ul, li {
 list-style-type: none;
}*/

hr {
 clear: both;
 visibility: hidden;
}	

.clear {
 clear: both;
}

.centered, p.centered {
 text-align: center;
}

.right {
 text-align: right;
}
		
img {
 border:0;
 position:relative;
}	

p {
 margin: 0 0 15px 0;
}

table td {
 padding: 5px;
 margin: 1px 0;
}

tr {
 background-color: #E5F0F6;
}

tr.trTitle {
 background-color: #66A0C8;
 color: #fff;
}


/****************************************************
 WRAPPERS
****************************************************/ 

body#home #wrapper {
 position: relative;
 width: 800px;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
 background: #fff url(/_img/masthead.jpg) 20px 118px no-repeat; 
 z-index: 99;
}

#wrapper {
 position: relative;
 width: 800px;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
}

/****************************************************
 NAVIGATION
****************************************************/

#navbar {
 position: relative;
 background-color: #297EB3;
 height: 30px;
 border-bottom: 1px solid #fff;
/* border: 1px solid #000;*/
}

div#navbar ul#nav	{
 height: 30px;
 width: 800px;
 background: #297EB3 url(/_img/navbar.gif) 0 0 no-repeat;
 position: relative;
}

div#navbar ul#nav li {
 list-style: none;
 position: absolute;
 top: 0;
}
	
ul#nav li, ul#nav a {
 height: 30px;
 display: block;
}
	
div#navbar ul#nav li a {
 text-indent: -9999px;
 text-decoration: none;
}

#nav07 {left: 0; width: 112px;}	
#nav01 {left: 112px; width: 132px;}
#nav02 {left: 244px; width: 180px;}
#nav03 {left: 424px; width: 113px;}
#nav04 {left: 537px; width: 129px;}
#nav05 {left: 666px; width: 55px;}
#nav06 {left: 721px; width: 79px;}

#nav07 a:hover {background: transparent url(/_img/navbar.gif) 0 -30px no-repeat; border:0;}
#nav01 a:hover {background: transparent url(/_img/navbar.gif) -112px -30px no-repeat; border:0;}
#nav02 a:hover {background: transparent url(/_img/navbar.gif) -244px -30px no-repeat; border:0;}
#nav03 a:hover {background: transparent url(/_img/navbar.gif) -424px -30px no-repeat; border:0;}
#nav04 a:hover {background: transparent url(/_img/navbar.gif) -537px -30px no-repeat; border:0;}
#nav05 a:hover {background: transparent url(/_img/navbar.gif) -666px -30px no-repeat; border:0;}
#nav06 a:hover {background: transparent url(/_img/navbar.gif) -721px -30px no-repeat; border:0;}

/* YOU ARE HERE */
body#home #nav07 {background: transparent url(/_img/navbar.gif) 0 -30px no-repeat; border:0;}	
body#sites-buildings #nav01 {background: transparent url(/_img/navbar.gif) -112px -30px no-repeat; border:0;}
body#industry-business #nav02 {background: transparent url(/_img/navbar.gif) -244px -30px no-repeat; border:0;}
body#quality-of-life #nav03 {background: transparent url(/_img/navbar.gif) -424px -30px no-repeat; border:0;}
body#major-employers #nav04 {background: transparent url(/_img/navbar.gif) -537px -30px no-repeat; border:0;}
body#news #nav05 {background: transparent url(/_img/navbar.gif) -666px -30px no-repeat; border:0;}
body#contact #nav06 {background: transparent url(/_img/navbar.gif) -721px -30px no-repeat; border:0;}

/****************************************************
 HEADER
****************************************************/ 

#header {
 position: relative;
 height: 82px;
 border-top: 5px solid #94BED9;
/* border: 1px solid #000;*/
}

/****************************************************
 MASTHEAD
****************************************************/ 

#masthead {
 position: relative;
 height: 298px;
 background: #fff url(/nightingales/_img/bg-masthead.jpg) 0 0 no-repeat;
}

/****************************************************
 LOGO
****************************************************/ 

#logo {
 position: relative;
 margin: 21px 0 21px 20px;
 width: 300px;
 height: 41px;
 background-color: #fff;
}

h1 {	
 text-indent: -9999px;
 width: 300px;
 height: 41px;
 background: transparent url(/_img/mcedp-logo.gif) top left no-repeat;
}

#sub-head {
 float: right;
 width: 314px;
 height: 28px;
 margin: 35px 20px 0 0;
}

/****************************************************
 HOME: LATEST NEWS
****************************************************/ 

#latestNews {
 position: relative;
 float: left; 
 width: 222px;
 margin: 215px 0 0 20px;
 _margin: 196px 7px 0 10px; /* IE 5.5 FIX */
 background: #fff url(/_img/bg-news-inner.gif) 0 0 repeat-y;
 border-bottom: 1px solid #e5e5e5;
 z-index: 99;
}

#latestNews .inner {
 background: transparent url(/_img/bg-news-top.gif) 0 0 no-repeat;
 padding: 50px 20px 0 20px;
 font-size: 12px;
 color: #4C4E50;
}

/****************************************************
 SIDEBAR
****************************************************/ 

#sidebar {
 float: left; 
 width: 222px;
 margin: 20px 0 0 20px;
 _margin: 20px 0 0 10px; /* IE 5.5 FIX */
 background: #ffffff url(/_img/bg-news-inner.gif) 0 0 repeat-y;
}

#sidebar .inner {
 background: transparent url(/_img/bg-sidebar-top.gif) 0 0 no-repeat;
 padding: 20px 20px 0 20px;
 margin: 0;
 font-size: 12px;
 color: #4C4E50;
}

#sidebarBottom {
 position: relative;
 background: #ffffff url(/_img/bg-news-bottom.gif) top left no-repeat;
 height: 10px;
}

/****************************************************
CONTENT
****************************************************/ 

#content {
 position: relative;
 margin: 20px 20px 0 260px;
}

body#home #content {
 position: relative;
 margin: 0 20px 0 20px;
 _border: 1px solid #fff; /* IE 5.5 FIX */
 _padding-top: 1px; /* IE 5.5 FIX */
 _margin: 185px 20px 0 0; /* IE 5.5 FIX */
 z-index: 1;
}

#introCopy {
 background: #E5F0F6 url(/_img/bg-intro-top.gif) top left no-repeat;
 margin: 206px 0 0 232px;
 color: #5B6E79;
 font-size: 16px;
 line-height: 18px;
 width: 527px;
 padding: 1px 0 0 0;
}

#introCopy .inner {
 margin: 10px 20px 0 50px;
}

#introBottom {
 background: #E5F0F6 url(/_img/bg-intro-bottom.gif) bottom left no-repeat;
 height: 20px;
}

#btn-learn-more {
 width: 118px;
 height: 55px;
 margin: 0 0 0 40px;
}


#content ul {
 margin: 0 0 20px 20px;
}


/****************************************************
 FOOTER
****************************************************/ 

#footer {
 clear: both;
 padding-top: 1px;	
 margin: 50px 10px 0 10px;
}

#footer .inner {
 border-top: 5px solid #e5e5e5;
 padding-top: 20px;
 margin: 0 10px;
 color: #4C4E50;	
}

#footer .inner p {
 line-height: 18px;
 font-size: 12px;
 text-align: center;
}

/****************************************************
 DEFAULT LINKS
****************************************************/
a:link, a:visited, a:active, a:hover  {
 color: #297EB3;
}	

/****************************************************
 HEADINGS
****************************************************/

h2#partnerships {
 text-indent: -9999px;
 width: 307px;
 height: 16px;
 background: transparent url(/_img/headings/h2-partnerships.gif) top right no-repeat;
}

h2#latest-news {
 color: #153F5A;
 font-weight: bold;
 font-size: 14px;
 text-transform: uppercase;
 margin: 0 0 10px 0;
}

h2#h2-mcedp {
 padding-top: 1px;
 text-indent: -9999px;
 width: 470px;
 height: 25px;
 margin: 20px 0 0 10px;
 background: transparent url(/_img/headings/h2-mcedp.gif) 0 0 no-repeat;
}

h2 {
 font: normal 24px/26px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
 letter-spacing:-1px;
 margin: 0 0 20px 0;
 padding: 0;
 color: #297EB3;
}

body#home h3 {
 margin: 20px 10px 0 10px;
 font-size: 14px;
 font-weight: bold;
 color: #4A2176;
}

#sidebar .inner h3 {
 color: #153F5A;
 font-weight: bold;
 font-size: 14px;
 text-transform: uppercase;
 margin: 0 0 10px 0;
}

h3 {
 font-weight: bold;
 font-size: 14px;
 text-transform: uppercase;
 margin: 30px 0 0 0;
}

/****************************************************
 NEW SUB-NAVIGATION
****************************************************/

#subNav { 
 position: absolute; 
 top: 0;
 width: 180px;
 list-style: none;
 margin-right: 5px;
 padding-top: 25px;
 background: #FFF url(/nightingales/_img/green_rounded.gif) no-repeat;
 font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
 font-size: 11px;
}

#subNav li { 
 width: 185px;
 height: 23px;
 margin-left: -20px;
 margin-lef\t: 0;
}

#subNav li a {
 width: 150px;
 padding-left: 30px;
 display: block;
 height: 25px;
 padding-top: 4px;
 width: 184px;
 wid\th: 150px;
 height: 26px;
 heigh\t: 19px;
 background: #EBF4F4 url(/nightingales/_img/sidebar_bg.gif) 0 52px;
 border-bottom: 1px solid #FFF;
 overflow/**/: hidden;
 text-decoration: none;
 color: #286B6D;
 font-weight: normal;
}

#subNav li.active {
 margin-right: -5px;
}

#subNav li a:hover {
 background-position: 0 26px;
 color: #4A2176;			
}

#subNav li.active a,
#subNav li.active a:hover { 
 padding-right: 5px;
 background-color: #FFF;
 background-position: 0 0;
}

#subNav li a {
 border-top: 1px solid #FFF;
 height: 30px;
 heigh\t: 18px;
}

#subNav li.newsletter { 
 height: auto;
}

#sortNav li.newsletter form {
 width: 163px;
 margin: 0;
 padding: 8px 0 8px 15px;
}

#sortNav li.search form {
 width: 184px;
 wid\th: 163px;
 background: #FFF url(/images/bullet_search.gif) 15px 10px no-repeat;
 border: 1px solid #F1EFE2;
 border-top: 29px solid #E7E4D3;
}

#sortNav li.search label {
 margin-left: 15px;
}

/****************************************************
 BASIC LIST
****************************************************/

#basicList  {
 position:relative;
 list-style: none;
 padding: 0;
 line-height: 14px;
 margin: 20px 10px 10px 10px;
}

#basicList li {
 padding: 0 0 5px 10px;
 list-style: none;
 background: transparent url(/_img/icon-arrow.gif) 0 4px no-repeat;
 font-size: 12px;
}

.basicList  {
 position:relative;
 list-style: none;
 padding: 0;
 line-height: 14px;
 margin: 0 10px 10px 0;
}

.basicList li {
 padding: 0 0 10px 0;
 list-style: none;
/* background: transparent url(/_img/icon-arrow.gif) 0 4px no-repeat;*/
 font-size: 12px;
}

/****************************************************
 MISC
****************************************************/

.photo-left {
 display: block;
 margin: 0 10px 10px 0;
 border: 2px solid #ddd;
}

.photo-right {
 display: block;
 margin: 0 0 10px 10px;
 border: 2px solid #ddd;
}

.photo {
 display: block;
 border: 2px solid #ddd;
}

.employerInfo {
 border: 1px solid #E5E5E5;
 margin-bottom: 20px;
 padding: 10px 10px 0 10px;
}

.photoPlusCaption {
 display: block;
 margin: 0 0 20px 20px;
 float: right;
}

/****************************************************
 FORMS
****************************************************/

#thisform fieldset, .thisform fieldset {
 border: 1px solid #A490BA;
 padding: 20px;
 margin: 10px 10px;
 width: 380px;
}

#thisform legend, .thisform legend {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 11px;
 color: #fff;
 background-color: #A490BA;
 border: 1px solid #A490BA	;
 border-bottom-color: #A490BA;
 border-right-color: #A490BA;
 padding: 4px 8px;
}

#thisform input:focus, #thisform textarea:focus, .thisform input:focus, .thisform textarea:focus {
 background: #ffc;
}

#thisform .hideBorder, .thisform .hideBorder {
 border: none;
 font-size: 11px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

#thisform input.send-btn {
width: 90px;
height: 22px;
background: #fff url(/nightingales/_img/btn-send.gif) no-repeat;
outline: none;
border: 0;
}

#thisform input.login-btn {
width: 90px;
height: 22px;
background: #fff url(/nightingales/_img/btn-login.gif) no-repeat;
outline: none;
border: 0;
}
