/*
	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);
@import url(navigation.css);

body {background: #FFFFFF; color: #ff3;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	text-align: center;
	background-image: url(../images/global/bg.jpg);
	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;
	background-image: url(../images/g/tlh_corner_hc.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.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. */
	background-image: url(../images/g/trh_corner_hc.gif);
	background-repeat: no-repeat;
	background-position: top right;
} 
#headerImage {
	background-image: url(../images/g/brigstowe_logo_hc.gif);
	height: 120px;
	background-position: center left;
	background-repeat: no-repeat;
}

.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;
}

.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 #C60 thin;
} 

#myElement {
}

div.slider {
	width: 100%;
	height: 16px;
	background: #000;
	background-image: url(../images/g/slider_bg.jpg);
	background-repeat: repeat-y;
}
div.slider div.knob {
	background: 
	background-image: url(../images/g/slider_knob.gif);
	width: 16px;
	height: 16px;
	background-color: #000;
	background-image: url(../images/g/slider_knob.gif);
	filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6; 
}

#accessBox { background-color: #000;
}

#roundBox {
	width: auto;
	height: 150px;
	background-color: #000;
	border: #09C thin solid;
	font-size: 80%;
	margin-bottom: 10px;
	-moz-border-radius: 5px 5px 5px 5px;
	overflow: scroll;
}
#roundBox2 {
	width: auto;
	height: 20px;
	background-color: #C60;
	font-size: 0.8em;
	color: #C60;
	text-align: center;
	margin-bottom: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	padding-top: 3px;
}
#roundBox3 {
	width: auto;
	height: 200px;
	background-color: #000;
	border: #09C 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: scroll;
}

a.black:link {
	color: #FF3;
}

#image {
	background-color: #000;
	width: 55px;
	height: 50px;
	float: left;
	margin-bottom: 5px;
	padding-right: 5px;
}