html {
  background: #fff url(../img/bg.jpg) top center no-repeat fixed;
  height: 100%;
}

body {
  background: transparent url(../img/bg_bottom_grass0.png) bottom center repeat-x;
  color: #666;
  height: 100%;
}

#super-wrapper {
  background: transparent url(../img/bg_bottom_grass.png) bottom center repeat-x;
  height: 100%;
}

#wrapper {
    width: 950px;
    margin: 0 auto;
}

#header {
}

#menu {   
  width: 950px;
  height: 42px;
  position: relative;
}

#pre-content {
  background: transparent url(../img/bg_homepage_top.png) top left repeat-x;
  width: 950px;
  clear: both;
  display: none;
}

#content-wrapper {
  background: transparent;
  border: none;
}

#content {
  background: transparent url(../img/bg_content.png) 0px 28px no-repeat;
  min-height: 671px;
}

#homepage #content {
  background: #2D6919 url(../img/bg_homepage.jpg ) top left no-repeat !important;
  min-height: 675px;
//  height: 700px;
}

#footer {
  position: absolute;
  top: 100%;
  margin-top: -294px;
  height: 294px;
  width: 100%;
}

#footer-container {
  width: 900px;
  padding-left: 25px;
  padding-top: 264px;
  font-size: 0.9em;
  color: #eee;
  margin: 0 auto;
  background: transparent url(../img/bg_ball.png) left bottom no-repeat;
  padding-bottom: 1em;
}

#footer #footer-container a {
  color: #fff;
}

#content-footer {
  position: absolute;
  margin-top: -170px;
  background: transparent url(../img/bg_bottom_grass2.png) bottom center repeat-x;
  height: 171px;
  width: 950px;
}

#content-footer2 {
  position: absolute;
  background: transparent url(../img/bg_bottom_grass.png) bottom center repeat-x;
  height: 171px;
  width: 950px;
}


/********************
COLUMNS
**********************/

.col50 {
  width: 49%;
  padding-right: 1%;
  float: left;
}

.col33 {
  width: 32%;
  padding-right: 1%;
  float: left;
}
.col66 {
  width: 66%;
  padding-right: 1%;
  float: left;
}

.last {
  padding-right: 0;
  float: right;
}

.text-container {
  padding: 2em 3em;
}

#copyright {
  line-height: 38px;
  padding-left: 2em;
  color: #666;
}

/* ------- COMMON --------- */

.nobg {
  background-color: transparent !important;
}

.nopromo {
  background-position: top left !important;
}

.opacity50 {
  filter:alpha(opacity=50);   
  -moz-opacity: .5;   
  opacity: .5;
}

.clear, .clearer {
  clear: both;
}

hr {
  border: none;
  border-top: solid 1px #ccc;
  height: 1px;
  background: transparent; 
  margin: 0;
  padding: 0.5em;
}

a.external {
  padding-right: 12px;
  background: transparent url(../img/external.gif) no-repeat right;
}

.col {
	width: 48%;
	float: left;
	padding-right: 1%;
}

.col-last {
	width: 49%;
	float: right;
	padding-right: 0;
}

/* BUTTONS, HTML: <button value="submit" class="submitBtn"><span>Submit</span></button> */		

button, a.button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
  font-family: 'Trebuchet MS', Arial, Helvetica;
}

a.button::-moz-focus-inner, button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

a.button span, button span { 
	position: relative;
	right: -2px;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	a.button span, button span {
    right: -3px;
		margin-top: -1px;
	}
}

/**************************
RAD3
*************************/

a#rad3 {
  background: transparent url(../img/logo_rad3.png) no-repeat top right;
  width: 100px;
  height: 23px;
  float: right;
  display: block;
  color: #666;
  text-decoration: none;
  white-space: nowrap;
  line-height: 23px;
  margin-right: 10px;
	padding: 23px 0px 0px 0px;
	overflow: hidden;
	height: 0px !important;
	position: relative;
	text-indent: -9000px;
  margin-top: -5px;
}

a#rad3:link, a#rad3:visited  { width: 100px; border: 0; display: block; background: url(../img/logo_rad3.png) 0px 0px no-repeat;}
a#rad3:focus { background: 0px 0px;}
a#rad3:hover, a#rad3:active {background-position: 0px -23px;}

/**************************
Download the form BUTTON
*************************/

a.download:link, a.download:visited {
  background: transparent url(../img/btn_download.png) no-repeat top left;
  width: 197px;
  height: 66px;
  float: left;
  display: block;
  text-indent: -9000px;
  overflow: hidden;
	position: relative;
	margin-left: -28px;
	z-index: 10;
}

