body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 75%;
	background: #00a5e3;
}

.row {
	clear: both;
}

.col {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

.birds_row {
	background: #00a5e3;
}

#birds {
	height: 40px;
}

.body_row {
	background: #00a5e3 url('../_images/bgSides.jpg') top center no-repeat;
}

.body {
	padding-top: 20px;
}

#colLeft {
	position: fixed;
	bottom: 0;
	left: 0;
}

#colRight {
	position: fixed;
	bottom: 0;
	right: 0;
}

#nav {
	float: left;
	width: 200px;
	padding: 0 0 20px 20px;
}

#body {
	float: right;
	width: 570px;
	padding: 0 10px 20px 0;
}

#bodyLeft {
	float: left;
	width: 400px;
}

#bodyRight {
	float: right;
	width: 150px;
}

#footerFlash {
	width: 800px;
	height: 430px;
	font-size: 0;
	line-height: 0;
}

#footer {
	width: 800px;
}

.footer_row {
	background: #00a5e3 url('../_images/bgFooter.jpg') bottom center no-repeat;
}

.footer_col {
	height: 430px;
	width: 800px;
	text-align: left;
}

#lh-advert {
	float: left;
	width: 183px;
	padding: 10px;
	border: 1px; color:#00CCFF;
}

#map {
	background: url('../_images//uk-map.png') right bottom no-repeat;
	height: 320px;
}

/* Text */

h1 { 
	color: #2099d5; 
	font-size: 41px; 
	font-weight: normal; 
	margin: 20px 0 10px 0;
	line-height: 92%;
}

h2 { 
	color: #333; 
	font-size: 18px; 
	font-weight: bold; 
	margin: 0;
	font-style: normal;
}

h3 { 
	color:#2099d5; 
	font-size: 24px; 
	font-weight: normal; 
	margin: 0;
}

h3 + p {
	margin-top: 0;
}

h4 {
	color: #333; 
	font-size: 18px; 
	font-weight: normal; 
	margin: 0px;
	font-style: normal;
}

h5 { 
	color: #333; 
	font-size: 18px; 
	font-weight: normal; 
	margin: 0;
	font-family: Times, Serif;
	font-style: italic;
}

.small { 
	color: #333; 
	font-size: 10px; 
	font-weight: normal; 
	margin: 0;
}

p { font-size: 1.0em; line-height: 1.4em; margin: 15px 0px; }

ul { color: #727272; font-size: 1.0em; line-height: 1.4em;  }

a:link { 
	color:#7bb63f;
}

a:visited { 
	color:#7bb63f;
}

a:hover { 
	text-decoration: none; 
}

.call {
	color: #666;
	margin-top: 25px;
	font-size: 28px;
}

.call span {
	display: block;
	text-transform: uppercase;
	font-size: 10px;
}


/* Misc */

.clear {
	clear: both;
	color: #ecf7fb;
	font-size: 1px;
	line-height: 1px;
}

/* Lists */

#nav ul {
	padding: 0;
	list-style: none;
	width: 183px; 
	margin: 20px 0 0 0; 
	text-align: center;
	border-top: 1px solid #D8E1EF;
}

#nav ul ul {
	margin: 0;
}

#nav li {
	border-bottom: 1px solid #D8E1EF;
}

#nav li a {
	display: block; 
	font-size: 12px; 
	text-decoration: none; 
	padding: 7px 0px; 
	color: #727272;
}

#nav li a:hover, #nav li a.selected:hover {
	background: #00a6e4; 
	color: #FFF;
}

#nav li a.selected {
	background: #00a6e4;
	color: #fff;
}

#nav li li a {
	padding: 4px 0;
	color: #555;
}

#nav li li a:hover, #nav li li a.selected:hover {
	background: #aeaeae;
	color: #fff;
}

#nav li li a.selected {
	background: #b2e9f0;
}