/* 
    Document   : homeStyle
    Created on : Nov 7, 2009, 12:23:28 AM
    Author     : sfulzele
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 160px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 100px; height: 100px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:url(../images/goal.gif) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}

.dropdown {
	background: transparent url(../images/new_home/ui_dropdown_background_grey.png) no-repeat;
/*	display: inline;*/
	width: 300px;

}
body.white .dropdown {
	background-image: url(../images/white/ui_dropdown_background.png);
}

.dropdown.small {
	background-image: url(../images/white/ui_dropdown_background_small.png);
}

.dropdown.medium {
	background-image: url(../images/ui_dropdown_background_medium.png);
}

.dropdown span {
	cursor: default;
	display: block;
	font-size: 0.8125em; /* 13px */
	height: 43px;
	line-height: 26px; /* center the text vertically */
	padding-right: 20px;
	overflow: hidden;
	text-indent: 14px;
	white-space: nowrap;
}

body.white .dropdown span {
	color: #FFF;
}

.dropdown .pane {
	background-color: #353535;
	display: none;
	position: absolute;
	top: 26px;
	z-index: 40;
}

body.white .dropdown .pane, body.white .dropdown .pane .jScrollPaneContainer {
	background-color: #5b5b5b;
}

.dropdown ul {
	display: none;
	padding: 7px 0 12px;
}

.dropdown .pane ul {
	display: block;
}

.dropdown ul li {
	background-color: #353535;
	display: inline; /* for users without JS, have the links go horizontally */
	float: left;
	margin: 0 6px;
	position: relative;
	width: auto;
} .js .dropdown ul li { /* reset dropdown for users with JS */
	display: block;
	float: none;
	width: auto;
}

body.white .dropdown ul li {
	background-color: #5b5b5b;
}

.dropdown ul li a {
	color: #cbcbcb;
	display: block;
	font-size: 0.75em;
	line-height: 1.5em;
	padding: 4px 9px;
}

.dropdown ul li a:hover {
	color: #cbcbcb;
}

.dropdown ul li a:hover {
	background-color: #525252;
}

body.white .dropdown ul li a:hover {
	background-color: #353535;
}

.dropdown .jScrollPaneContainer {
	background-color: #353535;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

/*
		NAVIGATION
	*/

div#navigation {
	width: 620px;
	z-index: 90;
}

div#navigation .matters, div#navigation img, div#navigation .dropdown {
	display: inline;
	float: left;
}

div#navigation .matters {
	margin-top: 5px;
}

div#navigation .matters span {
	background: transparent url(../images/new_home/text_whatmatters.png) no-repeat;
	display: block;
	float: left;
	height: 29px;
	margin-right: 13px;
	text-indent: -9999px;
	width: 271px;
}

body.white div#navigation .matters span {
	background-image: url(../images/mf.JPG);
}


body.white div#navigation .dropdown .pane {
	background-color: #000;
}

body.white div#navigation .dropdown ul li {
	background-color: #000;
}
