
/* default color scheme:

	orange: #ff9231
	light orange: #ffba7d
	purple: #552b9b
	light purple: #9479c0
	alt purple (darker): #3d1183



@import 'jquery_calendar.css';
*/

@charset "utf-8";
html, body {
	background-color: #DDDDDD;
}

body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size:12px;
}

/* Containers */
.wctContainer {
	margin: 0px;
	padding-left:20px;
}
.wireframe {
	padding-bottom: 5px;
}
.wireframe .top {
	background-image: url(../images/wireFrameTopRt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
	height: 5px;
	overflow: hidden;
}
.wireframe .top div{
	background-image: url(../images/wireFrameTopLft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
}
.wireframe .main {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#sidebar1 .wireframe .main,
#sidebar2 .wireframe .main {
	padding: 0px;
}






/*-----------------------------------------------------------WCT WIDGET */
	/* .main div for right column wct widget container */
	#wireframeWCT {
		padding:0 2px;
		/*background-color:#552b9b;*/
	}
	#wireframeWCT td {
		background-color:#FFFFFF;
	}







/*----------------------------------------------------------PURPLE WIREFRAME */
.wireframe .purple .top
{
	background-image: url(../images/wireFrameTopRtPurple.gif);
}
.wireframe .purple .top div
{
	background-image: url(../images/wireFrameTopLftPurple.gif);
}
.wireframe .purple .main
{
	border-color: #a19cb2;
}
.wireframe .purple .bottom
{
	background-image: url(../images/wireFrameBotRtPurple.gif);
}
.wireframe .purple .bottom div
{
	background-image: url(../images/wireFrameBotLftPurple.gif);
}









/*-----------------------------------------------------------------------------ORANGE WIREFRAME */
	/* 20091202 colin, orange/green wireframe for fun facts and wct */
	.wireframe_container {
		width:300px;
		background-color:#FFF;
	}
		.wireframe_containerBody {
			padding:0 5px;
			border:solid 1px #E6E6E6;
			border-width:0 1px;
		}
		.wireframe_containerTop {
			height:6px;
			font-size:5px;
			background:url(../images/wireframe_containertop.gif) no-repeat top;
		}
		.wireframe_containerBottom {
			height:6px;
			font-size:5px;
			background:url(../images/wireframe_containerbottom.gif) no-repeat bottom;
		}
	.wireframeOrange {
		margin-left:7px;
		width:279px;
		background:url(../images/wireframeOrange_bottombg.jpg) no-repeat bottom;
		padding:7px 5px 0 5px;
	}
		.wireframeOrange_top {
			background:url(../images/wireframeOrange_topbg.jpg) no-repeat;
			padding:5px 10px;
			color:#FFF;
			font-size:22px;
		}
		.wireframeOrange_bottom {
			background:url(../images/wireframeOrange_bottombg.jpg) no-repeat bottom;
			height:7px;
		}
		.wireframeOrange_body {
			background-color:#FFF;
			border:solid 3px #ff9231;
			border-width:0 3px;
			padding-top:7px;
		}

		.wireframeOrange_body table {
			width: 100%;
		}
		.wireframeOrange_body table td {
			padding: 0 12px 3px;
		}
		.wireframeOrange_body .coupCompany td {
			font-weight: bold;
			padding: 3px 12px 0;
		}



/*--------------------------------------------------------------MAIN CONTENT DIVS */
#footer .wireframe .main {
	float:left;
	clear:both;
	width:958px;
}

#mainContent {
	float: left;
	width: 500px;
	/*margin-left:5px!important; margin-left:0;*/
	padding-top:5px;
}
#wideContent {
	float: left;
	width: 811px;
	margin-top: 5px; 
} 
#mainContent .wireframe .main, #wideContent .wireframe .main {
	float:left;
	clear:both;
	z-index:1;
}
#mainContent .wireframe .main {
	width: 478px;
}
#wideContent .wireframe .main {
	width: 789px;
}

#mainContent ul, #wideContent ul {
	padding-bottom: 0.7em !important;
}
/*#mainContent li, #wideContent li {
	margin-left:2em !important;
}*/

#mainContent .wireframe .main .parentFloat, #wideContent .wireframe .main .parentFloat {
/*	position:relative;*/
	line-height:1.5em;	/* IE 6 peekaboo bug fix */
	float:left;
	clear:both;
	width:100%;
}
.wireframe .bottom {
	background-image: url(../images/wireFrameBotRt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
	height: 5px;
	overflow: hidden;
	clear:both;
}
.wireframe .bottom div {
	background-image: url(../images/wireFrameBotLft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:5px;
	clear:both;
}
#mainContent .wireframe .bottom, #wideContent .wireframe .bottom {
	margin:0 1px 0 0;
}


/*div.wireframe.purple .top
{
	background-image: url(../images/wireFrameTopRtPurple2.gif);
}
div.wireframe.purple .top div
{
	background-image: url(../images/wireFrameTopLftPurple2.gif);
}
div.wireframe.purple .main
{
	border-color: #a19cb2;
}
div.wireframe.purple .bottom
{
	background-image: url(../images/wireFrameBotRtPurple2.gif);
}
div.wireframe.purple .bottom div
{
	background-image: url(../images/wireFrameBotLftPurple2.gif);
}

	div.wireframe.purple .main {
		border:solid 5px #552b9b;
		border-width:0 5px;
	}*/






/*------------------------------------------------------- OLD GREY WIREFRAMES */
.wireframeGrey {
	margin-bottom: 5px;
}
.wireframeGrey .top {
	background-image: url(../images/wireFrameGreyTopRt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
	height: 5px;
	overflow: hidden;
}
.wireframeGrey .top div{
	background-image: url(../images/wireFrameGreyTopLft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
}
.wireframeGrey .main {
	background-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B1B1B1;
	border-left-color: #B1B1B1;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.wireframeGrey .bottom {
	background-image: url(../images/wireFrameGreyBotRt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
	height: 5px;
	overflow: hidden;
}
.wireframeGrey .bottom div{
	background-image: url(../images/wireFrameGreyBotLft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	overflow: hidden;
}






/*------------------------------------------------------------------- HEADERS/BUMPERS */
#flashHeader {
	/*background-image: url(../images/flash/sample_1.jpg);*/
	background-repeat: no-repeat;
	background-position: top center;
	height: 186px;
	padding: 0 0 5px 3px;
}
#countryside #flashHeader {
	/*background-image: url(../images/flash/sample_2.jpg);*/
}

/* Bumpers */
#countryBanner {
	height: 145px;
	display: block;
	background-image: url(../images/imgCountryside.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}








/*----------------------------------------------------- FUN FACTS WIDGET */
#funFacts {
	height: 295px;
	display: block;
	background-image: url(../images/imgFunFacts.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

	/* 20091124 colin, moved super fun facts to super right column */
	#funFact {
		font-size:0.9em;
		text-align:left;
		width:279px;
	}
		#funFact a, #funFact a:hover {
			font-weight:bold;
			text-decoration:underline;
		}
		#funFact .imgContainer {
			float:left;
			width:123px;
			padding:0 3px;
		}
		#funFact .wireframeOrange_body {
			min-height:100px;
			padding:10px;
			padding-bottom:0;
		}






