﻿/*----------------------------------------------------------

----------------------------------------------------------*/
@import "caviar.css";


.module
{
	position: relative;
}

img
{
	border: 0px;
	margin: 0px;
}

p
{
	margin: 5px 0px;
}

a
{
	color:#C5A443;
}

.secContent .map
{
	left:-83px;
position:relative;
}

body
{
	background: url(/Content/images/common/bgrnd.gif);
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Sans-Serif;
	font-size: 11px;
}

.page
{
	width: 986px;	
	text-align: left;
	margin: 0px auto;
}

h1, h2, h3, h4, h5
{
	margin: 0px;
	
}

h2, h2 a, h1, h1 a
{
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, Times New Roman, Serif;
	color: #c5a443;
	text-transform:capitalize;
}

h3, h3 a
{
	font-weight:normal;
	font-size: 10px;
	color: #909090;
	font-family: Helvetica, Arial, Sans-Serif;
	text-transform: uppercase;
}

h2 a, h3 a, h4 a, h5 a
{
	text-decoration: none;
}

.clear
{
	clear: both;
}

#main
{
	position: relative;
	z-index: 10;
}

/*Header*/

#header
{
	background: #fff;
	height: 85px;
	margin: 0px;
	text-align: center;
	border-bottom: solid 1px #b2b2b2;
}

#header h1 a
{
	background: url(/Content/images/common/DU_logo.png) no-repeat;
	text-indent: -9999px; 
	overflow:hidden;
	height: 62px;
	width: 247px;
	display: block;
	position: absolute;
	top: 10px;
	left: 18px;
}

.innerHeader
{
	background: url(/Content/images/common/insideHeader.png) no-repeat;
	width: 978px;
	height: 86px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

.rightNav
{
	position: absolute;
	top: -1px;
	right: 2px;
}

.rightNav ul
{
	margin: 0px;
	height: 25px;
	padding:0 9px 0 7px;
	background: url(/Content/images/common/rightNavBack.png) no-repeat;

}

.rightNav ul li
{
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
}

.foundLink
{
	background: url(/Content/images/common/foundLink_off.png) no-repeat;
	text-indent: -9999px; 
	overflow:hidden;
	height: 24px;
	width: 117px;
	display: block;
}

.foundLink:hover
{
	background: url(/Content/images/common/foundLink.png) no-repeat;
}

.giveLink
{
	background: url(/Content/images/common/giveLink_off.png) no-repeat;
	text-indent: -9999px; 
	overflow:hidden;
	height: 24px;
	width: 80px;
	display: block;
}

.giveLink:hover
{
	background: url(/Content/images/common/giveLink.png) no-repeat;
}

.cepLink
{
	background: url(/Content/images/common/cepLink.png) no-repeat;
	text-indent: -9999px; 
	overflow:hidden;
	height: 24px;
	width: 80px;
	display: block;
}

.cepLink:hover
{
	background: url(/Content/images/common/cepLink_off.png) no-repeat;
}

.contactLink
{
	background: url(/Content/images/common/contactLink_off.png) no-repeat;
	text-indent: -9999px; 
	overflow:hidden;
	height: 24px;
	width: 121px;
	display: block;
}

.contactLink:hover
{
	background: url(/Content/images/common/contactLink.png) no-repeat;
}

.shopLink
{
	background: url(/Content/images/common/shopLink_off.png) no-repeat;
	text-indent: -9999px; 
	overflow:hidden;
	height: 24px;
	width: 78px;
	display: block;
}

.shopLink:hover
{
	background: url(/Content/images/common/shopLink.png) no-repeat;
}

.loginCont
{
	position:absolute;
	right:125px;
	top:25px;
	width: 279px;
}

.loginToggle
{
	background: url(/Content/images/common/signin.png) no-repeat;
	text-indent: -9999px; 
	overflow:hidden;
	height: 24px;
	width: 396px;
	display: block;
	cursor: pointer;

	z-index: 1000;
}

.loginBox
{
	background:none repeat scroll 0 0 #474747;
	display:none;
	height:30px;
	margin:0 3px;
	opacity:0.8;
	overflow:hidden;
	padding:0 0 0 15px;
	width:374px;
	filter:alpha(opacity=80);
	position: relative;
}

.loginBox #Login, .loginBox .memberInput
{
	font-size: 14px;
	border: none;
	z-index: 10;
}

.loginBox .memberInput
{
	width: 110px;
	margin-right: 2px;
	position: relative;
}

.loginBox #Login
{
	height: 19px;
	top: 0px;
	position:relative;
	font-size: 11px;
}

#Remove
{
	font-size: 11px;
}

.loginBox a
{
	color: #fff;
	text-decoration: none;
	position: relative;
	top: 3px;
}

.editLink
{
	background: url(/Content/images/secondary/butEdit.png) no-repeat;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 53px;
	height: 13px;
}

.Profile .editLink
{
	float: right;
	margin: 5px 0px;
}

.editLink:hover
{
	background: url(/Content/images/secondary/butEdit_over.png) no-repeat;
}
/*NavMenu*/

#menu
{
	margin: 0px 0px 0px 15px;
	padding: 0px;
	height: 32px;
	max-width:657px;
	overflow: hidden;
}

#menu li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: url(/Content/images/common/navItemMid_off.png) repeat-x;
	height: 32px;
	float:left;
}

