body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	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: #FFFFFF;
}
.no_script {
	background-color: #FFFF00;
	position: absolute;
	width: 50%;
	top: 3em;
	right: 0px;
	font-size: 80%;
}
.skipit {
	position: absolute;
	font-size: 70%;
	display: none;
}
.skipit a {
	border-bottom: 1px dotted #666666;
}
.skipit a:hover {
	border-bottom: 1px solid #000000;
}

a:link {
	color: #C34E02;
	text-decoration: none;
}

a:visited {
	color: #C59A6F;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #821122;
}

.walls li {
	padding-bottom: 1em;
}

.walls #container {
	width: 100%;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: none;
}
.walls #header {
	margin: 0px;
	padding: 0em;
	border-bottom: 4px solid #561420;
} 
.walls #header #head_nav {
	float: right;
	padding: 0px;
	position: absolute;
	margin: 0px;
	top: 0px;
	right: 10px;
	font-size: 90%;
	letter-spacing: 1px;
	height: 26px;
	display: none;
}
.walls #header #head_nav .ssu_home {
	background-color: transparent;
	font-size: 70%;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	color: #666666;
	padding-top: 0px;
	padding-bottom: 0px;
}

.walls #header #head_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
}
.walls #header #head_nav li {
	display: inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F0E6DD;
	border-right-color: #F0E6DD;
	border-bottom-color: #F0E6DD;
	border-left-color: #F0E6DD;
	margin-right: 5px;
	margin-left: 5px;
}
.walls #header #head_nav a {
	background-color: #F9F5F1;
	padding-top: 2px;
	padding-right: .5em;
	padding-bottom: 2px;
	padding-left: .5em;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #561420;
	border-right-color: #561420;
	border-bottom-color: #561420;
	border-left-color: #561420;
}
.walls #header #head_nav a:hover {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C34E02;
	border-right-color: #C34E02;
	border-bottom-color: #C34E02;
	border-left-color: #C34E02;
}

body#pageHome #header #head_nav #btnHome a,  body#pageContact #header #head_nav #btnContact a, body#pageMap #header #head_nav #btnMap a {
	background-color: #FFFFFF;
	color: #561420;
}

.walls #header h1 {
	padding: 0px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	color: #821122;
}
.walls #header #tag {
	padding: 0px;
	margin-top: 0px;
	margin-right: 2em;
	margin-bottom: 0px;
	margin-left: 2em;
	font-weight: bold;
	color: #333333;
}
.walls #header #tag a {
	font-weight: normal;
	font-size: 90%;
	letter-spacing: .1em;
	margin-left: 1em;
}
.walls #sidebar1 {
	float: left;
	width: 11em;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	padding-top: 0px;
	margin-bottom: 10px;
	display: none;
}
* html #sidebar1 {
	margin-top: -1em;
}
.walls #sidebar2 {
	float: right;
	width: 11em;
	padding: 0px 0 5px;
	clear: both;
	display: none;
}
* html #sidebar2 {
	margin-top: -1em;
}
.walls #sidebar1 h3, .walls #sidebar1 p {
	font-size: 80%;
	background-color: #821122;
	color: #FFFFFF;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #821122;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.walls #sidebar2 h3 {
	font-size: 80%;
	background-color: #821122;
	color: #FFFFFF;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #821122;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.walls #sidebar2 .title {
	font-size: 100%;
	background-color: #F0E6DC;
	color: #821122;
	padding: 5px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	letter-spacing: 1px;

}
.walls #sidebar2 p {

}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.walls #mainContent {
	margin: -8px 0em 0em;
	padding: 0;
} 
.walls #mainContent dl {
	margin-bottom: 3em;
	margin-top: 0em;
}
.walls #mainContent dt {
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 0em;
}

.walls #mainContent .photoR{
	float: right;
	border: 1px solid #333333;
	margin-bottom: 14px;
	margin-left: 14px;
}
.walls #mainContent .photoRnoBorder{
	float: right;
	border: none;
	margin-bottom: 10px;
	margin-left: 10px;
}
.walls #mainContent .photoL{
	float: left;
	border: 1px solid #333333;
	margin-bottom: 10px;
	margin-right: 10px;
}

.walls #mainContent h1 {
	font-size: 160%;
	color: #821122;
}
.walls #mainContent h2 {
	font-size: 140%;
	color: #821122;
}
.walls #mainContent h3 {
	font-size: 120%;
	color: #821122;
}

.walls #footer {
	font-size: 80%;
	padding: 0 10px;
	border-top: 4px solid #821122;
} 
.walls #footer p {
	margin: 0;
	padding: 10px 0 0px;
}
.walls #footer a {
	color: #336666;
}
.walls #footer a:hover {
	text-decoration: underline;
	color: #b36436;
}
.walls #footer #valid_icons img {
	border: 1px solid #FFFFFF;
	margin-right: 8px;
	top: 3px;
	position: relative;
}
.walls #footer #valid_icons {
	margin-bottom: 0.6em;
	display: none;
}


/* Miscellaneous classes */
.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;
}
.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;
}
.walls .pdf {
	display: none;
}

.walls .pdfIcon {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.walls .pdf_print {
	background-color: #FFFFFF;
	text-align: left;
	font-variant: small-caps;
	font-size: 80%;
}
.walls .pdf_print img {
	float: left;
}
.small {
	font-size: 80%;
}
.textGrey {
	color: #333333;
}

.thin_border {
	border: 1px solid #666666;
	padding-right: 1em;
	padding-left: 1em;
}
th {
	background-color: #CCCCCC;
}

