@charset "utf-8";
/* CSS Document */

/* **************  // css reset here // **************** */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var,
center, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* **************  // end css reset // **************** */


/* ************** // Steve Irwin Day Styles here **************** */
body{
	background-color:#c3bd96;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	background-image:url(/images/background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
body,p,td,a,li{
	font-size:12px;
}
#container{
	width:970px;
	height:auto;
	text-align:center;
	margin:0 auto;
}

#header{
	width:970px;
	height:224px;
	margin:0 auto;
}
#header_top{
	width:100%;
	height:170px;
}
#primarynav{
	width:100%;
	height:54px;
	background-color:#B09148;
	background-image:url(/images/nav_background.jpg);
	background-repeat:repeat-none;
	position:relative;
	z-index:2;
}
/******************************/
/*     Superfish Styles		 **/
/******************************/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	margin-left:	10px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	border:			none;
}
.sf-menu ul li {
	width:			100%;
	line-height:	0.4em;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			3.7em; /* match top ul list item height */
	width:			15em;	
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	padding: 		1.15em 1em 1.0em;
	text-decoration:none;
	font-size:		14px;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ffffff;
}
.sf-menu li {
	/*background:		#BDD2FF;*/
}
.sf-menu li li {
	background: #10704A; 
}
.sf-menu li li a {
	border-left:	1px solid #ffffff;
	border-top:		1px solid #ffffff;
	text-align:		left;
	padding:		1em;
}
.sf-menu li li li {
	background: 	#10704A; 
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}
.sf-menu a:hover {
	background-color:#b3b38c;
	color:			#ffffff;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/******************************/
/*   end Superfish Styles	 **/
/******************************/

#content{
	background-color:#ffffff;
	width:930px;
	padding:10px 20px 10px;
	/* for understanding browsers */
	min-height:440px; 
	height:auto;
	margin:0 auto;
	text-align:left;
	font-size:14px;
	line-height: 18px;
	font-family:Verdana, Geneva, sans-serif;
	position:relative;
	z-index:1;
}
/* for Internet Explorer - min height */
/*\*/
* html #content {
	height: 440px;
}
/**/
#ie6{
	background-color:#ff0000;
	color:#ffffff;
	padding:8px;
	margin-bottom:10px;
	text-align:center;
}
#content a{
	color:#005830;
	text-decoration:underline;
}
#content a:hover{
	text-decoration:none;
}
#content a:visited{
	color:#005830;
}
#content h1{
	font-size: 20px;
	color:#005830;
	padding-bottom:10px
}
#content h2, #content h2 a{
	font-size: 16px;
	color:#005830;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
#content h2 a:hover{
	text-decoration:underline;
}
#content ul{
	padding:0 5px 5px 40px;
}
#content li{
	line-height:16px;
}
.content_row{
	clear:both;
}
#content .caption_img{
	padding-bottom:5px;
	text-align:left;
	margin-left:15px;
	float:right;
}
#content .caption_img p{
	color:#005830;
	text-align:left;
}
#content .caption_img img{
	padding:5px;
	border:1px solid #91811b;
	margin:10px;
}
#first_third, #second_third, #third_third{
	float:left;
	margin:0;
	padding:0 0 5px 0;
	height:600px;
}
.header_img{
	margin-bottom:20px;
}
#first_third h1, #second_third h1, #third_third h1{
	font-size:16px;
}
#first_third{
	width:306px;
}
#second_third{
	width:310px;
	height:550px;
}
#third_third{
	width:300px;
}
#home_news{
	float:left;
	width:290px;
	padding-left:10px;
}
#home_news p{
	margin:0;
	padding:10px 0 0;
}
.thumbnails {
	width:600px;
	float:left;
}

#home_events{
	float:left;
	width:290px;
	padding-left:10px;
	padding-bottom:0px;
	margin-bottom:0px;
}
#home_events p{
	margin-left:0px;
	padding:0px;
}
.thumbnail {
	padding:5px;
	border:1px solid #91811b;
	margin:10px;
	display:inline;
}
#left_menu{
	float:left;
	width:220px;
}
#left_menu img{
	float:left;
	margin-bottom:10px;
}
ul#content_submenu{
	float:left;
	margin:0 20px 10px 0;
	padding:0;
	list-style:none;
	text-indent:none;
	width:200px;
	line-height:normal;
}
#content_submenu li{
	background-color:#efeee4;
	border-bottom:1px dashed #c6c6a9;
	margin:0;
	line-height:normal;
	float:left;
	width:200px;
}

#content_submenu .submenu_hover{
	background-color:#ffffff;
}
#content_submenu li.last{
	border-bottom:none;
		line-height:normal;

}
#content_submenu li.section{
	background-color:#b3b38c;
	color:#ffffff;
}
#content_submenu li.section a{
	text-decoration:none;
}
#content_submenu li.submenu_lvl2{
	background-color:#f4f4ee;
	text-indent:15px;
	display:none;
}
#content_submenu li.submenu_lvl2 a{
	width:200px;
}
#content_submenu li a{
	float:left;
	width:160px;
	padding:8px 0 8px 8px;	
}

