@charset "utf-8";
/*  CSS */

a,
a:link,
a:visited,
a:hover,
a:active	{color:#000;}

.red		{color:#b50128}
.yellow		{color:#eeb211;}

.fff,
.fff a,
.fff a:link,
.fff a:visited,
.fff a:hover,
.fff a:active,	
a.fff:link	{color:#ffffff;}


a.black,
a.black:link,
a.black:visited,
a.black:hover,
a.black:active	{color:#000;}

.left		{float:left;}
.right		{float:right;}
.clear		{clear:both;}
.clrright	{clear:right;}
.clrleft	{clear:left;}

h1			{font:18px Georgia, "Times New Roman", Times, serif;margin:0;padding:0}
h2			{font:16px Georgia, "Times New Roman", Times, serif;margin:0;padding:0}
h3			{font:14px Georgia, "Times New Roman", Times, serif;margin:0;padding:0}

.pad5		{padding:5px;}
.sm9		{font-size:9px;}
.sm10		{font-size:10px;}

img {behavior: url(inc/pngbehavior.htc);}



/*************  NEW WINDOW   ************/
a[target ="_blank"] {
   padding-right: 18px;
   background: transparent url(../images/newwindow.gif) no-repeat center right;
   }
a.nonewwin {
   padding-right: 0px;
   background: transparent url() no-repeat center right;
	}
a[target ="_blank"].pdf 	{
   padding-right: 18px;
   background: transparent url(../images/adobe-pdf.gif) no-repeat center right;
   }
ul#pdf a[target ="_blank"] {background:none;}




/******   LAYOUT   ******/
html,body	{
	height:100%;
	width: 100%;
	margin: 0 auto;
	}
	
body	{
	margin:0 auto;
	text-align:center;
	padding:0;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height:18px;
	background:#dfe1e6;
	}

	
#wrapper	{
	width:1000px; 
	height:auto;
	margin: 0 auto;
	padding-bottom:8px;
	text-align:left;
	background: url(../images/bg-content.png);
	/* behavior: url(inc/pngbehavior.htc); */
	min-height:850px;
    height:auto !important;
    height:850px;
	}


#header		{
	margin:0 auto;
	width:980px;
	}

h1.heading	{
	height:45px;
	background: url(../images/hrzline.jpg) 0 25px no-repeat;
	}
	
#content	{
	width:843px;
	margin:10px 0px 10px 15px;
	float:left;
	min-height:550px;
    height:auto !important;
    height:550px;
	z-index:1;
	position:relative;
	}
	
/*IE 6 */ * html #content,
/*IE 6 */ * html #contenthome	{	margin:10px 0px 10px 8px;}

#contenthome {
	width:843px;
	margin:10px 0px 10px 15px;
	float:left;
	}

#rightad	{
	margin-right:10px;
	width:130px;
	}	
/*IE 6 */ * html #rightad	{margin-right:5px;}
	
/******* FOOTER *******/
#footer	{
	height:45px;
	font-size:9px;
	color:#434445;
	padding:5px;
	background: #ccc;
	clear:both;
	margin:10px 15px;
	border:1px solid #696969;
	}
	
#footer a	{
	color:#434445;
	font-size:9px;
	text-decoration:none;
	}

#footer #credit				 {float:right;width:130px;}
#footer #credit a 	 		 {color:#999;text-decoration:none;}
#footer #credit a:hover 	 {color:#fff;text-decoration:none;}






table.homeswaptext	{
	background:#b50128;
	width:640px; 
	height:200px;
	margin:2px 0 5px 10px; 
	float:left;
	}

/*IE6*/ * html table.homeswaptext	{margin:5px 0 0 5px;}
	
table.homeswaptext td a	{
	font:13px Verdana, Arial, Sans-Serif;
	letter-spacing: 0.015em;
	color:#fff;
	text-decoration:none;
	}
