﻿@charset "UTF-8";
/* CSS Document */


/***********************************************************************/
/***********************************************************************/
/********************* LIBRARY HOMEPAGE BODY STYLES*********************/
/***********************************************************************/
/***********************************************************************/

.titleUpperBold {
font-family: Arial, tahoma, Verdana, trebuchet MS; 
font-size:11px; 
color:#990000; 
line-height:15px; 
font-weight:bold; 
text-transform:uppercase;
}


.betaImage{
	border:none; 
	vertical-align:middle; 
}

#contentHolder{
	margin-left:170px; 
	margin-right:10px;
}


.bodyLeftHeader{
	background-color:#193153;
	min-height:20px;
	max-width:790px;
	height:20px;
	width:790px;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
	padding-left:10px;
}

.bodyLeft{
	min-width:800px;
	width:800px;
	margin-left:15px;
	float:left;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	min-height:600px;
  	height:auto !important;
  	height:600px;
	margin-top:10px;

}
/*
.bodyLeft p{
	border-bottom:1px;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	padding-top:5px;
	padding-bottom:10px;
	margin-left:5px;

}
*/
.bodyRightHeader{
	background-color:#193153;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	min-height:20px;
	max-width:230px;
	height:20px;
	width:210px;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	padding-left:10px;

}


.bodyRight{
	float:right;
	width:220px;
	margin-top:15px;
	background-color:#DBE3EE;
	border-right:#000000 solid 1px;
	border-left:#000000 solid 1px;
	min-height:600px;
  	height:auto !important;
  	height:600px;
	
}

.bodyRightContent{
	padding-left:5px;
	padding-right:2px;
	margin-top:15px;
}


/***********************************************************************/
/***********************************************************************/
/********************* END OF LIBRARY HOMEPAGE BODY STYLES**************/
/***********************************************************************/
/***********************************************************************/



/***********************************************************************/
/***********************************************************************/
/********************* LIBRARY HOMEPAGE BODY STYLES*********************/
/***********************************************************************/
/***********************************************************************/

.readMoreClass{
	float:right;
	font-weight:bold;
	color:#000000;
	vertical-align:baseline;
}

.readMoreClass a, a:visited{
	text-decoration:underline;
}

.readMoreClass a:hover{
	text-decoration:none;

}

.contactImageClass{
	background-image:url(../../../images/buttons/contactUs.png);
	background-repeat:no-repeat;
	height:218px;
	width:170px;
	\width:170px;
	w\idth:170px;
/*	margin-top:10px;
*/}

.contactTextClass{
	position:relative;
	top:125px;
	left:30px;
	color:#FFFFFF;
	width:120px;
	\width:120px;
	w\idth:120px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
}

.contactTextClass a{
	color:#FFFFFF;
	text-decoration:underline;

}

.contactTextClass a:visited{
	color:#FFFFFF;
	text-decoration:underline;
}

.contactTextClass a:hover{
	text-decoration:none;
	
}

.aalListItemLink{
	padding-left:23px;
	position:relative;
	height:25px;
	width:120px;
	top:28px;
}
.aalListItemLink img{
	border:none;
	
}

.aalImageOne{
	position:absolute;
	left:23px;	
	z-index:10;
	
	
}

.aalImageTwo{
	position:absolute;
	z-index:9;
	left:23px;
	
}

/***********************************************************************/
/***********************************************************************/
/****************** END OF LIBRARY HOMEPAGE CONTACT STYLES *************/
/***********************************************************************/
/***********************************************************************/

/* CSS Document */
.padding-top-div{
	margin-top:20px;
}
/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	 	
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	float:left;
	font-size:13px;
	display:block;
	padding:5px 30px;	
	text-decoration:none;
	border:1px solid #666;	
	border-bottom:0px;
	height:18px;
	background-color:#efefef;
	color:#777;
	margin-right:2px;
	position:relative;
	top:1px;	
	outline:0;
	-webkit-border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
}

ul.css-tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#ddd;
	border-bottom:1px solid #ddd;	
	color:#000;	
	cursor:default;
}
/*
	


*/





/***********************************************************************/
/***********************************************************************/
/*********************** BEGIN LIBRARY TAB-NO-IMAGE STYLES *************/
/***********************************************************************/
/***********************************************************************/
/* alternate colors: skin2 */
ul.skin2 a {
	background-color:#89a;
	color:#000 !important;
	font-family:Verdana, Geneva, sans-serif;
	
}
/* mouseover state */

ul.skin2 a:hover {
	background-color:#678;
}
/* active tab */

ul.skin2 a.current {
	background-color:#4F5C6A;
	border-bottom:1px solid #4F5C6A;
	color:#FFF !important;
}
/* tab pane with background gradient */

div.skin2 div {
	min-height:200px;
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	background:#999 url(../../../images/jqueryImages/h300.png) repeat-x scroll 0 -50px;
	padding:5px 20px;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	/* IE6 does not support PNG24 images natively */
		_background:#4F5C6A;

}

div.skin2 h3{
	text-decoration:underline;	
}


div.skin2 h2{
	margin-bottom:-10px;
}

div.skin2 a{
	color:#FFF;
}

div.skin2 a:visited{
	color:#FFF;
}

div.skin2 a:hover{
	text-decoration:none;
}



div.skin2 ul{
	margin-left:-15px;
}
div.skin2 li{
	padding-bottom:4px;
	font-size:11px;
}

div.skin2 div.wclSearch {
background:none;
min-height:80px;
border:none;
}