#content_submenu li a.submenu_arrow{
	float:right;
	width:20px;
	padding:0;
	margin-top:4px;
	margin-right:4px;
}
#content_submenu_indent{
	float:left;
	width:710px;
}

hr{
	clear:both;
	border:none;
	border-bottom:1px dashed #b3b38c;
	padding:15px 0 5px;
	color:#ffffff;
}
#footer{
	width:970px;
	height:200px;
	background-color:#c3bd96;
	background-image:url(/images/foot_rounded.gif);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0 auto;
}
#translate_form{
	margin-top:25px;
	float:left;
	margin-left:15px;
	height:30px;
}

#translate_form label{
	float:left;
	color:#ffffff;
	line-height:16px;
	height:30px;
	margin-right:5px
}
#translate_form input{
	height:20px;width:30px;
}
#footer ul{
	margin-top:20px;
	padding-top:0;
	float:right;
	margin-right:15px;
}
#footer li{
	float:left;
	padding:5px 10px;
	color:#ffffff;
	display:inline;
}

/* ************** // end Steve Irwin Day Styles  **************** */


/* ************** // Home Page Styles  start **************** */
#fundraiser_countdown{
	width:918px;
	height:157px;
	margin:0 auto;
	background-image:url(/images/countdown.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	position:relative;
}

#fundraiser_countdown ul{
	width:574px;
	background-color:none;
	float:left;
	margin: 26px 0 0 38px;
	list-style:none;
	padding:0;	
}
#fundraiser_countdown li{
	width:210px;
	padding:0;
	margin-right:24px;
	letter-spacing:38px;
	font-size:20px;
	color:#005830;
	background:none;
	font-size:60px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
}

#fundraiser_countdown_end{
	width:918px;
	height:157px;
	margin:0 auto;
	background-image:url(/images/countdown_nov15_bkg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	position:relative;
}
#fundraiser_countdown_end ul{
	width:320px;
	background-color:none;
	float:left;
	margin: 15px 0 0 293px;
	list-style:none;
	padding:0;	
}
#fundraiser_countdown_end li{
	padding:0;
	margin:0;
	border:none;
	line-height:normal;
}
#fundraiser_countdown_end li img{
	border:none;
	margin:0;
	padding:0;
}

#start_fundraising{
	height:98px;
	width:207px;
	margin-left:-207px;
	margin-top:39px;
	position:absolute;
}

.ambassador-ad{
	float:right;
	width:304px;
	height:138px;
	margin:0px;
}

/* home page tabs */
#tabs {
	width:280px;
	margin:0 auto;
}

#tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;
	clear:both;
}

#tabs ul li {
	float:left;
	margin:0;
	padding:0;
	border:none;
	border-bottom:none;
}

#secondtab{
	border-left:none;
	border-right:none;
}


#tabs ul li a {
	margin:0;
	padding: 0;
	background-color: #c6c6a9;
	color: #005830;
	text-decoration: none;
	float:left;
	width:93px;
	height:36px;
	background-image:url(/images/comment-tabs.jpg);
	background-repeat:no-repeat;
}

#tabs ul li a.selected,
#tabs ul li a:hover {
	background-color: #fff;
	color: #b3b38c;
	border-bottom:#fff;
}

#tabs ul li a:focus {
	outline: 0;
}

#tabs .tabs_content{
	border: none;
	border-top:none;
	background-color: #fff;
	padding:0px;
	margin:0px;
	float:left;
	width:279px;
}
#tabs .tabs_content h2{
	margin-top: 0;
}
#firsttab a{
	background-position:0 0;
}
#firsttab a:hover, #tabs ul li a.firsttab_selected{
	background-position:0 -36px;
}
#secondtab a {
	background-position:-93px 0;
}
#secondtab a:hover, #tabs ul li a.secondtab_selected {
	background-position:-93px -36px;
}
#thirdtab a {
	background-position:-186px 0;
}
#thirdtab a:hover, #tabs ul li a.thirdtab_selected {
	background-position:-186px -36px;
}


/* home page tabs */
/* ************** // Home Page Styles  end  **************** */

/*JUITTER PLUGIN CSS*/
#juitterContainer{width:278px;margin:0 auto} /*Juitter container*/
#juitterContainer .twittList{margin:0;padding:0;} /* UL that will contain the list of tweets */

/* Below the list of tweets "<li>" */
#juitterContainer .twittLI{list-style:none;background:#e6e3cf;margin:3px 0px;padding:5px 3px 3px;clear:both;height:75px;line-height:14px;font-size:0.7em;width:273px; border:none} 
#juitterContainer .twittList span.time{color:#777;}
#juitterContainer .twittList a{color:#005830;text-decoration:none;font-size:1em;padding:0;margin:0;background:none;float:none} /*Links inside the tweets list */
#juitterContainer .twittList a:hover {color:#91811b;text-decoration:underline;background:none} /*Links inside the tweets list */

