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

body {
	background-color: #A8B3B5;
	background-image: url(../images/bg-horz.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	text-align: center;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#center {
	text-align:center;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

#container {
	width:1060px;
	text-align:left;
	padding:0px;
	background-color:#A8B3B5;
	background-image: url(../images/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 960px;
	height: 100%;
	margin: auto;
}
#contact #container {
	background-image: url(../images/contactbg.jpg);
}


/*------------------*/
/*  MENU CSS BEGIN  */
/*------------------*/

#navigation {
	padding: 0;
	width: 1060px;
	height: 45px;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
}

#about #navigation {
	margin-bottom: 0px;
}

#about-mission #navigation {
	margin-bottom: 0px;
}

#about-board #navigation {
	margin-bottom: 0px;
}


#menu {
	list-style: none;
	width: 811px;
	height: 45px;
	position: relative;
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#menu span {
  display: none;
  position: absolute;
}

#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

#menu a:hover {
  background-position: left bottom;
}

#menu a:hover span {
  display: block;
}

#menu .home {
	width: 290px;
	height: 45px;
	background: url(../images/menu-home.jpg) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .about {
	width: 105px;
	height: 45px;
	background: url(../images/menu-about.jpg) no-repeat;
	left: 310px;
	top: 0px;
}

#about-mission #menu .about {
	width: 105px;
	height: 45px;
	background: url(../images/menu-about_d.jpg) no-repeat;
	left: 310px;
	top: 0px;
	z-index:100000;
}

#about-board #menu .about {
	width: 105px;
	height: 45px;
	background: url(../images/menu-about_d.jpg) no-repeat;
	left: 310px;
	top: 0px;
	z-index:100000;
}

#about #menu .about {
	width: 105px;
	height: 45px;
	background: url(../images/menu-about_d.jpg) no-repeat;
	left: 310px;
	top: 0px;
	z-index:100000;
}
#about-mission  .content {
	padding-left: 160px;
	width: 640px;
}

#about-board .content {
	width: 925px;
	padding-left: 75px;
}

#about-board .left {
	float: left;
	padding-right:10px;
	clear: left;
}
#about-board  .righta {
	float: left;
	padding-right:10px;
	width: 480px;
	margin-top: -4px;
}

#menu .jobs {
	width: 90px;
	height: 45px;
	background: url(../images/menu-jobs.jpg) no-repeat;
	left: 400px;
	top: 0px;
}

#jobs #menu .jobs {
	width: 105px;
	height: 45px;
	background: url(../images/menu-jobs_d.jpg) no-repeat;
	left: 400px;
	top: 0px;
	z-index:100000;
}

#menu .contact {
	width: 121px;
	height: 45px;
	background: url(../images/menu-contact.jpg) no-repeat;
	left: 475px;
	top: 0px;
}

#contact #menu .contact {
	width: 121px;
	height: 45px;
	background: url(../images/menu-contact_d.jpg) no-repeat;
	left: 475px;
	top: 0px;
	z-index:100000;
}

#menu .partners {
	width: 228px;
	height: 45px;
	background: url(../images/menu-partners.jpg) no-repeat;
	left: 583px;
	top: 0px;
}

#partners #menu .partners {
	width: 228px;
	height: 45px;
	background: url(../images/menu-partners_d.jpg) no-repeat;
	left: 583px;
	top: 0px;
	z-index:100000;
}

/*---------------------*/
/*  SUBMENU CSS BEGIN  */
/*---------------------*/

#subnavigation {
  padding: 0;
  margin: 0;
  width: 1060px;
  height: 19px;
  text-align:center;
  margin-top: 0;
	margin-right: 0;
	margin-bottom: 21px;
	margin-left: 0;
}

#submenu {
	list-style: none;
	width: 289px;
	height: 45px;
	position: relative;
	margin-left: 371px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#submenu span {
  display: none;
  position: absolute;
}

#submenu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

#submenu a:hover {
  background-position: left bottom;
}

#submenu a:hover span {
  display: block;
}

#submenu .mission {
	width: 109px;
	height: 19px;
	background: url(../images/menu-mission.jpg) no-repeat;
	left: 0px;
	top: 0px;
}

#about-mission #submenu .mission {
	width: 109px;
	height: 19px;
	background: url(../images/menu-mission.jpg) no-repeat;
  	background-position: left bottom;
	left: 0px;
	top: 0px;
	z-index:100000;
}

#submenu .board {
	width: 180px;
	height: 19px;
	background: url(../images/menu-board.jpg) no-repeat;
	left: 109px;
	top: 0px;
}

#about-board #submenu .board {
	width: 180px;
	height: 19px;
	background: url(../images/menu-board.jpg) no-repeat;
  	background-position: left bottom;
	left: 109px;
	top: 0px;
	z-index:100000;
}


/*---------------------*/
/*  CONTENT CSS BEGIN  */
/*---------------------*/


