/*
	JANICE - I've added import statements to pull across the main site styling. Below that you can create your high contrast enhancements
*/
@import url(layout.css);
@import url(style.css);
@import url(links.css);


body {background: #000; 
color: #ff3;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: center;
	margin-top: 80px;
	}
.twoColLiqRtHdr #container {background: #000; color: #FF3;
width: 80%;  /* this will create a container 80% of the browser width */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	max-width: 1200px;
	min-width: 600px;
}

.twoColLiqRtHdr #header {
	padding: 0 10px;  /* 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. */
} 

#logoStrap {
	background-image: url(../images/j/hswt_logo_blk.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: auto;
	height: 100px;
	font-size: 1.5em;
	font-style: italic;
	text-align: right;
}

#poem {
	width: 34em;
	overflow: hidden;
	float: left;
	padding-bottom: 10px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-left: 10px;
	text-align: left;
	color: #ff3
}

#headerImage {
	background-image: url(../images/j/headerImg_summer.jpg);
	height: 182px;
	background-position: center left;
	background-repeat: no-repeat;
}

.twoColLiqRtHdr #mainContent {
	margin: 0 26% 0 10px; /* the left margin should mirror the margin on the header and footer for proper alignment. */
	max-width: 800px;
	text-align: left;
	color: #FF3;
} 

.twoColLiqRtHdr #mainContent a { color: #636CA4;
	}

.twoColLiqRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 24%;
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 15px; /* top and bottom padding create visual space within this div  */
	padding-right: 10px;
	height: auto;
	color: #ff3;
}

.twoColLiqRtHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	border-top: solid #ff3 thin;
	color: #FF3;
} 
.twoColLiqRtHdr #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 */
	text-align: center;
	color: #FF3;
	letter-spacing: 2px;
	font-size: 0.8em;
}

.footState {
	font-size: 0.7em;
	color: #FF3;
	text-align: center;
}

.footState a:hover { color: #FFF;
}

.footState a:active { color: #FFF;
}

.footState a:link { color: #FFF;
}

.footState a:visited { color: #FFF;
}


#accessBox { background-color: #000;
}

#roundBox {
	width: auto;
	height: 150px;
	background-color: #000;
	border: #ff3 thin solid;
	color: #ff3;
	font-size: 80%;
	margin-bottom: 10px;
	-moz-border-radius: 5px 5px 5px 5px;
	overflow: auto;
}
#roundBox2 {
	width: auto;
	height: 20px;
	background-color: #07327B;
	font-size: 0.8em;
	color: #ff3;
	text-align: center;
	margin-bottom: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	padding-top: 3px;
}
#roundBox3 {
	width: auto;
	height: 200px;
	background-color: #000;
	color: #ff3;
	border: #ff3 thin solid;
	font-size: 0.8em;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	-moz-border-radius: 5px 5px 5px 5px;
	padding-top: 3px;
	overflow: auto;
}

#roundBox4 {
	width: auto;
	height: 20px;
	background-color: #636CA4;
	font-size: 0.8em;
	color: #ff3;
	text-align: center;
	margin-bottom: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	padding-top: 3px;
}

#accessBox { background-color: #FFF;
}

a.black:link {
	color: #FF3;
}

#image {
	background-color: #000;
	width: 55px;
	height: 50px;
	float: left;
	margin-bottom: 5px;
	padding-right: 5px;
}

.breadcrumb { font-size: 10px !important;
font-style: italic !important; 
}

.breadcrumb a {
background: transparent url(../images/g/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 24px; /*adjust bullet image padding*/
color: #FFF;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: #FFF;
}

.breadcrumb a:hover{
text-decoration: underline;
color: #FFF;
}

td { background-color: #000;
border: #09C thin solid;
}

