
/* @group Galleries
=================================================== */

#svGallery ul {
	margin: 0;
	list-style: none;
}

#svGallery ul li {
	float: left;
	list-style: none;
	margin: .5em;
	text-align: center;
}

#svGallery ul li img { margin: 0; }

#svGallery ul li p {
	text-align: center;
	margin: 0;
	font-size: .9em;
}

/* @end Galleries
--------------------------------------------------- */


/* @group Calendar
=================================================== */

#svCalendar { text-align: center; }

#svCalendar table { width: 100%; }

#svCalendar th {
	padding: 0;
	font-style: normal;
	font-weight: normal;
	background-color: #666;
	color: #fff;
	border: 1px solid #666;
	text-align: center;
}

#svCalendar th a {
	color: #fff;
	text-align: center;
	display: block;
	padding: .5em 2px;
}

.content #svCalendar th a:hover {
	background-color: #333;
	text-decoration: none;
	color: #fff;
}

#svCalendar tr.dayofweek td {
	font-style: normal;
	font-weight: bold;
	padding: 6px .5em;
	text-align: center;
	height: auto;
	background-color: #ccc;
}

#svCalendar tr.dayofweek td a {}

#svCalendar td {
	border: 1px solid #ccc;
	text-align: left;
	height: 60px;
	width: 14%;
	vertical-align: top;
	padding: .5em;
	line-height: 1em;
	font-size: 9px;
}

#svCalendar td .date { font-style: italic; }

.content #svCalendar td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#svCalendar td ul li a {
	text-decoration: none;
	margin: 2px 0;
	padding: 0 0 2px;
	display: block;
	text-align: left;
	border: 0;
}

#svCalendar td ul li a:hover,
#svCalendar td ul li a#today {
	text-decoration: underline;
}

/* @end Calendar
--------------------------------------------------- */


/* @group Calendar Date Picker
=================================================== */

#datePicker {
	background: #fff none;
	text-align: center;
	width: 190px;
}

#datePicker #datePickerContainer {
	margin: 6px auto;
	padding: 0;
	width: 178px;
	text-align: center;
}

#datePicker form {}

#datePicker select.dropdown {
	margin: 0;
	font-size: 11px;
	vertical-align: middle;
}

#datePicker input.submit { vertical-align: middle; }

#datePicker #calendarDates {
	margin: 6px auto;
	padding: 0;
	background-color: #fff;
}

body#datePicker #calendarDates th {
	font-size: 1em;
	background-color: #333;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-align: center;
}

body#datePicker #calendarDates th a { color: #fff; }

#datePicker #calendarDates tr.dayofweek td {
	font-size: 1em;
	background-color: #EAE7E7;
	font-style: normal;
	font-weight: bold;
	color: #333;
	padding: .5em;
	text-align: center;
}

#datePicker #calendarDates td {
	font-size: 1em;
	background-color: #f6f6f6;
	font-style: normal;
	font-weight: normal;
	color: #333;
	border: 1px solid #EAE7E7;
	text-align: center;
}

#datePicker #calendarDates a {
	color: #333;
	text-decoration: none;
	padding: .5em;
	display: block;
}

#datePicker #calendarDates a:hover,
#calendar a#today {
	color: #fff;
	text-decoration: none;
	padding: .5em;
	display: block;
	background-color: #f6f6f6;
}

/* @end Calendar Date Selector
--------------------------------------------------- */

/* @group Clearfix
=================================================== */

/* Clearing floats without extra markup
	Based on How To Clear Floats Without Structural Markup by PiE
	[http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* @end Clearfix
--------------------------------------------------- */

/* @group Breadcrumb Nav
=================================================== */

#crumbList {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
	font-size: .9em;
}

#crumbList li {
	list-style: none;
	display: inline;
	margin: 0;
}

#crumbList li a { text-decoration: none; }

/* @end Breadcrumb Nav
--------------------------------------------------- */

/* @group Sequential & More Results Nav
=================================================== */

.navSequential, .moreResults ul {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	display: inline;
}

.navSequential li, .moreResults li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0 !important;
	text-align: center;
}

.navSequential li a, .moreResults li a {
	text-decoration: none;
	padding: .1em .2em;
}

.navSequential li#current a, .moreResults li#current a {
	border: 1px solid #e4e4e4;
	color: #000;
}

.navSequential li a:hover {
	background: #e4e4e4;
}

.navSequential a.current, .moreResults a.current {
	border: 1px solid #ccc;
}

/* @end Sequential & More Results Nav
--------------------------------------------------- */


/* @group Nav/UI
=================================================== */

/* @group Primary Navigation
=================================================== */

#navPrimary {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	list-style: none;

	/* ALTERATIONS */
		font-family: Verdana, Helvetica, sans-serif; 
		font-size: 12px;
		color: #FFFFFF; 
		text-decoration:none;
}
#navPrimary li {
	float: left;
	margin-right: 1em;
	line-height: 1.5;
	/* ALTERATIONS */
		width:300px;
		text-align:center;
}

/* @group Dropdown Nav
=================================================== */
/* http://www.htmldog.com/articles/suckerfish/dropdowns/*/

#navPrimary ul { list-style: none; padding-left: 0;}

#navPrimary li ul { /* second-level lists */
	margin: 0;
	width: 12em;
	position: absolute;
	left: -9999px;
	z-index: 1000;
}

#navPrimary li li { /* all list items */
	float: left;
	width: 12em; /* width needed for Opera */
}

