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-color: #5C7DAA;
	background-image: url(images/site_bkgrnd2_gradation.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px none #CCC;
} 
#flash_header {
	background-color: #FFF;
	height: 275px;
	padding-top: 0;
	padding-bottom: 0;
	color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
} 
h1 {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 22px;
	padding-top: 30px;
}
h3 {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: lighter;
}
.sidebar_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
}
.body_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #FFF;
}
 #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 22px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
} 
.menubar {
	position: absolute;
	top: 10px;
	width: 650px;
	height: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
}
#menulink a:link {
	color: #666;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#menulink a:visited {
	color: #666;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#menulink a:hover {
	color: #000000;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
 .mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 22px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
} 
#sidebar_inner_top {
	background-color: #FFF;
	border: 1px solid #ccc;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(images/box_bkgrnd_strength.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
}
#sidebar_inner_bottom {
	background-color: #FFF;
	padding-left: 10px;
	border: 1px solid #CCC;
	padding-right: 10px;
	background-image: url(images/box_bkgrnd_jobs.jpg);
	padding-top: 5px;
}


#footer {
	background:#ffffff;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	top: -20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#iframe {
}
a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #000000;
}
a:active {
	color: #666;
}
.mapholder {
	position: absolute;
	height: 350px;
	width: 425px;
	left: 246px;
	top: 79px;
}
.salzmedia_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-align: right;
}

