/*


	NAV MENU 
*/
#content-nav {
	margin-top: 0;
	height: 40px;
	background-color: #9c5fb5;
}

#content-nav #wrapper {
	height: 40px;
}

#content-nav #wrapper #nav-search div {
	border: none;
}

#content-nav #wrapper ul {
	padding: 0;
	margin: 0;
    list-style: none;
    position: relative;
    display: inline-table;
}

#content-nav #wrapper ul li {
	float:left;
	padding: 0 0;
	height: 40px;
	color: #FFF;
	font-size: 18px;
	font-family: 'Century Gothic';
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#content-nav #wrapper ul li:hover {
	position: relative;
	left: -1px;
	background-color: #ebd0f5;
	color: #9c5fb5;
}

#content-nav #wrapper ul li.active-nav {
	position: relative;
	left: -1px;
	background-color: #ebd0f5;
	color: #9c5fb5;
}

#content-nav #wrapper ul li a {
    display: block;
	padding: 0 20px;
	color: #FFF;
	text-decoration: none;
}

#content-nav #wrapper ul li div {
	padding: 0 14px;
	border-right: 1px solid #e6d6ed;
	height: 20px;
	line-height: 20px;
	position: relative;
	top: 10px;
}

#content-nav #nav-search-close {
	position: relative;
	top: -32px;
	left: 835px;
	color: #fff;
}

#content-nav #search-input {
	display: none;
	position: relative;
	bottom: 41px;
}

#content-nav #search-input div {
	padding-right: 0 !important;
	top: 3px !important;
}

#content-nav #search-input input[type=text] {
	display: inline-block;
	height: 32px;
	width: 900px;
	border: none;
	color: #9c5fb5;
	border: 2px solid #fff;
	border-radius: 2px;
	background-color: #f7f1f9;
}

#content-nav #search-input .button {
	display: inline-block;
	padding-left: 6px;
	top: -32px;
	left: 808px;
	position: relative;
	height: 30px;
	width: 90px;
	background-color: #fff;
	color: #9c5fb5;
	border-radius: 0;
}

#content-nav #search-input .button:hover {
	color: #cdadd9;
}

::-webkit-input-placeholder {
   color: #9c5fb5;
}

:-moz-placeholder { /* Firefox 18- */
   color: #9c5fb5;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #9c5fb5;  
}

:-ms-input-placeholder {  
   color: #9c5fb5;  
}

/*


	SUB NAV
*/
#content-sub-nav {
	float: left;
	/*position: absolute;*/
	display: none;
	margin: 0;
	width: 100%;
	height: 330px;
	background-color: #f7f2f9;
	color: #fff;
	z-index: 999;
}

#content-sub-nav .container {
	padding-left: 15px;
}

#content-sub-nav .sub-section {
	display: inline-block;
	float: left;
	width: 238px;
	height: 330px;
}	

#content-sub-nav .sub-section h4 {
	margin-top: 20px;
	font-size: 20px;
	font-weight: lighter;
	color: #9c5fb5;
	height: 44px;
}

#content-sub-nav .sub-section a {
	text-decoration: none;
}

#content-sub-nav .sub-section ul {
	padding-left: 0;
	list-style: none;
}

#content-sub-nav .sub-section ul li:before {
    content: '\002022 ';
    color: #9c5fb5;
}

#content-sub-nav .sub-section ul li {
	line-height: 30px;
}

#content-sub-nav .sub-section ul li a {
	margin-left: 10px;
}

#content-sub-nav .sub-section ul li a:hover {
	text-decoration: none;
	color: #00babe;
}

#cause, #health, #stories, #research, #involved {
	border-bottom: 1px solid #ccc;
	border-bottom: 1px solid #999;
}

/*


	SUB NAV LOWER
*/
#content-sub-lower-wrapper {
	padding-bottom: 10px;
	background-color: #f7f2f9;
	box-shadow: 0 1px 1px #ccc;
}

.content-sub-nav-lower {
	margin-top: 20px;
	background-color: #f7f2f9;
}

.content-sub-nav-lower h3 {
	color: #9c5fb5;
	font-size: 20px;
}

.content-sub-nav-lower ul {
	padding-left: 0;
	list-style-image: url('../images/arrow-bullet.jpg');
}

.content-sub-nav-lower ul li {
	line-height: 30px;
}

.content-sub-nav-lower #watch {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	text-align: center;
}

.content-sub-nav-lower #featured {
	padding-left: 50px;
}

.content-sub-nav-lower #close-nav {
	padding-top: 2px;
	width: 75px;
	height: 25px;
	border: 1px #868686 solid;
	border-radius: 5px;
	color: #868686;
	float: right;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
/*


	BREAD CRUMBS
*/
#bread-crumb {
	margin: 15px 0 15px 0;
	font-size: 10px;
}

#bread-crumb a {
	color: #868686;
}

#bread-crumb em {
	font-style: normal;
	color: #9865b0;
}