body {
	background:url(../img/bg-top.gif) repeat-x top #fff;
	color:#555f61;
	font:12px Georgia, "Times New Roman", Times, serif;
	text-align:center;
}
a {
	color:#125ca7;
}

/*** Classes ***/

.left {
	float:left
}
.right {
	float:right
}
.clear {
	clear:both;
	display:block;
	height:0em;
}
a.button {
	background:url(../img/button-l.gif) no-repeat left;
	height:22px;
	line-height:22px;
	padding-left:6px;
	color:#fff;
	text-decoration:none;
	font-size:9px;
	display:block;
	float:right;
}
	a.button span {
		background:url(../img/button-r.gif) no-repeat right;
		display:block;
		cursor:pointer;
		padding-right:16px;
	}
	
/*** Header w/logo ***/

#header {
	height:129px;
	width:794px;
	margin:0 auto;
	text-align:left;
}
	#header h1 {
		float:left;	
		padding-top:24px;
	}
		#header h1 img {
			display:block;
		}
		#header h1 a {
			display:block;
			font-size:0em;
			line-height:0em;
			text-indent:-100000000px;
		}
	#header div.phone {
		float:right;
		background:url(../img/ico-phone.gif) no-repeat 0 0;
		height:19px;
		line-height:19px;
		padding-left:25px;
		color:#115ba6;
		font-size:18px;
		margin-top:55px;
	}
	
/*** Container and Nav ***/

#container {
	background:#fff;
	width:824px;
	margin:0 auto;
	padding:15px 0;
}

#nav {
	background:url(../img/bg-nav.gif) no-repeat;
	height:61px;
	width:794px;
	margin:0 auto;
	text-align:left;
}
	#nav ul {
		height:61px;
		width:794px;
	}
		#nav ul li {
			background:url(../img/nav-s.gif) no-repeat left;
			padding-left:2px;
			display:block;
			float:left;
		}
		#nav ul li.first {
			background:none;
			padding-left:12px;
		}
			#nav ul li a {
				display:block;
				float:left;
				height:61px;
				line-height:60px;
				color:#fff;
				text-decoration:none;
				font-size:14px;
				padding:0 10px;
				text-transform:uppercase;
				font-weight:bold;
			}
			#nav ul li a:hover,
			#nav ul li a.active {
				background:url(../img/nav-o.gif) repeat-x top;
				text-decoration:underline;
			}
			
/*** Main Content ***/

#content {
	width:794px;
	margin:0 auto;
	text-align:left;
	padding:0px 0;
}
	#content #image {
		padding-bottom:15px;
	}
		#content #image img {
			display:block;
		}
	
	#content h1 {
		color:#115BA6;
		font-size:2em;
		line-height:2em;
		padding:5px 0;
	}
	#content h2 {
		font-size:0em;
		line-height:0em;
		padding-bottom:14px;
		text-indent:-1000000px;
	}
		#content h2 img {
			display:block;	
		}
	#content p {
		line-height:150%;
		padding-bottom:12px;	
	}
	
	#content p.big {
		font-size:16px;
		line-height:130%;
		padding-bottom:12px;	
	}
	
	#content ul{
		list-style-type:disc;
		margin:0 0 10px 40px;
	}
		#content ul li{
			list-style-type:disc;
			padding:5px 0;
			font-weight:bold;
			font-size:14px;
		}
	
	#content .cols {
		margin-top:10px;
		margin-bottom:10px;
		background:#f3f3f3;
		width:782px;
		padding-left:12px;
		padding-bottom:18px;
	}
		#content .cols .col {
			width:260px;
			float:left;
		}
		#content .cols .padding {
			padding-left:3px;
			width:233px;
		}
			#content .cols h3 {
				font-size:0em;
				line-height:0em;
				text-indent:-1000000px;
				margin-top:-3px;
				padding-bottom:12px;
			}
				#content .cols  h3 img {
					display:block;
				}
			#content .cols .img {
				display:block;
				padding-bottom:12px;
			}
			#content .cols p {
				font-size:12px
				line-height:150%;
				color:#555f61;
				padding-bottom:12px;
			}
			#content .cols address {
				font-size:12px;
				font-style:normal;
				color:#555f61;
				padding-bottom:24px;
				display:block;
				line-height:150%;
			}	
				#content .cols address strong {
					color:#134173;
				}
				#content .cols address a {
					text-decoration:underline;
				}
				#content .cols address a:hover {
					text-decoration:none;
				}
			#content .rightContact {
				float:right;
				margin:30px 5px 0 5px;
				font-size:14px;
				line-height:30px;
				text-align:center;
			}