#navPrimary li li a {
	display: block;
	line-height: 1;
	padding: .5em;
	text-transform: none;
}

#navPrimary ul li.first,
#navPrimary ul li li.first { /* all list items */
	border: 0;
}

#navPrimary li ul ul { /* third-and-above-level lists */
	margin: -2.1em 0 0 12em;
}

#navPrimary li:hover ul ul,
#navPrimary li:hover ul ul ul,
#navPrimary li.sfhover ul ul,
#navPrimary li.sfhover ul ul ul {
	left: -9999px;
}

#navPrimary li:hover ul,
#navPrimary li li:hover ul,
#navPrimary li li li:hover ul,
#navPrimary li.sfhover ul,
#navPrimary li li.sfhover ul,
#navPrimary li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* @end Dropdown Nav
--------------------------------------------------- */

/* @end Primary Navigation
--------------------------------------------------- */


/* @group Secondary Nav
=================================================== */

.navSecondary { 
	margin: 0 0 2em;
	padding: 0;
	list-style: none;
}

.navSecondary li ul {
	list-style: none;
	margin-left: 0;
}

.navSecondary li {
	position: relative;
	margin: 0 0 1em;
	padding: 0 0 0 1em;
	line-height: 1em;
}

.navSecondary li a { 
	display: block;
	width: 100%; /* play nice in IE6 */
	text-decoration: none; /* IE6 Bug */
	padding: 0;
}

.navSecondary li a:hover { color: #000; text-decoration: none; }
.navSecondary li.current a {
	color: #000; 
	font-weight: bold;
}


/* @group Second Level
=================================================== */

.navSecondary li.current ul {
	margin: 10px 0 0;
	padding: 0 0 0 10px;
	list-style: none;
}

.navSecondary li.current ul li  {
	position: relative;
	margin: 0 0 6px;
	padding: 0;
	font-weight: normal;
}

.navSecondary li.current ul li.last  { position: relative; }

.navSecondary li.current ul li a {
	display: block;
	text-decoration: none; /* IE6 Bug */
	padding: 0;
	font-weight: normal;
	color: inherit;
}

.navSecondary li.current ul li a:hover { color: #1999cd; }
.navSecondary li.current li.current a { color: #000; }

/* @end Second Level
--------------------------------------------------- */

/* @end Secondary Nav
--------------------------------------------------- */

/* @end Nav/UI
--------------------------------------------------- */


/* FROM themes/wireframe */
/* @group Header
=================================================== */

#header {
	padding: 30px 0 0;
		background: #fff;
}

#header h1 {
	float: left;
	margin: 0 0 0 30px;
}

#header h1 a { color:  #000; }

#header #searchForm {
	border: none;
	float: right;
	margin: 6px 20px 0 0;
	padding: 0;
}

/* @end Header
--------------------------------------------------- */



/* @group Navigation
=================================================== */

/* @group Breadcrumb Nav
=================================================== */

#crumbList { margin-bottom: 1em; }

#crumbList li { color: #999; }

#crumbList li a {
	color: #999;
	padding-bottom: 0;
	border: 0;
}

/* @end Breadcrumb Nav
--------------------------------------------------- */


/* @group Primary Nav
=================================================== */

#navPrimary {
	background: #333;
	margin-top: 32px;
}

#navPrimary li { margin: 0; }
#navPrimary li.first { margin-left: 12px; }

#navPrimary li a {
	display: block; 
	line-height: 3.2em; 
	text-decoration: none; 
	padding: 0 1.5em;
	color: #fff;
	text-transform: uppercase;
}

#navPrimary li a:hover,
#navPrimary li:hover,
#navPrimary li.sfhover {
	background-color: #666;
	text-decoration: none;
}

#navPrimary li.current a { background-color: #000; }
#navPrimary li.current li a { background-color: transparent; }

#navPrimary li ul { background-color: #666; border-top: 1px solid #fff; } /* second-level lists */

#navPrimary li li.first { margin-left: 0; }

#navPrimary li li { border-top: 1px solid #999; }

#navPrimary li:hover li a:hover,
#navPrimary li.sfhover li a:hover { color: #fff; background: #000; }

#navPrimary li li ul { background-color: #666; border-left: 1px solid #fff; } /* third-level lists */


/* @end Primary Nav
--------------------------------------------------- */

/* @end Navigation
--------------------------------------------------- */



/* @group Headings
=================================================== */

p#sectionTitle {
	display: none;
}

/* @end Headings
--------------------------------------------------- */



/* @group Footer
=================================================== */

#footer {
	padding: 1em;
	margin: 0;
	font-size: .85em;
}

#footer ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	float: left;
	margin-right: .5em;
	padding-right: .5em;
}

#footer li.last {
	padding: 0;
	margin: 0;
	border: none;
}

#footer p {
	margin: 0;
	float: left;
}

/* @end Footer
--------------------------------------------------- */



/* @group default.css Overrides
=================================================== */

.svSyndLocal dl,
.svSyndRemote dl,
.svRelatedContent dl {
	border-top: 1px solid #ccc;
	padding-top: 1em;
	margin-bottom: .75em;
	width: 100%;
	float: left;
}

.sidebar .svSyndLocal dl,
.sidebar .svSyndRemote dl,
.svRelatedContent {
	margin-bottom: 1em;
}

.sidebar .svSyndLocal dd,
.sidebar .svSyndRemote dd,
.svRelatedContent {
	margin-bottom: 0;
}

dt.releaseDate { color: #666; }

/* @end default.css Overrides
--------------------------------------------------- */