/* Page Elements */

/*============================*/
/*===== iFeature Slider ======*/
/*============================*/

.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:6;
	display:none;
}

/* The slices and boxes in the Slider */

.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}

.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.7; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
	text-align: left;
	
}

.nivo-caption p {
	padding:5px;
	margin:0;
	
}

.nivo-caption a {
	display:inline !important;
}


/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}

.nivo-prevNav {
	left:0px;
}

.nivo-nextNav {
	right:0px;
}

/* Custom Slider Styles */

#slider-wrapper {
	height: 380px;
    margin: auto;
    margin-bottom: 50px;
    -moz-box-shadow:0 0 4px #AAAAAA;
    -webkit-box-shadow:0 0 4px #AAAAAA;
    box-shadow:0 0 4px #AAAAAA;
    height: 380px;
    border: 1px solid;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	background: #FFF;
}

.slider_nav {
	height: 50px;
	box-shadow:0 0 4px #AAAAAA;
	border-left: 1px solid #CCC;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	margin: auto;
	margin-bottom: 20px;
	background: #f8f8f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8f8f8 0%, #ededed 40%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(40%,#ededed), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#ededed 40%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8f8f8 0%,#ededed 40%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8f8f8 0%,#ededed 40%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(top,  #f8f8f8 0%,#ededed 40%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}

.nivo-controlNav {
	position:absolute;
	bottom:-40px; /* Put the nav below the slider */
}
	
/* Slider Thumbnail Nav Style */
	
.nivo-controlNav a{
	z-index:9;
	width:50px;
	height:30px;
	border:0;
	margin-right:3px;
	float:left;
	display: block;
}


#slider .nivo-controlNav img {
	display: inline;
	position: relative;
	margin-right: 10px;
}

/* End slider thumbs */

#slider {
	position:relative;
    margin:auto;
	background: #fff url(../images/slider/loading.gif) no-repeat 50% 50%;
	border-bottom: 1px solid #bbb;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider a {
	border:0;
	display:inline;
}

#slider a.active img {
	border: 1px solid black;
}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	display:block;
	width:30px;
	height:30px;
	background:url(../images/slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}

a.nivo-prevNav {
	left:15px;
}

.nivo-html-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.7; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
	display:none;
}

.nivo-html-caption-right {
	position:relative;
	float:right;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.7; /* Overridden by captionOpacity setting */
	width:250px;
	height: 330px;
	z-index:8;
}

.nivo-html-caption-left {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.7; /* Overridden by captionOpacity setting */
	width:250px;
	height: 330px;
	z-index:8;
}


#customcaption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}

.nivo-caption p {
	padding:5px;
	margin:0; 
	color: white;
}

/*============================*/
/*===== Carousel Styles ======*/
/*============================*/
#carousel_list {
	height:130px;
	width:950px; 
	margin:15px auto; 
	background: #fff;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow:inset 0 0 2px #ccc;
	padding: 5px 15px 5px 15px;
}

.carousel {
	float:left;
	left: -5000px; 
	margin:15px; 
	position:relative; 
	visibility:hidden;	
}
	
.carousel ul {
	height:100px;
	width:600px; 
}

.carousel ul li {
	padding:0 13px;
}

.carousel ul li img {
	cursor:pointer;
	height:100px; 
	padding-top:3px;
	width:120px;  
}

.prev {
	cursor:pointer; 
	float:left;
	padding-top:60px;
}

.next {
	cursor:pointer; 
	float:right; 
	padding-top:60px;
}

/************************************************
	      CAPTIFY CAPTION		
************************************************/
.caption-top, .caption-bottom {
	background: #000000;
	color: #ffffff; 
	cursor:default;
	padding:2px; 
	font-size:13px;   
	text-align:center;
}

.caption-top {
	border-width:0px;
}

.caption-bottom {
	border-width:0px;
	height: 25px;
}

.caption a, .caption a {
	background:#000;
	border:none; 
	text-decoration:none;  
	padding:2px;
}

.caption a:hover, .caption a:hover {
	background:#202020;
}

/*============================*/
/*======= Twitter Bar ========*/
/*============================*/

#twitterbar {
	background: #f8f8f8;
	width: 980px;
	background: #fff;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow:inset 0 0 2px #ccc;
	overflow: hidden;
	margin-top: 10px;
	margin: auto;
	margin-bottom: 10px;
}

.twittertext {
	padding: 10px 15px 10px 15px;
	font-size: 14px;
}

/*============================*/
/*===== Callout Section ======*/
/*============================*/

#calloutwrap {
	min-height: 80px;
	overflow: hidden;
	position:relative;
	width: 980px;
	display: block;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #fff;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow:inset 0 0 2px #ccc;}

#callout_text {
	float: left;
	font-size: 14px;
	margin-left: 0;
	padding: 10px 15px 10px 15px;
}

.callout_title {
	font-size: 24px;
	font-weight: bold;
}

#calloutbutton {
	padding: 10px 5px 10px 5px;
	float:right;
	margin-top: 28px;
	margin-right: 20px;
	background: #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	text-align: center;
	position: relative;
}

#calloutimg{
	padding-top: 10px;
	
	float:right;
}

#calloutbutton:hover{
	background: #222;
}

#calloutbutton a{
	color: #fff;
	font-size: 18px;
	font-weight: 800;
}

/*============================*/
/*====== Wigitized Boxes =====*/
/*============================*/

#box_container {
	min-height: 240px;
	padding-top: 5px;
	margin-bottom: 25px;
}

#box_container ul {
	list-style: none;
}

.box-widget-title {
	color: #444;
	height: 25px;
	padding: 0 5px 0 0px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.box1 {
	float: left;
	width: 290px;
	min-height: 200px;
	padding: 10px;
	margin-left: 0px;
	margin-right: 22px;
	margin-bottom: 15px;
	color: #222;
	background: #fff;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow:inset 0 0 2px #ccc;
}

.box2 {
	float: left;
	width: 290px;
	min-height: 200px;
	padding: 10px;
	margin-left: 0px;
	margin-right: 22px;
	margin-bottom: 15px;
	color: #222;
	background: #fff;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow:inset 0 0 2px #ccc;
}

.box3 {
	float: left;
	width: 290px;
	min-height: 200px;
	padding: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	color: #222;
	background: #fff;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow:inset 0 0 2px #ccc;
}

.boxes ul { padding-left: 15px; }