/*** FOOTER ***/

#footer {
	background:url(../img/bg-footer.gif) no-repeat;
	width:794px;
	height:85px;
	margin:0 auto;
	text-align:left;
}
	#footer .left {
		padding-left:12px;
		padding-top:18px;
	}
		#footer .left p {
			padding-bottom:5px;
			font-size:.85em;
			color:#fff;
		}
			#footer .left p a {
				color:#fff;
				text-decoration:none;
			}
			#footer .left p a:hover {
				text-decoration:underline;
			}
		#footer .left a img {
			display:block;
		}
	#footer ul {
		float:right;
		padding-top:18px;
		padding-right:12px;
		color:#fff;
		font-size:11px;
	}
		#footer ul li {
			display:inline;
		}
			#footer ul li a {
				font-size:11px;
				color:#fff;
				text-decoration:underline;
			}
			#footer ul li a:hover {
				text-decoration:none;
			}
	#footer p.eternity{
		float:right;
		margin:20px 15px 0 0;
		font-size:11px;
	}
	#footer p.eternity a{
		color:white;
	}
			
/*** FORM STYLES ***/

fieldset {
	border:1px dashed #2C3437;
	padding:10px;
	width:507px;
	margin:10px 0 0 10px;
}

legend {
	font:17px/33px Arial, sans-serif;
	line-height:18px;
	border: 1px solid #333;
	padding: 2px 6px 5px 6px;
	*padding-right:10px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	background:#155DA8;
	*margin:0 0px 7px -7px;
}
label {
	width:142px;
	height:32px;
	margin-top:3px;
	margin-right:2px;
	padding-top:11px;
	padding-left:6px;
	color:#fff;
	background:#155DA8;
	float:left;
	display: block;
	font-size:16px;
	font-weight: bold;
	line-height: 1.1;
}
.form {
	margin:0;
	padding:0;
}

.holder {
	background-color:#fff;
}
.div_textbox {
	width:347px;
	float:right;
	background-color:#EDEDED;
	height:35px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
	display:block;
}

.textbox {
	background-image: url(../img/16t.png);
	background-repeat: no-repeat;
	background-position:left;
	width:285px;
	font:normal 18px Arial;
	color: #444444;
	padding:3px 5px 3px 24px;
	margin-bottom:30px;
}
.textbox:focus, .textbox:hover {
	background-color:#fff9f9;
}

.div_textarea {
	width:347px;
	float:right;
	background-color:#EDEDED;
	height:115px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}

.textarea {
	background-image: url(../img/16t.png);
	background-repeat: no-repeat;
	background-position:left;
	width:285px;
	height:100px;
	font:normal 18px Arial;
	color: #444444;
	padding:3px 5px 3px 24px;
}
.textarea:focus, .textarea:hover {
	background-color:#fff9f9;
}

.username {
    	background-image: url(../img/16m.png);
    	background-repeat: no-repeat;
    	background-position:left;
		width:285px;
    	font:normal 18px Arial;
    	color: #444444;
    	padding:3px 5px 3px 19px;
}
.username:focus, .username:hover {
	background-color:#fff9f9;
}
   
.password {
    	background-image: url(../img/16s.png);
    	background-repeat: no-repeat;
   	background-position:left;
	width:285px;
    	font:normal 18px Arial;
    	color: #444444;
    	padding:3px 5px 3px 19px;
}
.password:focus, .password:hover {
	background-color:#fff9f9;
}

.email {
    background-image: url(../img/email.gif);
    background-repeat: no-repeat;
   	background-position:left;
	width:285px;
    font:normal 18px Arial;
    color: #444444;
    padding:3px 5px 3px 24px;
}
.email:focus, .email:hover {
	background-color:#fff9f9;
}

