body {
		margin: 0;
		padding: 0;
        font-family: Verdana, arial, helvetica, sans-serif;
        font-size: small;
        background-color: 	#F5F5F5;
        background-repeat: repeat-x;         
}

h1 {
        /** H1 is used for headings in blue bars, optionally along with div.more for a RHS link. **/
        font-size: 1.8em;
        font-weight: bold;
        /*text-transform: capitalize;*/
        padding: 10px 10px 10px 0px;
        margin: 0;
        float: left;
}

h2 {
        font-size: 1.4em;
        font-weight: bold;
        padding: 0;
        margin: 0px;
        color: #3D8AD3;
        /*vertical-align: middle;*/
}

h2 a {
        text-decoration: none; 
        color: #398AD6;
}

a {
		font-size: 0.85em;
		color: #000000;
		text-decoration: underline;
		cursor: pointer;
		border: 0px;
}

p {
        margin: 0px 0px 10px 0px;
        line-height: 1.4;
}

ul#navtop {
		position: relative;
		overflow: hidden;
		background: #212529 url('/images/head/standard/navtop_background.gif') repeat-x;
		margin: 0;
		padding: 0 0 0 99px;
		height: 32px; /* for IE6 */
}

ul#navtop li {
		display: block;
		margin: 0 1px 0 0;
		padding: 0;
		float: left;
		width: auto;
		background: transparent;
}

ul#navtop li a {
		display: block;
		height: 32px;
		width: auto;
		text-indent: -9000px;
}

ul#navtop li#weatherzone a { width: 97px; background: url('/images/head/navtop_buttons.gif') no-repeat -106px -1px; }
ul#navtop li#weatherzone a:hover { background-position: -106px -40px;  text-decoration: none; }
ul#navtop li#weatherzone.selected a, ul#navtop li#weatherzone.selected a:hover { background-position: -106px -80px; }

ul#navtop li#home a { width: 97px; background: url('/images/head/navtop_buttons.gif') no-repeat -203px -1px; }
ul#navtop li#home a:hover { background-position: -203px -40px;  text-decoration: none; }
ul#navtop li#home.selected a, ul#navtop li#home.selected a:hover { background-position: -203px -80px; }

ul#navtop li#tour a { width: 97px; background: url('/images/head/navtop_buttons.gif') no-repeat -301px -1px; }
ul#navtop li#tour a:hover { background-position: -301px -40px;  text-decoration: none; }
ul#navtop li#tour.selected a, ul#navtop li#tour.selected a:hover { background-position: -301px -80px; }

ul#navtop li#help a { width: 97px; background: url('/images/head/navtop_buttons.gif') no-repeat -398px -1px; }
ul#navtop li#help a:hover { background-position: -398px -40px;  text-decoration: none; }
ul#navtop li#help.selected a, ul#navtop li#help.selected a:hover { background-position: -398px -80px; }

ul#navtop li#faq a { width: 97px; background: url('/images/head/navtop_buttons.gif') no-repeat -497px -1px; }
ul#navtop li#faq a:hover { background-position: -497px -40px;  text-decoration: none; }
ul#navtop li#faq.selected a, ul#navtop li#faq.selected a:hover { background-position: -497px -80px; }

ul#navtop li#contact_us a { width: 97px; background: url('/images/head/navtop_buttons.gif') no-repeat -595px -1px; }
ul#navtop li#contact_us a:hover { background-position: -595px -40px;  text-decoration: none; }
ul#navtop li#contact_us.selected a, ul#navtop li#contact_us.selected a:hover { background-position: -595px -80px; }

div.spacer_v1 {
        /** 1px vertical space. **/
        clear: both;
        padding: 1px 0px 0px 0px;
        margin: 0;
        font-size: 0;
}

div.spacer_v5 {
        /** 5px vertical space. **/
        clear: both;
        padding: 5px 0px 0px 0px;
        margin: 0;
        font-size: 0;
}

div.spacer_v10 {
        /** 10px vertical space. **/
        clear: both;
        padding: 10px 0px 0px 0px;
        margin: 0;
        font-size: 0;
}

div.spacer_v20 {
        /** 20px vertical space. **/
        clear: both;
        padding: 20px 0px 0px 0px;
        margin: 0;
        font-size: 0;
}


