﻿body 
{
    font-size: 0.75em; font-weight: normal; font-family: Georgia, Serif;
    background: #e1e1e1; color: #fff;
    padding: 30px 40px 0 40px;
}

h1
{
    background: #fff url('../../images/Logo.png') no-repeat 14px 2px;
    width: 175px; height: 75px; text-indent: -2000px;
    float: right; margin-right: 25px;
}

h2 
{ 
    font-size: 2em; letter-spacing: 0.01em;
    margin: 54px 0 0 25px; padding: 0 0 3px 0;
}

h3 
{ 
    font-size: 1.5em; letter-spacing: 0.02em;
    margin: 0 0 0 25px; padding: 0 0 3px 0; color: #9fb1c5; 
}

p, li
{
    color: #fff; font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
    letter-spacing: 0em; line-height: 1.6em;
    font-size: 1.1em; padding: 0 0 6px 0;
}

a { color: #000; background: #9fb1c5; text-decoration: none; padding: 1px 3px; }
a:hover { background: #e1e1e1; }

ul 
{ 
    list-style-type: circle; list-style-position: inside;
    margin-top: 8px; 
}

li { padding: 3px 0; }

div#container
{
    border: solid 25px #fff; position: relative; height: 550px;
    background: #174274 url('../../images/sunrise.JPG') no-repeat center center;
}

div#links
{
    position: absolute; bottom: 5px; left: 15px; 
    width: 100%;
}

	div#links ul li
	{
		float: left;
		height: 65px;
		list-style: none;
		padding: 0;
	}

	div#links ul li a
	{
		background: #474e6b;
		background: rgba(255, 255, 255, 0.2);
		color: #e0e0e0;
		display: block;
		float: left;
		margin: 0 10px 10px 0;
		padding: 5px 8px;
		width: 94px;
		height: 45px;
	}
	
	div#links ul li a:hover 
	{ 
		background: #1a2448;
		background: rgba(0, 0, 0, 0.2); 
		color: #fff; 
	}

div#siteintro
{
	float: left;
	margin: 40px 0px 0 25px; /*250px 0 25px;*/
	width: 500px; 
}

	div#siteintro p { padding-bottom: 1.6em; }

div#contact
{
	float: right;
   	margin: 40px 25px 0 0; 
   	padding-left: 5px; width: 170px;
}

p#contactintro
{
	margin-bottom: 10px;
}

p.telephonetitle
{
    line-height: 2em; color: #9fb1c5; padding: 0;
    font-weight: bold; font-size: 1.1em; letter-spacing: 0.02em;
    font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
}
    
p.telephone 
{ 
    font-family: Georgia, Serif; line-height: 1.2em;
    font-weight: bold; font-size: 1.2em;
    margin-bottom: 10px;
}

p.telephone a { background: none; color: #fff; padding: 0; }
p.telephone a:hover { border-bottom: 1px dotted #fff; }

p#footer
{
    margin-top: 10px; font-size: 0.8em; 
    color: #5d5d5d; letter-spacing: 0.02em;
}

    p#footer a { background: #fff; }
    p#footer a:hover { background: #9fb1c5; }