#menu li.current
{
	background: url(/Content/images/common/navItemMid_on.png) repeat-x;
}

#menu li:hover
{
	background: url(/Content/images/common/navItemMid_over.png) repeat-x;
}

#menu li span
{
	background: url(/Content/images/common/navItemLeft_off.png) no-repeat;
	height: 32px;
	display: block;
}

#menu li.current span
{
	background: url(/Content/images/common/navItemLeft_on.png) no-repeat;
}

#menu li span:hover
{
	background: url(/Content/images/common/navItemLeft_over.png) no-repeat;
}

#menu li span a
{
	background: url(/Content/images/common/navItemRight_off.png) right 0px  no-repeat;
	height: 20px;
	min-width: 78px;
	display: block;
	padding: 12px 25px 0px 27px;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#menu li span a:hover
{
	background: url(/Content/images/common/navItemRight_over.png) right 0px  no-repeat;
	color: #3f3c32;
}

#menu li.current a
{
	background: url(/Content/images/common/navItemRight_on.png) right 0px  no-repeat;
	color: #3f3c32;
}

.nav
{
	height: 80px;
	width: 968px;
	margin: 0px 10px;
	background: #2b2b2b url(/Content/images/common/nav.jpg) no-repeat;
	position: relative;
	z-index: 3000;
}

#subNav
{
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 39px;
	width: 617px;
	height: 47px;
	border-top: solid 1px #343434;
	border-right: solid 1px #343434;
	border-left: solid 1px #343434;
}

#subNav ul
{
	margin: 0px;
	padding: 0px;
	width: 617px;
	height: 47px;
}

#subNav li
{
	margin: 0px 0px 0px 15px;
	padding: 15px 0px 0px 0px;
	list-style: none;
	float: left;
}

#subNav li a
{
	color: #aaa;
	font-size: 11px;
	text-decoration: none;

}

#subNav li a:hover
{
	color: #fff;
}

#subNav li a span
{
	color: #998e69;
}

#subNav li a:hover span
{
	color: #fff;
}

/*Twitter*/

#area18
{
	float: left;
	width: 255px;
	height: 70px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 5px 20px;
	overflow: hidden;
}

.tweets div
{
	margin:10px 0 10px 3px;
}

.tweets div ul
{
	margin: 0px;
	padding: 0px;

}

.nav .tweets div ul li
{
	margin: 0px;
	min-height: 60px;
}

.tweets div ul li
{
	margin: 5px 0px;
	min-height: 1px;
	padding: 0px;
	list-style: none;
}

/*.tweets div ul li em*/
.tweetDate
{
	font-style: normal;
	text-transform: uppercase;

	display: block;
	text-align: right;
	margin-top: 3px;
}

.Twitter h2 a
{
}

.Twitter
{
	
}

.Twitter .innerTweet
{
	line-height: 12px;
}
.Twitter a
{

}

.Twitter .nextSlider, .Twitter .prevSlider
{
	display: none;
}



#area18 .tweets div
{
	margin:2px 0 0 3px;
}

#area18 .tweets div ul
{
	margin: 0px;
	padding: 0px;
}

.nav #area18 .tweets div ul li
{
	margin: 0px;
	width: 250px;
	min-height: 60px;
}

#area18 .tweets div ul li
{
	margin: 5px 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

#area18 .tweets div ul li em
{
	font-style: normal;
	text-transform: uppercase;
	color: #aca286;
	display: block;
	text-align: right;
	margin-top: 3px;
}

.Twitter#area18  h2 a
{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 14px;
	width: 112px;
	background: url(/Content/images/common/txtTweets.png) no-repeat;
}

.Twitter#area18 
{
	color: #fff;
}

.Twitter#area18  .innerTweet
{
	line-height: 12px;
}
.Twitter#area18  a
{
	color: #fff;
}

.Twitter#area18  .nextSlider, .Twitter .prevSlider
{
	display: none;
}

/*Image Rotator*/

.ImageRotator .rotator
{
	width: 100%;
	overflow: hidden;
	position:relative;
}

.imgRotator
{
	margin: 0px;
	padding: 0px;
	position: relative;
}

.imgRotator li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 256px;
	position: absolute;
	min-width: 31px;
	float: left;
	left: 0px;
	top: 0px;
}

.imgRotator li .imgItem
{
	display: none;
	z-index: 10;
}

.imgRotator li:first-child .imgItem
{
	display: block;

}

.imgRotator li:first-child .selector span
{
	background-image: url(/Content/images/common/irRight.png);
}

.rotatorTextArea
{
	background: url(/Content/images/common/irDetails.png) no-repeat;
	height: 138px;
	width: 221px;
	position: absolute;
	top: 0px;
	left: 31px;
	padding:118px 23px 0;
	z-index: 20;
}

.rotatorTextArea h3
{
	margin: 0px 0px 10px 0px;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 20px;
	color: #5d6392;
	background: url(/Content/images/common/rightArrow2.png) no-repeat 0px 5px;
	padding: 0px 0px 0px 20px;
	font-weight: normal;
	text-transform: none;
}

.rotatorTextArea p
{
	font-size: 12px;
	color: #2b2b2b;
}

.contentTeaser
{
	padding: 0px 0px 15px 0px;
}

.contentTitle h2, .memMid .contentTitle h2, .contentTitle h1, .memMid .contentTitle h1
{
	margin-bottom: 5px;
}

.moreLink, .teaserLink, .teaserListLink
{
	background: url(/Content/images/common/butMoreD_off.png) no-repeat;
	height: 13px;
	width: 53px;
	text-indent: -9999px; 
	overflow:hidden;
	display: block;
}

.moreLink:hover, .teaserLink:hover, .teaserListLink:hover
{
	background: url(/Content/images/common/butMoreD.png) no-repeat;
}

.teaserLink, .teaserListLink
{
	float: right;
	position: relative;
	top: 2px;
}

.rotatorTextArea .moreLink
{
	float: right;
	margin:10px 0 0;
	background: url(/Content/images/common/butMore_off.png) no-repeat;
}

.rotatorTextArea .moreLink:hover
{
	background: url(/Content/images/common/butMore.png) no-repeat;
}

.imgItem img
{
	margin-left: 31px;
}
.imgRotator li:first-child 
{
	width: 597px;
}
.imgItem
{
	width: 566px;
	display:block;
	left:0;
	position:absolute;
	top:0;
}

.imgItem img
{
	position: relative;

}

.imgSelectors .selector span
{	
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);	
	-ms-transform: rotate(-90deg);
	height: 21px;
	width: 226px;
	display: block;
	background-image: url(/Content/images/common/irLeft.png);
	background-repeat: no-repeat;
	left:-113px;
	position:absolute;
	top:113px;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	color: #8a7229;
	padding: 10px 0px 0px 30px;
}