table.homeswaptext td a:hover	{color:#eeb211;}
table.homeswaptext td {border-bottom:1px dotted #fff;height:33px;}

.pres	{
	float:right;
	margin:2px 0px 0 0;
	background: #696969;
	padding:3px;
	width:200px;
	height:266px;
	color:#fff;
	}
/*IE6*/ * html .pres	{margin:5px 5px 0 0;}

table.login	{
	margin:8px;
	color:#000;
	background:#ccc;
	border:1px solid #999;
	font-size:10px;
	}

.tag	{
	float:right;
	padding:0px 20px 0 0;
	margin:0;
	font: italic 26px Georgia, "Times New Roman", Times, serif;
	color:#cbcdd4;
	}



#news	{
	width:264px;
	float:left;
	background: #dfe1e6;
	border:2px solid #838da6;
	height:330px;
	padding:5px;
	margin-right:4px;
	}
.rssfeed ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	
#mission	{
	width:302px;
	float:right;
	background: #dfe1e6;
	border:2px solid #838da6;
	height:238px;
	padding:5px;
	margin-left:5px;
	}

#join	{
	width:302px;
	float:left;
	background: #010e77;
	border:2px solid #010733;
	color:#fff;
	height:238px;
	padding:5px;
	}
	
.rssfeed	
	
.box	{
	width:303px;
	height:275px;
	margin: 8px 5px 0 0; 
	padding:5px;
	float:left;
	color:#fff;
	border:1px solid #ccc;
	background:url(../images/boxbg.jpg) no-repeat;
	}
 
.box a	{color:#fff;}	

#quickfacts	{
	background: #dfe1e6;
	border:2px solid #838da6;
	padding:2px;
	margin:5px; 
	font: 11px/13px tahoma;
	
	}

/******* HORIZONTAL NAV MENU  ***********/
#nav	{
	width: 980px;
	margin: 0 auto;
	height:30px;
	background: #2b2f3c;
	border-bottom:5px solid #535661;
	
	}  

ul#hrznav {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 980px; /*For KHTML*/
  list-style: none;
  height: 30px;
  
	}

ul#hrznav li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 30px;
  z-index:500;
	}

ul#hrznav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 240px;
  list-style: none;
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
	}

ul#hrznav ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
	}

/* Root Menu */
ul#hrznav a {
  border-right: 1px solid #050000;
  border-left: 1px solid #443f3f;
  padding: 0 4px 0 5px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #9fa2af;
  font: 12px/30px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
	}

/* Root Menu Hover Persistence */
ul#hrznav a:hover,
ul#hrznav li:hover a,
ul#hrznav li.iehover a {
  background:#535661;
  color: #FFF;z-index:500;
	} 

/* 2nd Menu */
ul#hrznav li:hover li a, 
ul#hrznav li.iehover li a {
  float: none;
  background: #b50128;
  color: #fff;  




	}

ul#hrznav li li {
	height: 30px;
	border:1px solid #fff;
	}

/* 2nd Menu Hover Persistence */
ul#hrznav li:hover li a:hover,
ul#hrznav li:hover li:hover a,
ul#hrznav li.iehover li a:hover,
ul#hrznav li.iehover li.iehover a {
  background: #990122;
  color: #FFF;
 
	}


ul#hrznav ul ul,
ul#hrznav ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#hrznav li:hover ul ul,
ul#hrznav li:hover ul ul ul,
ul#hrznav li.iehover ul ul,
ul#hrznav li.iehover ul ul ul {
  display: none;
	}

ul#hrznav li:hover ul,
ul#hrznav ul li:hover ul,
ul#hrznav ul ul li:hover ul,
ul#hrznav li.iehover ul,
ul#hrznav ul li.iehover ul,
ul#hrznav ul ul li.iehover ul {
  display: block;
	}




/******* VERTICAL NAV MENU  ***********/
ul#vrtnav,
ul#vrtnav li,
ul#vrtnav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px; /*For KHTML*/
  list-style: none;
	}

ul#vrtnav li {
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
	}

/* Root Menu */
ul#vrtnav a {
  border: 1px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 6px;
  display: block;
  background: #EEE;
  color: #666;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
	}

