html{
	font-family: 'Amethysta', serif;
	font-size: 16px;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color:#000;
	background: url(../images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: contai;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-size: 100%;
	overflow-x: hidden;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg.jpg', sizingMethod='scale')";
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg.jpg', sizingMethod='scale')";
}
.active{
}
body{
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
a {
	text-decoration: none;
	color:#888;
}
a:hover{
	color:#000;
}
#bg {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1;
}

.bgwidth { width: 100%; }
.bgheight { height: 100%; }
.bump{
	*margin: 0 0 0 0;
	*float: none;
	*padding-left: 45px;
	*position: relative;
	*left: 10px;
}
button {
	background-color:#1e9296;
	color: #fff;
	border:1px solid #000;
	padding: 5px;
	margin-top: 5px;
}
.center{
	text-align: center;
}
.clear{
	clear: both;
}

.content {
	background-color: #fff;
	border-radius: 10px;
	border: 1px #000 solid ;
	-moz-box-shadow: 0 3px 5px 2px #CCC;
	-webkit-box-shadow: 0 3px 5px 2px #CCC;
	box-shadow: 0 3px 5px 2px #CCC;
	height: auto;
}
.container {
	width: 980px;
	overflow: auto;
	min-height: 357px;
}

#footer{
	width: 100%;
	background-color:#000;
	color:#888;
	text-align: center;
	height: 40px;
	font-size: 12px;
	line-height: 36px;
	position: fixed;
	bottom: 0;
	margin: 0;
	padding: 0;
}
.hide {
	display: none;
}
.image{
	vertical-align: middle;
	margin: 30px;
}

#img1{
	width: 45%;
}
#img2{
	width: 45%;
}
#info {
	width: 610px;
	height: 48px;
	padding-right: 20px;
	float: right;
	text-align: right;
	line-height: 34px;
}
input{
	width: 429px;
}

.fit{
	width:40%;
}
.left{
	float: left;
	width: 430px;
}
.list{
	width:415px;
	margin:0 0 0 15px;
	margin-bottom: 20px;
	*margin: 0 0 0 0;
	*float: none;
	*padding: 0 0 0 40px;
}
.list li{
	color:#1e9296;
	margin: 0;
	padding: 0;
}
.list li span{
	color:#000;
}
.lgFont {
	font-size: 120%;
}

img#logo{
	height: 105px;
	width: 330px;
	float: left;
	margin: 0 0 0 20px;
}
#masthead{
	width: 100%;
	height: 100%;
	margin: 0 auto 50px;
	background-color:#fff;
	border-top: 1px #fff solid;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	border-radius: 5px;
	background: -moz-linear-gradient(top,  rgba(30,146,150,0.5) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,146,150,0.5)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(30,146,150,0.5) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(30,146,150,0.5) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(30,146,150,0.5) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(30,146,150,0.5) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801e9296', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0 3px 5px 2px #CCC;
	-webkit-box-shadow: 0 3px 5px 2px #CCC;
	box-shadow: 0 3px 5px 2px #CCC;
}
#mastheadBg{
	width: 980px;
	height: 105px;
	background-color: #fff;
	border-top: 1px #fff solid;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	margin: 20px auto 50px;
	border-radius: 5px;
}


#navbar {
	width: 610px;
	height: 57px;
	float: right;
}
#navbar ul{
	list-style:none;
}
#navbar ul li{
	display: inline;
	padding: 10px 30px;
	font-size: 16px;
}
a.nav {
	color: #888;
}
#navbar a{
	cursor: pointer;
	position: relative;
}
a.current {
	color:#1e9296;
}
.right{
	float: right;
	width: 430px;
}
.rt{
	float: right;
}
.section{
	color:#1e9296;
	font-weight: bold;
}
#sender{
	margin: 30px;
}

.stretch {
    width:100%;
    height:100%;
}

.text{
	height: 100%;
	margin: 20px;
	padding: 0px;
}
textarea{
	width: 429px;
}
.white{
	color:#fff;
}
#wrapper {
	position: relative;
	z-index: 10;
	width: 980px;
	min-height: 100%;
	margin: 0px auto;
	padding: 0 0 40px;
}