.imgSelectors .selector
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 27px;
	height: 255px;
	cursor: pointer;
	z-index: 30;
}

.imgSelectors
{
	margin: 0px;
	padding: 0px;
	position:relative;
	z-index: 100;
}

.imgSelectors li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 31px;
	position: absolute;
	top: 0px;
}

.imgSelectors .selector span
{	
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);	
	height: 21px;
	width: 226px;
	display: block;
	background-image: url(/Content/images/common/irLeft.png);
	background-repeat: no-repeat;
	left:-113px;
	position:absolute;
	top:113px;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	color: #8a7229;
	padding: 10px 0px 0px 30px;
}

.imgSelectors .selector span.left
{
	background-image: url(/Content/images/common/irLeft.png);
}

.imgSelectors .selector span.right
{
	background-image: url(/Content/images/common/irRight.png);
}

.imgRotator
{
	width: 690px;
	overflow: hidden;
	height: 256px;
	z-index: 50;
}

.selector, .imgSelectors .selector span
{
	position: relative;

}

.ImageRotator
{
	width: 100%;
}

/* Search */

.iSearch
{
	width: 100%;
	position:relative;
}

.iSearch #Term
{
	background: #5e5e5e;
	border: 1px solid #3e3e3e;
	width: 140px;
	height: 16px;
	position:relative;
	left: -18px;
	top: 0px;
}

