/* CSS Document */

body,
html {
  width: 98%;
  height: 90%;
  padding-top: 1.8%;
  margin: 0;
  background-color: #e6e6e6;
  font-family: arial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size:12px;
}

.title-bar {
  text-align: center;
  color: #333333;
  font-size: 30px;
  padding-bottom: 10px;
}

.info-bar {
  text-align: center;
  color: #666;
  font-size: 15px;
  padding-bottom: 50px;
}

.info-bar a {
  color: #45b3e7;
  text-decoration: none;
}

.wrap {
  background-color: #ffffff;
  padding: 2%;
  width: 50%;
  margin: auto;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 0 5px #ccc;
  border: 1px solid #fff;
  text-align:center;
  
}

.wrap2 {
  background-color: #ffffff;
  padding: 2%;
  width: 40%;
  min-width:350px;
  margin: 0 auto;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 0 5px #ccc;
  border: 1px solid #fff;
}

input {
	width: 20%;
	margin-bottom: 10px;
	padding: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #efefef;
	font-size: 15px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-align: center; 
}

input:focus {
  outline: none;
  border-color: #9ecaed;
  box-shadow: 0 0 10px #9ecaed;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

input.submit {
  width: 20%;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #45b3e7;
  font-size: 15px;
  background-color: #45b3e7;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.button {
	 width: 100%;
  padding: 5%;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #45b3e7;
  font-size: 15px;
  background-color: #45b3e7;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-decoration:none;
}

.button:hover {
  width: 20%;
  padding: 5%;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #32CD32;
  font-size: 15px;
  background-color: #32CD32;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

input.submit:hover {
  width: 20%;

  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #32CD32;
  font-size: 15px;
  background-color: #32CD32;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}




#navcontainer
{
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
border-top: 1px solid #999;
z-index: 1;
}

#navcontainer ul
{
	font-size:20px;
list-style-type: none;
text-align: center;
margin-top: -8px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 0 5px;
}

#navcontainer li a
{
padding: 1px 7px;
color: #666;
background-color: #fff;
border: 1px solid #ccc;
text-decoration: none;
}

#navcontainer li a:hover
{
color: #000;
}

#navcontainer li a#current
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

/* STRUCTURE */

.wrapper {
	padding: 0px;
	max-width: 960px;
	width: 100%;
	margin: 0px auto;
}

#header {
	padding: 0 0px;

}

.wrapper2 {
	padding: 0px;
	max-width: 960px;
	width: 100%;
	margin: 0px auto;
}

h1 { font-size:24px;
	font-weight:bold;
	margin:0 0 10px 0;
	color:#FE7B01;
}

.heading1 { font-size:24px;
	font-weight:bold;
	margin:0 0 10px 0;
	color:#FE7B01;
}

h2 { font-size:20px;
	margin:0 0 10px 0;
	color:#FE7B01;}


.heading2 { font-size:20px;
	margin:0 0 10px 0;
	color:#FE7B01;}

h3 { font-size:16px;
	margin:0 0 10px 0;
	color:#666;}


.heading3 { font-size:16px;
	margin:0 0 10px 0;
	color:#666;}



.normaltext {
	font-size:16px;
	margin:0 0 10px 0;
	color:#666;
}

#content {
	clear:both;
	border:#666 solid 0px;
	margin-bottom:20px;
}

.round_corners {
}

.round_corners img {
  border:2px solid #FE7B01;
 /* background: url(img/tiger.png) no-repeat;*/
  -moz-box-shadow: 10px 10px 5px #ccc;
  -webkit-box-shadow: 10px 10px 5px #ccc;
  box-shadow: 10px 10px 5px #ccc;
  -moz-border-radius:25px;
  -webkit-border-radius:25px;
  border-radius:25px;
}


h1 { font-size:22px;
	font-weight:bold;
	margin:5px 10px;
	color:#FE7B01;}

h2 { font-size:18px;}
h3 { font-size:16px;}




footer {
	padding: 0 15px;
	/*background-image:url(images/bottom-bar.png);
	background-position:bottom;
	background-repeat:no-repeat;*/
}

#footertext {
	font-size:12px;
}

#footertext p {
	margin:0;
}




#navcontainer {
	text-align: center;
	margin-top:20px;
	min-height:25px;
}

#navlist {
	margin: 0;
	padding: 0 0 0 10px;
	font-size:15px;
	display: inline-block;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color:#FE7B01;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 2px solid #000;
	padding-bottom: 2px;
	background: transparent;
	color: #000;
}

#navlist a:hover {
	color: #000;
}