#destinationmarketing  {
/*	height: 40px;
	width: 115px;
	background-image: url(../images/logos/visit_pittsburgh.jpg);
	background-image: url(../images/logos/dmai.gif);
*/	height:60px;
	width:60px;
	display: block;
	float: right;
	background-repeat: no-repeat;
}
/*#PA {
	background-image: url(../images/logos/pa.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 110px;
	display: block;
	float: right;
}*/

#visitpa {
	/*background-image: url(../images/logos/VisitPA-60tall.jpg);*/
	background-repeat: no-repeat;
	height: 60px;
	width: 69px;
	display: block;
	float: right;
	/*padding-right:20px;*/
}
#tripAdv {
	background-image: url(../images/logos/160x40-TA-logo.PNG);
	background-repeat: no-repeat;
	height: 33px;
	width: 180px;
	display: block;
	float: right;
	padding-top:30px;
}

/*-------------------------------------------------------------------- Events widget */
.upcomingEventsTab {
	display: none;
}
.upcomingEventsContainer .upcomingEventsTabOn {
	display: block;
}
.upcomingEventsContainer {
	width: 279px;
	padding-top: 8px;
	margin: 0 auto;
	color: #333333;
}
.upcomingEventsContainer img {
	border: none;
}
.upcomingEventsContainer a {
	text-transform: none;
	text-decoration: none;
	position: relative;
}
.upcomingEventsBorderTop {
	background: transparent url(../../includes/images/widgets/homepage_events/border-top_tall.gif) no-repeat;
	height: 33px;
	color: #FFFFFF;
	font-size: 22px;
	padding: 7px 0 0 10px;
}
.upcomingEventsBorder {
	border-top: none;
	border-right: 3px solid #562d9c;
	border-bottom: none;
	border-left: 3px solid #562d9c;
	position: relative;
	/*background: #D7D3E1 url(../../includes/images/widgets/homepage_events/background.gif) repeat-x top left;*/
}
#upcomingEventsThisWeek {
	padding: 5px 10px 0;
}
#upcomingEventsThisWeek div.upcomingEventsDate {
	font-size: 3em;
	text-transform: none;
	color: #BBAFD5;
	text-align: center;
	float: right;
	margin: -7px -3px 10px 10px;
}
#upcomingEventsThisWeek div.upcomingEventsDate div {
	font-size: 2em;
	line-height: 0.7em;
}
#upcomingEventsThisWeek ul.upcomingEventsList {
	margin: 0px !important;
	padding: 0px !important;
}
#upcomingEventsThisWeek ul.upcomingEventsList li{
	padding-bottom: 1em !important;
	list-style-type: none !important;
}
#upcomingEventsThisWeek h6 {
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.2em;
	text-transform: capitalize;
	color: #333333;
	letter-spacing: 0.075em;
	padding-bottom: 0.2em;
}
#upcomingEventsThisWeek div.upcomingEventsSub {
	font-size: 0.8em;/* 0.95em;*/
	line-height: 1.2em;
	text-transform: none;
	color: #333333;
	letter-spacing: 0.05em;
}
.upcomingEventsButtons {
	width: 289px;
	height: 32px;
	padding-bottom: 7px;
	margin: 0 auto;
}
.upcomingEventsButtons div {
	background-image: url(../../includes/images/widgets/homepage_events/buttons.png);
	width: 144px;
	height: 32px;
	display: inline;
	float: left;
}
.upcomingEventsButtons div a {
	color: #666666;
	font-size: 1.1em;
	line-height: 32px;
	height: 32px;
	width: 144px;
	text-align: center;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.upcomingEventsButtons #upcomingEventsBtnThisWeek {
	background-position: 0px -32px;
	width: 145px;
}
.upcomingEventsButtons #upcomingEventsBtnThisWeek.upcomingBtnOn {
	background-position: 0px 0px;
}
.upcomingEventsButtons div.upcomingBtnOn a {
	color: #FFFFFF;
}
.upcomingEventsButtons div:hover a {
	color: #FFFFFF;
}
.upcomingEventsButtons #upcomingEventsBtnThisWeek:hover {
	background-position: 0px 0px;
}
.upcomingEventsButtons #upcomingEventsBtnCalendar {
	background-position: 0px 32px;
}
.upcomingEventsButtons #upcomingEventsBtnCalendar.upcomingBtnOn {
	background-position: 0px 64px;
}
.upcomingEventsButtons #upcomingEventsBtnCalendar:hover {
	background-position: 0px 64px;
}
.upcomingEventsContainer #upcomingEventsCalendar .cal-container {
	display: block;
	float: none;
	margin: 0 auto;
	width: 273px;
	background: none;
}
.upcomingEventsContainer #upcomingEventsCalendar table {
	background: url(../images/cal/calendar_mainBG.jpg);
	background-repeat: repeat-x;
	background-color: #C7C7C7;
}
.upcomingEventsContainer #upcomingEventsCalendar .cal-vGutter {
	display: none;
}
#upcomingEventsCalendar {
	padding-top: 0px;
}
#upcomingEventsCalendar tr.cal-days td {
	padding: 0px;
	height: 24px;
	width: 38px;
	line-height: 24px;
}
#upcomingEventsCalendar tr.cal-days td a {
	display: block;
	height: 24px;
	line-height: 24px;
}
#upcomingEventsCalendar tr.cal-days td a:hover,
#upcomingEventsCalendar tr.cal-days td a:focus,
#upcomingEventsCalendar tr.cal-days td a:active {
	background-color: #552B9B;
	color: #FFFFFF;
}
#upcomingEventsCalendar td.day {
	padding: 3px 0;
	width: 38px;
}
.upcomingEventsContainer #upcomingEventsCalendar td.spacer {
	display: none;
}
.upcomingEventsContainer #upcomingEventsCalendar a.nextArrow {
	background-image: url(../images/cal/month_r_arrow.png);
}
.upcomingEventsContainer #upcomingEventsCalendar .cal-mainHeader {
	background-color: transparent;
}
.upcomingEventsContainer #upcomingEventsCalendar .cal-mainHeader h3 {
	color: #333333;
}










