﻿/*********************************************************
   Author - Sean Connors of Web Merchant Services
   www.WMSmerchantservices.com - 707-443-4447

   This CSS file defines the styling aspects of the CSS; structuring elements are handled in the structure.css file.
   Tested against: IE 6 & IE 7, FF 2 & FF 3, Safari 3 for PC's, and Google Chrome 0.2 beta 
   A small fixe was needed for IE 6
*********************************************************/
/* This CSS file defines the styling aspects of the CSS; structuring elements are handled in the structure.css file */
/* Tested against: IE 6 & IE 7, FF 2 & FF 3, Safari 3 for PC's, and Google Chrome 0.2 beta */
/* Some fixes were needed for IE 6 -- go figure! */

body {
	margin: 10px 0;		/* Adjust margins as needed */
	background: #fff;
	color: #000;
	font: 10px Arial, Verdana, Helvetica, Sans-Serif; /* Starting with 10px font-size makes it easy to "em" sizes later vis a vis a 10px base. */
											/* That is, if you want a 12px font-size somewhere, just assign 1.2em to get the same size, 
											   while alowing users to expand font sizes to their preference. 
											*/
}

#bounding-container {
/* This container is used to fix the width and center the layout if desired */
	position: relative;		/* This is just to assist with any relative positioning or z-indexing below */
	width: 780px;			/* Fixed width */
	margin: auto;			/* Center it */
}

table {
	border: none;
}

a { 
	background-color: inherit;
	color: #004A8D; 
}

a:hover { 
	background-color: inherit;
	color: #0065C0; 
}

hr {
	margin-left: 5px; 
	margin-right: 5px;
	height: 2px;
	border: 0;
	background-color: #D3CDBF;
	color: #D3CDBF; 
}

img {
	border: 0;
}

#header {
	display: none;
}

#contents-col {
	/*width: 607px;
	padding: 10px;
	background: #fff;
	border-right: 1px #000 solid;*/
	vertical-align: top;
}

#contents-col h1 {
	/*margin: 0 0 5px -4px;
	color: #C72921;*/
	font-size: 2em;
	font-weight: bold;
	/*background-color: #F3F1ED;
	border-top: 2px #004A8D solid;
	border-left: 1px #004A8D solid;
	padding: 3px;*/
}

#contents-col .shortH1 {
	margin-right:207px
}

#contents-col h2 {
	margin-bottom: -13px;
	/*color: #004A8D;*/
	font-size: 1.6em;
	font-weight: bold;
}

#contents-col p {
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: justify;
}

#contents-col #rightbar {
	float: right; 
	margin-left: 10px;
	padding: 0;
	width: 200px; 
}

#contents-col #rightbar h3 {
	margin: 0;
	padding: 2px 2px 0 4px;
	height: 19px;
	font: bold 12px Arial, Verdana, Helvetica, Sans-Serif;
	color:  #fff;
	background: #555;
}

#contents-col #rightbar h4 {
	/*color: #004A8D;*/
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}

#contents-col #rightbar .box {
	margin: 0 0 10px 0;
	padding: 3px;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	border-left: 1px #000 solid;
	background: #fff;
}

#contents-col #rightbar .box p {
	margin: 0 0 7px 0;
	padding: 0;
}

#contents-col #rightbar .box a { 
	background-color: inherit;
	color: #004A8D; 
	font-weight: bold;
	text-decoration: none;
}

#contents-col #rightbar .box a:hover { 
	background-color: inherit;
	color: #0065C0; 
	text-decoration: underline;
}

#contents-col table {
	/*width: 100%;*/
	margin-bottom: 20px;
}

#contents-col td {
	font-size: 1.2em;
	vertical-align: top;
}

#contents-col .table_header {
	background-color: #555;
	color: #fff;
	font-weight: bold;
}

#contents-col .table_header td {
	padding-left: 3px;
}

#contents-col .table_first_row {
	background-color: #fff;
}

#contents-col .table_second_row {
	background-color: #ccc;
}

#contents-col ul {
	font-size: 1.2em;
}

#contents-col .page_real_time_date, #contents-col .page_rev_info {
	font-size: 10px;
	color: #888;
}

#contents-col .late_fees_apply {
	font-size: 0.8em;
	color: #FF0000;
}

#contents-col .event_pricing {
	font-size: 0.8em;
}

#nav-col {
	display: none;
}

#footer {
	display: none;	
}

#footer-sub {
	display: none;	
}
