﻿/* ROS VIEW STYLES */	

/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
		background: #f2e9dd url(/images/background.jpg) repeat-x;
		}
		
/*  --------- 2. structure  --------- */

#wrapperCal {
		width: 963px;
		margin: 0 auto;
		background: #ffffff url(/images/midsection.gif) repeat-y;
		}		
		
#masthead	{
		padding-top: 10px;
		position: relative;
		}
		
#masthead_strip {
		background-color: #f68e56;
		width: 934px;
		height: 8px;		
		margin: 0 auto;
		}
		
#masthead h1 {	
		margin-top: 2px;
		margin-left: 13px;
		margin-bottom: 6px;
		
		}		
		
#masthead h2 {
		margin-left: 25px;
		font-size: 2em;
		font-weight: normal;
		}
		
#montage {
		position: absolute;
		top: 21px;
		left: 528px;
		}
		
* html #montage {
		top: 25px;
		left: 514px;
		}			
		
#skipContent {
		position: absolute;
		left: -9999px;
		}		
		
#navContainer {
		background-color: #f68e56;
		width: 925px;			
		margin-top: 20px;
		margin-left: 13px;
		padding-left: 10px;
		}
		
#content_full {
		padding: 20px 15px;
		height:auto !important;
		height: 200px;
		min-height: 200px;		
		}
		
.float_right {
		float: right;
		margin-left: 10px;
		margin-bottom: 10px;
		}
		
.clear_right {
		clear: right;
		}		
		
#footer {
		background: #ffffff url(/images/footer.gif) no-repeat;
		width: 963px;
		height: 15px;
		}
		
#site_info {
		width: 963px;
		margin: 0 auto;
		padding-left: 30px;
		font-size: 1.2em;
		}		
		
#site_info a {
		color: #363636;
		}
		
#site_info a:hover {
		text-decoration: none;
		}		

/* ---------- 3. links and navigation ---------- */

a {
	color: #363636;
	background-color: inherit;
		}
		
a:hover {
	text-decoration: none;
		}

#navContainer ul {
		list-style: none;
		font-size: 1.5em;
		font-weight: bold;
		}

#navContainer li {
		display: inline;
		}
		
#navContainer li a {
		text-decoration: none;
		color: #363636;
		margin-right: 5px;
		padding-left: 15px;
		background: url(/images/button.gif) no-repeat;
		background-position: 0 4px;		
		}
		
#navContainer a:hover, #navContainer #current {
		background: url(/images/button_rollover.gif) no-repeat;
		background-position: 0 4px;		
		}
		
/* Fonts etc. */

html {
		font-size: 100%;
		}

body {
		font: 62.5%/1.5 Verdana, Arial, Helvetica, sans-serif;
		}
		
h3 {
		font-size: 1.8em;
		color: #363636;
		}
		
h4 {		font-size: 1.8em;
		color: #363636;
		}
		
h5 {
		font-size: 1.5em;
		color: #363636;;
		}

p {		
		font-size: 1.5em;
		color: #363636;
		margin-bottom: 10px;
		}

	
		
/* TARIFF */

#tariffDiv {
	width: 665px;
	margin: 10px auto;
	}
	
#tariff {border-collapse: collapse;
	}

#tariff th#tariff-heading {background-color: #F68E56;
	color: #363636;
	padding: 0;
	text-align: center;
	font-size: 1.2em;}	
	
#tariff th, #tariff td {border: 1px solid #363636;
	padding: 5px;
	width: 20%;
	
	}
	
#weeklyTariff0 {
	border-collapse: collapse;
	font-size: 1.1em;
	}
