@charset "UTF-8";
/* CSS Document */
body{
font-family:Arial, Helvetica, sans-serif;
background-color:#006c64;
height:100%;
width:100%;
margin:0 auto;
padding:0;
color:#455560;
}
#wrap{
	margin:6px auto 0 auto;
	padding:0;
	width:100%;
	height:100%;
	text-align:center;
	display:block;
}
.white{
	background-color: #FFF;
	margin:0 auto;
	padding:0;
	display:block;
	width:100%;
}
#header{
	width:800px;
	height:103px;
	margin:0 auto;
	padding:0;
	text-align:left;
	display:block;
	background:url('images/skyline.png');
	background-repeat:no-repeat;
	background-position:bottom right;
}
#logoblock{
	margin:0 auto;
	padding:0;
	display:block;
	width:100%;
	text-align:center;
	position:absolute;
	top:50px;
}
.logo{
	width:800px;
	margin:0 auto;
	padding:0;
	text-align:left;
	display:inline-block;
}
#break{
	width:100%;
	height:72px;
	margin:0 auto;
	padding:0;
	text-align:center;
	display:block;
	border-bottom-color:#455560;
	border-bottom-style:solid;
	border-bottom-width:10px;
}
hr{
	background-color: #bbbbbb;
	width:100%;
	height:3px;
	border:none;
	padding:0;
	margin:0 auto;
	display:inline-block;
}
#intro{
	width:800px;
	margin:0 auto;
	padding:5px 0 15px 0;
	text-align:left;
	color:#455560;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	display:inline-block;
}
h1, h2{
	color:#455560;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	margin:0 auto;
	padding:0;
}
#container{
	width:800px;
	height:330px;
	margin:0 auto;
	padding:10px 0 0 0;
	display:inline-block;
	background-color:#FFF;
}
.creditcards{
	padding-top:35px;
}
/* FORM STYLING */
#login{
	width:416px;
	height:262px;
	margin:0 auto;
	padding:0;
	float:left;
	background-image:url('images/login_bg.png');
	background-repeat: no-repeat;
	text-align:left;
}
.top{
	height:52px;
}
.middle{
	height:176px;
}
.bottom{
	height:34px;
}
.loginform{
	width:100%;
}
/*  STYLING */
.css_td_btn_Login .css_btn_login {
	-moz-box-shadow:inset 0px 1px 0px 0px #6d98a8;
	-webkit-box-shadow:inset 0px 1px 0px 0px #6d98a8;
	box-shadow:inset 0px 1px 0px 0px #8fc6c2;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006c64), color-stop(1, #004a45) );
	background:-moz-linear-gradient( center top, #006c64 5%, #004a45 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006c64', endColorstr='#004a45');
	background-color:#004a45;
	-webkit-border-top-left-radius:11px;
	-moz-border-radius-topleft:11px;
	border-top-left-radius:11px;
	-webkit-border-top-right-radius:11px;
	-moz-border-radius-topright:11px;
	border-top-right-radius:11px;
	-webkit-border-bottom-right-radius:11px;
	-moz-border-radius-bottomright:11px;
	border-bottom-right-radius:11px;
	-webkit-border-bottom-left-radius:11px;
	-moz-border-radius-bottomleft:11px;
	border-bottom-left-radius:11px;
	text-indent:0px;
	border:1px solid #003a50;
	display:inline-table;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:120px !important;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #3c393a;
	margin-top:10px;	
}
.css_td_btn_Login .css_btn_login:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background:#006c64;
}
.css_td_btn_Login .css_btn_login:active {
	position:relative;
	top:1px;
}

.css_td_btn_register .css_btn_register {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #c4c4c4) );
	background:-moz-linear-gradient( center top, #ededed 5%, #c4c4c4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#c4c4c4');
	background-color:#ededed;
	-webkit-border-top-left-radius:11px;
	-moz-border-radius-topleft:11px;
	border-top-left-radius:11px;
	-webkit-border-top-right-radius:11px;
	-moz-border-radius-topright:11px;
	border-top-right-radius:11px;
	-webkit-border-bottom-right-radius:11px;
	-moz-border-radius-bottomright:11px;
	border-bottom-right-radius:11px;
	-webkit-border-bottom-left-radius:11px;
	-moz-border-radius-bottomleft:11px;
	border-bottom-left-radius:11px;
	text-indent:0px;
	border:1px solid #b9b9b9;
	color:#616161 !important;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:120px !important;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	margin-top:10px;
}
.css_td_btn_register .css_btn_register:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c4c4c4), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #c4c4c4 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4c4c4', endColorstr='#ededed');
	background-color:#c4c4c4 ;
}
.css_td_btn_register .css_btn_register:active {
	position:relative;
	top:1px;
}
.registerbutton{
	-moz-box-shadow:inset 0px 1px 0px 0px #515151;
	-webkit-box-shadow:inset 0px 1px 0px 0px #515151;
	box-shadow:inset 0px 1px 0px 0px #515151;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #393939), color-stop(1, #1c1c1c) );
	background:-moz-linear-gradient( center top, #393939 5%, #1c1c1c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#393939', endColorstr='#1c1c1c');
	background-color:#1c1c1c;
	-webkit-border-top-left-radius:11px;
	-moz-border-radius-topleft:11px;
	border-top-left-radius:11px;
	-webkit-border-top-right-radius:11px;
	-moz-border-radius-topright:11px;
	border-top-right-radius:11px;
	-webkit-border-bottom-right-radius:11px;
	-moz-border-radius-bottomright:11px;
	border-bottom-right-radius:11px;
	-webkit-border-bottom-left-radius:11px;
	-moz-border-radius-bottomleft:11px;
	border-bottom-left-radius:11px;
	text-indent:0px;
	border:1px solid #18254a;
	display:inline-table;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:120px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #3c393a;
}
.registerbutton:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1c1c1c), color-stop(1, #393939) );
	background:-moz-linear-gradient( center top, #1c1c1c 5%, #393939 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c', endColorstr='#393939');
	background-color:#18254a;
}

/* STYLING */

#register{
	width:350px;
	margin:18px auto 0 auto;
	padding:0;
	text-align:left;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#footer{
	width:100%;
	height:100%;
	margin:0 auto;
	padding:25px 0;
	text-align:center;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	background:url('images/stretch.jpg');
	background-repeat:repeat;
	border-bottom-color:#000;
	border-bottom-style:solid;
	border-bottom-width:20px;
}
#footer a{
	color:#FFF;
}

@media screen and (max-width: 850px) {
#register{
	width:275px;
	margin:10px auto 0 auto;
}
#header, #container, #intro, #logo {
	width:725px;
}
}
@media screen and (max-width: 640px) {
#wrap{
	margin:6px auto 0 auto;
}
#header{
	width:100%;
	text-align:center;
}
.white{
	width:100%;
}
.creditcards{
	display:none;
}
#intro{
	width:85%;
	color: #3a3835;
}
#container{
	width:100%;
	height:auto;
}
#login{
	width:100%;
	background-image:none;
	margin:0 auto;
	height:170px;
	text-align:center;
}
#footer{
	width:100%;
	margin:0 auto;
	display: inline-block;
}
.logo{
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
	display:inline-block;
}
#register{
	display:none;
}
#login{
	width:100%;
	background-image: none;
	text-align:center;
}
.top{
	display:none;
}
.buttonpadding{
	padding:0 10px;
}
.formpadding{
	padding:0;
}
img{
	max-width:100%;
	height:auto;
}
}