#main {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	height: 100%;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	color: #0e2d1e;
	padding-left: 75px;
	font-weight: lighter;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.25em;
}
#main .content {
	/*width: 640px;*/
}

#jobs  #main .content {
	padding-left: 160px;
	width: 640px;
}
#jobs #main .content a {
	color: #0e2d1e;
}

#jobs #main .content a:hover {
	text-decoration: none;
	color: #0e2d1e;
}

#main p{
	word-spacing: normal;
	text-align: left;
	line-height: 18px;
	font-size: 14px;
}
#index .middle {
	text-align: center;
}
#main a {
	color: #0e2d1e;
}

#main a:hover {
	color: #0e2d1e;
	text-decoration:none;
}

#main .content .column {
	width: 300px;
	float: left;
	clear: none;
	margin-right: 10px;
	margin-bottom: 25px;
	padding-right: 10px;
}
#main .content .clear {
	clear: both;
	padding-bottom: 35px;
}
#partners .content .col {
	width: 235px;
	padding-right: 10px;
	float: left;
	padding-left: 75px;
}
#partners .content .col2 {
	width: 360px;
	float: left;
	margin-top: -20px;
}
#partners .content .col2 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 1.25em;
}
#partners .signin {
	background-color: #f2f4f4;
	background-image: url(../images/signinbg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #000000;
	font-weight: bold;
	padding-bottom: 25px;
	margin-bottom: 30px;
}
#partners .alpha {
	background-image: url(../images/alpha.jpg);
	height: 80px;
	width: 235px;
	padding-bottom: 1px;
	background-repeat: no-repeat;
}
#partners .cci {
	background-image: url(../images/cci.jpg);
	height: 80px;
	width: 235px;
	padding-bottom: 1px;
	background-repeat: no-repeat;
}
#partners .button {
	padding-left: 80px;
	width: auto;
}
#partners .form {
	width: 180px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
#partners .input {
	border: 1px solid #76868A;
	width: 100%;
}


/*--------------------*/
/*  FOOTER CSS BEGIN  */
/*--------------------*/


#footer {
	width: 960px;
	text-align: left;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
}

#footer .left {
	float: left;
	background-image: url(../images/logo-small.png);
	height: 17px;
	padding-left: 55px;
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	padding-top: 3px;
}

#footer .right {
	float: right;
}

#footer a {
	color: #FFFFFF;
}

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

#footer a:visited {
	color: #FFFFFF;
}


/*----------------*/
/*  HR CSS BEGIN  */
/*----------------*/

#main hr {
	background-image: url(../images/tophr.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 5px;
	border-style: none;
}

#footer hr {
	background-image: url(../images/bottomhr.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 5px;
	border-style: none;
}
/*-------------------*/
/*  CLOCK CSS BEGIN  */
/*-------------------*/

#clocks {
	width: 300px;
	height: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #9ab2b0;
	z-index: 1000111;
	float: right;
	clear: both;
}

#clocks p {
	line-height: 1em;
	font-size: 10px;
}

#clock {
	width: 70px;
	height: 100%;
	float: left;
	background-image: url(../images/clockdash.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	margin-right: 10px;
}

#clockt {
	width: 55px;
	height: 100%;
	float: left;
	background-image: url(../images/clockdash.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	margin-right: -3px;
	z-index: 9999999;
}

#jobs .position {
	float: left;
	width: 160px;
	margin-right: 10px;
	color: #0e2d1e;
	text-transform: uppercase;
}
#jobs .position hr {
	width: 160px;
	background-image: none;
	background-color: #6e7979;
	height: 1px;
	margin-bottom: 10px;
}

#jobs .description {
	float: left;
	width: 470px;
}

#jobs .position h3 {
}

#jobs .content .description a {
	font-weight: bold;
}

#jobs .description hr {
	width: 470px;
	background-image: none;
	background-color: #6e7979;
	height: 1px;
	margin-bottom: 10px;
}

.aboutimg {
	float: right;
	margin-left: 10px;
	background-image: url(../images/about_img.jpg);
	height: 286px;
	width: 311px;
	margin-bottom: 10px;
}

#contact .content {
	padding-left: 75px;
	width: 800px;
}
#contact  .contactright {
	width: 400px;
	float: left;
}
#contact .contactmap {
	width: 330px;
	float: left;
	margin-right: 20px;
}
#contact .content strong {
	font-weight: normal;
	color: #0E2D1E;
}
#contact .content .address p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
#contact .number {
	float: left;
	margin-right: 40px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#contact .number p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}

#contact .email {
	clear: both;
}

#contact .email p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

#partners .content {
	padding-left: 75px;
	width: 865px;
}
.padme {
	padding-right: 40px;
	margin-top: 35px;
	float: left;
}
#about-board .row {
	padding-bottom: 40px;
	width: 885px;
}
#about-board .hr-faux {
	text-align:left;
	width: 800px;
	background-image: none;
	background-color: #6e7979;
	height: 1px;
	margin-bottom: 10px;
}
.noline {
	text-decoration: none;
}
