/*LAYOUT STYLES*/
html, body{height:100%; text-align:center;}
#container{
	min-height:100%;
}
#container, #footer {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	max-width:887px;
	min-width:698px;
}
body{
	font:small Tahoma, "Gill Sans", Arial, Helveitca, Sans-serif;
	background:#fefaef url(../assets/gfx/background.gif) repeat;
	color:#2e2e2e;
}
#masthead{
	position:relative;
	z-index:2;
	height:220px;
	background:#D8D1BE url(../assets/gfx/masthead.gif) no-repeat;
	color:#2e2e2e;
}
#container{
	background:#fefaef url(../assets/gfx/gradient.png) repeat-x 0 165px;
	font-size:108%;
	overflow: hidden;
	width: 100%;
	color:#2e2e2e;
}

#main{
	width:100%;
	float: left;
	margin-right: -290px;
}
#main #content{
	margin-right: 290px;
	padding-left:30px;
	padding-top:30px;
}
#sidecontent{
	width: 230px;
	float: right;
	padding-right:30px;
}
#sidecontent a{margin-bottom:3em;}
#masthead a{background:#d9c69c; color:#000;}
a#help{
	position:absolute; top:0; right:0;
	background:#B2B9C0 url(../assets/gfx/help.gif) top no-repeat;
	width:39px;
	height:15px;
	font-size:80%;
	text-align:center;
	line-height:12px;
	text-decoration:none;
	display:block;
	color:#fff;
}
a#help:hover{background:url(../assets/gfx/help.gif) bottom no-repeat ;}
#footer{
	background:#fefaef url(../assets/gfx/footer.gif) no-repeat;
	height:47px;
	line-height:47px;
	position:relative;
	color:#2e2e2e;
}
#footer span, #footer ul{position:absolute;}
#footer span.lhs{left:1em;}
#footer ul.rhs{
	right:1em;
	margin:0;
	padding:0;
}
#footer ul.rhs li{float:left; margin-left:1em; height:23px; line-height:normal; margin-top:1em; list-style-type:none;}

ul.rhs li span{text-indent:0;margin:0;padding-left:28px;padding-right:5px;}

.rhs li a{background-position:top right; background-repeat:no-repeat}
li#DET a{background-image:url(../assets/gfx/DET_right.jpg); width:16.5em; color:#fff; background-color:#0283aa;}
li#VWA a{background-image:url(../assets/gfx/VWA_right.jpg); width:12em; color:#fff; background-color:#c5281f;}
li#eduka a{background-image:url(../assets/gfx/eduka_right.jpg);width:7em; color:#fff; background-color:#ee7c23;}

.rhs li a span{background-position:top left; background-repeat: no-repeat }
li#DET a:link span, li#DET a:visited span{background-image:url(../assets/gfx/DET_left.jpg);margin-right:4px}
li#VWA a:link span, li#VWA a:visited span{background-image:url(../assets/gfx/VWA_left.jpg);margin-right:4px}
li#eduka a:link span, li#eduka a:visited span{background-image:url(../assets/gfx/eduka_left.jpg); margin-right:4px}


li#DET a:hover, li#VWA a:hover, li#eduka a:hover{background-position:bottom right; cursor:pointer;}
li#DET a:hover span, li#VWA a:hover span, li#eduka a:hover span{background-position:bottom left; cursor:pointer;} 