/*------------------------------------------------------ LEFT TOOLBOX NAV */
.navReturn {
	text-transform:capitalize;
	padding:0 5px 15px 5px;
}
.navRetun #backIcon, .navReturn .backIcon {
	background-image:url(../images/iconRtn.png);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	display:block;
	float:left;
	vertical-align: middle;
	margin-right:5px;
	cursor:pointer;
	cursor:hand;
}
.orange .navRetun #backIcon, .orange .navReturn .backIcon {
	background-image:url(../images/iconRtn_orange.png);
}
.orange .navRetun:hover #backIcon, .orange .navReturn:hover .backIcon {
	background-image:url(../images/iconRtn_orange_over.png);
}
.navReturn a {
	color:#552b9b;
	text-decoration:none;
}

#rightNav ul {
	padding-left: 20px;
}
#rightNav ul li a {
	font-size: 1em;
	line-height: 1.3em;
	padding-bottom: 0.3em;
	text-decoration: none;
	color: #666666;
}
	ul.leftNav li {
		padding-left:10px;
	}
#rightNav ul li .sel {
	color:#000000;
}






/*---------------------------------------------------------------- LEFT NAV (slider) */

	/* 20091124 colin, jquery slide integration for left menu migration */
	/*#sidebar1 .wireframe.leftNavContainer {background-color:#FFF;}*/
	.leftNav {width:163px; float:left; margin-bottom:20px;}
	#navClip {width:163px; /*float: left;*/ overflow:hidden; background-color:#FFF; border-right:solid 1px #E5E5E5;}
	#secondaryNavSlideSlider {width:2000px; /*float:left;*/}
	
	ul.leftNav {float:left; margin-bottom:20px; width:163px;}
	ul.leftNav li {padding:5px 0; border-bottom:1px solid #d6e1eb;/* margin:1px 0;*/font-family:Arial, Helvetica, sans-serif;}
	ul.leftNav.purple li {border-color:#9479c0;}
	ul.leftNav.purple li.selected {background-color:#9479c0;}
	ul.leftNav.orange li {border-color:#f48318;}
	ul.leftNav.orange li.selected {background-color:#f48318;}
	ul.leftNav.orange a {color:#f48318;}
	ul.leftNav li a {padding-left:23px !important; display:inline-block; text-decoration:none !important;}
	ul.leftNav.purple li:hover {background:#9479c0;}
	ul.leftNav.purple li.selected:hover {background:#9479c0;}
	ul.leftNav.orange li:hover {background:#f48318;}
	ul.leftNav.orange li.selected:hover {background:#f48318;}
	ul.leftNav li:hover a {color:#fff !important;}
	ul.leftNav li.selected a {
		color:#fff !important;
		background: url(../images/shell/icon_nav.gif) center left no-repeat;
		display:inline-block;
		line-height:13px;
		margin-left:5px;
	}
	li.backTo a {padding-left:5px !important; font-weight:bold;}
	#secondaryNavTitle {
		/*color:#386D99 !important;*/
		/*font-family:Georgia,"Times New Roman",Times,serif !important;*/
		font-size:16px;
		margin-bottom:5px;
		background-color:#FFF;
		padding-left:5px;
	}
	#secondaryNavTitle.purple {color:#552b9b;}
	#secondaryNavTitle.orange {color:#f48318;}







/*--------------------------------------------------------- HEADER */
#headerContainer a.logo {
	text-decoration: none;
	text-indent: -1000em;
	height: 86px;
	width: 360px;
	display: block;
}
#headerContainer ul {
	float: right;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#headerContainer ul li{
	display: inline;	
}
.thrColFixHdr #header {
	background-color: #FFFFFF;
	/*background-image: url(../images/bgHeader.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
	height: 123px;
}
#header #headerContainer {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bgLogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 115px;
	text-align: left;
}

/* Search Box */
#search{
	width: 400px;
	background-image: url(../images/bgSearch.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-bottom: 5px;
	background-position: 10px;
	float: left;
}
#search .txtInput {
	border:none;
	margin: 0;
	width: 190px;
	background: none;
	color: #767676;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;	/*font-weight: bold;*/
}







/*------------------------------------------------------------------- ICONS */
a.book {
	background-image: url(../images/iconBookNow-Off.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.sleep {
	background-image: url(../images/iconSleep-Off.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.dine {
	background-image: url(../images/iconDine-Off.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.see {
	background-image: url(../images/iconSee-Off.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.shop {
	background-image: url(../images/iconShop-Off.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.events {
	background-image: url(../images/iconEvents-Off.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.maps {
	background-image: url(../images/iconMaps-Off.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a:hover.book {
	background-image: url(../images/iconBookNow-Off.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
a:hover.sleep {
	background-image: url(../images/iconSleep-Off.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
a:hover.dine {
	background-image: url(../images/iconDine-Off.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
a:hover.see {
	background-image: url(../images/iconSee-Off.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
a:hover.shop {
	background-image: url(../images/iconShop-Off.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
a:hover.events {
	background-image: url(../images/iconEvents-Off.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
a:hover.maps {
	background-image: url(../images/iconMaps-Off.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}








/*----------------------------------------------------------------------------------------- TOP DROP-DOWN NAV */

/* ********************************** g31exp *********************************** */
#mainNav {
	/* margin-bottom: 10px; moved to slideshow div to get rid of space on pages with no slideshow */
	position: relative;
	background:url(../images/menus/menuOrange.jpg) repeat-x;
	height: 31px;
}
#flashHeader
{
	margin-top: 10px;
}
#mainNav .navCap {
	background-image: url(../images/menus/bgNavCapLtPurple.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 10px;
	display: block;
	float: left;
}

#mainNav .navCapRight {
	width:10px;
	height:31px;
	float:right;
	background:url(../images/menus/bgNavCapRtOrange.jpg) no-repeat right top;
}

#mainNav ul {
}
#mainNav ul li {
	display: inline;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;*/
	/*border-bottom:solid 1px #9E9E9E;*/
	margin:0;
	padding:0;
}

	/*#mainNav ul li.navCapRight {
		width:10px;
		height:31px;
		text-align:left;
		border:0;
		background:url(../images/menus/bgNavCapRtOrange.jpg) no-repeat;
	}*/
		#mainNav ul li.navCapRight img {
			border:0;
		}

	/* 20091119 */
	#mainNav ul li.menuPurple {
		background:url(../images/menus/menuPurple.jpg) repeat-x top left;
	}
	#mainNav ul li.menuOrange {
		background:url(../images/menus/menuOrange.jpg) repeat-x top left;
	}

#mainNav ul li.first {
	border-left:0;
}
#mainNav ul li.last {
	border: none;
}








/* Style Top Nav Typography - DO NOT DEFINE COLOR HERE  */

	#mainNav ul li a {
		text-decoration:none;
	}
	#mainNav li ul a {
		text-decoration:underline;
	}

#mainNav ul li a.trigger, #mainNav ul li span.trigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 31px;
	text-transform: none;
	font-weight:bold;
	display: block;
	padding:0 7px;
	color:#FFFFFF;
}
#mainNav {
	position:relative;
}
#g31menubar, #g31menubar ul {
	list-style: none;
	text-align: left;
}
#mainNav {
	/*z-index:100;*/
}
/*#g31menubar a {
	color: #333;/* this is the color of the top nav links  */
	/*text-decoration: none;
	text-shadow:#E7E7E7 2px 2px 0;
}*/


/* Top Nav on Hover  */
#g31menubar li:hover a, #g31menubar a:focus, #g31menubar li.g31hvr a {
	/*background-color: #9DBCD0;*/
	display: block;
	text-decoration: none;
	color: #333;
	/*background-image: url(../images/bgNavHover.jpg);*/
	/*text-shadow:#FFF 1px 1px 0;*/
}
#g31menubar li:hover ul, #g31menubar li.g31hvr ul
/*#g31menubar li.g31open ul*/ {
	display: block;
	text-decoration: none;
}

/* Style Drop down block elements  */
#g31menubar li:hover ul a, #g31menubar li.g31hvr ul a {
	background-color: #FFF;
	text-decoration: none;
	background-image: none;
}
#g31menubar ul a:hover {
	background-color: #DDE6EB;
}
	#g31menubar li.menuPurple a:hover {
		background-color:#9479c0;
	}
	#g31menubar li.menuOrange a:hover {
		background-color:#ffba7d;
	}


/* Main Container for all rollover links  */
#g31menubar li ul {
	position: absolute;
	z-index:2;
	display: none;
	list-style: none;
	width: 760px;
	left: 10px;
	top: 31px;
	background-color: #FFFFFF;
	border-top-width: 10px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9CBBCF;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	/*background-image: url(../images/bgRollover.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;*/
}
	#g31menubar li.menuPurple ul {
		border-top-color: #9479c0;
	}
	#g31menubar li.menuOrange ul {
		border-top-color:#ffba7d;
	}

#g31menubar li {
	float: left;
}

#g31menubar li ul li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 189px;
}
#g31menubar li ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFF;
	display: block;
	height: 85px;
	padding: 5px 10px 0px 10px;
	color: #6E51A1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#g31menubar li ul li a span{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	display: block;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
#g31menubar img {
	float: right;
	border: 1px solid #000;
	margin-left: 5px;
}

.thrColFixHdr #container {
	background-image: url(../images/bgPageContent.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px 5px;
	width: 990px;
	text-align: left;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.thrColFixHdr #sidebar1 {
	float: left;
	width: 175px;
	padding-top: 5px;
}
.thrColFixHdr #sidebar2 {
	float: right;
	width: 315px;
	margin-left:0;
	/*padding-top:170px;*/
}
.thrColFixHdr #navDisplay {
	float: right;
	width: 808px;
	text-align: left;
	margin-right: 5px;
	margin-top: 5px;
	z-index: 1000;
	position: relative;
}

.thrColFixHdr #footer {
	margin: 15px 0;
	text-align: left;
}
.thrColFixHdr #footer li{
	display: inline;
} 
.thrColFixHdr #footer li a{
	text-align: left;
	padding-right: 10px;
	font-size: 11px;
	line-height: 1.4em;
	text-decoration: none;
	color: #999999;
} 

.dtnSideBar {
	margin-bottom:5px; 
	overflow:hidden;
}
	#sidebar2 .dtnSideBar {
		margin-left:7px;
	}
.dtnFooter {
	margin-bottom:5px;
	margin-left:195px;
	clear:both;
}


/* Containers */


#headerContainer ul li{
	width: 61px;
	height: 58px;
	float: left;
	margin-right: 5px;
}
#headerContainer ul li a {
	width: 61px;
	height: 58px;
	display: block;
	float: left;
} 
#headerContainer #date {
	font-size: 10px;
	line-height: 29px;
	color: #999999;
	float: right;
	padding-right: 15px;
	text-transform: uppercase;
}


