/*****************************************************************************************************/
/* DROPDOWN */
#navigation ul.sf-menu ul {
	background-color: #f03 !important;
	padding: 5px 0 !important;
	z-index: 50 !important;
	list-style: none !important;
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
	zoom: 1;
}

#navigation ul.sf-menu ul li {
	padding: 0;
	background: none;
	margin: 0;
	height: auto !important;
	border-bottom: 1px dotted #C00;
	border-top: 1px dotted #C00;
}

#navigation ul.sf-menu ul a:hover {
	padding: 5px 11px 5px 13px !important;
	background: #f03 !important;
}

#navigation ul.sf-menu ul a {
	z-index: 180 !important;
	padding: 5px 12px !important;
	color: #fff !important;
	text-shadow: -1px -1px #C03 !important;
	font-size: 12px !important; font-weight: bold !important;
	text-align: left;
	width: 170px !important;
	min-height: 13px !important;
	height: auto !important;
	display: block !important;
	line-height: 18px !important;
}

/*** ESSENTIAL STYLES ***/
.sf-menu li ul {
	position: absolute !important;
	top:			-999em;
	background: none !important;
}

.sf-menu ul li {
}

.sf-menu li:hover { /* fixes IE7 'sticky bug' */
visibility: inherit;
}
.sf-menu li {
}
.sf-menu a {
}

#navigation .sf-menu li:hover ul,
#navigation .sf-menu li.sfHover ul {
	left:			0px;
	top:			29px; /* match top ul list item height */
	z-index:		100 !important;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	position: absolute;
	left: 179px; /* match ul width */
	top: 0;
	z-index: 199 !important;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu li li {
}
.sf-menu li li li {
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	0;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	/*background:	url('../images/shadow.png') no-repeat bottom right;*/
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	/*background: transparent;*/
}

.sf-sub-indicator {
	display: none !important;
}


/*
 * jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, 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 */
#content .nivoSlider {
	position: relative;
}

.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
/* 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: 2;
	display: none;
}
/* The slices in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 1;
	height: 100%;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 25px;
	bottom: 0px;
	background: none;
	color: #fff;
	font-size: 11px;
	width: 375px;
	z-index: 28;
	text-align: center;
}

.nivo-caption p {
	padding: 5px;
	margin: 0;
}

.nivo-caption a {
	display: inline !important;
	color: #fff !important;
}
.nivo-html-caption {
    display: none;
	z-index: 28;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {
	width: 425px;
	height: 24px;
	position: absolute; bottom: 5px; left: 0; z-index: 30 !important;
	background: transparent url('images/nivo-direction.html') left top no-repeat;
}

.nivo-directionNav a {
	cursor: pointer;
	text-indent: -9999px !important;
	width: 24px; height: 24px;
	display: block;
	position: absolute; bottom: 0px;
	z-index: 30 !important;
}

.nivo-prevNav {
	left: 0px;
}

.nivo-prevNav:hover {
	background: transparent url('images/nivo-direction.html') left top no-repeat;
}

.nivo-nextNav {
	right: 0;
}

.nivo-nextNav:hover {
	background: transparent url('images/nivo-direction.html') right top no-repeat;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position: relative;
	z-index: 2;
	cursor: pointer;
}
.nivo-controlNav a.active {
	font-weight: bold;
}

/* TOOLTIPS */
.stickytooltip{
	box-shadow: 3px 3px 8px #818181; /*shadow for CSS3 capable browsers.*/
	-webkit-box-shadow: 3px 3px 8px #818181;
	-moz-box-shadow: 3px 3px 8px #818181;
	display: none;
	position: absolute;
	display: none;
	border: 1px solid #fff !important; /*Border around tooltip*/
	background: transparent url('images/grey.html') left top repeat scroll;
	z-index: 3000;
	padding: 10px;
	width: 250px !important;
	color: #fff !important;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
	background:black;
	color:white;
	padding-top:5px;
	text-align:center;
	font:bold 11px Arial;
}