/* Root Menu Hover Persistence */
ul#vrtnav a:hover,
ul#vrtnav li:hover a,
ul#vrtnav li.iehover a {
  background: #CCC;
  color: #FFF;
	}

/* 2nd Menu */
ul#vrtnav li:hover li a,
ul#vrtnav li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 2nd Menu Hover Persistence */
ul#vrtnav li:hover li a:hover,
ul#vrtnav li:hover li:hover a,
ul#vrtnav li.iehover li a:hover,
ul#vrtnav li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
	}

/* 3rd Menu */
ul#vrtnav li:hover li:hover li a,
ul#vrtnav li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 3rd Menu Hover Persistence */
ul#vrtnav li:hover li:hover li a:hover,
ul#vrtnav li:hover li:hover li:hover a,
ul#vrtnav li.iehover li.iehover li a:hover,
ul#vrtnav li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
	}

/* 4th Menu */
ul#vrtnav li:hover li:hover li:hover li a,
ul#vrtnav li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 4th Menu Hover */
ul#vrtnav li:hover li:hover li:hover li a:hover,
ul#vrtnav li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
	}

ul#vrtnav ul,
ul#vrtnav ul ul,
ul#vrtnav ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#vrtnav li:hover ul ul,
ul#vrtnav li:hover ul ul ul,
ul#vrtnav li.iehover ul ul,
ul#vrtnav li.iehover ul ul ul {
  display: none;
	}

ul#vrtnav li:hover ul,
ul#vrtnav ul li:hover ul,
ul#vrtnav ul ul li:hover ul,
ul#vrtnav li.iehover ul,
ul#vrtnav ul li.iehover ul,
ul#vrtnav ul ul li.iehover ul {
  display: block;
	}



form#login	{
	margin:0;
	padding:0;
	}


/**********  CONTACT FORM   **********/
form#contact 	{
	margin:0 55px 0 0;
	padding: 5px;
	float:right;
	width: 275px;
	}	


#contact label,#contact input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	}

#contact label {
	text-align: right;
	width: 75px;
	padding-right: 5px;
	}

#contact br {clear: left;}

#contact fieldset	{
	background: #cccccc;
	margin:20px 0px 20px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	} 
	
#contact legend	{
	color:#b50128;
	font-weight:bold;
	font-variant:small-caps;
	font-size:15px;
	padding:2px 5px;
	position: relative;  
	left: -7px;  
	top: -0.75em;
	}
#contact fieldset ol {  
	padding-top: 0.25em;
	}
	
#contact #city {
	display: block;
	width: 60px;
	margin-right:12px;
	float: left;
	margin-bottom: 10px;
	}
	
#contact #comments	{
	display: block;
	width: 240px;
	height:70px;
	margin-bottom: 15px;
	}
	
#contact #submit	{
	width: 85px;
	height:32px;
	margin-left:90px;
	}

#contact .shhhh, .shhhh { display:none; }



/* BUTTONS */

button, a.button	{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #ccc;
    font: 100% "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
button, a.button {
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
button[type], a.button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}

/* STANDARD */

button:hover, a.button:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.button a:active, a.button:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, a.button.positive{
    color:#529214;
}
button.positive:hover, a.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
button a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

button.negative, a.negative{
    color:#d12f19;
}
button.negative:hover, a.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.button a.negative:active, a.button{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

#jobhub {border:2px solid #838da6; padding:2px; margin:5px; font:11px/13px tahoma; text-align:center; color:#000; background:#dfe1e6;}
#jobhub a {font-weight:bold; color:#fff; background:#B50128; text-decoration:none; padding:2px; font-size:10px; margin:2px;}
#jobhub a:hover {color:#fff; background:#010E77;}
#validationmessage {width:90%; height:auto!important; margin:0 auto; text-align:center; font-weight:bold; background:#fbb; border:2px dashed #f00; color:#900; padding:5px;}
.fielderror {background-color:#fbb; border-color:#f00; color:#900;}
.hide {display:none;}