/* Drawer menu */
#drawer-nav #latest {
	min-height:260px;
	_min-height:262px;
	overflow:hidden;
}
	/* Boxes */
#drawer-nav .relative {
	position:relative;
}
/*#drawer-nav .relative ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
#drawer-nav .relative ul li {
	display: inline;	
}*/
#drawer-nav .separator {
	padding-top: 0.7em;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-right: -5px;
	margin-left: -5px;
}
#drawer-nav .box {
	color:#999;
	background-color:#FFF;
	font-size: 11px;
	padding-bottom: 1em;
}
#drawer-nav .box .padder {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#drawer-nav .box h2 div{
	color:#333;
	font-size:11px;
	font-weight:normal;
	text-transform: none;
	letter-spacing: 0em;
	height: 29px;
	line-height: 29px;
	background-image: url(../images/bgDrawer-Off.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	background-position: right top;
	padding-left: 5px;
	margin-bottom: 2px;
	text-shadow:#E7E7E7 2px 2px 0;
}
#drawer-nav .box h2 a {

}
#drawer-nav .box h2 a:hover {
	text-decoration:none;
}
#drawer-nav .box h2 {
	padding-bottom:0;
}
#drawer-nav .box h2.drawer-handle {
	position:relative;
	color:#333;
	cursor:default;
	text-shadow:none;
	background-color:#CCC;
	background-image: url(../images/bgDrawer-Rollover-Cap-Off.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 5px;
}


