/* Common ========================================================================================== */

	body {
	background: url("art/AE_BKGD-Black.jpg");
	background-repeat: repeat;
	background-position: left top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: center;
	background-color: #000000;
	}

	.mainbackground {
	width: 1230px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	left: -10%; /* was -220px    */
	position: relative;
	vertical-align: top;
	text-align: center;
	background: url("art/AE_BKGD-Main-Extended.jpg");
	background-repeat: no-repeat;
	background-position: right top; /*     */
	/*background-color: none;*/
	/*border: 1px solid #0f2f34;*/
	/*background-color: none;*/
	}

	.text-mainbox {
	width: 995px; /* 995px */
	height: auto;
	padding: 640px 0px 0px 0px;
	margin: 0px auto 0px auto;
	left: 130px;
	position: relative;
	vertical-align: top;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #54889e;
	background-color: none;
	}

	.text-light { /* AE light teal */
	color: #54889e;
	}
	
	.text-dark { /* AE dark teal */
	color: #335360;
	}

	.text-orange { /* AE orange */
	color: #cf5d0a;
	}

	.text-white {
	color: white;
	}

	.text-copyright {
	color: #2b3d44;
	}

	.text-tagline {
	font-size: 16px;
	color: #54889e;
	}

	.text-mainbox a {
	color: #54889e;
	text-decoration: none;
	}

	.text-mainbox a:hover {
	color: #cf5d0a;
	text-decoration: none;
	}

	.text-infobox {
	width: 945px;
	height: auto;
	padding: 5px 5px 5px 5px;
	margin: 0px auto 0px auto;
	vertical-align: top;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #b6c6cc;
	border: 1px solid #0f2f34;
	background-color: #101518;
	}

	.text-footer-contact {
	width: auto;
	height: auto;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	vertical-align: bottom;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: none;
	float: left;
	clear: none;
	display: inline;
	}

	.text-footer-contact a {
	color: white;
	text-decoration: none;
	}

	.text-footer-contact a:hover {
	color: #cf5d0a;
	text-decoration: none;
	}

	.text-footer-copyright {
	width: auto;
	height: auto;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	vertical-align: bottom;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: none;
	float: right;
	clear: none;
	display: inline;
	}

/* BOF: SAMPLE PAGE ================================================================== */

	.samplebackground {
	width: 1230px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	left: -10%; /*  was -220px   */
	position: relative;
	vertical-align: top;
	text-align: center;
	background: url("art/AE_BKGD-Sample-Extended.jpg");
	background-repeat: no-repeat;
	background-position: right top; /*     */
	/*background-color: none;*/
	/*border: 1px solid #0f2f34;*/
	/*background-color: none;*/
	}

	.text-samplebox {
	width: 995px; /* 995px */
	height: auto;
	padding: 200px 0px 0px 0px;
	margin: 0px auto 0px auto;
	left: 150px;
	position: relative;
	vertical-align: top;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #54889e;
	background-color: none;
	}

	.sample img {
	border: 4px solid #54889e; /* AE light teal */
	}

	.text-sampletitle {
	font-size: 28px;
	color: #54889e;
	}

/* BOF: PAYMENTS PAGE ================================================================== */

	.text-paymentsbox {
	width: 995px; /* 995px */
	height: auto;
	padding: 200px 0px 0px 0px;
	margin: 0px auto 0px auto;
	left: 275px;
	position: relative;
	vertical-align: top;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #54889e;
	background-color: none;
	}

	.payments input {
	width: 285px;
	box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 5px;
    /*background: ;*/
    /*margin: 5px;*/
	border: 4px solid #54889e; /* AE light teal */
	font-family: Verdana, Arial, sans-serif;
	font-size: 48px;
	font-weight: bold;
	}

	.payments .dollar-sign {
	width: 33px;
	box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 5px;
    margin-right: -5px;
    background: #54889e; /* AE light teal */
    color: #fff;
    border: 4px solid #54889e; /* AE light teal */
	font-family: Verdana, Arial, sans-serif;
	font-size: 48px;
	font-weight: bold;
	}

	.payments a {
	color: #ffffff;
	text-decoration: none;
	}

	.payments a:hover {
	color: #cf5d0a;
	text-decoration: none;
	}