.button_div {
	width:287px;
	float:right;
	background:transparent;
	border:1px solid #ccc;
	text-align:right;
	height:35px;
	margin-top:8px;
	padding:5px 32px 3px;
}
.buttons {
	background: #155DA8;
	font-size:12px; 
	color: #fff; 
	padding: 6px 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #1B7EDF #0D3F6F #0D3F6F #1B7EDF;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}

/*** BUYER REGISTRATION FORM ***/

.buyer fieldset {
	border:1px dashed #2C3437;
	padding:10px;
	width:707px;
	margin:10px 0 0 10px;
}

.buyer legend {
	font:17px/33px Arial, sans-serif;
	line-height:18px;
	border: 1px solid #333;
	padding: 2px 6px 5px 6px;
	*padding-right:10px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	background:#155DA8;
	*margin:0 0px 7px -7px;
}
.buyer label {
	width:250px;
	height:43px;
	margin-top:3px;
	margin-right:2px;
	padding-top:11px;
	padding-left:6px;
	color:#fff;
	background:#155DA8;
	float:left;
	display: block;
	font-size:16px;
	font-weight: bold;
	line-height: 1.1;
}
.buyer .form {
	margin:0;
	padding:0;
}

.buyer .holder {
	background-color:#fff;
}
.buyer .div_textbox {
	width:432px;
	float:right;
	background-color:#EDEDED;
	height:46px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
	display:block;
}

.buyer .textbox {
	background-image: url(../img/16t.png);
	background-repeat: no-repeat;
	background-position:left;
	width:370px;
	font:normal 18px Arial;
	color: #444444;
	padding:3px 5px 3px 24px;
	margin-bottom:30px;
}
.buyer .textbox:focus, .textbox:hover {
	background-color:#fff9f9;
}

.buyer .div_textarea {
	width:432px;
	float:right;
	background-color:#EDEDED;
	height:115px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}

.buyer .textarea {
	background-image: url(../img/16t.png);
	background-repeat: no-repeat;
	background-position:left;
	width:370px;
	height:100px;
	font:normal 18px Arial;
	color: #444444;
	padding:3px 5px 3px 24px;
}
.buyer .textarea:focus, .textarea:hover {
	background-color:#fff9f9;
}

.buyer .username {
    	background-image: url(../img/16m.png);
    	background-repeat: no-repeat;
    	background-position:left;
		width:370px;
    	font:normal 18px Arial;
    	color: #444444;
    	padding:3px 5px 3px 19px;
}
.buyer .username:focus, .username:hover {
	background-color:#fff9f9;
}
   
.buyer .password {
    	background-image: url(../img/16s.png);
    	background-repeat: no-repeat;
   	background-position:left;
	width:285px;
    	font:normal 18px Arial;
    	color: #444444;
    	padding:3px 5px 3px 19px;
}
.buyer .password:focus, .password:hover {
	background-color:#fff9f9;
}

.buyer .email {
    background-image: url(../img/email.gif);
    background-repeat: no-repeat;
   	background-position:left;
	width:370px;
    font:normal 18px Arial;
    color: #444444;
    padding:3px 5px 3px 24px;
}
.buyer .email:focus, .email:hover {
	background-color:#fff9f9;
}

.buyer .button_div {
	width:287px;
	float:right;
	background:transparent;
	border:1px solid #ccc;
	text-align:right;
	height:35px;
	margin-top:8px;
	padding:5px 32px 3px;
}
.buyer .buttons {
	background: #155DA8;
	font-size:12px; 
	color: #fff; 
	padding: 6px 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #1B7EDF #0D3F6F #0D3F6F #1B7EDF;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}

/** END OF FORM STYLES ***/

/*** Transactions Page Tombstones ***/

.tombstone {
	background: #fff url(../img/tombstone-bg.jpg) no-repeat top center;
	*background: #fff url(../img/tombstone-bg-ie.jpg) no-repeat top center;
	width:770px;
	min-height:210px;						/* IE6 MIN-HEIGHT TRICK */ 	
	height:auto !important;					/* IE6 MIN-HEIGHT TRICK */ 	
	height:210px; 
	margin:0 auto;
	border-left:10px solid #326CAE;
	border-right:10px solid #326CAE;
}	
.tombstone h3{
	font-size:22px;
	margin-bottom:5px;
	font-weight:bold;
}
.tombtop{
	background: #fff url(../img/tomb-top.jpg) no-repeat top center;
	width:790px;
	height:10px;
	margin:0 auto;
	display:block;
}
.tombleft{
	float:left;
	width:350px;
	text-align:center;
	margin:0 10px;
	border-right:10px solid #326CAE;
	min-height:195px;						/* IE6 MIN-HEIGHT TRICK */ 	
	height:auto !important;					/* IE6 MIN-HEIGHT TRICK */ 	
	height:195px;
	padding:15px 0 0 0;
	*padding:15px 0 25px 0;
}
.tombright {
	float:right;
	width:350px;
	text-align:center;
	margin:0 10px;
	min-height:220px;						/* IE6 MIN-HEIGHT TRICK */ 	
	height:auto !important;					/* IE6 MIN-HEIGHT TRICK */ 	
	height:220px;
	padding:15px 0 0 0;
}
.tombBottom{
	background: #fff url(../img/tomb-bottom.jpg) no-repeat bottom center;
	width:790px;
	height:10px;
	margin:0 auto;
	display:block;
}