#footer ul.rhs a:link, #footer ul.rhs a:visited, #footer ul.rhs a:hover{text-decoration:none; font-size:70%;  display:block; height:23px; line-height:23px;}
ul.skiplinks, .skiplinks {
  position : absolute;
  top : -9000px;
  left : -9000px;
  z-index : 9;
}
ul.skiplinks a:focus, ul.skiplinks a:active {
  position : absolute;
  top : 9010px;
  left : 9010px;
  background-color : #000; 
  color : #fff;
  padding : 5px;
  font-weight : bold;
  width : 15em;
  z-index : 9;
  text-align:left;
}
/*CONTENT STYLES*/
#content{line-height:1.5;}
a:link, a:visited{color:#2c6196; background:#FEFAEF; text-decoration:underline}
a:hover{text-decoration:none;}
textarea, input, select{font-family:'Lucida Sans Console', Myriad, Tahoma, Sans-Serif; font-size:100%;}
h1, h2, h3, h4, h5, h6{font-size:100%; line-height:normal;}
h1{
	font-size:260%;
	color:#3c4d5e;
	background-color:#FEFAEF;
	font-family:'Lucida Sans Console', Myriad, Tahoma, Sans-Serif;
	font-weight:normal;
	letter-spacing:-2px;
}
h2{
	font-size:130%;
	color:#738292;
	background-color:#FEFAEF;
	font-weight:normal;
}
h2.sticky{
	background:#FEFAEF url(../assets/gfx/heading.gif) no-repeat;
	min-height:39px;
	text-indent:10px;
	font-size:120%;
	padding-top:5px;
	color:#3d4d5e;
}
p, ul, ol, div.edukaform{margin-bottom:1.5em;}
ul, ol{margin-left:1em;}
ul li{list-style-type:square;}
ol li{list-style-type:decimal;}

/*speech bubbles*/
blockquote.quote{/*speech bubble tip and background color*/
	background:#fff url(../assets/gfx/tip.gif) no-repeat bottom left;
	color:#2e2e2e;
	padding:0 0 7px 0;
	margin:1em 0;
}
blockquote.quote p{/*inside the speech bubble, padding and borders*/
	padding:10px;
	margin:0;
	border-right:1px solid #c9c2c1;
	border-left:1px solid #c9c2c1;
	border-top:1px solid #c9c2c1;
}

/*past volunteers feature quote*/
blockquote.feature{
	background:url(../assets/gfx/paper-texture.jpg);
	padding:5px;
	width:100%;
	/*overflow:hidden;*/
	margin:1em 0 2em 0;
	border:1px solid #C4AF7D;
	position:relative;
}
blockquote.feature img{
	float:left;
	border:10px solid #fff;
	margin:0 1em 1em 0;
}
blockquote.feature div#paper-clip{
	position:absolute;
	top:-11px;
	left:0;
	border:0;
	margin:0;
	height:88px;
	width:38px;
	background:url(../assets/gfx/paper-clip.png) no-repeat;
}
ul#pastVolunteers{
	margin:0;
}
ul#pastVolunteers li{
	list-style-type:none;
	float:left;
	margin:1em;
	text-align:center;
}
ul#pastVolunteers img{
	width:100px;
	height:75px;
	border:5px solid #fff;
}
/*logo*/
a#logo{
	width:252px;
	height:214px;
	line-height:120px;
	padding-left:10px;
	position:relative;
	left:50px;
	display:block;
	cursor:pointer;
	background:transparent;
}
a#logo span{
	background:url(../assets/gfx/logo.png) no-repeat;
	width:336px;
	height:214px;
	display:block;
	text-indent:-9999px;
	position:absolute;
	top:0; left:0;
	cursor:pointer;
}
/*post it note*/
a#post-it{
	display:block;
	width:230px;
	height:141px;
	position:relative;
	z-index:0;
	top:-20px;/*moves the post it note underneath the menu*/
	padding:30px 0 0 10px;/*pads the hidden text*/
	font-size:14px;
	line-height:normal;
	overflow:hidden;
}
a#post-it span{/*post it note image overlays the anchor text*/
	position:absolute;
	display:block;
	width:100%;
	height:171px;
	text-indent:-9999px;
	z-index:1;
	top:0; left:0;
	background:url(../assets/gfx/post-it.png) left top no-repeat;
}
a#post-it:hover span{background:url(../assets/gfx/post-it.png) left bottom no-repeat; cursor:pointer;}
/*search ad*/
a#search-ad{
	color:#656d98;
	font-weight:500;
	text-transform:uppercase;
	text-decoration:none;
	font-size:90%;
	background:#FEFAEF url(../assets/gfx/magnify.gif) left top no-repeat;
	display:block;
	padding-left:80px;
	height:82px;
	line-height:normal;
}
a#search-ad span{font-size:230%; letter-spacing:2px; line-height:normal; font-weight:500;}
a#search-ad span span{font-size:53%; letter-spacing:-1px; line-height:0.3; font-weight:bold}
a#search-ad:hover{background:#FEFAEF url(../assets/gfx/magnify.gif) left bottom no-repeat; color:#9a9a9a;}
/*what is volunteering*/
a#what-is-volunteering{
	position:relative;
	display:block;
	width:230px;
	height:145px;
}
a#what-is-volunteering span{
	display:block;
	width:230px;
	height:45px;
	background:#E7E7E7 url(../assets/gfx/what-is-volunteering.gif) no-repeat left top;
	position:absolute;
	top:0;
	left:0;
	text-indent:10px;
	color:#2a2a2a;
	font-size:90%;
	text-decoration:none;
	overflow:hidden;
	padding-top:100px;
}
a#what-is-volunteering:hover span{
	background:#E7E7E7 url(../assets/gfx/what-is-volunteering.gif) no-repeat left bottom ;
	color:#4C4C4C;
	cursor:pointer;
}
/*search results*/
.segment{
	border:5px solid #d7c497;
	margin-bottom:1em;
	background:#e8e1d0 url(../assets/gfx/search-result.gif) no-repeat left top;
	padding:0.5em;
	color:#2e2e2e;
}
.searchResults .button{margin:0;}
/*position details*/
.summary{
	background:url(../assets/gfx/paper-texture.jpg);
	padding:5px;
	margin-bottom:1.5em;
	border:1px solid #C4AF7D;
}
/*School listing*/
ul.schoolByAlphabet,ul.schoolListing,ul.schoolListing ul{margin:0;padding:0}
ul.schoolListing ul ul{margin:2em 0;}
ul.schoolByAlphabet li, ul.schoolListing li{
        list-style:none
}
ul.schoolByAlphabet li{display:inline}
/*********************
	EDUKA FORM LAYOUT
**********************/
fieldset { margin-bottom: 10px; border:none; padding:0;}

