@charset "UTF-8";body {	font: 100% Verdana, Arial, Helvetica, sans-serif;	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;	background: #FFF;}/* Tips for Elastic layouts 1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.*//* Links*/a, a:link {	color: #003366;	text-decoration: none;}#sbas_svcs_rt {	width: 200px;}a:visited {	color: #600;}a:hover {	text-decoration: underline;	background: #c7e8fe;}#container  {	width: 1024px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */	background: #FFF;	margin: 0 auto;	text-align: left; /* this overrides the text-align: center on the body element. */	position: relative;}#header  {	background: url(../images/IntPage.jpg) no-repeat;	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	height: 277px;	margin: 0px;} #service {	background: url(../images/ServiceLead_dark.gif);	height: 50px;	width: 320px;	position: absolute;	top: 155px;	right: 10px;}#search {	margin: 0px;	padding: 0px;	height: 31px;	position: absolute;	top: 211px;	left: 828px;	width: 190px;}#search_btn {	position: absolute;	top: 1px;	left: 135px;	color: #FFF;	height: 31px;	width: 42px;}.textbox {	background: #000;	border: 1px solid #68d2f3;	color: #FFF;	margin-top: 3px;	height: 19px;	font-size: 14px;	width: 120px;}#nav1 {	margin: 0px 0px 0px 345px;	padding: 0px;	height: 31px;	width: 496px;	position: absolute;	top: 212px;}#nav2 {	padding: 0px;	height: 31px;	width: 150px;	position: absolute;	top: 212px;	margin: 0px;}#content  {	padding: 0 0px 0 100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	background: #FFFFFF;	width: 65%;	font-size: 85%;}#content2 {	font-size: 85%;	padding: 0px 0px 0px 100px;	width: 65%;}#content table {	background: #fbf5e6;	border: 1px solid #aaaaaa;}#content table td {	border-bottom: 1px solid #dddddd;	padding: 4px;}#content table th {	border-bottom: 1px solid #dddddd;}#content h1 {	font-size: 1.2em;}#content h2 {	font-size: 1em;	margin: 0px;}.bold {	font-weight: bold;}#content ul {	line-height: 1.5em;	margin: 0px;	padding: 0px;	list-style: square inside;}#list-content {	padding: 0 0px 0 100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	background: #FFFFFF;	font-size: 85%;	width: 65%;}#list-content table {	background: #fbf5e6;	border: 1px solid #aaaaaa;}#list-content table td {	border-bottom: 1px solid #dddddd;	padding: 5px;}#list-content h1 {	font-size: 1.2em;	letter-spacing: 0.01em;	margin: 0.5em 0px;	padding: 0.2em 0px;}#list-content h2 {	font-size: 1em;}#list-content h3 {	font-size: .8em;}#list-content ol {	line-height: 1.3em;	list-style: square outside;}#list-content li {	margin-bottom: 10px;}#sbas_sidebar {	background: #fbf5e5;	width: 150px;	border: 1px solid #7588ba;	position: relative;	left: 400px;}#footer  {	padding: 0;	border-top: 2px solid #66bffa;} #footer p  {	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */	padding: 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */	font-size: 10px;	text-align: center;}.clear {	clear: both;}.alphlinks {	letter-spacing: 0.8em;}.lists {	list-style: square;}p.breadcrumbs {	font-size: x-small;	text-align: left;	padding-bottom: 10px;}.colorbkgrd {	background: #fbf5e6;	border: 1px solid #CCC;	padding: 4px;	width: 558px;}.coloredbox {	background: #fbf5e6;	width: 500px;	border: 1px solid #CCCCCC;	margin-bottom: 25px;	padding-left: 12px;}.coloredbox li {	list-style: square outside;	margin-bottom: 10px;	padding: 0px;}.boxindent {	padding-left: 10px;}.ctr_box {	background: #68d2f3;	text-align: center;	width: 115px;	margin-right: auto;	margin-left: 190px;	border: 1px solid #999;}.smallphoto {	width: 360px;	float: left;	margin-right: 15px;	font-size: 10px;	border: 1px solid gray;	text-align: center;}.smallphoto img {	margin: 5px;}.smallphoto_2 {	width: 160px;	float: left;	margin-right: 10px;	font-size: 10px;	border: 1px solid gray;	text-align: center;}.smallphoto_2 img {	margin: 5px;}.smallphoto_3 {	width: 360px;	float: left;	font-size: 10px;	border: 1px solid gray;	text-align: left;	margin-right: 10px;	padding: 5px;}.smallphoto_3 img {	margin: 5px;}.oneColElsCtrHdr #container #content vac_button {	font: 12px Verdana, Geneva, sans-serif;	border: thin solid #C90;	width: 50px;	height: 15px;}#sbas_content {	padding: 0 0px 0 100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	background: #FFFFFF;	font-size: 85%;	width: 95%;	overflow: hidden;}#sbas_content table {	background: #e5f3ff;	border: 1px solid #CCC;}#sbas_content table td {	border-bottom: 1px solid #dddddd;	padding: 3px;}#sbas_content table th {	border-bottom: 1px solid #dddddd;}#sbas_content h1 {	font-size: 1.2em;	margin-bottom: 40px;}#sbas_content h2 {	font-size: 1em;	margin: 15px 15px -10px;}#sbas_content h3 {	font-size: 0.9em;	margin: 15px 15px -10px;}#sbas_content ul {	list-style: square;}#sbas_content li {	margin-bottom: 3px;}#sbas_content_left {	width: 40%;	float: left;}#sbas_content_right {	float: right;	width: 55%;}.sbas_other_boxes {	width: 210px;	border: 1px solid #E8E8E8;	float: left;	margin-left: 15px;}#sbas_title {	width: 36em;	margin-bottom: 35px;}#sbas_title h1 {	font-size: 1.1em;	font-weight: bold;	margin: 0px 0px 4px;}#sbas_title p {	margin: 0px;	font-size: 13px;	font-style: italic;}#sbas_mission {	width: 35.5em;	margin-top: 0px;	border: 1px solid #75d6ff;	height: 92px;	margin-bottom: 15px;	padding: 2px;}#sbas_mission h3 {	font-size: 0.7em;	margin: 0px;	text-align: left;	padding-left: 5px;}#sbas_mission p {	font-size: 12px;	margin: 0px;	padding: 3px;	text-align: left;}#sbas_dates_tools {	width: 36em;	height: 140px;}#sbas_dates {	width: 17em;	border: 1px solid #38c3ff;	height: 134px;	margin-right: 25px;	float: left;}#sbas_dates h2 {	font-size: 0.9em;	margin: 0px;	font-weight: bold;	color: #FFF;	background: #75d6ff;	padding: 4px 4px 4px 30px;	text-align: left;	font-family: Tahoma, Geneva, sans-serif;	border-bottom: 1px solid #00affa;	letter-spacing: 3px;}#sbas_dates ul {	list-style: none;}#sbas_dates li {	margin: 0px;	text-decoration: none;	font-size: 13px;	padding: 0px 0px 5px;}#sbas_tools {	float: right;	width: 17em;	height: 134px;	border: 1px solid #38c3ff;}#sbas_tools h2 {	font-size: 0.9em;	margin: 0px;	font-weight: bold;	color: #FFF;	background: #75d6ff;	padding: 4px 4px 4px 30px;	text-align: left;	font-family: Tahoma, Geneva, sans-serif;	border-bottom: 1px solid #00affa;	letter-spacing: 3px;}#sbas_tools ul {	list-style: none;}#sbas_tools li {	margin: 0px;	text-decoration: none;	font-size: 13px;	padding: 0px 0px 5px;}#sbas_home_bottom {	width: 36em;	margin-top: 20px;	background: #75d6ff;	border: thin solid #38c3ff;}#sbas_home_bottom p {	font-size: 13px;	text-align: center;}#sbas_home_left {	width: 37em;	margin-left: auto;	margin-right: auto;	margin-bottom: 20px;}#sbas_vacancy {	width: 53em;	height: 400px;}#sbas_vacancy img {	border-style: none;}#vacancy_lf {	float: left;	height: 400px;	width: 25em;	background: #FFF;}#vacancy_lf h2 {	font-family: Tahoma, Geneva, sans-serif;	color: #333;	font-size: 1.4em;	background: #75d6ff;	padding: 0px;}#vacancy_rt {	background: #FFF;	float: right;	height: 400px;	width: 24em;}#vacancy_rt h2 {	font: 1.4em Tahoma, Geneva, sans-serif;	color: #333;	padding: 0px;}.smallphoto_540 {	width: 540px;	font-size: 10px;	border: 1px solid gray;	text-align: left;	margin-right: 10px;	padding: 5px;}
