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

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

body { 
       font-family: Helvetica, Arial, sans-serif;
       font-size:90%;
	  background-color:#97B3C4;
}




#results { margin-top:20px;}


#chooseBox{
	color:black;
	float: left;
	height: auto;
	width: 1000px;
	border: thin solid #000;
	background-color:#D6C9B9;
	margin-bottom: 35px;
	margin-top: 25px;
	height:950 px;
	margin-left:11px;

	}
body {
	width: 100%;
	height:auto;
	background-color:#97B3C4;
	background-size:auto;
	padding-left:10%;
	padding-right:10%;
	background-repeat:no-repeat;
	background-position:center;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	float:left;
	color:#FF6;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
}


#container2{
	width:100%;
	padding-left:23px;
}

#searchBox{
	color:black;
	margin: 25px;
	padding: 15px;
	float: left;
	height: auto;
	width: 450px;
	border: thin solid #000;
	background-color:#C4732B;
	margin-bottom:35px;
	margin-left:50px;
	margin-top:35px;
	}



h1{
       border-bottom: solid 3px #009;
       padding-bottom:5px;
       text-transform:uppercase;
       text-shadow: 2px 2px 2px #999;
       color: #000000;
	   	font-family: Helvetica, Arial, sans-serif;
		font-size:28px;
      }
	



#wrapper {
	width:1024px;;
	height: auto;
	background-color:#97B3C4;
}




	




h2 {
         margin: 10px;
         text-transform:uppercase;
         text-shadow: 2px 2px 2px #999;
}

#results { margin-top:20px;}



.button { 
         margin-left:115px; 
}

.box {
         border: solid 1px #666;
         background-color:#FFF;
}
#NameBox{
	color:black;
	margin: 25px;
	padding: 15px;
	float: left;
	height: auto;
	width: 350px;
	border: thin solid #000;
	background-color:#C4732B;
	margin-top:35px;	
	
	}
#register-box {
         float:right;
         width: 500px;
         min-height:100px;
		 margin-right:30px;
		 padding:20px;
		 color:#000000;
		 background-color:#FF6;
		 
}

			

.label {
          float:left;
          width:100px;
          text-align:right;
          clear:left;
          margin-right:15px;
          font-weight:bold;
}


label.error {
          color: #900;
          font-weight:bold;
          margin-left: 4px;
          display:block;
          font-size:.9em;
          margin-left:115px;
}

input.error {
          border: 2px solid #900;
}

#suggestionsList li:hover { background-color: #659CD8; }

#formbox {
	float:left;
	color:#633626;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #D6C9B9;
	margin: 20px;
	width: 500px;

	border: solid black thin;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


ul#list-nav {
	list-style:none;
	margin-top:20px;
	margin-bottom:20px;
	padding:0;
	width:96%;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	margin-right:25;
	font-size:18px;
}

ul#list-nav li {
	display:inline
}

ul#list-nav li a {
	text-decoration:none;
	width:194px;
	background:#633626;
	color:#B4C7D1;
	float:left;
	text-align:center;
	border-left:1px solid #fff;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

ul#list-nav li a:hover {
	background-color:#B4C7D1;
	color:#633626;
}
#footer {

	padding-top: 1px;
	width: 1024px;
	color:#633626;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	height: 100px;
	background:#D6C9B9;
	color:#FFF;
	clear:both;
	}