.iSearch #Search
{
	background: url(/Content/images/secondary/secSearchButton.png) no-repeat;
	border:medium none;
	height:22px;
	position:relative;
	text-indent:-9999px;
	width:25px;
	left: -21px;
	font-size: 0px;
	line-height: 0px;
	top: -5px;
	cursor:pointer;
}

.iSearch h2
{
	text-indent: -9999px; 
	overflow:hidden;
	background: url(/Content/images/secondary/txtsecSearch.png) no-repeat;
	height: 31px;
	width: 69px;
	margin:0 0 0 4px;
	position: absolute;
}

.iSearch .searchForm
{
	left:120px;
	position:absolute;
	top:7px;
}

.matchesBot
{
	background: url(/Content/images/secondary/secqResultsBot.png) no-repeat;
	height: 8px;
	width: 185px;
}

#matches
{
	background: url(/Content/images/common/qResultsTop.png); 
	margin: 0px;
	min-height: 43px;
	padding: 10px 0px;
	width: 140px;
}

#matches .searchResults
{
	margin: 0px;
	padding: 0px;
}

#matches .searchResults li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#matches .searchResults li a 
{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0px 10px;
	width:120px;
}

#matches .searchResults li a:hover
{
	background: #434343;
	color: #fff;
}

.iSearch .keywords h2
{
	text-indent: -9999px; 
	overflow:hidden;
	background: url(/Content/images/common/txtKeyWords.png) no-repeat;
	height: 13px;
	width: 126px;
	margin:0px;
	position: relative;
}

.iSearch .keywords
{
	min-height: 90px;
	width: 206px;
	top: 64px;
	left: 51px;
	position: absolute;
	z-index: 20;
}

.iSearch .keywords .results
{
	margin: 8px 0px;
	padding: 10px;
	border: solid 1px #c6c4bb;
}

.iSearch .keywords .results li
{
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style: none;
}

.iSearch .keywords .results li a
{
	color: #474747;
	text-decoration: none;
}

.iSearch .keywords .results li .separate
{
	color: #2090b9;
	padding: 0px 5px;
}

.matchesBox
{
	display: none;
	width: 185px;
	position:absolute;
	top: 26px;
	left: 103px;
	z-index: 3000;
}

#area20
{
	border:1px solid #313131;
	height:31px;
	padding:0 0 0 5px;
	position:absolute;
	right:0;
	top:0;
	width:289px;
}

#resultsContent
{
	margin: 10px 0px;
	padding: 5px 0px;
}

/*Ad Rotator*/

.RevenueRotator .rotator
{
	margin: 0px;
	padding: 0px;
}

.RevenueRotator .rotator li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/*Bot*/

.Bot
{
	width: 923px;
	height: 110px;
	background: url(/Content/images/common/BotBack.png) no-repeat;
	padding:11px 34px 0;
}

/*Flickr*/

.slideGallery
{
	position: relative;

}

.slideGallery .innerBoxA div ul li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.slideGallery .innerBoxA div ul
{
	margin: 0px;
	padding: 0px;
}

.slideGallery .innerBoxA div ul li.show
{
	display: block;
}

.slideGallery .innerList li .itemBox a img
{
	margin-right: 6px;
	height: 58px;
	width: 58px;
}


.innerBoxA .slider
{
	margin: 5px 0px 0px 20px;
}

.slideGallery .innerList
{
	/*width: 194px;*/
	height:60px;
	overflow:hidden;
}
.slideGallery .innerBoxA span a
{
	text-indent: -9999px; 
	overflow:hidden;
	display: block;
	width: 13px;
	height:58px;
	position: absolute;
}

.slideGallery .innerBoxA .prevSlider a
{
	background: url(/Content/images/common/slideLeft.png) no-repeat 0px center;
	bottom:auto;
	top: 0px;
}

.slideGallery .innerBoxA .nextSlider a
{
	background: url(/Content/images/common/slideRight.png) no-repeat 0px center;
	bottom:auto;
	top: 0px;
	left: 222px;
}

.secMain .slideGallery
{
	
	padding-bottom:15px;
}

.secMain .slideGallery .moreLink
{
	position: relative;
	top: 0px;
	left: 0px;
	float: right;
}

.slideGallery h1, .slideGallery h2
{
	/*position: absolute;
	left:182px;
	top: 0px;*/
	margin: 0 0 0 20px;
}

.secMain .slideGallery h2, .secMain .slideGallery h1
{
	left:0px;
	position:relative;
/*	top:73px;*/
	font-size: 12px;
	color: #2e6ab2;
}

