@charset "utf-8";
body {
	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: #CCCCCC;
	background-color: #666666;
	background-image: url(../art/background/wht_dir_bkgrnd.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #333333;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	background-color: #333333;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #333333;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #333333;
}
.oneColFixCtrHdr #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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.ph_photo_logo {
	background-color: #333333;
	margin-left: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.menu_bar_position {
	float: right;
	top: 5px;
	right: 5px;
}
.copyright {
	font-size: 9px;
	color: #666666;
	padding-left: 50px;
	padding-right: 50px;
}
.copy {
	padding-left: 50px;
	padding-right: 50px;
	line-height: 16px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.location_copy {
	color: #666666;
	padding-left: 50px;
	margin-top: 0.5px;
	margin-bottom: 0.5px;
	padding-right: 50px;
	line-height: 12pt;
}
.contact_copy {
	color: #CCCCCC;
	margin-bottom: 3px;
	padding-right: 50px;
	padding-left: 50px;
	margin-top: 3px;
}

.gray_rule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-right: 350px;
	margin-left: 50px;
	line-height: 0px;
	margin-bottom: 3px;
}
.inset_photo_rt {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	float: right;
	margin-top: 0px;
}
.bullet_indent {
	margin-left: 50px;
}
.asmp_logo_ctr {
	padding: 10px;
	float: none;
}


a {
	color: #6699CC;
}
h1 {
	font-size: 20px;
	font-weight: bold;
}
h2 {
	color: #999999;
	font-weight: bold;
	font-size: 16px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
