/* @override https://www.giftoflifeaz.org/TEST/css/style.css */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
.page_holder {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: -30px;
	margin-bottom: 0px;
}
.header {
	width: 100%;
}
.header_holder {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.indented {
margin-left: 15px;
}
.header_holder ul.sub_menu {
	list-style-type: none;
	padding: 0px;
	float: right;
	margin-top: 37px;
	margin-right: 141px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
}
.header_holder ul.sub_menu li {
	display: inline;
}
.header_holder ul.sub_menu li a {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	display: inline;
}
.header_holder ul.sub_menu li a:hover {
	text-decoration: underline;
}

.header_holder ul.sub_menu li a.current {
	color: #B52D3B;
}

.main_menu {
	line-height: 30px;
	background-image: url(../images/red-button.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 30px;
}
.main_menu_holder {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 150px;
}
.main_menu_holder ul {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
.main_menu_holder ul li {
	display: inline;
}
.main_menu_holder ul li a {
	font-size: 12px;
	line-height: 30px;
	color: #FFF;
	display: block;
	padding-right: 22px;
	padding-left: 23px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	float: left;
}
 .main_menu_holder ul li a.last {
	border-right: none;
}
.main_menu_holder ul li a:hover {
	text-decoration: none;
	background-image: url(../images/menubg_alt.png);
	background-repeat: repeat-x;
}
.main_menu_holder ul li a.current {
	text-decoration: none;
	background-image: url(../images/menubg_alt.png);
	background-repeat: repeat-x;
}

.menu_shadow {
	line-height: 8px;
	background-image: url(../images/menu-grad.png);
	background-repeat: repeat-x;
	height: 45px;
	width: 100%;
}
.left_content {
	float: left;
	margin-left: 150px;
	width: 180px;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.left_content a:link, .left_content a:visited {
	text-decoration: none;
	color: #000000;
}
.left_content a:hover {
	color: #b52d3b;
}
.right_content {
	float: right;
	width: 480px;
	text-align: left;
	margin-right: 150px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.col1, .col2 {
	float: left;
	width: 240px;
}
.right_content a:link, .right_content a:visited {
	text-decoration: none;
	color: #b52d3b;
}
.right_content a:hover {
	text-decoration: underline;
	color: #b52d3b;
}
.form_titles {
	color: #b52d3b;
	font-size: 14px;
	font-weight: normal;
}
.form_rows {
	text-align: right;
	margin: 5px 0 10px 0;
	padding: 0 80px 0 0;
}
.form_rows input {
  width: 230px;
}
.form_rows textarea {
  width: 226px;
}

.form_check input[type="checkbox"] {
  width: 20px;
}

.form_check {
	text-align: left;
	padding: 0 0 0 162px;
}
#form_rows_comment {
	border: 1px solid #999;
	text-align: justify;
	display: block;
	margin-left: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 10px;
}
.form_rows .help {
	cursor:hand;
	color: #333;
	text-decoration: none;
}
.form_rows .help:hover {
	text-decoration: underline;
}
.form_inputs {
	width: 250px;
	border: 1px solid #CCC;
	font-size: 11px;
	margin-left: 5px;
}
.form_inputs_cvv {
	width: 150px;
	border: 1px solid #CCC;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 27px;
}
.form_inputs_gift {
	width: 150px;
	border: 1px solid #CCC;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 100px;
}
.form_selects {
	width: 100px;
	border: 1px solid #CCC;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 154px;
}
.form_selects_month {
	width: 80px;
	border: 1px solid #CCC;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
}
.form_selects_year {
	width: 80px;
	border: 1px solid #CCC;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 70px;
}
.red {
	color: #b52d3b;
	font-size: 15px;
}
.red_small {
	color: #b52d3b;
	font-size: 10px;
}

.footer {
	background-image: url(../images/footer-bg.png);
	background-repeat: repeat-x;
	height: 65px;
	width: 100%;
	padding-bottom: 15px;
}
.footer_content {
	width: 1220px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	text-align: center;
	padding-top: 14px;
	font-size: 10px;
	padding-bottom: 15px;
}
.footer_content img {
	position: relative;
	left: 170px;
	margin-top: -7px;
	margin-right: 15px;
	margin-bottom: 11px;
}
.footer_menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.footer_menu li {
	display: inline;
}
.footer_menu li a {
	text-decoration: none;
	display: inline;
	color: #be1e2d;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
}
.footer_menu li a:hover {
	text-decoration: underline;
}

.form_inputs_error {
background-color:#FFBFBF;
border:1px solid red;
}

.errordiv {
color:red;
text-align:center;
}

table.issues {
  border-collapse: collapse;
  margin-top: 20px;
}

table.issues th {
  font-weight: normal;
  padding: 5px;
}

table.issues thead th {
  padding-right: 100px;
}

h2 {margin: 0;}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#logo {
	float: left;
}

#flash, #main {
	width: 700px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	bottom: 15px;
}

#flash {
	width: 700px;
	height: 221px;

}

#flash img { display: block;}

#left, #mid, #right {
	float: left;
}

#left { width: 190px; padding-right: 51px;}
#mid { width: 220px; padding-right: 22px;}
#right { width:200px; padding-right: 17px;}

#left p, #mid p, #right p {margin: 5px 0;}

#blank { height: 160px;}

a, a:visited {color: #be1e2d;}

.footer_content a.social img {
	border: none;
	margin: 0;
	padding: 0;
}
.footer_content a.social {
	position: relative;
	left: 50px;
	bottom: 40px;
}

#copyright {
	position: relative;
	left: 70px;
	bottom: 15px;
}

#left p {
	margin-left: 24px;
}
