
#title-box {
	position: absolute;
	width: 97%;
  height: 256px;
	left: 5px;
	background: url(../images/big_sky_logo.png) no-repeat;
	z-index: 20; 
/*  border: 1px solid #999;*/
}

#vspbox {
  position: absolute;
  left: 20px;
  background: url(../images/volunteerskipatrol.png) no-repeat;
/*  background-color: red;*/
  top: 230px;
  height: 200px;
  width: 20%;
  z-index: 20;
}

h1 {
	font-size: 500%;
	font-family: "MS Trebuchet", sans-serif;
	float: left;
	clear: both;
	padding: 0px;
	margin:0px;
}
h2 {
	font-size: 400%;
	float: left;
	clear: both;
	padding: 0px;
	margin:0px;
}

body {
	background: #F8F8F6;
	bottom: 150px;
}

div.main-image {
	position: absolute;
	background: #C1DCFC url(../images/splash.jpg) no-repeat 50% 50%;
	width: 97%;
	height: 62%;
	top: 5px;
	left: 12px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	z-index: -10;
}

.link-boxes {
	position: absolute;
	width: 97%;
	top: 63%;
	left: 2%;
}

.info-box {
	position: relative;
	float: left;
	background: #C4DCFD;
	border: 2px solid #000000;
	margin: 20px 15px 80px 0px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
  width: 300px;
}


.info-box-right {
	position: relative;
	float: right;
	background: #C4DCFD;
	border: 2px solid #000000;
	margin: 20px 12px 0px 0px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	width: 250px;
}

.info-box p, .info-box-right p{
  text-align: left;
	padding: 1em;
}

.info-box h2, .info-box-right h2{
  font-size: 140%;
  color: red;
  width: 100%;
/*  text-align: center;*/
  margin: 8px;
}

.info-box ul, .info-box-right ul {
  text-align: left;
}

div.box{
  text-align: right;
  float: left;
  width: 7em;
	clear: left;
}

label {
  float: right;
  margin-top: 6px;
  margin-right: 3px;
	font-size: 1.2em;
}

input {
  float: left;
/*  clear: right;*/
/*width: 50%;*/
}

input.textfield{
/*	width: 50%;*/
	margin: 2px 0px 2px 2px;
}

.msg{
	float: left;
	padding: 2px 0 5px 0;
/*	clear: both;*/
	width: 100%;
/*	outline: thin solid black;*/
	
}

/*.login-box {
  text-align: right;
}*/

#footnotes_debug {
  display: none;
}
