@media (min-width: 960px) {
html {
	height:100%;
}

body {
	font-family: 'open sans',tahoma,arial,sans-serif;
	font-size: 14px;
	text-align: center;
	background: #666;
	margin: 0;
	height:100%;
}
input,select,textarea {
	font-family: 'open sans',tahoma,arial,sans-serif;
	font-size: 14px;
}

.clear {
	clear: both;
}

#container {
	width: 960px;
	box-sizing: border-box;
	padding: 10px 20px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	min-height:100%;
}

a {
	color: #a90000;
	text-decoration: none;
}

#banner {
	display: block;
	height: 109px;
	background: url('/images/banner.png') no-repeat;
	margin: 10px 0 0;
}

.error {
	color: #F00;
	border: 1px solid #F00;
	padding: 8px;
	margin-bottom: 20px;
}

.home_intro {
	text-align: center;
	padding: 35px 80px 0;
}

.home_links {
	text-align: center;
	margin: 40px 0;
}

.home_links a {
	display: inline-block;
	background: #E0E0E0;
	width: 230px;
	padding: 25px 15px;
	margin: 0 20px;
	border: 2px solid #a90000;
	font-size: 20px;
	border-radius: 4px;
	box-shadow: #999 4px 5px 5px;
}
.home_links a:hover {
	background: #FFB;
}
.home_links a span {
	display: block;
	color: #000;
	font-size: 14px;
}

.case_title {
	text-align: center;
	font-size: 20px;
	margin-bottom: 9px;
}
.case_subtitle {
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}

.heading {
	font-weight: bold;
}

.table_narrow {
	width: 370px;
	margin: 0 0 30px 330px;
}
.table_narrow .row {
	padding: 5px 0;
}
.table_narrow .col1 {
	float: left;
	width: 200px;
}
.table_narrow .col2 {
	float: left;
	width: 170px;
}
.table_narrow .row_message {
	background: #ffd;
	border: 1px solid #666;
	border-radius: 5px;
	padding: 5px;
}

.table_wide {
	width: 100%;
	margin: 0 0 30px 0;
}
.table_wide .row {
	padding: 5px 0;
}
.table_wide .col1 {
	float: left;
	width: 20%;
}
.table_wide .col2 {
	float: left;
	width: 80%;
}
.table_wide .col2 div {
	margin-bottom: 2px;
}

.pmt_box {
	display: none;
	position: absolute;
	margin: -4px 0 0 25px;	
}
.box {
	float: left;
	font-size: 0px; line-height: 0%; width: 0px;
	border-top: 15px solid #fff;
	border-bottom: 15px solid #fff;
	border-left: none;
	border-right: 15px solid #f00;
}
.textc {
	float: left;
	border: 1px solid #f00;
	color: #f00;
	font-size: 11px;
	padding: 0 15px;
}
.text {
	width: 470px;
	line-height: 13px;
}

.terms {
	font-size: 12px;
	height: 65px;
	width: 50%;
	padding: 5px;
	overflow-y: scroll;
	border: 1px solid #000;
	margin-bottom: 15px;
}


#footer {
	width: 100%;
	margin: 0 auto 20px;
	text-align: center;
	padding: 0px 0 15px;
}
#footer .info {
	border: 1px solid #000;
	padding: 15px;
}
#footer .fdcpa {
	font-size: 12px;
	margin-top: 30px;
}
}






@media (max-width: 959px) {
html {
}

body {
	font-family: 'open sans',tahoma,arial,sans-serif;
	font-size: 14px;
}
input,select,textarea {
	font-family: 'open sans',tahoma,arial,sans-serif;
	font-size: 14px;
}

.clear {
	clear: both;
}

#container {
}

a {
	color: #a90000;
	text-decoration: none;
}

#banner {
	display: block;
	width: 100%;
	height: 51px;
	background: url('/images/banner.png') no-repeat;
	background-size: 450px 51px;
	background-position: center center;
	margin-bottom: 20px;
}

.case_title {
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}

.error {
	color: #F00;
	border: 1px solid #F00;
	padding: 8px;
	margin-bottom: 20px;
}

.home_intro {
	text-align: center;
	padding: 00px 20px 20px;
}

.home_links {
	text-align: center;
}
.home_links a {
	display: block;
	background: #E0E0E0;
	width: 300px;
	padding: 15px;
	margin: 0 auto 20px;
	border: 2px solid #a90000;
	font-size: 20px;
	border-radius: 4px;
	box-shadow: #999 4px 5px 5px;
}
.home_links a:hover {
	background: #FFB;
}
.home_links a span {
	display: block;
	color: #000;
	font-size: 14px;
}

.table_narrow {
	width: 100%;
	margin: 0 0 30px 0;
}
.table_narrow .row {
	padding: 5px 0;
}
.table_narrow .col1 {
}
.table_narrow .col2 {
}
.table_narrow .row_message {
	background: #ffd;
	border: 1px solid #666;
	border-radius: 5px;
	padding: 5px;
}

.table_wide {
	margin: 0 0 30px 0;
}
.table_wide .row {
	padding: 5px 0;
}
.table_wide .col1 {
}
.table_wide .col2 {
}
.table_wide .col2 div {
	margin-bottom: 2px;
}

.pmt_box {
	display: none;
	color: #F00;
}

.terms {
	font-size: 12px;
	height: 70px;
	padding: 5px;
	overflow-y: scroll;
	border: 1px solid #000;
	margin-bottom: 15px;
}

#footer {
	margin: 20px auto;
	text-align: center;
	border-top: 1px solid #999;
	padding: 5px 0;
}
#footer .fdcpa {
	font-size: 12px;
	padding-top: 5px;
}
}