#drawer-nav .box h2.drawer-handle.open {
	color:#2F383E;
	cursor:pointer;
	background-color:#81ADC8;
	background-image: url(../images/bgDrawer-Rollover-Cap-On.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 5px;
	text-shadow:#FFF 1px 1px 0;
}
#drawer-nav .box h2.drawer-handle.open div {
	color:#2F383E;
	cursor:pointer;
	background-color:#81ADC8;
	background-image: url(../images/bgDrawer-On.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	padding-left: 5px;
	text-shadow:#FFF 1px 1px 0;
}

#drawer-nav .box h2.drawer-handle.open div a.mainleftnav{
	color:#2F383E;
	cursor:pointer;
	background-image: url(../images/bgDrawer-On.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	padding-left: 0px;
	text-shadow:#FFF 1px 1px 0;
}
	/* Drawers */
#drawer-nav ul.drawers {
	margin:0;
	overflow:hidden;
}
#drawer-nav ul.drawers li {
	overflow:hidden;
}
#drawer-nav .slider .drawer-content {
	display:block;
	height:auto;
	overflow:hidden;
}
#drawer-nav .drawers li {
	display:inline;
}
#drawer-nav .drawers li a {
	display: block;
	color: #666;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 10px;
	line-height: 1.5em;
	font-family:Tahoma,sans-serif;
	font-size:10px;
	
}
#drawer-nav .drawers li a:hover {
	text-decoration: underline;
	background-image: url(../images/bgDrawer-Rollover-On.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #666;
}

#drawer-nav .drawers li div a.mainleftnav {
	position:relative;
	color:#333;
	cursor: pointer;
	text-shadow:none;
	/*background-color:#CCC;
	background-image: url(../images/bgDrawer-Rollover-Cap-Off.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	padding-left: 0px;
	padding-top: 5px;
	text-decoration: none;
}
#drawer-nav .drawers li div a.mainleftnav:hover {
	color:#2F383E;
	cursor:pointer;
	background-image:none;
	padding-left: 0px;
	padding-top: 5px;
	text-shadow:#FFF 1px 1px 0;
	text-decoration: none;
}

/* Main Nav Container and list  */

/* Search Box */
#search{
	width: 400px;
	background-image: url(../images/bgSearch.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-bottom: 5px;
	background-position: 10px;
	float: left;
	clear: both;
}
#search .txtInput {
	border:none;
	margin: 0;
	width: 190px;
	background: none;
	color: #767676;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}

/* Six Widget */
#sixWidget {
	margin-bottom:5px;
}
#sixWidget .topWhite {
	background-image: url(../images/wireFrameTopRt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
	height: 5px;
	overflow: hidden;
}
#sixWidget .topWhite div{
	background-image: url(../images/wireFrameTopLft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	overflow: hidden;
}
#sixWidget .mainWhite {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
	margin: 0px;
	float: left;
	padding: 0px;
	width: 518px;
}
#sixWidget .bottomWhite {
	background-image: url(../images/wireFrameBotRt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
	height: 5px;
	overflow: hidden;
}
#sixWidget .bottomWhite div{
	background-image: url(../images/wireFrameBotLft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
}