.secMain .slideGallery .flickrDescription
{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 25px 0px 5px;
}

.slideGallery .flickrDescription
{
	position: absolute;
	top: 14px;
	margin: 10px 0px 5px; 
}

.secMain .slideGallery .slideBox
{
	background: #f1f1f1;
	padding:1px 0 0;
}

.flickrDescription
{
	left: 250px;
}

.slideGallery .moreLink
{
	/*position:absolute;
	top:77px;*/
	float: right;
	margin: 0 50px 0 0;
}

.slideGallery .itemBox
{
	height: 64px;
}

.slideGallery .itemBox a
{
}

.moreLink
{
	left: 250px;
}

/* Calendar Featured Event */
.CalendarFeature
{
	width: 100%;
	height: 100%;
	position: relative;

}

.CalendarFeature .eventThumb
{
	margin: 5px 0px 0px 0px;
}

.CalendarFeature h2
{
	position: absolute;
	left: 75px;
	top: 0px;
}

.CalendarFeature .eventContent
{
	position: absolute;
	top:19px;
	left: 75px;
}

.CalendarFeature .eventDescription
{
	margin-bottom:12px;
}

.calendarLink
{
	text-indent: -9999px; 
	overflow:hidden;
	background: url(/Content/images/common/butCalendar_off.png) no-repeat;
	display: block;
	height: 13px;
	width: 73px;
	margin-top: 10px;
}

.CalendarFeature .calendarLink
{
	bottom:5px;
	right:0;
	position:absolute;
}

.calendarLink:hover
{
	background: url(/Content/images/common/butCalendar.png) no-repeat;
}

.events
{
	margin: 0px;
	padding: 0px;
}

.events li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}


.secMain .CalendarFeature .events
{
	position: relative;
	top: 3px;
}

.secMain .CalendarFeature .calendarLink
{
	float: right;
	position: relative;
	bottom: auto;
	right: auto;
}

.secMain .CalendarFeature .events li
{
	min-height: 63px;
	position: relative;
	padding: 1px 0px 0px 0px;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	color: #a0a092;
	background: #E7F0FA;
}

.secMain .CalendarFeature .events li.even
{
	background: transparent;
}

.secMain .CalendarFeature .events li img
{
	float: right;
}

.secMain .CalendarFeature .events li .eventThumb
{
	margin: 2px 0px 2px 2px;
}

.secMain .eventContent h3.eventDate a, .eventContent h2.eventDate a, .secMain .contentList ul li h3 a
{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #000;
}

.secMain .eventContent 
{
	margin: 5px 1px 0px 5px;
}

.secMain .CalendarFeature .eventContent
{
	position: relative;
	top: 0px;
	left: 0px;
}

.secMain .CalendarFeature
{
	padding-bottom: 20px;
}


/*YouTube*/

.YouTube
{
	height: 100%;
	width: 100%;
	position: relative;
}

.YouTube .more
{
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url(/Content/images/common/butPlay_off.png) no-repeat;
	height: 13px;
	width: 54px;
}

.YouTube .more:hover
{
	background: url(/Content/images/common/butPlay.png) no-repeat;
}

.YouTube .youtubeThumb
{
	height: 58px;
	min-width: 58px;
	margin-top: 5px;
	z-index: 30;
	position: relative;
}

.YouTube h2
{
	position: relative;
	left: 90px;
	top: 0px;
}

.YouTube .overlay
{
	position: absolute;
	top: 5px;
	left: 0px;
	background: url(/Content/images/common/vidOverlay.png) no-repeat;
	height: 58px;
	width: 76px;
	z-index: 40;
}

.YouTube .youtubeContent
{
	left: 90px;
	position: relative;
	top: -45px;
	width: 170px;
}

.YouTube .youtubeContent p
{
	margin-bottom: 11px;
	min-height: 40px;
}

/*Footer*/
#footer
{
	background: url(/Content/images/common/footer.png) no-repeat;
	height: 37px;
	width: 951px;
	padding: 7px 10px 0px 25px;
	position: relative;
}

