@charset "utf-8";
/* CSS Document */

html {				height: 100%; }

img {				border: 0; }

.thumb_margin {		margin: 5px 2px 2px 5px; }

body {				height: 100%;
					margin: 0;
					padding: 0; 
					background-color:transparent;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 12px; }
					
table {				font-family: Arial, Helvetica, sans-serif;
					font-size: 12px; }
					
.list_space {		margin: 4px 0 4px 0; }
					
#bg {				position: fixed;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%; }
					
.hor_line {			color: #ac3437;
					height: 2px; }

#content {			position: relative;
					z-index: 1; }
					
.style1 {			font-family: Arial, Helvetica, sans-serif;
					font-size: 12px; }
					
.links_spacer {		margin: 0 0 6px 0; }

.padding_cell {		padding:40px 35px 5px 35px; }

.padding_cell3 {	padding:0px 35px 5px 35px; }

.padding_cell2 {	padding:5px 0px 3px 4px; }

.text_field {		width: 200px; }
					
.text_height {		height: 30px; }

h1 {				color: #ffffff;
					font-weight: bold;
					font-size: 18px; 
					margin-bottom:0;
					margin-top:0;}

.float_top {		float: top;
					margin: 0 0 12px 0; }
										
.float_right {		float: right;
					margin: 0 0 12px 0;
					clear:right }

.style2 {			color: #AC3437;
					font-weight: bold; }

.style4 {			color: #AC3437;
					font-weight: bold;
					font-size: 18px; }
					
.left_bg_border {	background-image: url(images/Home_07.png);
					background-position: right;
					background-repeat: repeat-y; }
					
#outer {			display: table;
					height: 100%;
					width: 100%;
					#position: relative;
					overflow: hidden; }
				
#middle {			#position: absolute;
					#top: 50%;
					display: table-cell;
					width: 100%;
					vertical-align: middle;
					text-align: center; }
				
#inner {			#position: relative;
					#top: -50%; }
					
a {					color: #000000; }

a:hover {			color: #ac3437; }
    