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

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
body {
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	margin-top:10px;
	text-align:center;
	background:url('../images/newbg.jpg') no-repeat;
    background-attachment: fixed;
	background-size:cover;
    background-position: left top; 
}
#bgcontainer {
	position:relative;
	height:900px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	/*background:url('images/newbg.jpg') no-repeat;/* fixed right top;*/
	/*background-size:contain;
	*/
}
#container {
	position:relative;
	top:25px;
	height:auto;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#top {
	position:fixed;
	top:0px;
	background-color:#FFF;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	height:40px;
	padding:5px;
	z-index:100;
}
#logocontainer {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#logo {
	text-align:left;
	float:left;
}
#ctaleft {
	float:right;
	height:auto;
	width:60%;
	margin-top:15px;
	text-align:right;
}
#ctaright {
	float:left;
	height:auto;
	width:40%;
	margin-top:20px;
	text-align:left;
}
#middle {
	clear:both;
	height:auto;
	width:100%;
	margin-top:20px;
	text-align:left;
}
#contentbottom {
	position:relative;
	height:auto;
	width:100%;
	text-align:left;
}
#leftbox {
	float:left;
	width:48%;
	height:auto;
}
#rightbox {
	float:right;
	width:48%;
	height:auto;
}
p.ctastyle {
	font-size:250%;color:#FFF;font-weight:bold; text-shadow: 1px 1px 3px #000;
}
p.ctastyle2 {
	font-size:175%;color:#FFF;font-weight:bold; text-shadow: 1px 1px 3px #000;
}
li.liststyle {
	font-size:125%;color:#FFF;font-weight:bold; text-shadow: 1px 1px 3px #000;text-align:left;
}
img.logostyle {
	position:relative;top:-10px;
}
.formstyle {
	height:30px;
	padding:5px 8px;
	border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
}
.listmovement {
	position:relative;top:25px;
}
button.submit {
	height:40px;
    background-color: #68b12f;
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 1px solid #509111;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #9fd574;
    -webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
    -moz-box-shadow: 0 1px 0 0 #9fd574 inset;
    -ms-box-shadow: 0 1px 0 0 #9fd574 inset;
    -o-box-shadow: 0 1px 0 0 #9fd574 inset;
    color: white;
    font-weight: bold;
    padding: 6px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #396715;
}
button.submit:hover {
    cursor: pointer; 
}
button.submit:active {
    border: 1px solid #20911e;
    box-shadow: 0 0 10px 5px #356b0b inset; 
    -webkit-box-shadow:0 0 10px 5px #356b0b inset ;
    -moz-box-shadow: 0 0 10px 5px #356b0b inset;
    -ms-box-shadow: 0 0 10px 5px #356b0b inset;
    -o-box-shadow: 0 0 10px 5px #356b0b inset;
     
}