#footer .Questions
{
	background: url(/Content/images/common/txtQues.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 150px;
	height: 19px;
	display: block;
	float: left;
	position: relative;
	top: 5px;
	margin: 0px 0px 0px 10px;
}

/*Footer Content*/

.bigfishLink
{
	float: left;
	height: 13px;
	margin: 0 20px 0 0;
}

#area7
{
	width: 600px;
	height: 25px;
	float: left;
}

#footer .staticText
{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	color: #dcdcdc;
	margin: 0 35px 0 0;
}

#footer .staticText a
{
	color: #fff;
}

.socialMenu 
{
	margin: 8px 0px 0px 10px;
	padding: 0px;
	height: 13px;
	float: left;
	width: 103px;
}

.addThis
{
	float: left;
	height: 13px;
	width: 98px;
	margin:8px 0 0 95px;
}

.socialMenu li
{
	margin: 0px 2px;
	padding: 0px;
	list-style: none;
	float: left;
}

.socialMenu li a
{
	height: 13px;
	width: 13px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
}

.socialMenu .snFB
{
	background: url(/Content/images/common/snFB.png);
}

.socialMenu .snFlickr
{
	background: url(/Content/images/common/snFlickr.png);
}

.socialMenu .snRSS
{
	background: url(/Content/images/common/snRSS.png);
}

.socialMenu .snTwitter
{
	background: url(/Content/images/common/snTwitter.png);
}

.socialMenu .snYouTube
{
	background: url(/Content/images/common/snYT.png);
}
.socialMenu .snLinkedIn
{
	background: url(/Content/images/common/linkedin.png);
}

.socialMenu .snDelicious
{
	background: url(/Content/images/common/delicious.png);
}

/*Secondary */

#area21
{
	margin: 0px 0px 10px 0px;
}
#area22
{
	margin: 10px 0px 0px 0px;
}

.secMain
{
	background: url(/Content/images/secondary/secBackBot.png) repeat-y;
	width: 994px;
	position: relative;
}

.secContent
{
	position: relative;
	padding: 28px 30px;
	width: 493px;
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	min-height:394px;
	float: left;
}


.secContent h2, .secContent h1
{
	margin: 10px 0px 0px;
}

.secMain h1
{
	background: url(/Content/images/secondary/contentArrow.png) no-repeat 0px 4px;
	font-family: Tahoma, Arial, Sans-Serif; 
	font-size: 16px;
	color: #454545;
	font-weight: normal;
	padding: 0px 0px 0px 20px;
	width: 255px;
}

.secMain #textContent
{
	margin:10px 0;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	color: #747474;
}

.secMain #textContent img
{
	margin: 0px 10px 10px;
}

.secMain #textContent p
{
	margin: 10px 0px;
}

.secMainIn
{	
	background: url(/Content/images/secondary/secBack.png) no-repeat;
		min-height: 394px;
}

.sections
{
	margin: 0px;
	padding: 18px 0px;
	background: url(/Content/images/secondary/ContentNavTop.gif) no-repeat;
	text-align: right;
	min-height: 263px;
	font-family: Tahoma, Arial, Sans-Serif;
	color: #a0a092;
}

.sections li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
		border-bottom: solid 1px #c7c7c7;
}

.sections li a
{
	cursor: pointer;
	display: block;
	min-height: 17px;
	padding: 3px 18px 0px 0px;
	color:#A0A092;
}

.sections li ul
{
	display: none;
}

.sections .current ul
{
	display: block;
}

.sections li.current a
{
	font-weight: bold;
	color: #010101;
}

.sections ul li, .sections li.current ul.sectionNav
{
	border-bottom: none;
}
.sections ul li a, .sections li.current ul.sectionNav a
{
	border-bottom: none;
	color: #a0a092;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
}

ul.sectionNav
{
	padding: 0px 0px 15px 0px;
}

.sections li.current ul.sectionNav li.currentItem a
{
	color: #000;	
}

.secLeft
{
	padding: 0px 0px 0px 12px;
	width: 206px;
	float: left;
	min-height: 1px;
}

.ContentNav
{
	margin: 0px 0px 0px 32px;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #efe9ac;
	border-bottom: 1px solid #cfcfcf;
}

.ContentNav h2
{
	-moz-transform:rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	background-image:url("/Content/images/secondary/secHead.png");
	background-repeat:no-repeat;
	color:#8A7229;
	display:block;
	font-family:Tahoma,Arial,Sans-Serif;
	font-size:12px;
	height:26px;
	left:-129px;
	padding:6px 35px 0 0;
	position:absolute;
	text-align:right;
	top:141px;
	width:279px;
}

.contentNavBot
{
	background: url(/Content/images/secondary/contentNavBot.gif) no-repeat;
	height: 13px;
	width: 174px;
}

.secRight
{
	float: left;
	width:200px;
}

.contentList
{
	padding: 0px 0px 20px 0px;
}

.contentList ul
{
	margin: 10px 0px;
	padding: 0px;
	
}

