/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/ 

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	background: url(../ambw-images/slider/tab_b2.png) repeat-x 0 0;
	height: 10px;
	position: relative;
    top: 0;
    z-index: 999;
}



.tab .sep {color:#414141}

.tab a{
	height: 35px;
	cursor: pointer;
	display: block;
	width: 120px;
	position: relative;
	top: 1 px;
	text-indent: -9999px;
	margin: 0 auto;
background: url(../ambw-images/slider/quick.png) no-repeat ;}



/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
   
    margin-left: auto;
    margin-right: auto;
}

#toppanel li{
	list-style-type: none;
}

#panel {
	width: 100%;
	height: 290px;
	color: #999999;
	/*background-color: rgba(255, 255, 255,.9);*/
	background-color: #FFF;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	z-index: 3;
	display: none;
}

#panel .quick-title{
	color:#3a7db1;
	font-size:3em;
	font-weight: bold;
	margin-bottom:0.5em;
	margin-top: 0;
	line-height:0.9em;
	font-variant:small-caps;
	font-family: 'palatino linotype', palatino, serif;
	clear: both;
}

#panel h2{
	font-size: 16px;
	color: #2657d0;
	font-weight: bold;
	text-shadow: #000 1px 1px 1px;
}

#panel ul.panel-links a:link{
	font-family: Helvetica;
	text-align: left;
	color: #ebebeb;
	text-shadow: #000 1px 1px 1px;
}

#panel ul.panel-links a:visited{
	font-family: Helvetica;
	text-align: left;
	color: #ebebeb;
	text-shadow: #000 1px 1px 1px;
}

#panel ul.panel-links a:hover{
	font-family: Helvetica;
	text-align: left;
	color: #26aaf6;
	text-decoration: underline;
	text-shadow: #000 1px 1px 1px;
}

#panel ul.panel-links li{
	margin-top: 5px;
}

#panel h2  a:link{
	color: rgba(161,17,17,.5);
	font-size: 14px;
}
#panel h2  a:visited{
	color: rgba(161,17,17,.5);
}
#panel h2  a:active{
	color: rgba(0, 0, 0,.5);
}
#panel h2  a:hover{
	color: rgba(161,17,17,.9);
}

.close-button{
	width: 60px;
	height: 20px;
	background: url(../ambw-images/slider/bt_close.png) bottom left no-repeat;
	text-align: right;
	position: absolute;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif !important;
	color: red;
	font-style: italic;
	top:65px;
	right:10px;
}
#close2 a{
	color: red;
}

.close-button:hover{
	width: 60px;
	height: 20px;
	background: url(../ambw-images/slider/bt_close.png) top left no-repeat;
}

.quick-links-ul{
		list-style-type: disc;
		margin-top: 18px;
		
}
.quick-links-ul li{
	list-style-type: disc;
	color: #005952;
	float: left;
	background: url(../ambw-images/top-ul-bg.png) left no-repeat;
	padding-left: 20px;
	margin-right: 30px;

}

.quick-links-ul li a{
	color: #005952;
	font-style: italic;
}

.address-top{
		font-variant:small-caps;
	font-family: 'palatino linotype', palatino, serif;
	color: #4096cf; 
	font-weight: bold;
	margin-top: 12px;
	font-size: 1.2em;
	line-height: 1.6em;
}

.testimony-top{
	margin-top: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 1.2em;
	border-top: #4096cf solid 1px;
	border-bottom: #4096cf solid 1px;
}