@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
	width: 940px;
	background-image: url(img/background.gif);
	background-repeat: repeat;
	margin: 0 auto; /*needed for site to float over background*/
}

#wrapper {
	position:relative;
	text-align: left;
	width: 940px;
	background: #fff;
}

#content {
	width:620px;
	margin-left:270px;
	padding:0px;
	margin-top:35px;
}

#redbar {
	width:940px;
	clear:both;
	background-color:#b40000;
	height:8px;
}

img.creditcard{
	float:left;
margin-top:15px;}
	
	
#botnav {
	width:660px;
	clear:both;
}

.footertext {
	font-size:16px;
color:#b40000;
font-weight:bold;
padding-bottom:30px;
padding-top:20px;}

.red{
color:#090
}

.footer{
	padding-bottom:30px;
	}

p {
	padding:0px;
		font-family: Verdana, Geneva, sans-serif;
}  /*closed gap between h2 and paragraph*/
/*image in content area*/


img.right {
	float:right;
	padding:0px 30px 10px 30px;
}

h1 {font-family:Verdana, Geneva, sans-serif;
font-size:1.2em;
color:#666;
font-weight:bold;
}


h2 {font-family:Verdana, Geneva, sans-serif;
font-size:1.1em;
color:#b40000;
font-weight:bold;
margin-bottom:-7px;

}

h3 {font-family:Verdana, Geneva, sans-serif;
font-size:22px;
color:#b40000;
font-weight:bold;
}

h4 {font-family:Verdana, Geneva, sans-serif;
font-size:1.1em;
color:#666;
font-weight:bold;
margin-bottom:-5px;
text-decoration:underline;
}


p.capheader{
	margin-bottom:-10px;
	padding-left:20px;}
	
	
	p.td{
		text-align:left;
		font-weight:normal;
		margin-top:5px;}
		
		h2.td{
			text-align:left;}
	

/*NAVIGATION VERTICAL*/
 
.buttonscontainer {width: 158px;
float:left;
clear:left;
margin-top:35px;
margin-left: 60px;
}

.buttons a {color:#666;
padding: 5px;
font: 1em Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
display: block;
width: 100%;
text-align: left;}

.buttons a:hover {
color:#b40000;
text-decoration:underline;}