@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/background.gif);
	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: #000000;
}

h1 {
	margin:0;
	padding:0;
}
	
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 10px 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. */
}
.oneColFixCtr #mainContent {
	float:left;
	width: 780px;
	padding: 5px 0 5px 0;  /*remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #mainContent h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	padding-top:3px;
	padding-bottom:3px;
}

.oneColFixCtr #header {
	float:left;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FAEDC0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #quicklinks {
	float:right;
	width: 300px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #56A9A7;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #footer {
	float:left;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #9ECDCC;
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding-top:5px;
	padding-bottom:5px;
}

.oneColFixCtr #footer td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#008080;
	}

div#container > div#footer td{
	text-align:-moz-center;
}
div#container > div#footer {
	text-align:-moz-center;
}

.oneColFixCtr #footer a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#008080;
	text-decoration:none;
	}
	
.oneColFixCtr #footer a:hover{
	text-decoration:underline;
	}
	
.oneColFixCtr #toplinks {
	padding-top:10px;
	padding-right:50px;
	padding-bottom:10px;
	}
	
.oneColFixCtr #toplinks td{
	padding-right:3px;
	}
	
.oneColFixCtr #toplinks a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#008080;
	text-decoration:none;
	}
	
.oneColFixCtr #toplinks a:hover{
	color:#9ECDCC;
	text-decoration:underline;
	}
	
.oneColFixCtr #centerlinks {
	float:left;
	background-color: #9ECDCC;
	width:780px;
}

.oneColFixCtr #centerlinks a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#008080;
	text-decoration:none;
	}
	
.oneColFixCtr #centerlinks a:hover{
	color:#9ECDCC;
	text-decoration:underline;
	}
	
.oneColFixCtr #careerinmotion{
	background-image:url(images/putcareerinmotion_background.gif);
	background-repeat:repeat-x;
	float:left;
	width:780px;
}

.oneColFixCtr #Search{
	float:left;
	padding:5px;
	margin:0;
}

/*************************************** MainContent **************************************/

.oneColFixCtr #pages a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#008080;
	font-weight:bold;
	text-decoration:none;
	}

.oneColFixCtr #pages a:hover{
		text-decoration:underline;
}	

.oneColFixCtr #pages td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#07586E;
	}
	
.oneColFixCtr #pages .lbtext a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#07586E;
	font-weight:bold;
	text-decoration:none;
}

.oneColFixCtr #pages .lbtext a:hover{
	text-decoration:underline;
}

.oneColFixCtr #returnhome {
	float:right;
	padding-right:25px;
	}

.oneColFixCtr #pagetitle {
	float:left;
	}
	
.oneColFixCtr #returnhome a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCE6E4;
	font-weight:bold;
	text-decoration:none;
	vertical-align:bottom;
}
.anouncements {
    display:none;
	position: absolute; 
	right: 100px; 
	top: 50px;
	width:200px;
	padding:10px;
	z-index:999;
	/*filter:alpha(opacity=100);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
    opacity: 0.9;
	-moz-border-radius: 10px; */
}