/* SRS 2010 DEFAULT TEMPLATE STYLE SHEET - HIGH CONTRAST */

/* --- LAYOUT AND DECORATION --- */

body {
	margin: 0;
	font-family: "Arial", "Helvetica", "Lucida Grande", sans-serif;
	font-size: 160%;
	color: #DDD;
	background-color: #333;
	background-image: none;
}

img {
	border: 0;
}

#container-upper {
	/* height: 527px; */
	width: 100%;
	background-image: none;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
}

#container-lower {
	height: 178px;
	width: 100%;
	background-image: none;
	background-position: top center;
	background-repeat: no-repeat;
}

#footer-wrapper {
	width: 940px;
	margin: 0 auto;
}

#itmildura { float:left; color:#000066; text-align:left; margin-top:94px; }
#itmildura a { width: auto; height: auto; background: none; display: none; padding-bottom:10px; }
#itmildura span { display: inherit; }
#copyright {
	visibility: hidden;
}

#footer-navigation {
	float: right;
	text-align: right;
	width: 652px;
	margin-top: 126px;
	font-size: 100%;
}

#wrapper-upper {
	width: 960px;
	margin: 0 auto;
}

#searchandaccess {
	height:40px;
	padding-top: 4px; 
	padding-bottom: 4px;
}

#search { padding:3px 0px 0px 0px; float:right; width:220px; }

.search-field {
	border: 0;
	background: none;
	padding: 7px 0px 6px 10px;
}

#search #search-box { 
	border: 0;
	float:right; 
	padding: 0; 
}

#search #search-box input { height: 17px; width:153px; color:#666; font-size:90%; background-image: url("images/srs-2010/search-background.gif");}
#search #search-button { float:right; }

#accessbox {
	margin-top: 2px;
	width: 70px;
	height: 32px;
	float: right;
}

#searchbox { /* this is the div container for placing the search box. 'search-box' and 'searchbox' shouldn't be confused. */
	width: 200px;
	height: 36px;
	float: right;
}
 
#toplevelnav {
	font-size: 62%;
	margin: 0 auto;
	width: 940px;
	color: #000;
	text-shadow: 0px 1px 1px #FFF;
	height: 50px;
	margin-bottom: 30px;
	line-height: 50px;
}

#content {
	padding: 8px;
}

#srslogo {
	display: block;
	position: absolute;
	margin-top: -35px;
	height: 119px;
	width: 218px;
	background-image: none;
}

#srslogo:hover {
	background-position: 0 -119px;
}

#srslogo span {
	visibility: visible;
}

/* --- NON-IE6 IMPROVEMENTS --- */
/* (Swaps in higher-quality content for browsers that aren't Internet Explorer 6 */

html>body #srslogo { 
	background-image: none;
}

html>body #search #search-box input {
	background-image: url("images/srs-2010/search-background.png");
}

/* --- TYPOGRAPHY --- */

a {
	color: #f4ff46;
}

h1 { 
	width: 100%;
	font-size:225%; 
	color:#FFF; 
	margin:0px 0px 16px 0px; 
	font-family:"Myriad Pro","Trebuchet MS",Arial;
	font-weight:normal; 
	padding-bottom:5px;
	padding-left: 8px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom left; 
}

h2 { font-size:170%; color:#FFF; margin:0px 0px 6px 0px; font-family:"Myriad Pro","Trebuchet MS",Arial; font-weight:normal; }
h3 { font-size:160%; color:#FFF; margin:0px 0px 4px 0px; line-height: 42px; font-family:"Myriad Pro","Trebuchet MS",Arial; font-weight:normal; }
h4 { font-size:130%; color:#FFF; margin:0px 0px 10px 0px; font-weight:bold; letter-spacing:0.1em; }
h5 { font-size:120%; color:#FFF; margin:0px 0px 6px 0px; font-weight:bold; }
h6 { font-size:100%; color:#FFF; margin:0px 0px 4px 0px;  } /* Delicious copypasta */

#toplevelnav a {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

#footer-navigation a {
	font-weight: bold;
	color: #f4ff46;
	text-decoration: none;
}

#footer-navigation a:hover {
	color: #f4ff46; 
	background-color: transparent;
	text-decoration: underline;
}

/* ---SUPERFISH STYLE SHEET--- */


/*** ESSENTIAL STYLES ***/
.AspNet-Menu, .AspNet-Menu * {
	display: inline;
	margin:			0;
	padding:		0;
	list-style:		none;
}
.AspNet-Menu {
	line-height:	30px;
}
.AspNet-Menu ul {
	border-left: 1px #AAA solid;
	border-right: 1px #AAA solid;
	border-bottom: 1px #AAA solid;
	border-top: 1px #AAA solid;
	position:		absolute;
	top:			-999em;
	width:			230px; /* left offset of submenus need to match (see below) */
}
.AspNet-Menu ul li {
	width:			100%;
	-moz-box-shadow: 0 0 0 0;
	-webkit-box-shadow: 0 0 0 0;
}

.AspNet-Menu ul li ul {
	border-top: 1px #AAA solid;
}

.AspNet-Menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.AspNet-Menu li {
	float:			left;
	position:		relative;
}
.AspNet-Menu a {
	display:		block;
	position:		relative;
}
.AspNet-Menu li:hover ul,
.AspNet-Menu li.sfHover ul {
	left:			0;
	top:			50px; /* match top ul list item height */
	z-index:		99999;
}
ul.AspNet-Menu li:hover li ul,
ul.AspNet-Menu li.sfHover li ul {
	top:			-999em;
}
ul.AspNet-Menu li li:hover ul,
ul.AspNet-Menu li li.sfHover ul {
	left:			230px; /* match ul width */
	top:			0;
}
ul.AspNet-Menu li li:hover li ul,
ul.AspNet-Menu li li.sfHover li ul {
	top:			-999em;
}
ul.AspNet-Menu li li li:hover ul,
ul.AspNet-Menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** srs skin ***/
.AspNet-Menu {
	float:			right;
	margin-bottom:	1em;
}

.AspNet-Menu a {
	padding: .75em 1.15em;
	text-decoration:none;
}

.AspNet-Menu a img {
	float: left;
	padding: 0px 3px 0px 0px;
	margin-top: -2px;
}

.AspNet-Menu a, .AspNet-Menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #13a;
}
.AspNet-Menu li { }

.AspNet-Menu li li {
	background:		#000;
	line-height: 1.0;
}
.AspNet-Menu li li li {
	background:		#000;
}
.AspNet-Menu li:hover, .AspNet-Menu li.sfHover,
.AspNet-Menu a:focus, .AspNet-Menu a:hover, .AspNet-Menu a:active {
	color: #f4ff46;
	outline: 0;
	background-image: none;
}

a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
} 
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* apply hovers to modern browsers */
.AspNet-Menu ul a:focus > .sf-sub-indicator,
.AspNet-Menu ul a:hover > .sf-sub-indicator,
.AspNet-Menu ul a:active > .sf-sub-indicator,
.AspNet-Menu ul li:hover > a > .sf-sub-indicator,
.AspNet-Menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/srs-2010/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/*** FRONT PAGE STUFF ***/

#rightside {
	background-repeat: no-repeat;
	float: right;
	width: 480px;
	height: 371px;
	visibility: hidden;
}

#leftside {
	width: 100%;
	background-image: none;
	height: auto;
}

#award {
	visibility: hidden;
}

#awardtext {
	visibility: hidden;
}