/* image box */
.imgBox{
	margin: 3px;
}
.imgBox .titleWrapper {
	/*background-image: url(../images/imgbox_titleBG.png);
	background-repeat: repeat-x;
	background-color:#5F4F80;*/
	background-image: url(../images/menus/menuAltPurple.jpg);
	background-repeat: repeat-x;
	background-color:#3d1183;
	clear:both;
	margin-bottom:4px;
}
.imgBox .titleWrapper .topCorners {
	height:4px;
	overflow:hidden;	/* avoids IE6 bug that adds height to container */
}
.imgBox .titleWrapper .btmCorners {
	height:3px;
	overflow:hidden;	/* avoids IE6 bug that adds height to container */
}
.imgBox .titleWrapper .lcorner {
	background-repeat:no-repeat;
	display:block;
	width: 4px;
	float:left;
}
.imgBox .titleWrapper .rcorner {
	background-repeat:no-repeat;
	display:block;
	width: 4px;
	float:right;
}
.imgBox .titleWrapper .topCorners .lcorner {
	background-image:url(../images/imgbox_titleCorner_lt.gif);
	height: 4px;
}
.imgBox .titleWrapper .topCorners .rcorner {
	background-image:url(../images/imgbox_titleCorner_rt.gif);
	height: 4px;
}
.imgBox .titleWrapper .btmCorners .lcorner {
	background-image:url(../images/imgbox_titleCorner_lb.gif);
	height: 3px;
}
.imgBox .titleWrapper .btmCorners .rcorner {
	background-image:url(../images/imgbox_titleCorner_rb.gif);
	height: 3px;
}
.imgBox .outerContainerMain {
	background-color: #CCCCCC;
	border-right: 1px solid #B1B1B1;
	border-left: 1px solid #B1B1B1;
	padding: 0px 5px 0px 5px;
}
.imgBox .outerContainerMain h5 {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 7px;
}
.imgBox .outerContainerMain h5 a {
	background-image:url(../images/imgbox_titleArrow.png) !important;
	background-image:url(../images/imgbox_titleArrow.gif);
	background-repeat:no-repeat;
	background-position:right center;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 10px;
	letter-spacing: 0em;
	text-transform: uppercase;
	line-height: 15px;
	padding-right:17px;
}
.imgBox .outerContainerTop {
	background-image: url(../images/wireFrameGreyTopRt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
	height: 5px;
	overflow: hidden;
}
.imgBox .outerContainerTop div {
	background-image: url(../images/wireFrameGreyTopLft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
}
.imgBox .outerContainerBtm {
	background-image: url(../images/wireFrameGreyBotRt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
	height: 5px;
	overflow: hidden;
}
.imgBox .outerContainerBtm div {
	background-image: url(../images/wireFrameGreyBotLft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	overflow: hidden;
}
.imgBox .innerContainerTop {
	background-image: url(../images/wireFrameWhiteGreyTopRt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
	height: 5px;
	overflow: hidden;
}
.imgBox .innerContainerTop div {
	background-image: url(../images/wireFrameWhiteGreyTopLft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
}
.imgBox .innerContainerMain {
	background-position: center 3px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-right: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	overflow: auto;
	display: block;
	/* 20091124 colin */
	font-size:0.9em;
}
.imgBox .innerContainerMain img {
	margin: 0 auto 5px auto;
}
.imgBox .innerContainerMain p {
	font-size: 11px;
	line-height: 1.4em;
	color: #666666;
	padding-bottom: 1em;
}
.imgBox .innerContainerBtm {
	background-image: url(../images/wireFrameWhiteGreyBotRt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
	height: 5px;
	overflow: hidden;
}
.imgBox .innerContainerBtm div {
	background-image: url(../images/wireFrameWhiteGreyBotLft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
}


/* Forms */
.textInput {
	border: 1px solid #CCCCCC;
	margin: 0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	padding: 2px;
}
.selectInput {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}
form {
	margin: 0px;
	padding: 0px;
}
.wtc_form {
	font-size: 11px;
	padding: 5px;
	/*background-image: url(../images/icnWTC.jpg);*/
	background-repeat: no-repeat;
	background-position: right top;
}

.formreq {
	color: #990000;
	font-weight: bold;
}

/*table{

border: 1px solid #000000;
	
}*/


.formnoreq {
	font-weight: bold;
}


/* Form Styles */

/* FORMS */
.formStyle {
	display:block;
	clear:both;
}
.formStyle input, .formStyle textarea {
	border:1px #CCC solid;
	margin:0 0 1px 0;
}

.formtitle {
	padding: 0; 
	margin: 0; 
	font-size: 12px; 
	font-weight: bold;
	border-bottom: 1px solid #a0a0a0; 
	width: 425px;
}

.warning {
	text-align:center;
	color:#990000;
}
.notes {
	text-align:center;
	font-size:0.8em;
}
.spacerHack {
	height:4px;
	clear:both;
}
.odd, .even {
	clear:both;
	margin: 2px;
}
.odd .clearFloat, .even  .clearFloat {
	margin:2px;
}
.req {
	color:#900;
	font-weight:bold;
}
.boldtext {
	font-weight:bold;
}
.notReq {
	font-weight:bold;
}
fieldset {
	border: none;
	padding:0.8em;
}
legend {
/*	background-image: url(../images/gradient3_mid.jpg);
	background-repeat:repeat-x;
	background-color: #CCC;*/
	display:block;
	font-size:1.2em;
	color:#063D73;
	width:460px;
	padding:5px 10px;
	margin: 0 auto;
	border-bottom:1px solid #C5C5C5;;
}
.chbxSpace {
	display:block;
	float:left;
	clear:left;
	width:46%;
	height:1em;
}
.field-1, .field-2, .field-3, .field-4, .field-5, .field-6, .field-wide {
	display:block;
	float:left;
	text-align:left;
}
.field-1 span, .field-2 span, .field-3 span, .field-4 span, .field-5 span, .field-6 span, .field-wide span{
	display:block;
	float:left;
	text-align:left;
}
.odd .field-1, .odd .field-2, .odd .field-3, .odd .field-4, .odd .field-5, .odd .field-6 {
	background-color:#FFF;
}
.even .field-1, .even .field-2, .even .field-3, .even .field-4, .even .field-5, .even .field-6 {
	background-color:#FFF;
	margin-left:1px;	/* hack to line up text fields */
}
label {
	padding: 2px 5px;
	/*line-height: 1em;*/
	color:#000;;
}
label.checkBox, label.radioBtn {
	display:block;
	text-align:left;
}

.questionText{
	margin-top: 40px;
	font-weight: bold;
	font-size: 16px;
}

label.field-1, label.field-2, label.field-3, label.field-4, label.field-5, label.field-6 {
	display:block;
	text-align:right;
}
.field-1 input[type=text], .field-2 input[type=text], .field-3 input[type=text], .field-4 input[type=text], .field-5 input[type=text], .field-6 input[type=text] {
	display:inline;
	height:20px;
	float:left;
}
span.field-wide
{
	margin: 2px;
	padding: 0px;
}
span.field-wide span.hint
{
	margin-left: 13px;
	padding: 2px 5px;
}
.field-1 {
	width:48%;
}/*
.field-2 {
	width:26%;
}
*/

.field-3 {
	width: 48%;
}
/*

.field-4 {
	width:14%;
}
.field-5 {
	width:12%;
}
.field-6 {
	width:2%;
}*/
.field-1 input[type=file] {
	width: 250px;
}

/* IE doesn't like % widths on labels? */
form.formStyle fieldset .field-1
{
	width: 228px;
}

a.calBtn span {
	background-image: url(../images/iconCal.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
	cursor:pointer;
	cursor:hand;
	width:15px;
	height:13px;
	margin:4px 4px 0 4px;
}
span.hint {
	display:block;
	line-height:22px;
	float:left;
	font-size:0.9em;
}
.warning {
	display:block;
	clear:both;
	color:#990000;
	font-weight:bold;
	text-align:center;
}
.notes {
	font-size:0.8em;
	font-style:italic;
	display:block;
	padding:5px;
}
.required {
	display:block;
	clear:both;
	color:#990000;
	font-weight:bold;
	text-align:center;
}
.footer {
	display:block;
	padding:5px;
	text-align:center;
}


.captcha {
	display:block;
	padding:5px;
	text-align:center; 
	background-color: #f5f5f5;
	padding: 15px; 
	border: 1px solid #abadb3; 
	width: 200px;
}


#checkbox label {
	width: 100%;
}

span.hint{

	float: none;
	color: #990000;

}


#code{
	margin-top: 15px; 
	width: 200px;
	border: 1px solid #abadb3;
}


/* General Purpose */
a.email {
	font-weight:bold;
	text-decoration:none;
	color:#512E94;
}
a.website {
	font-weight:bold;
	color:#512E94;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.gutter {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.gutterRight {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.blankWrap {
	padding: 10px;
}
.clearfloat, .clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	line-height: 0px;
}


/* Articles */
#articles {
	padding:5px;
	margin: 10px 0 20px 0;
	background-color:#FFF;

}
#articles th {
	font-size:16px;
	line-height:1.4em;
	padding:5px;
	
}
#articles td {
	line-height:1.4em;
	text-align:left;
	padding:5px;
}
#articles .odd {
	background-color:#F5F5F5;
}

#articles a {
	font-size: 12px;
}

div.articles {
	margin:10px;
}
.articles .notice {
	font-weight:bold;
}
table.articlesTb th {
	background-color: #ddd;
	color: black;
	font-size:12px;
	border-bottom:1px solid #000;
	padding:5px 5px 3px 5px;
	font-weight:bold;
}
table.articlesTb td {
	padding:5px;
	vertical-align:text-top;
}
table.articlesTb td.odd {
	background-color:#E7F1FA;
}
table.articlesTb td.even {
	background-color:#FFF;
}
table.articlesTb a.more {
	font-weight:bold;
	display:block;
	color:#000;
	margin:0 0 10px 0;
}

/* Table Styles */

td.subhead {
	font-weight:bold;
	 font-size: 22px;
	 font-family: Arial, Helvetica, sans-serif;
}
td.boxhead {
	font-weight:bold;
	font-size:15px;
	padding-bottom:5px;
}
.subboxhead {
	color: #333333;
	font-weight: bold;
}
.boldtext {
	font-weight: bold;
}
td.boxcontent {
	padding-bottom: 4px;
}
td.greytext {
	background-color: #676767;
	color: #f5f5f5;
	padding: 3px;
}
.smboxhead2 {
	color: #533f88;
	font-weight: bold;
}


.SOevenrow {
	background-color: #eeeeee;
}
.SOoddrow {
	background-color: #ffffff;
}

TR.evenrow {
	background-color: #eeeeee;
}
TR.oddrow {
	background-color: #ffffff;
}
td a {
	text-decoration:none;
}

/* Surveys */
#survey label {
	width: 14em;
	font-size: 14px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
#survey .submit input {
	margin-left: 4.5em;
}
#survey input[type=text] {
	color: black;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 14px;
	background: #ededed;
	border: 1px solid #000;
}
#survey  input.button {
	font-size:15px;
	font-weight:bold;
	color: #000;
	background: #dddddd;
	border: 2px outset #d7b9c9
}
#survey fieldset {
	padding-bottom: 15px;
	padding-left: 5px;
	border: 1px solid #000;
	width: 41.0em
}
#survey legend {	
	color: #000;
	padding: 2px 6px 10px
}
#survey legend span {
	display:block;
	width: 400px;
	border: 1px solid #000;
	padding-left: 5px;
	padding-right: 5px;
}
#survey legend.req {
	color: black;
	padding: 2px 6px 10px
}
#survey textarea {
 	width: 25em;
	margin-left: 6px;
	background: #ededed;
	border: 1px solid #000;
}
.reqfld {
	color: red;
}
p.formq {
	padding-left:5px;
	padding-bottom: 15px;
	font-size: 14px;
}
p.formqreq {
	padding-left:5px;
	padding-bottom: 15px;
	font-size: 14px;
	color:red;
}