.contentList ul li
{
	background-color:#E7F0Fa;
	background-image:url("/Content/images/secondary/memBullet.png");
	background-position:3px 14px;
	background-repeat:no-repeat;
	list-style-type:none;
	margin:0;
	padding:10px 0 10px 14px;
	color: #a0a092;
	
}

.contentList ul li.even
{
	background-color: transparent;
}

/*wide*/
.secWide
{
	margin: 0px 0px 0px 12px;
	padding: 15px;
	border-right:1px solid #CFCFCF;
	width: 725px;
	min-height:364px;
	float: left;
}

.secWide h2
{
	margin-bottom: 10px;
}

/*flickr Page */

.albums
{
	margin: 0px;
	padding: 0px;
}

.albums li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.album li:first-child
{
	margin-left: 0px;
}

.album
{
	height: 75px;
	margin: 0px 0px 10px 0px;
	clear: left;
	padding: 0px;
}

.album li
{
	float: left;
	margin-left: 10px;
}

.tags
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

.tags li
{
	margin: 0px 1px 0px 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}

/*Chapters */
.infoTable
{
	width: 95%;
	margin: 10px 0px;
	border-collapse: collapse;
}

.infoTable #Save
{
	font-size: 11px;
	
}

.infoTable input
{
	margin: 3px 0px;
}

.infoTable td, .infoTable th
{
    padding:3px;
}

.infoTable .noBioCard
{
    background-color: #FFFF9D;
}

.chapterEvents
{
	margin: 0px 0px 15px;
}

.chapterPage .ChapterExcellence, .chapterPage .Contact
{
	margin: 0px 0px 15px;
}

.memMidLeft .Chapter
{
	margin: 0px 0px 10px;
}

.adminBar
{
	background: #B7B7B7;
	padding: 1px 5px;
	margin: 10px 0px 0px;
}

.adminBar a
{
	margin-right: 10px;
	color: #fff;
}

/*Search Results */

#resultsContent .searchResults, #textContent .pageList
{
	margin: 20px 0px;
	padding: 0px;
}

#resultsContent .searchResults li, #textContent .pageList li
{
	margin: 0px;
	padding: 10px 5px 25px;
	list-style: none;
	background: #F8FAFC;
	position: relative;
}

#resultsContent .searchResults li.even, #textContent .pageList li.even
{
	background: transparent;
} 

#resultsContent .searchResults li .moreLink, #textContent .pageList li .moreLink
{
	position: absolute;
	bottom: 5px;
	right: 10px;
	left: auto;	
}

#area25
{
margin:10px 15px;
width: 180px;
}

#area25 h2, #area25.slideGallery h2, #area25 h1, #area25.slideGallery h1
{
	position: relative;
	top: 0px;
	left: 0px;
} 

.youtube
{
	position: absolute;
	top: 0;
	left: 0;
}

#Send
{
	margin-top: 10px;
}

.createAnAccount
{
	font-size:10px;
	position:absolute;
	right:3px;
	top:0;
}

#area35
{
	margin: 5px 0px;
}

#area319,
#area325,
#area19
{
	margin: 10px 15px;
	width:180px;
}

.secContent h1.memTitle
{
	margin: 10px 0px;
} 

/*ChapterLocator*/

.chapters 
{
	margin: 0px;
	padding: 0px;
}

.chapters h3 a
{
	text-decoration: underline;
}

.chapters li
{
	margin: 20px 0px;
	padding: 0px;
	list-style: none;
}

.chapters li h3 a, .chapters li h3
{
	font-weight: bold;
	text-transform: none;
	margin: 0px;
	font-size: 12px;
}

.chapters li p
{
	margin: 2px 0px 0px;
}

#chaptermap
{
	margin: 0px 51px 10px;
}

.memMid h3
{
	font-size: 12px;
	margin: 10px 0px 5px;
}

.memMidLeft
{
	width: 245px;
	float: left;
	position: relative;
	padding:7px 12px 18px 0px;
}

.memMidRight
{
	width: 230px;
	float: left;
	position: relative;
	padding: 7px 0px 0px 6px;
}

.Contact ul
{
	margin: 0px;
	padding: 0px;
}

.Contact ul li
{
	margin:5px 0 0 13px;
	padding: 0px;
}

.chapterPage h2, .chapterPage h2 a
{
	color:#747474;
}

/* chapter Excellence */

.secContent h2.memTitle
{
	margin: 10px 0;
}

ul.cExcellenceList
{
	margin: 0;
	padding: 0;
}

ul.cExcellenceList li
{
	padding: 21px 0 7px 0;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	min-height: 40px;
}

