/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 242 2010-03-14 00:55:02Z emartin24 $
 *
 */

div#basic-modal { width:186px; height:37px; display:block; position:inherit; float:left; margin-left:10px;  }

ul#footerlinks { display:inline; position: relative; left:-41px;}
ul#footerlinks li { display:inline; list-style:none; font-size:11px; margin-left:10px; color:#3e5680; }
ul#footerlinks li a, ul#footerlinks li a:visited { color:#3e5680; font-weight:bold;} 
ul#footerlinks li a:hover { color: #203253; }


.legalCopyright#siteinfoLegal{  width: 748px; background-position:bottom; background-repeat:no-repeat; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC;  padding-bottom:30px; padding-top:30px }
#facebook-wrapper { display:block; float:right; width:150px; height:21px; padding-top:5px; }


#indexfooter { padding-left:10px; height:22px;}

#gradientB { float:right; margin-left: -100px; width: 550px; background:url(/images/footerbg.jpg) top left no-repeat; height:32px;}


#basic-modal-content {display:none;}
#basic-modal-content h3 { color: #3e5672; font-weight:normal; margin-left:0; padding-left:0; }

/* Overlay */
#simplemodal-overlay {background:none; cursor:wait;}

/* Container */
#simplemodal-container {height:150px; width:300px; color:#bbb; background-color:#fff; border:1px solid #999; padding:12px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../images/close.jpg) no-repeat; width:48px; height:17px; display:inline; z-index:3200; position:absolute; top:0px; right:0px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}