/* CMS Predefined Styles */
#mainContent .tableStyle1 {
	border:none;
	width:495px;
}
#wideContent .tableStyle1 {
	border:none;
	width:800px;
}
#mainContent .tableStyle1 td, #mainContent .tableStyle1 th {
	border:none;
}

/* SIFR */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
.sIFR-hasFlash #mainContent h1, .sIFR-hasFlash #wideContent h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height:28px;
	letter-spacing:-0.05em;
	display:inline !important;
	visibility: hidden;
	text-transform: none;
}
.sIFR-hasFlash #sidebar2 h5 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.75em;
	letter-spacing: -1px;
	display:inline;
	visibility: hidden;
	text-transform: none;
}

/* Podcasts */
#podHolder {
	width: 620px;
	background-color: #FFF;
}
#podTitleHolder {
	clear:both;
	width: 620px;
	height:40px;
	background-image: url(../images/podcasts/shell/headerBG.jpg);
	background-repeat:no-repeat;
}
#podTitleHolder #title {
	position:relative;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	top:15px;
	margin: 0px 20px 5px 20px;
}
#podPreviewHolder {
	width: 620px;
	height:310px;
	clear:both;
	background-image: url(../images/podcasts/shell/previewBG.jpg);
	background-repeat:no-repeat;
}
#podInfo #info {
	color: #FFFFFF;
	font-size: 10px;
	margin: 10px 15px 10px 15px;
}
#podInfo a:link, #podInfo a:active, #podInfo a:visited, #podInfo a:hover {
	color: #FFFFFF;
	font-size: 10px;
}
.infoLeft {
	float: left;
	clear:left;
}
.infoRight {
	float: right;
	clear:right;
}
#podPreviewHolder #media {
	margin: 10px 0px 0px 22px;
	width: 330px;
	height: 250px;
	float:left;
	clear:left;
}
#podPreviewHolder #thumb {
	margin: 10px 22px 2px 0px;
	width:230px;
	height:80px;
	float:right;
	clear:right;
}
#podPreviewHolder #desc {
	margin: 0px 22px 2px 0px;
	color: black;
	width:230px;
	height:155px;
	float:right;
	clear:right;
}
#podPreviewHolder #btns {
	margin: 0px 22px 0px 0px;
	width:154px;
	height:50px;
	float:right;
	clear:right;
	text-align:center;
}
.thrColFixHdr #podDisplay {
	float: right;
	width: 600px;
	text-align: left;
	margin-right: 5px;
	margin-top: 5px;
}
#podListHolder {
	width: 620px;
	height:273px;
	clear:both;
	background-image: url(../images/podcasts/shell/listBG.jpg);
	background-repeat:no-repeat;
}
#podListWindow {
/*	background-color:#FFFFFF; */
	position:relative;
	top: 12px;
	margin: 0px 20px 0px 30px;
	width: 565px;
	height: 235px;
	overflow: auto;
	text-align: left;
}
#podListItem {
	height: 90px;
