/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 213 2009-09-17 04:10:02Z emartin24 $
 *
 */

body {height:100%; margin:0;}
h3 {color:#5f87ae; font-size:1.6em; padding:0; margin:0;}
#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:default;}

/* Container background-image:url('/images/newsletter/bg_top.png');background-repeat:no-repeat; */
#simplemodal-container {width:711px; border:0px; padding:0px;top:0px}
#simplemodal-container a {font-size: 13px;font-weight:bold;
	color: #015850;
	font-family: arial;
	text-align: center;
	text-decoration: underline;}
#simplemodal-container a.modalCloseImg {background:url(/images/newsletter/btn_close.png) no-repeat; width:36px; height:36px; display:inline; z-index:3200; position:absolute; top:-15px; right:0px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:0px;}

.divSitemapHead{background-image: url('/images/sitemap/bg_Head.png'); background-repeat: no-repeat;height: 63px; width: 691px;}

.divSitemapMid{background-image: url('/images/sitemap/bg_top.png'); width: 691px; background-repeat: repeat;height: 350px;}

.tdSitemapCenter
{
	background-image: url('/images/sitemap/bg_mid1.png'); width: 691px; height: 352px;background-repeat: no-repeat; vertical-align: top;
}

.divSitemapBottom
{
	background-image: url('/images/sitemap/bg_bot.png'); background-repeat: no-repeat;height: 15px; width: 691px;
}


/* Container */