﻿/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {font-family: arial, sans-serif; width:150px; height:260px; margin: 15px auto; position:relative; font-size:11px;}
.menu ul li a:visited {display:block; text-decoration:none; color:#000; width:150px; height:20px; text-align:center; border:1px solid #fff; border-width:1px 1px 0 0; background:#c9c9a7; line-height:19px; font-size:11px;}
.menu ul li a {display:block; text-decoration:none; color:#000; width:150px; height:20px; text-align:center; border:1px solid #fff; border-width:1px 1px 0 0; background:#c9c9a7; line-height:19px; font-size:11px;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#b3ab79;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:151px; width:105px;}
.menu ul li:hover ul li a.hide {background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#b3ab79; color:#000; width:150px;}
.menu ul li:hover ul li a:hover {background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#fff;}

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url('images/jd-tile.jpg');
	background-repeat: repeat-x;
	background-color: #F3F3F4;
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
p {
	margin-top:0px;
	margin-left:3px;
	margin-right:2px;
}
#header {
	background-image:url('images/atlantic-header.jpg');
	background-repeat:no-repeat;
	height:83px;
}
#emailLink {
	position:relative;
	left:700px;
	top:51px;
	color:#ffffff
}
#emailLink a{
	color:#ffffff;
	text-decoration:underline;
}
#emailLink a:hover {
	text-decoration:underline;
	color:yellow;
}
#mainHome {
	
}
#mainHome p{
	margin-top:0px;
	margin-left:3px;
	margin-right:2px;
}
#mainHome a{
	color:#000000;
	text-decoration:none;
}
#mainHome a:hover {
	text-decoration:underline;
	color:green;
}
#main {
	
}
#main p{
	margin:0px;
}
#main a{
	color: green;
	text-decoration: underline;
	font-weight: bold;
}
#main a:hover {
	text-decoration:underline;
	color:green;
}
#topNav {
	background-image:url('images/topNav-bg.jpg');
	height:35px;
	color:black;
	margin-left:50px;
}
#topText {
	color:white;
}
#topTextPages {
	color:#000000;
}
#topText p{
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}
#footer {
	background-image: url('images/footer-bg.jpg');
	background-repeat: repeat-x;
	height: 115px;
	color:white;
}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

h1 {
	margin-bottom:2px;
	margin-top:18px;
	font-size: 11pt;
	font-weight:bold;
}

.scroll-contain {
	margin: 6px 0px 0px 0px;
	width: 530px;
	height: 75px;
}
