@charset "utf-8";
/* Atlantis_style.css */
/* CSS Document - modified and expanded from Dreamweaver examples */
/* by Ned Buratovich www.imagiNed-Web-Design.com */
/* Used for www.atlantiswhippetsanddobermans.com */

body {
	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 */
	color: #FFFFFF;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}


.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	background-image: url(images/Watershaft-extender.jpg);
	background-repeat: repeat-y;
}

h1, h2, h3 {
color:#614D23;
}

h1 {
	text-align:center;
	background-image: url(images/H1_Background.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.oneColFixCtrHdr #header {
	height: 160px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/Atlantis-Header-Bkgd.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	background-image: url(images/Atlantis-Main-Bkgd.jpg);
	background-repeat: no-repeat;
}

a {
	color: #E3E3AE;
/*	background-image: url(images/PanelBackground4Tab.png);
	background-repeat: repeat;  */
}

a:hover {
	background-image: url(images/PanelBackground4TabHover.png);
	background-repeat: repeat;
}



#apDiv_footer_boundary {
	position:absolute;
	left:0px;
	top:-68px;
	width:780px;
	height:100px;
	z-index:2;
	background-image: url(images/footer-mainContent-divider.png);
	background-repeat: no-repeat;
}


.oneColFixCtrHdr #footer {
	height: 150px;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(images/Watershaft-footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	font-size: 90%;
}

.oneColFixCtrHdr #footer a {
	color: #E3E3AE;
/*	background-image: url(images/PanelBackground4Tab.png);
	background-repeat: repeat;  */
}

.oneColFixCtrHdr #footer a:hover {
	background-image: url(images/PanelBackground4TabHover.png);
	background-repeat: repeat;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
.clearfloat_1px {
	clear:both;
	height: 1px;
}

.oneColFixCtrHdr #mainContent a.button {
	background-image: url(images/AWnD-button.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 140px;
	display: block;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #614D23;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	padding-right: 7px;
	line-height: 135%;
	font-weight: bold;
}

.oneColFixCtrHdr #mainContent a.button:hover {
	background-image: url(images/AWnD-button-hover.png);
	background-repeat: no-repeat;
	background-color: transparent;
	color: #FFFFFF;
}

.dogframe {
	background-image: url(images/Gold-Frame.jpg);
	padding: 5px;
	height: auto;
	width: auto;
	border: 2px outset #000000;
}
.dogframe_tn {
	background-image: url(images/Gold-Frame.jpg);
	padding: 3px;
	height: auto;
	width: auto;
	border: 1px outset #000000;
}
.NavNote {
	font-size: 85%;
	color: #fff;
	background-image: url(images/PanelBackground4Tab.png);
	margin-bottom: 6px;
	text-align: right;
}
.SpryTableHover {
	background-image: url(images/PanelBackground4TabHover.png);
	background-repeat: repeat;
	cursor:pointer;
}
.SpryTableSelect {
	background-image: url(images/PanelBackground4Tab.png);
	background-repeat: repeat;
}
