@charset "utf-8";
html { 
  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.center1 {
	margin-left:auto;
	margin-right:auto;
}
.menuBar {
	-moz-border-radius: 6px;
	border-radius: 6px;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #FFD100 0%, #FD9601 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #FFD100 0%, #FD9601 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #FFD100 0%, #FD9601 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFD100), color-stop(1, #FD9601));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #FFD100 0%, #FD9601 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #FFD100 0%, #FD9601 100%);
	height:70px;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFFDF0;
	text-align: center;
	}
.linkTable{
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFFDF0;
	font-size:12px;
	text-align: center;
}
a {
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFFDF0;
	font-size:12px;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
.linkFill{
	background-color:#92D003;
	width:220px;
	height:36px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	 	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #96D000 0%, #70BB16 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #96D000 0%, #70BB16 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #96D000 0%, #70BB16 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #96D000), color-stop(1, #70BB16));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #96D000 0%, #70BB16 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #96D000 0%, #70BB16 100%);
}
.linkTop {
	-moz-border-radius: 6px;
	border-radius: 6px;	
	height:36px;	
 	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #8ED107 0%, #5D9C13 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #8ED107 0%, #5D9C13 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #8ED107 0%, #5D9C13 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8ED107), color-stop(1, #5D9C13));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #8ED107 0%, #5D9C13 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #8ED107 0%, #5D9C13 100%);
	
	}

.heading {
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFFDF0;
	font-style: italic;
}
.footer {
	background-image: url(images/footer.png);
	background-repeat: repeat;
	height:auto;
	width:100%;
	margin-top:5px;
	margin-bottom:0px;
	text-align:center;
	bottom: 0px;
	position: relative;
	color: #CCC;
	padding: 6px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
body {
	margin: 0px;
	padding: 0px;	
}
.contentFill1{
	background-color:#023A2C;
	width:780px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #CCC;
	padding: 6px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.contentFill2{
	background-color:#FFFFFF;
	width:780px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #333;
	padding: 6px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.contentHeader{
	margin-top:6px;
	margin-bottom:14px;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFFDF0;
}
.footerHeader{
	margin-top:6px;
	margin-bottom:14px;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFFDF0;
}
#fullList {
	color: #CCC;
	display: none;
}
input  {
	-moz-border-radius: 2px;
	border-radius: 2px;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #FFD100 0%, #FD9601 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #FFD100 0%, #FD9601 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #FFD100 0%, #FD9601 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFD100), color-stop(1, #FD9601));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #FFD100 0%, #FD9601 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #FFD100 0%, #FD9601 100%);
	color:#FFF;
	padding: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border:none;
}

.tableCity {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	width:80%;
}