﻿* {
	margin: 0;
}

body 
{
	background: #ccc;
	font-family: Arial, Sans-Serif;
	letter-spacing: 0.5px;
	line-height: 120%;
}

img
{
	border: 0;
}

a
{
	color: #007094;
}

a:hover
{
	color: #a89265;
}

h1, h2, h3, h4
{
	margin: 0;
	padding: 0;
	font-family: Arial, Sans-Serif; /*"National Bold" */
	line-height: normal !important;
}

h2
{
	color: #a89265;
}
h3
{
	color: #3e3e3e;
}

h2.landingHeader {
	color: #000000;
	font-size: 22px !important;	
	letter-spacing: 1.5px;
	margin-left: 24px;
}

#Wrap
{
	width: 913px;
	margin: 0 auto;
}

#Page
{
	background: #ccc url('../images/Global/GlobalBackground.jpg') repeat-y;
	padding: 0 65px; /* For the border */
}

.right
{
	float: right;
}
.left
{
	float: left;
}

.clear
{
	clear: both;

}

.clear-left
{
	clear:left
}

.center
{
	text-align:center;
}

/*
Navigation
*/
#Navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#Navigation ul li
{
	padding:0;
	margin:0;
	
	display: inline;

}

#Navigation ul li span
{
	text-align: left;
	background: #fff url('../images/Global/NavigationSeparator.jpg') no-repeat bottom left;
	padding: 5px 0 11px 15px;
	display: block;	
}


#Navigation a
{
	display: block;
	text-decoration: none;
}

.NavigationActive
{
	font-weight: bold;
	color: #000;
}

.NavigationActive:hover
{
	
}

#Footer
{
	font-size: 10px;
	text-align: center;
	color: #949494;
}

.hide
{
	position: absolute;
	left: -10000px;
}

#Credit img
{
	vertical-align: middle;
}

#twitterLink {
	display: block;
	width: 114px;
	height: 30px;
	margin-top: 15px;
	margin-left: 5px;
	background: url(../images/global/TweetThis.gif) no-repeat 0 0;
}

#twitterLink:hover {
	background: url(../images/global/TweetThisRoll.gif) no-repeat 0 0;
} 

#twitterLink span {
	display: none;
}