/* Below the CSS for the avatar image  */
#juitterContainer .juitterAvatar{float:left;border:none;background:none;margin-right:5px;padding:2px;width:48px;height:48px;}
#juitterContainer .jRM{float:right;clear:both} /*read it on twitter link*/
#juitterContainer .extLink{} /*CSS for the external links*/
#juitterContainer .hashLink{} /*CSS for the hash links*/
/*end of Juitter CSS*/

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
.shop_product{
	float:left;
	width:320px;
	/*
	border:1px solid #b3b38c;
	*/
	background-color:#f4f4ee;
	padding:10px 10px 10px;
	margin: 0 10px 10px 0;
	height:200px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}
.shop_product p{
	padding:0 2px 2px;
}
#contact_form{
	border:1px solid #b3b38c;
	padding:8px;
	width:600px;
	margin:0 auto;
}
#contact_form label{
	float:left;
	width:200px;
	text-align:right;
	margin-right:5px;
}
#contact_form .submit input{
	margin-left:205px;
}
.required{
	color: #ff0000;
	font-weight: bold;
}
#contact_form #errors{
	clear:both;
	color:red;
	padding:10px 5px 10px 10px;
	margin:5px 0 5px 5px;
	width:540px;
	float:left;
	border:1px dashed #ff0000;
}
.alt{display:none}
.addthis_button{float:right;clear:both}

/* //////////////// TELL FRIENDS SECTION //////////////// */

#tell-friends{
	width:710px;
	height:260px;
	background-color:#efeee4;
	padding:15px 0px 0px 0px;
	margin:20px auto;
	/*border:1px solid #c3bd96;*/
}
#tell-friends h4, #tell-friends h4 a, #tell-friends h4 a:visited{
	font-size: 14px;
	color:#005830;
	padding-bottom:0px;
	font-weight:normal;
	text-decoration:none;
}
#tell-friends h4 a:hover{
	text-decoration:underline;
}
.tell-friends_wrap{
	width:340px;
	padding:5px;
	float:left;
	margin:5px auto;
}
.tell-friends_section{
	width:300px;
	padding:0px;
	float:left;
	margin:5px 0px 20px 0px;
}
.tell-friends_section2{
	width:300px;
	padding:0px;
	float:left;
	margin:5px 0px 3px 0px;
}
#tell-friends img{
	width:96px;
	padding:0px 5px;
	float:left;
}

/* //////////////  KHAKI IT SECTION //////////////// */

#khaki-it{
	width:710px;
	height:400px;
	background-color:#fff;
	padding:0px 0px 0px 0px;
	margin:20px auto;
	/*border:1px solid #c3bd96;*/
}
#khaki-it h4, #khaki-it h4 a, #khaki-it h4 a:visited{
	font-size: 14px;
	color:#005830;
	padding-bottom:0px;
	font-weight:normal;
	text-decoration:none;
}
#khaki-it h4 a:hover{
	text-decoration:underline;
}
.khaki-it_wrap{
	width:700px;
	padding:5px;
	float:left;
	margin:5px auto;
}
.khaki-it_section{
	width:220px;
	padding:0px;
	float:left;
	margin:5px 13px 20px 0px;

}
#khaki-it img{
	width:219px;
	height:48px;
	margin-bottom:5px;
	float:left;
}

.enquiry_contact_details{
	float:left;
	width:700px;
	padding-left:10px;
	padding-top:10px;
	background-color:#f4f4ee;
	margin-bottom:10px;
}
.enquiry_contact_details p{
	float:left;
	margin-right:30px;
	clear:none;
	font-size:10px;
	width:30%;
}
.enquiry_contact_details strong{
	font-size:10px;
}
.download{
	width:400px;
	padding:10px;
	margin:10px;
	background-color:#efeee4;
	float:left;
}

.download img{
	padding:4px;
	margin:0px 4px 60px 0px;
	float:left;
}
.small-links{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:14px;
}
#comments{
	width:350px;
	height:100px;
}
#copyright a{
	color:#ffffff;
	text-decoration:none;
}
#copyright a:hover{
	text-decoration:underline;
}

.resources_wrap{
	width:600px;
	margin: 20px auto;
}

.resources_head{
	height:20px;
	background-color:#e8e6d6;
	padding:7px;
}

.resources_body{
	background-color:#efeee4;
	padding:15px;
}
#register_school{
	float:left;
	margin:0 0 15px 15px;
	background-color:#ffffff;
	padding:15px 20px;
	clear:both;
	border:1px #b3b38c solid;
}
#register_school label{
	float:left;
	width:100px;
}
.errors{
	float:left;
	width:95%;
	padding:5px 10px;
	background-color:red;
	color:white;
}
.required{
	border:#ff0000 1px solid;
	color:#000000;
}

.photo-comp-prizes-wrap{
	width:720px;
	margin:5px 0px;
	float:left;
}
.photo-comp-prizes-pic{
	width:240px;
	margin:10px 0px;
	float:left;
}.photo-comp-prizes-txt{
	width:460px;
	margin:10px 10px;
	float:left;
}