a.download:focus { background-position: 0px 0px;}
a.download:hover, a.download:active {background-position: 0px -66px;}

/**************************
Find Out More BUTTON
*************************/

a.find-out-more:link, a.find-out-more:visited {
  background: transparent url(../img/btn_findout.png) no-repeat top left;
  width: 176px;
  height: 66px;
  float: left;
  display: block;
  text-indent: -9000px;
  overflow: hidden;
	position: relative;
	margin-left: -28px;
	z-index: 10;
}

a.find-out-more:focus { background-position: 0px 0px;}
a.find-out-more:hover, a.find-out-more:active {background-position: 0px -66px;}

/**************************
More news BUTTON
*************************/

a.more-news:link, a.more-news:visited {
  background: transparent url(../img/btn_more_news.png) no-repeat top left;
  width: 121px;
  height: 54px;
  float: left;
  display: block;
  text-indent: -9000px;
  overflow: hidden;
	position: relative;
	z-index: 10;
	float: right;
}

a.more-news:focus { background-position: 0px 0px;}
a.more-news:hover, a.more-news:active {background-position: 0px -49px;}


/**************************
MENU
*************************/

.spritesnav {
    list-style-type: none;
    width: 906px;
    height: 42px;
    background: url(../img/menu.png) no-repeat;
    position: absolute;
    margin-left: 21px;
    padding: 0;
}

.spritesnav {
    background: url(../img/menu.png) no-repeat;
}

.spritesnav li {
	display: inline;
}

.spritesnav li a:link, .spritesnav li a:visited, .spritesnav li div {
	position: absolute;
	top: 0;
	height: 42px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}

.spritesnav li div {
	z-index: 0;
}
	.spritesnav a, .spritesnav div {
    background: url(../img/menu.png) no-repeat;
  }
 
	#snhome a:link, #snhome a:visited , #snhome div{
		left: 0px;
		width: 117px;
    background-position: 0px 0px;
	}
	#snhome a:hover, #snhome a:focus, #snhome div{
		background-position: 0px -42px;
	}
	#snhome a:active, #snhome div.click, #snhome.active a:link, #snhome.active a:visited {
		background-position: 0px -84px;
	}
	
	#snhome.active a {
		cursor: default !important;
	}

	#snaboutdoug a:link, #snaboutdoug a:visited , #snaboutdoug div{
    left: 117px;
    width: 135px;
    background-position: -117px 0px;
	}
	#snaboutdoug a:hover, #snaboutdoug a:focus, #snaboutdoug div{
    background-position: -117px -42px;
	}
	#snaboutdoug a:active, #snaboutdoug div.click, #snaboutdoug.active a:link, #snaboutdoug.active a:visited {
      background-position: -117px -84px;
	}
	
	#snaboutdoug.active a {
		cursor: default !important;
	}


	#snaboutfoundation a:link, #snaboutfoundation a:visited , #snaboutfoundation div{
    left: 252px;
    width: 170px;
    background-position: -252px 0px;
	}
	#snaboutfoundation a:hover, #snaboutfoundation a:focus, #snaboutfoundation div{
    background-position: -252px -42px;
	}
	#snaboutfoundation a:active, #snaboutfoundation div.click, #snaboutfoundation.active a:link, #snaboutfoundation.active a:visited {
      background-position: -252px -84px;
	}
	
	#snaboutfoundation.active a {
		cursor: default !important;
	}


	#snhowtohelp a:link, #snhowtohelp a:visited , #snhowtohelp div{
    left: 422px;
    width: 149px;
    background-position: -422px 0px;
	}
	#snhowtohelp a:hover, #snhowtohelp a:focus, #snhowtohelp div{
    background-position: -422px -42px;
	}
	#snhowtohelp a:active, #snhowtohelp div.click, #snhowtohelp.active a:link, #snhowtohelp.active a:visited {
      background-position: -422px -84px;
	}
	
	#snhowtohelp.active a {
		cursor: default !important;
	}


	#snscholarshipwinners a:link, #snscholarshipwinners a:visited , #snscholarshipwinners div{
    left: 571px;
    width: 186px;
    background-position: -571px 0px;
	}
	#snscholarshipwinners a:hover, #snscholarshipwinners a:focus, #snscholarshipwinners div{
    background-position: -571px -42px;
	}
	#snscholarshipwinners a:active, #snscholarshipwinners div.click, #snscholarshipwinners.active a:link, #snscholarshipwinners.active a:visited {
      background-position: -571px -84px;
	}
	
	#snscholarshipwinners.active a {
		cursor: default !important;
	}


	#sncontactus a:link, #sncontactus a:visited , #sncontactus div{
    left: 757px;
    width: 149px;
    background-position: -757px 0px;
	}
	#sncontactus a:hover, #sncontactus a:focus, #sncontactus div{
    background-position: -757px -42px;
	}
	#sncontactus a:active, #sncontactus div.click, #sncontactus.active a:link, #sncontactus.active a:visited {
      background-position: -757px -84px;
	}
	
	#sncontactus.active a {
		cursor: default !important;
	}

