* {
	margin:0;
	padding: 0;
}



body {
	background-image:url(images/tile_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #fff;
	line-height:1.5em;
	background-color:#57504b;
}

h1 {
	line-height:1.1em;
	margin: 0 0 7px 0;
}
.clear {
	clear:both;
}

cite {
	display: block;
	margin: 0px 0 20px 0;
}

.header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:860px;
	height:307px;
}
a#headLogo {
	position: absolute;
	top: 20px;
	width: 200px;
	height: 150px;
	text-indent: -9999px;
	display: block;
	overflow:hidden;
	z-index:101;
	margin-left: 70px;
}
.top_nav {
	float:right;
	position:relative;
	margin: 51px 77px 0 0;
	text-align: center;
}
#top_nav {
	padding:0;
	margin:0;
	line-height: 26px;
	color:#fff;
	font-family: "Myriad Pro", arial, helvetica, sans-serif;
	white-space:nowrap;
	list-style-type:none;
	font-size:13px;
	font-variant:small-caps;
	height:26px;
	text-align:center;
	letter-spacing:.1ex;
}
#top_nav li {
	display:block;
	width:107px;
	height:26px;
	background-image:url(images/top_navBg.png);
	background-repeat: no-repeat;
	margin: 5px 0;
	text-align:center;
	padding:0 .5em;
}
#top_nav li a {
	padding:0 .5em;
	color:#fff;
	text-decoration:none;
	float:left;
	text-align:center;
}
#top_nav li a:hover {
	color:#b5cdeb;
}



.nav ul {
	
	width: 100%;
	padding:0;
	margin:0 auto;
	line-height: 36px;
	color:#fff;
	font-family: "Myriad Pro", arial, helvetica, sans-serif;
	white-space:nowrap;
	list-style-type:none;
	font-size:14px;
	font-variant:small-caps;
	height:36px;
}
.nav li {
	display:inline;
	float: left;
}
.nav li a {
	padding:0 .5em;
	color:#fff;
	text-decoration:none;
	float:left;
	margin: 0 60px;
}
.nav li a:hover {
		color: #b5cdeb;

}
/*.nav {padding:8px 0 2px 10px; line-height:23px; text-align: center; font-variant:small-caps;}

.nav img {padding:0 20px;}*/




