@charset "UTF-8";
body {
	font: 100%  Arial, Helvetica, Geneva, sans-serif;
	background: #9EA6A8;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	line-height:1em;
	color: #000000;
}

a
{
	
	color: #93B4BB;
	text-decoration: none;
	border-right: 1px solid #93B4BB;
	padding-right: 11px;
	padding-left: 5px;
	font: .85em "Bank Gothic", Arial, Helvetica, Geneva, sans-serif;
}
.lastLink, .lastActive
{
	border-right: none;
}
.activeLink, .lastActive
{
	color: #fff;
}

ul
{
	padding: 0;
	margin: 0;
}

#container {
	width: 1007px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #5E6A6A;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-right: 1px solid #5E6A6A;
	border-left: 1px solid #5E6A6A;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #DDDDDD; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
	background-image: url(../graphics/header.jpg);
	height: 148px;
	text-indent: -9999px;
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-bottom: 300px;
	height: 100%;
}

#info
{
	padding: 0 50px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color:  #d5eaf9;
}
#info h1
{
	font-size: 1em;
}
#info h4
{
	padding-top: 50px;
	text-align: center;
	font-weight: normal;
}
.pageHeader
{
	text-align: center;
	font-size: 1.3em;
	padding-bottom: 0;
}
#info p
{
	font-size: 1em;
	line-height: 1.3em;
	padding-bottom: 12px;
}



#rates h4
{
	font-size: 1em;
}
#rates ul , #login ul
{
	padding-left: 50px;
	list-style-type: none;
}
#rates ul li
{
	line-height: 1.5em;
}

#contact, #rates, #login
{
	background-color: #475254;
	padding-left: 50px;
	color: #d5eaf9;
	margin-top: 30px;
	padding-bottom: 80px;
	border: 5px solid #525E5E;
	border-right: none;
	border-left: none;
}

#loginForm ul li
{
	display: block;
	border: 1px dashed red;
	margin-bottom: 3px;
}

#login
{
	padding-left: 0;
}

#loginForm
{
	width: 400px;
	height: auto;
	margin: 25px auto -46px;
	border: 5px solid #868d90;
	padding: 30px;
	background-color: #5e6a6a;
	font: .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#loginForm th
{
	padding-left: 82px;
	padding-bottom: 10px;
	font-size: 1em;
}

#loginForm tr td
{
	
	padding: 5px;
}

#loginForm input
{
	float: right;
}


#contact h4
{
	font-weight: normal;
	font-size: 1.1em;
}
#contact a
{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #d5eaf9;
	font-size: 1.1em;
	border: none;
	padding:0;
}
#contact a:hover
{
	color: #fff;

}
#phoneNumber
{
	margin-top: -10px;
	padding: 0;
}
#mainMenu
{
	background: #5E6A6A;
	text-align: right;
	padding: 5px 52px 10px 0;
}
#mainMenu ul li
{
	display: inline;
}

.homeCopy
{
	padding-left: 47px;
	/*color: #710D0B;*/
	color: #000;
	font: 1.1em "Bank Gothic", Arial, Helvetica, Geneva, sans-serif;
	line-height:1em;
	width: 780px;
	float: left;
	height:150px;
}
#homeImageScroller
{
	height: 474px;
	margin: 0;
	padding: 0 0 0 46px;
	background-color: #5E6A6A;
	width: 923px;
	float: left;
}
.imageScroller
{
	margin:0;	padding:0;	background-color: #5E6A6A;
}
.mainHomeImages img{	padding: 0;	margin: 0;	padding-right:20px;	float:left;}
#rightArrow
{
	width: 25px;
	height: 454px;
	float: left;
	background: url(../graphics/rightArrow.gif) no-repeat;
}

#creditCards
{
	float: left;
	margin-top: 42px;
}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #5E6A6A;
}
#homeFooter {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #5E6A6A;
	margin-top: 1380px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#copyright
{
	font-size: .6em;
	margin-top: 0;
	color: #90a3a4;
}

.cookieNotice
{
	color: #9cb1b2;
	font-size: .7em;
	text-align: left;
}





