@charset "UTF-8";
/* CSS Document */


/* ----- GENERAL ------- */
body {
	background: #ffffff url(/images/bg_shadow.gif) repeat-x;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-align: center;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.6em;
	margin-top: 0px;
	padding-top: 0px;
	
}

#container_mother {
	width: 875px;
	margin: 0px auto;
	text-align: left;
}


#container_flash {
	width: 875px;
	margin-bottom: 20px;
}

#container_columns {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}


#container_left {
	width: 100%; /* 475px; */
	padding-right: 24px;
	float: left;
	box-sizing: border-box;
	border-bottom: 1px solid #999999;
	padding-bottom: 20px;
}

#container_left p:first-child {
	border-bottom: 1px solid #999999;
	padding-bottom: 20px;
	clear: both;
}

/* Sign Up Form */

#container_right {
	width: 50%; /* 350px; */
	background: #ffffff url(/images/bg_eagle.gif) no-repeat;
	float: left;
	box-sizing: border-box;
	margin-top: 10px;
	padding-bottom: 40px;
}


#container_signup {
	clear: both;
}

#contactform label {
	font-weight: normal;
}

#contactform .form-control {
	display: block;
	width: 90%;
	height: 10px;
	padding: 6px 6px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	margin-bottom: 12px;
}

#contactform .form-group {
	padding-bottom: 30px;
}

#dupi .has-feedback .form-control-feedback {
	position: absolute;
	top: 0;
	right: 15px;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}

.join {
	padding-left: 70px;
}

img.headerTitle {
	padding-bottom: 10px;
	margin-top: 20px;
}


.formmessage {
	color: #C00000;
	padding-left: 72px;
}

.icons {
	padding: 3px 0px;
	margin: 0px;
	border-bottom: 1px dotted #999999;
	
}

/* ---- LINKS --- */
a, a:link, a:active {
	color: #205485;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #205485;
	font-weight: bold;
	text-decoration: underline;
	}
	

/* -- STYLES -- */

.rule {
	border-bottom: 1px solid #999999;
}

.paddingrightbot {
	padding: 4px 14px 5px 0px;
}

/* -- HACKS -- */
.clearfloat { 
	clear:both;
	font-size: 1px;
	line-height: 0px;
	border:0px;
	}	

img.dupidocuments {
	padding: 10px 7px 10px;
}

/* Responsiveness */

@media only screen and (min-width: 320px) and (max-width: 480px) {

#container_columns {
	width: 100%;
}

#container_columns p {
	font-size: 16px;
	line-height: 24px;
}

#container_left .header {
	width: 100%;
}

#container_left, #container_right {
	width: 100%;
}

#container_left {
	border: 0;
	padding: 0 15px;
}

#container_right {
	padding-top: 10px;
	border-top: 1px solid #999;
}

#container_columns {
	padding-bottom: 30px;
}

}