#header img.call-us {
  position: relative;
  top: -38px;
  left: 510px;  
}

/************************
HOMEPAGE
************************/

#homepage-text-top {
  padding-left: 490px;
  padding-right: 40px;
  font-size: 1.125em;
  line-height: 1.66;
}

img.signature {
  float: right;
}

#homepage-text-bottom {
  position: absolute;
  width: 400px;
  top: 480px;
  padding-left: 500px;
  padding-right: 80px;
  
}

img.heading-image {
  padding-bottom: 1.5em;
}

.text-container {
  padding: 0.5em 1em;
}

div.hr {
  width: 100%;
  border-top: solid 1px #aaa;
  height: 1px;
  clear: both;
  margin: 0.5em 0 0.5em 0;
}

/**********************
TYPOGRAPHY Overlay
**********************/

h1, h2, h3, h4, h5, h6 { color:#666; letter-spacing: -0.05em;}

table td {
	vertical-align: top;
}

#sidebar th, #content th {
  font-size: 1.25em;
  border-bottom: solid 1px #bbb;
  color: #666;
}

#sidebar td, #content td {
  border-bottom: solid 1px #c5c5c5;
}

#sidebar tr.odd td, #content tr.odd td {
  background-color: #c0c0c0;
}

#sidebar tr td.label {
  border-right: solid 1px #c5c5c5;
  color: #333;
}


/**********************
INTERNAL page
**********************/

.promo-image {
  float: right;
  margin-right: -3em;
  margin-top: -28px;
}

#internal-text-top {
  padding: 28px 3em 35px 3em;
  background: transparent url(../img/bg_top.png) no-repeat left top;
  height: 218px;
  font-size: 1.25em;
  
}

#internal-text-bottom {
  padding: 3em 3em 10em 3em; 
  background: transparent; 
}

#internal-text-bottom #sidebar{
  width: 422px; 
  float: right;
  background: transparent url(../img/bg_sidebar.png) top left no-repeat;
  margin: 0 0 1.5em 3em;
  position: relative;
  margin-bottom: 1em;
}

 #sidebar #sidebar-footer {
  position: absolute;
  width: 422px; 
  height: 25px;
  margin-top: -25px;  
  top: 100%;
  background: #fff url(../img/bg_sidebar.png) bottom left no-repeat;
  
}

.fake-ball {
  width: 270px;
  height: 200px;
  float: left;
  position: relative;
}


#sidebar .text-container {
  padding: 1.5em;
}


/*********************************
Green Gallery 
*********************************/
  
#gallery {
  padding: 0 3em;
  background-color: #5B8B26;
  border-top: solid 1px #4B7B16;
  border-bottom: solid 2px #3B6B06;
}

#gallery ul, #gallery li {
  margin: 0;
  padding: 0;
}

#gallery li {
  list-style: none;
  display: inline-block;
// display: inline;
  margin: 10px;
  position: relative;
}


#gallery div {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url(../img/gallery_border.png) 0px -100px no-repeat;
}

#gallery div:hover, #gallery div.thumb-hover {
  background-position: 0px 0px;
}

/************************
TABS
************************/

#tabs {
	padding-bottom: 10em;	
	padding: 1em;
}

#tabs a {
	font-size: 1.5em;
	color: #999;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	margin-right: 1em;
	padding: 3px 10px;
	background-color: #eee;
	
}

#tabs a:hover {
	color: #666;
}

#tabs a.active-tab {
	color: #333;
	cursor: default;
	background-color: #fff;
	border: solid 1px #ccc;
	border-bottom: solid 1px #fff;
}

#tabs div {
	display: none;	
}

#tabs div span {
	display: block;	
}

#footer-container {
  z-index: 1;
}

#homepage-text-bottom {
  z-index: 100;
}

#homepage-text-bottom a {
  position: relative;
  right: -20px;
}