/*	border: 1px solid #003366; */
	margin: 3px 0px 3px 0px;
}
#podListItem #thumb {
	margin: 5px 2px 5px 5px;
	width:100px;
	height: 80px;
	float: left;
	clear: left;
}
#podListItem #desc {
	margin: 5px 2px 5px 5px;
	color: black;
	width: 340px;
	height: 80px;
	float: left;
}
#podListItem #btns {
	margin: 5px 0px 5px 2px;
	width: 80px;
	height: 80px;
	float: left;
}

a.smmainleftnav {
	font-size: 15px;
	cursor:pointer;
	padding-left:0px;
	padding-top:5px;
	position:relative;
	text-decoration:none;
	text-shadow:none;
}

/* 404's Search Box */
#search2{
	width: 400px;
	background-repeat: no-repeat;
}
#search2 .txtInput2 {
	width: 190px;
	color: #767676;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;	/*font-weight: bold;*/
}

/* Contacts */
.dept {
	border-bottom:1px solid #CCCCCC;
	clear:both;
	float:left;
	margin:10px;
	width:490px;
}
	
.contact ul.info {
	list-style-type: none;
	display: block;
	float: left;
	width: 450px;
	margin-bottom: 10px;
}

.contact .picture {
	float:right;
}

.contact li.name {
	font-weight:bold;
}

/* Photo Contest  */

#photomenu {
	margin-left: auto; 
	margin-right: auto; 
	text-align:center;
}

#photomenu a {
	padding-right: 15px;
}

#winbox {
	margin-left: auto; 
	margin-right: auto; 
}

#winbox dl {
	width: 41.1em;
	/* margin: 1em 0; */
	margin: 0;
	padding: 0;
}

#winbox dt {
	width: 8em;
	float: left;
	margin: 0 0 0 0;
	padding: .5em;
	border-top: 1px solid #999;
	font-weight: bold;
}

#winbox dd {
	float: left;
	width: 24em;
	margin: 0 0 0 0;
	padding: .5em;
	border-top: 1px solid #999;
}

#winbox dt {
	clear: both;
}

.backbutton {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 110%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	width: 150px;
}

h2.submitevent { float:right; margin-right:40px;   }
/*h2.submitevent a {font-size:12px; text-decoration:none;padding:5px 30px;
background:#C7C7C7 url(../images/cal/calendar_mainBG.jpg) repeat-x scroll 0 0; 
letter-spacing:0.07em; color:#333; text-transform:uppercase; }*/


/*****Flickr Widget Specific */
/*
Images are wrapped in divs classed "flickr_badge_image" with ids "flickr_badge_imageX" where "X" is an integer specifying ordinal position. Below are some styles to get you started!
*/
#flickr_badge_uber_wrapper {text-align:center; width:120px; margin-left:auto; margin-right:auto;}
#flickr_badge_wrapper {padding:10px 0 10px 0;}
.flickr_badge_image {margin:0 10px 10px 10px;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {background-color:#ffffff;border: 0px}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}

/****END SOCIAL MEDIA*****/

#sidebar1 #drawer-nav #latest {
}
#leftMenu {
	margin:5px;
}
#leftMenu ul {
	background-color:#FFF;
}
#leftMenu li {
	width:153px;
	display:block;
	list-style-type:none;
	margin:2px 0;
	font-size:12px;
	padding:0;
	background:url(../images/menus/toolboxOrange.jpg) no-repeat;
	line-height:20px;
	clear:left;
}
#leftMenu li a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	margin-top:1px;
	padding:10px;
	padding-top:11px;
	width:175px;
}
#leftMenu li div {
	margin:2px 3px;
	line-height:normal;
	display:none;
	font-size:0.9em;
	background-color:#FFF;
	padding:5px;
}
#leftMenu li div a {
	background:none;
	color:#000;
	font-weight:normal;
	padding:0;
	clear:left;
}
#leftMenu li div a:hover {
	text-decoration:none;
}
#leftMenu li div img {
	clear:both;
}
			
			
.rightColumnOffers {
	width:80%;
	margin:0 15px;
}
.rightColumnOffersTop {
	overflow:hidden;
	/*background:#552b9b url(../images/widgets/couponTitleBg.png) repeat-x;*/
	background:#552b9b url(../images/menus/menuAltPurple.jpg) repeat-x;
}
.rightColumnOffersTop .lcorner {
	background:url(../images/imgbox_titleCorner_lt.gif) no-repeat;
	height:4px;
	display:block;
	float:left;
	width:4px;
}
.rightColumnOffersTop .rcorner {
	background:url(../images/imgbox_titleCorner_rt.gif) no-repeat;
	height:4px;
	display:block;
	float:right;
	width:4px;
}
.rightColumnOffersTitle {
	color:#FFF;
	font-weight:bold;
	font-size:1.2em;
	padding:10px 5px 3px 5px;
}
.rightColumnOffersContent {
	padding:10px;
	border:solid 1px #E5E5E5;
	border-width:0 1px;
}
	.rightColumnOffersContent div {
		padding:3px 5px;
		border:solid 1px #EEE;
		border-width:1px 0;
	}
.rightColumnOffersBottom {
	height:5px;
	background:#FFF url(../images/wireFrameWhiteGreyBotRt.jpg) no-repeat right top;
	overflow:hidden;
}
.rightColumnOffersBottom div {
	height:5px;
	background:url(../images/wireFrameWhiteGreyBotLft.jpg) no-repeat left top;
}


.imgBoxALT{
	-webkit-border-radius: 5px; 
	border-radius: 5px;  
	border-radius: 5px; 
	text-align: center; 
	position: relative; 
	border: 1px solid #E5E5E5; 
	padding: 15px; 
	background-color: #ffffff;	
}

.wireframeGreyALT{
	-webkit-border-radius: 5px; 
	/*border-radius: 5px;  */
	border-radius: 5px; 
	text-align: center; 
	position: relative; 
	border: 1px solid #E5E5E5; 
	padding: 5px; 
	background-color: #ffffff;	
}

.imgBoxMain{ 
	float: left;  
	margin-left: 5px;
	border-radius: 10px 10px 10px 10px; 
	background-color: #FFFFFF; 
	border: 1px solid #CCCCCC; 
	padding: 5px; 
	position: relative;
	z-index:0;
}

#skipnav a, #skipnav a:hover, #skipnav a:visited
{
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}

#skipnav a:active, #skipnav a:focus
{
position:static;
width:auto;
height:auto;
} 