.edukaform legend {
	padding: 0 2px;
	font-weight: bold;
}	
.edukaform label 
{
	float:left;
	vertical-align: top;
padding:0.3em 0;
}	
.edukaform fieldset ol {
	margin: 0;
	padding: 0;
	}	
.edukaform fieldset li {
	list-style: none;
	margin: 0 0 5px 0;
	overflow:hidden;
        
	}
.edukaform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}	
.edukaform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
.edukaform fieldset fieldset label {
	display: block;
	width: auto;
	}
.edukaform em { /*required field asterix*/
	font-weight: bold;
	font-style: normal;
	color:red;
	background-color:#FEFAEF;
	}
.edukaform label { width: 180px;} /* Width of labels */
.edukaform fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */
/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */
.edukaform .checkbox input{
	float:left;
}
.edukaform .checkbox label{
	width:auto;
	float:left;
}
.edukaform .checkbox{
	float:left;
}
.button{/*aligns the buttons underneath the inputs*/
	margin-left:136px;
}
.eg{margin-left:10px;}/*aligns the example text underneath the form*/
.edukaform .bubbleInfo{
	margin-left:120px;
}
#contact_lblSchool{margin-top:-10px;line-height:1}
/******************
	FORM STYLES
******************/
.textbox, .select{
	background:#f8f0e3 url(../assets/gfx/textbox.gif) no-repeat;
	border:0;
	width:232px;
	height:19px;
	padding:3px;
	color:#2e2e2e;
}
.textarea{
	background:#f8f0e3 url(../assets/gfx/textarea.gif) no-repeat;
	border:0;
	width:232px;
	padding:3px;
	color:#2e2e2e;
}
.select{height:23px; width:236px;}
.button{cursor:pointer; background:#F8F0E3 url(../assets/gfx/search.gif) no-repeat top; border:0; width:61px; height:26px; text-align:center; color:#2e2e2e;}
.button:hover{background-position:bottom;}
#positionDetails_btnForwardButton{background-image:url(../assets/gfx/express-interest.gif); width:110px;}
label{width:120px; height:21px; position:relative;}
label span{position:absolute; z-index:1; display:block; width:120px; height:21px; background-repeat:no-repeat; text-indent:-9999px;}/*span contains the background image and is positioned over the labels*/
/*label background images*/
label#postcode span{background-image:url(../assets/gfx/postcode.gif);}
label#type span{background-image:url(../assets/gfx/type.gif);}
label#age span{background-image:url(../assets/gfx/age.gif);}
label#keywords span{background-image:url(../assets/gfx/keywords.gif);}

/*pop up bubble*/
.bubbleInfo {
    position: relative;
	z-index:0;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
	width:200px;
	z-index:10;
	top:0;
	left:0;
	margin:0;
	padding:0;
}
.popupInner{
	background-color:#fff;
	color:#2e2e2e;
	padding:5px;
	border-left:1px solid #c9c2c1;
	border-right:1px solid #c9c2c1;
}
.popupTop{background:url(../assets/gfx/bubble-top.gif) no-repeat top; height:2px;}
.popupBottom{background:url(../assets/gfx/bubble-bottom.gif) no-repeat bottom; height:9px;}

.bubbleInfo .button{margin:0;}
.error{font-size:85%;}
/******************
	ALERT STYLES
******************/
.warning{/*styles the warning messages*/
	background-color:#FFF4AD;
	padding:5px 5px 5px 50px;
	clear:both;
	margin-bottom:10px;
	background-image:url(../assets/gfx/warning.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	border:3px solid #DAB100;
	min-height:30px;
	color:red;
}

.failure{/*styles the failure messages*/
    background-color:#E84F4F;
	padding:5px 5px 5px 50px;
	clear:both;
	color:#fff;
	margin-bottom:10px;
	background-image:url(../assets/gfx/failure.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	border:3px solid #BF1212;
	min-height:30px;
}

.success{ /*styles the success messages*/
	background-color:#B5FFAD;
	padding:5px 5px 5px 50px;
	clear:both;
	color:#000;
	margin-bottom:10px;
	background-image:url(../assets/gfx/success.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	border:3px solid #53AA4A;
	min-height:30px;
}

/*completion list*/
ul.completionlist{
	margin:0; 
	padding:0; 
	line-height:normal; 
	position:absolute; 
	z-index:2000; 
	background-color:#fff; 
	color:#2e2e2e;
	cursor:pointer;font-family:'Lucida Sans Console', Myriad, Tahoma, Sans-Serif; 
	font-size:100%;
}
.completionlist li{padding:0 0.5em;}
.completionlist li:hover{background-color:#4D74A3; color:#fff;}

#main a:link, #main a:visited, #sidecontent a:link, #sidecontent a:visited,
#footer a:link, #footer a:visited, #main h1, #main h2, .edukaform .error,.edukaform em{background-color:transparent;}