.td_content {
	background-image:url(images/tile_content.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding:20px 0;
}
.title_bg {
	background-image:url(images/title_Bg.gif);
	background-position: top left;
	background-repeat:no-repeat;
	width: 558px;
	height: 33px;
	font-variant:small-caps;
	padding: 0 10px;
	font-size:14px;
	font-family: "Myriad Pro", arial, helvetica, sans-serif;
	text-align:left;
	letter-spacing:.07ex;
}
.slide_content {
	background-image:url(images/tile_slideBg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 0 10px 0 2px;
	text-align:left;
}
.slide_browse {
	background-image:url(images/slideNav_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align:center;
	height:31px;
	line-height:31px;
}
.rightCol_title {
	background-image:url(images/title_sm.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-variant:small-caps;
	font-size:14px;
	font-family: "Myriad Pro", arial, helvetica, sans-serif;
	line-height:34px;
	padding: 0 0 0 10px;
	text-align:left;
	letter-spacing:.07ex;
}
.header1 {
	color: #b5cdeb;
	font-size:13px;
	text-align:left;
}
.rightCol_txt {
	padding: 10px 10px;
	text-align:left;
	background-image:url(images/tile_rightCol.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
.rightCol_txt a {
	color: #fff;
}
.rightCol_txt a:hover {
	color: #fff;
	text-decoration:none;
}



/*in the area map*/
#map-view-container {
	position: relative;

}

td.captionHolder {
	background-color:#58514c;
	float:left;
	padding: 10px 10px;
	width: 189px;
	
}

.caption {
	float:left;
	text-align:left;
		background-color:white;
		min-height: 140px;
		width: 164px;
		padding: 10px 15px 10px 10px ;
}

.def-list {
	color: #58514c;
}

#practice-container div {
	display: none;
	color: #58514c;
}

#practice-container div.selected {
	display: block;
}

#practice-container h3 {
	font-size: 14px;
	font-size: 600;
	font-family: arial, helvetica, sans-serif;
}
/*footer*/
.footer a {
	color: white;
}


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/


/*
 * jQuery Nivo Slider v2.4
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


#slider-wrapper {
    background:url(images/slideshow/images/LibertyQuartersSlide1.jpg) no-repeat;
    width:538px;
    height:470px;
    margin: 0px auto;
    padding-top:0px;
    margin-top:20px;
}

#slider {
	position:relative;
    width:538px;
    height:416px;
    margin-left:0px;
	background:url(images/slideshow/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	
	bottom:-42px;
	margin-left: 70px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/slideshow/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/slideshow/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}



/*colorbox*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:99999;
	overflow:hidden;
}
#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear:left;
}
#cboxContent {
	position:relative;
	overflow:hidden;
}
#cboxLoadedContent {
	overflow:auto;
}
#cboxLoadedContent iframe {
	display:block;
	width:100%;
	height:100%;
	border:0;
}
#cboxTitle {
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor:pointer;
}
/*current setup*/
#cboxOverlay {
	background:url(images/colorbox/overlay.png) repeat 0 0;
}
#cboxTopLeft {
	width:21px;
	height:21px;
	background:url(images/colorbox/controls.png) no-repeat -100px 0;
}
#cboxTopRight {
	width:21px;
	height:21px;
	background:url(images/colorbox/controls.png) no-repeat -129px 0;
}
#cboxBottomLeft {
	width:21px;
	height:21px;
	background:url(images/colorbox/controls.png) no-repeat -100px -29px;
}
#cboxBottomRight {
	width:21px;
	height:21px;
	background:url(images/colorbox/controls.png) no-repeat -129px -29px;
}
#cboxMiddleLeft {
	width:21px;
	background:url(images/colorbox/controls.png) left top repeat-y;
}
#cboxMiddleRight {
	width:21px;
	background:url(images/colorbox/controls.png) right top repeat-y;
}
#cboxTopCenter {
	height:21px;
	background:url(images/colorbox/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
	height:21px;
	background:url(images/colorbox/border.png) 0 -29px repeat-x;
}
#cboxContent {
	background:#fff;
}
#cboxLoadedContent {
	margin-bottom:28px;
}
#cboxTitle {
	position:absolute;
	bottom:4px;
	left:0;
	text-align:center;
	width:100%;
	color:#949494;
}
#cboxCurrent {
	position:absolute;
	bottom:4px;
	left:58px;
	color:#949494;
}
#cboxSlideshow {
	position:absolute;
	bottom:4px;
	right:30px;
	color:#0092ef;
}
#cboxPrevious {
	position:absolute;
	bottom:0;
	left:0px;
	background:url(images/colorbox/controls.png) no-repeat -75px 0px;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
#cboxPrevious.hover {
	background-position:-75px -25px;
}
#cboxNext {
	position:absolute;
	bottom:0;
	left:27px;
	background:url(images/colorbox/controls.png) no-repeat -50px 0px;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
#cboxNext.hover {
	background-position:-50px -25px;
}
#cboxLoadingOverlay {
	background:url(images/colorbox/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
	background:url(images/colorbox/loading.gif) no-repeat center center;
}
#cboxClose {
	position:absolute;
	bottom:0;
	right:0;
	background:url(images/colorbox/controls.png) no-repeat -25px 0px;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
#cboxClose.hover {
	background-position:-25px -25px;
}
/*  AlphaImageLoader src paths are relative to the HTML document*/
.cboxIE #cboxTopLeft {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');
}
.cboxIE #cboxTopCenter {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');
}
.cboxIE #cboxTopRight {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');
}
.cboxIE #cboxBottomLeft {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');
}
.cboxIE #cboxBottomCenter {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');
}
.cboxIE #cboxBottomRight {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');
}
.cboxIE #cboxMiddleLeft {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');
}
.cboxIE #cboxMiddleRight {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');
}


