html,body
{
margin:0;
padding:0
min-height: 100%;
}

html{color:#333333;
background-color:#b0ccde;}

body {font:13px/1.231 verdana, arial,helvetica,clean,sans-serif;}
body{text-align:center;}

/*set height of blocks - ie7 fix*/
#hd
{
height;50px;
}

.main
{
height:300px;
}

#secondary
{
height:500px;
}

#secondaryFull
{
height:500px; 
}

#footer
{
height:50px;
}

#banner/* banner image in header box */
{
background-image:url("../images/header.jpg");
clear:both;
height:300px;
}

#banner2/* banner image in header box */
{
background-image:url("../images/header2.jpg");
clear:both;
height:300px;
}

#banner3/* banner image in header box */
{
background-image:url("../images/header3.jpg");
clear:both;
height:300px;
}

/* overlay background image */
#bd
{
background:url("../images/bg.png") repeat-y scroll right center transparent;
min-height: 100%;
}


li{list-style:none;}

.center
{
text-align:center;
}

/*stlye footer*/
#ft {
background:url("../images/bgb.png") no-repeat scroll 0 0 transparent;
clear:both;
color:#8B8B8B;
font-size:0.9em;
padding:10px;
text-align:center;
}


#logo/*logo at top of page*/
{
clear:both;
float:left;
margin-left:20px;
margin-top:85px;
z-index:2250;
}

#smalllogo
{
padding-left:80px;
}

.address {
font-size:1.0em;
}

#aa/*--AA award--*/
{
clear:both;
padding:20px 0 20px 50px;
z-index:3500;
}


#placer
{
padding-top:20px;
margin:auto;
text-align:center;
}

/*move photos to left on tariff page*/
.pic {
float:left;
padding-top:40px;
padding-right:20px;
}

.enlarge/*tariff page*/
{
margin-top:5px;
text-align:center;
}

.enlarge a,.enlarge2 a,.enlarge3 a,.enlarge4 a,.enlarge5 a,.enlarge6 a
{
color: #8B8B8B;
text-decoration:none;
}

.enlarge a:hover,.enlarge2 a:hover,.enlarge3 a:hover,.enlarge4 a:hover,.enlarge5 a:hover,.enlarge6 a:hover
{
color: red;
text-decoration:none;
}


/*mainmenu*/
.menu
{
clear:both;
float:left;
width:974px;
}

.glossymenu {
background:url("../images/menub_bg.gif") repeat-x scroll 0 0 transparent;
height:46px;
list-style:none outside none;
margin:0 auto;
padding:0 0 0 248px;
position:relative;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	width:100%;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 20px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url("../images/menub_hover_left.gif") no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url("../images/menub_hover_right.gif") no-repeat right top; /*right tab image path*/
}


/*base css*/
h1 {
/*18px via YUI Fonts CSS foundation*/
font-size:138.5%;  
}
h2 {
/*16px via YUI Fonts CSS foundation*/
font-size:123.1%; 
}
h3 {
/*14px via YUI Fonts CSS foundation*/
font-size:108%;  
}
h1,h2,h3 {
/* top & bottom margin based on font size */
margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
/*bringing boldness back to headers and the strong element*/
font-weight:bold; 
}

table {
margin:auto;
width:60%;
}

th,td {
/*borders and padding to make the table readable*/
border:1px solid  silver;
padding:.25em;
}
th {
/*distinguishing table headers from data cells*/
font-weight:bold;
text-align:center;
}

p {padding-left:20px;padding-right:20px;}

h3 {padding-left:20px;}







