/* CSS Document - Atlantic Foundations */

* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
}

body {
	text-align: center;
	background-color: #008080;
	margin-top: 15px;
}

.general {
	margin: 0 auto;
	width: 978px;
	background-color: #FFF;
	border: 2px solid #000;
}

.logoPane {
	width: 347px;
	height: 196px;
}

.adressPane {
	width: 210px;
}

.bannerPane {
	width: 421px;
}

.left {
	background-color: #FFF;
	padding-left: 19px;
	padding-bottom: 5px;
}

.menu {
	width: 204px;
	border-bottom: 6px solid #FFF;
}

.leftPane {
	width: 192px;
	border: 2px solid #000;
	padding: 5px;
	background-color: #D9ECEC;
}

.right {
	background-color: #FFF;
	padding-right: 16px;
	padding-left: 9px;
}

.bannerCenterPane {
	width: 720px;
	background-color: #000;
	padding: 5px;
}

.centerPane {
	width: 417px;
	border-top: 6px solid #FFF;
	border-right: 7px solid #FFF;
	border-bottom: 5px solid #FFF;
}

.rightPane {
	width: 300px;
	border-top: 6px solid #FFF;
	border-bottom: 5px solid #FFF;
	border-left: 6px solid #FFF;
}

.footerBar {
	background-color: #AAD5D5;
	border-top: 2px solid #000;
}

.footerLeft {
	width: 385px;
	text-align: left;
	padding: 5px 0px 5px 15px;
}

.footerLeft a:link { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10.5px;
	color:#003366;
	font-weight:bold;
}

.footerLeft a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10.5px;
	color:#003366;
	font-weight:bold;
}

.footerLeft a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10.5px; 
	color:#003366; 
	text-decoration:underline;
	font-weight:bold;
}

.footerRight {
	width: 563px;
	text-align: right;
	padding: 5px 15px 5px 0px;
}

/* CSS Document - Atlantic Foundations Inner */

.centerInternalPane {
	width: 717px;
	border-top: 6px solid #FFF;
	border-right: 7px solid #FFF;
	border-bottom: 5px solid #FFF;
	border-left: 9px solid #FFF;
}

/* DNN Menu */

.MainMenu_MenuContainer {
	width: 100%;
}

.MainMenu_MenuIcon {
	display:none;
}

.MainMenu_MenuArrow{
	display:none;
}

.MainMenu_MenuItem
{
	background-image: url(Images/bgMenu.jpg);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #008080;	
	font-family: 'Trebuchet MS', arial, verdana;
	font-size:17px;	
}

.MainMenu_MenuItem td
{
	font-family: 'Trebuchet MS', arial, verdana;
	font-size:17px;
	color: #FFF;
	padding: 7px 5px;
	border-bottom: 3px solid #FFF;
}

.MainMenu_MenuItemSel 
{
	background-color:#FFF!important;
	color:#FFF!important;
	background-image: url(Images/bgMenuSel.jpg);
	background-position: left;
	background-repeat: repeat-y;
	background-color:#000202;
}

.MainMenu_MenuItemSel td
{
	font-family: 'Trebuchet MS', arial, verdana;
	font-size:17px;
	color: #FFF;
	padding: 7px 5px;
	border-bottom: 3px solid #FFF;
}

.MainMenu_SubMenu
{
	background-color:#FFF;
	border: 1px solid #fff;
}

.MainMenu_SubMenu td 
{
	font-family: 'Trebuchet MS', arial, verdana;
	font-size:15px;
	color: #FFF;
	border:none;
	padding:3px 5px;
	text-transform:none;
}

.MainMenu_MenuBreak {
	border:none;
	background:transparent;
}

.separator {
}
