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: #6494C4;
	background-image: url(images/BKGRND_DWHT_test.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 800px;  /* 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: 250px;
	padding-top: 0;
	padding-bottom: 0;
	color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
} 
h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #0053A0;
	font-size: 20px;
	padding-top: 30px;
	font-weight: bold;
}
h2 {
	color: #0053A0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: normal;
	vertical-align: top;
}
h3 {
	color: #0053A0;
	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: #333;
}
.body_text_justified {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	text-align: justify;
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 66px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #FFF;
}
 #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
}
.menubar {
	position: absolute;
	top: 9px;
	width: 696px;
	height: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	left: -177px;
	text-align: center;
}
.menubar_SecondaryPages {
	position: absolute;
	top: 9px;
	width: 696px;
	height: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	left: -178px;
	text-align: center;
}
.menubar_FullPage {
	position: absolute;
	top: 9px;
	width: 696px;
	height: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	left: 29px;
	text-align: center;
}
#menulink a:link {
	color: #333;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#menulink a:visited {
	color: #333;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#menulink a:hover {
	color: #0053A0;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#readMorelink a:link {
	color: #005395;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#readMorelink a:visited {
	color: #005395;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#readMorelink a:hover {
	color: #000000;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#bodylink a:link {
	color: #005395;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#bodylink a:visited {
	color: #005395;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#bodylink a:hover {
	color: #000000;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
 .mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 235px;
	padding-top: 50px;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 15px;
	position: relative;
}
 .mainContent_SecondaryPages {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 235px;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 15px;
	position: relative;
}
 .mainContent_FullPage {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 22px;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 15px;
	position: relative;
}  
#sidebar_inner_top {
	background-color: #FFF;
	padding-left: 15px;
	padding-right: 18px;
	background-image: url(images/testimonials_paper.png);
	padding-top: 60px;
	background-repeat: no-repeat;
}
#sidebar_inner_bottom {
	background-color: #DBEDF1;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(images/box_bkgrnd_gallery.jpg);
	padding-top: 5px;
	background-repeat: no-repeat;
}


#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;
}

.salzmedia_footer {
	width: 800px;
	padding-top: 10px;
	margin: auto;
	text-align: center;
	color: #0053A0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.salzmedia_footer a:link {
	color: #0053A0;
}
.salzmedia_footer a:visited {
	color: #0053A0;
}
.salzmedia_footer a:hover {
	color: #fff;
}
.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;
}
.photo_homepage_1 {
	border: 1px solid #666;
}
ul {
	list-style-type: disc;
}
#HomeLinkTransparent {
	height: 312px;
	width: 198px;
	background-image: url(images/transparent_pixel.gif);
	top: 0px;
	padding: -10px;
	float: left;
	visibility: hidden;
	display: block;
}
#Transp_linklayer_Testimonials {
	background-image: url(images/transparent_pixel.gif);
	height: 75px;
	width: 190px;
	z-index: 99;
	position: absolute;
	top: 350px;
	float: left;
	margin-left: -11px;
	margin-top: -10px;
}
#Transp_linklayer_Photos {
	background-image: url(images/transparent_pixel.gif);
	height: 75px;
	width: 190px;
	z-index: 100;
	float: left;
	margin-left: -11px;
	margin-top: -10px;
	position: absolute;
	top: 769px;
	left: 386px;
}