ul.cExcellenceList h3 a
{
	text-decoration: underline;
}

.goalAmount
{
	background: url(/Content/images/common/project_red.png) no-repeat scroll right 4px;
	padding: 0 12px 0 0;
	font-size: 12px;
	color: #000;
	position: absolute;
	right: 0;
	top: 0px;
}

.project_graph
{
	background: url(/Content/images/common/project_graph.png) repeat-x scroll 0 0;
	width: 100%;
	height: 11px;
	font-size: 11px;
	border: solid 1px #bdbdbd;
}

.CEPnavDiv
{
	position: relative;
	padding: 16px 0 0 0;
}

.CEPCategory
{
	margin: 25px 0 5px 0;
	font-size: 15px;
	color: #000;
	font-weight: bold;
}

.sectionTitle, .cPoints
{
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding: 20px 0 0 0;
}

.cExcellenceList2
{
	width: 80%;
}

.cExcellenceList2 .project_graph
{
	height: 8px;
	font-size: 8px;
}

ul.cExcellenceList5
{
	margin: 0;
	padding: 0;
	width: 60%;
}

ul.cExcellenceList5 li
{
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none
}

.criteriaTitle a
{
	color: #000;
}

.criteriaData
{
	margin: 5px 0 0 0;
}

.cExcellenceList5 .project_graph
{
	height: 6px;
	font-size: 6px;
}

.cPlanningPoint
{
	position: relative;
	padding: 0 0 5px 0;
}

ul.cExcellenceList5 .goalAmount
{
	top: -15px;
}

/* Chapter Module */

.ChapterCEP
{
	margin: 0 0 15px 0;
}

.ChapterCEP h3 a
{
	text-decoration: underline;
}

.ChapterCEPGraph
{
	position: relative;
	padding: 17px 0 0 0;
}

.TopCEP
{
	margin: 0 0 15px 0;
}

.TopCEP h3 a
{
	text-decoration: underline;
}

ol.TopCEPList
{
	margin: 0;
	padding: 0 0 0 20px;
	width: 80%;
}

ol.TopCEPList li
{
	margin: 0 0 5px 0;
	padding: 0;
	position: relative;
}

.TopCEP .project_graph
{
	margin: 12px 0 0 0;
	font-size: 8px;
	height: 8px;
}

.TopCEP .goalAmount 
{
	top: auto;
	bottom: 10px;
	font-size: 11px;
}

.RecentCEP
{
	margin: 0 0 15px 0;
}

.RecentCEP h3 a
{
	text-decoration: underline;
}

ul.RecentCEPList
{
	margin: 0;
	padding: 0;
	width: 95%;
}

ul.RecentCEPList li
{
	margin: 0;
	padding: 10px 5px;
	list-style: none;
	position: relative;
}

ul.RecentCEPList li.even
{
	background: #F8FAFC;
}

.RecentCEP .project_graph
{
	margin: 12px 0 0 0;
	font-size: 8px;
	height: 8px;
}

.RecentCEP .goalAmount 
{
	top: auto;
	bottom: 10px;
	font-size: 11px;
}

.label
{
    padding-bottom: 3px ;
    padding-right: 5px ;
    padding-top: 3px ;
    text-align: right ;
}

.field
{
    padding-bottom: 3px ;
    padding-top: 3px ;
    text-align: left ;
}

.profBDay
{
	width: 40px;
}

.profBYear
{
	width: 70px;
}

#area149999
{
	margin: 10px 0 0 0;
}

/* facts module */

.facts h2
{
	margin: 0 0 10px 0;
}

.facts ul
{
	margin: 0;
	padding: 0;
}

.facts ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.facts .factsImage
{
	float: right;
}

.facts .factsTitle
{
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}

.facts .factsSubTitle
{
	color: #747474;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

.facts .factsLink
{
    background: url("/Content/images/common/butMoreD_off.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 13px;
    overflow: hidden;
    text-indent: -9999px;
    width: 53px;
}

/* Media Master */

.mediaContent .map
{
	left:-83px;
position:relative;
}

.mediaContent
{
	position: relative;
	width: 763px;
	border-left: 1px solid #cfcfcf;
	min-height:394px;
	float: left;
}

.mediaContent .pageBox
{
    padding: 0px 30px;
}


.mediaContent h2, .mediaContent h1
{
	margin: 10px 0px 0px;
}

.mediaContent h1.memTitle
{
	margin: 10px 0px;
} 

.mediaContent h2.memTitle
{
	margin: 10px 0;
}


