/* Layout */
body {
	margin: 0px;
	padding: 0px 6px 12px 6px;
}

#container {
	background-image: url(/images/layout.tile.right.png);
	background-repeat: repeat-y;
	background-position: right;
}

#wrap {
	background-image: url(/images/layout.tile.left.png);
	background-repeat: repeat-y;
	background-position: left;
}

#header {
	background-image: url(/images/layout.header.tile.png);
	background-repeat: repeat-x;
	height: 164px;
}

#navigation {
	float:left;
	margin-left: 19px;
	width: 168px;
	color: #FFFFFF;
	background-image: url(/images/layout.nav.bg.png);
	background-repeat: no-repeat;
	min-height: 130px;
	
	_width: 167px;
	_margin-left: 10px;
}

#content {
	min-height: 430px;
	margin-left: 187px;
	margin-right: 21px;
	padding: 0px 12px 12px 12px;
	
	color: #000000;
	border: 1px solid #000000;
	border: 1px solid #E3E3E3;
	
	x_height: 430px;
	x_margin-left: 180px;
}

#footer {
	background-image: url(/images/layout.footer.tile.png);
	height: 24px;
	clear: both;
}

/* Nav Menu */
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #EF640B;
}

#navigation li {
	margin: 0px;
	padding: 0px;
	margin-bottom: -1px;
}

#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-top: 1px solid #EF640B;
	border-bottom: 1px solid #EF640B;
	padding: 4px 12px 4px 24px;

	_height: 1%;
}

#navigation a:hover {
	background-color: #610906;
}

/* Generic Styles */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	xtext-align: justify;
}

a {
	color: #B7200A;
}

h1, h2, h3 {
	color: #B7200A;
}

h4 {
	margin-bottom: 0px;
}

p centre-text {
	text-align: center;
}

.clearAll {
	clear: both;
}

.connectionTable {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 400px;
	margin: 25px 0px 25px 25px;
}

.connectionTable td {
	text-align: center;
}

.connectionTable .row1 td {
	border: 1px solid #000000;
}

.connectionTable .row2 td {
	border: 1px dotted #000000;
}

.terminalTable {
	width: 400px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px 0px 50px 25px;
}

.terminalTable td {
	border-bottom: 1px solid #CCCCCC;
}

.pricingTable {
	width: 500px;
	margin: 0px 0px 6px 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.pricingTable th {
	background-color: #E7E8EF;
	text-align: left;
	padding-left: 12px;
}

.pricingTable td, 
.pricingTable th {
	border: 1px solid #CCCCCC;
}


.pricingTable .col2 {
	padding-left: 12px;
}

.pricingTable .col3 {
	width: 75px;
	text-align: right;
	padding-right: 6px;
}
