/* CSS Document */
/* Consistency - Zero out margins and padding
------------------------------------------------------------------ */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, th, td {
	margin: 0;
	padding: 0;
	}

/* Basics & Lucida Hybrid Technique
------------------------------------------------------------------ */
body {
	background: url(../images/layout/background.gif) repeat top left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	}

strong, em { 
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	}

div#contentcontainer h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6 {
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	}

div#contentcontainer h1 { 
	font-size: 150%; 
	padding-bottom: .67em;
	}

div#contentcontainer h2 { 
	font-size: 130%; 
	padding-bottom: .71em;
	}

div#contentcontainer h3 { 
	font-size: 120%;
	padding-bottom: .77em; 
	}

div#contentcontainer h4 { 
	font-size: 110%; 
	padding-bottom: .83em;
	}

div#contentcontainer h5 { 
	font-size: 100%; 
	padding-bottom: .91em;
	}

div#contentcontainer h6 { 
	font-size: 100%; 
	padding-bottom: 1em;
	}

div#contentcontainer p {
	line-height: 1.4em;
	padding-bottom: 1em;
	}

div#contentcontainer ul, div#content ol {
	margin-bottom: 1.5em;
	}

div#contentcontainer ul li, div#content ol li {
	line-height: 1.5em;
	margin-left: 2.0em;
	}


/* Attribute Selectors
------------------------------------------------------------------ */
div#content a[href^=http],div#content a[href^=mailto], div#content a[href$=pdf], div#content a[href$=doc], div#content a[href$=xls], div#content a[href$=txt], div#content a[href$=ppt], div#content a[href$=pps] { 
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding: 0 19px 1px 0;
	}

div#content a[href^=http] {
	background-image: url(/images/layout/icons/icon_external.gif);
	padding-right: 17px;
	}

div#content a[href^=mailto] { background-image: url(/images/layout/icons/icon_mailto.gif); }
div#content a[href$=pdf] { background-image: url(/images/layout/icons/icon_pdf.gif); }
div#content a[href$=doc] { background-image: url(/images/layout/icons/icon_doc.gif); }
div#content a[href$=xls] { background-image: url(/images/layout/icons/icon_xls.gif); }
div#content a[href$=txt] { background-image: url(/images/layout/icons/icon_txt.gif); }
div#content a[href$=ppt], div#content a[href$=pps] { background-image: url(/images/layout/icons/icon_pps.gif); }

div#content a[href^="http://www.policevolunteers.org"] {
	background-image: none;
	padding: 0;
	}

div#content a[href^="http://policevolunteers.org"] {
	background-image: none;
	padding: 0;
	}

/* Super Container
------------------------------------------------------------------ */
div#supercontainer {
	margin: 0 auto;
	width: 763px;
	}

/* Container
------------------------------------------------------------------ */
div#container {
	background: url(/images/layout/containerbackground.gif) repeat-y top left;
	margin: 0 auto;
	float: left;
	padding: 0;
	width: 762px;
	}

/* Logo
------------------------------------------------------------------ */
div#header {
	background: url(../images/layout/flag-trans.png) no-repeat 20px 0;
	float: left;
	}

/* Logo
------------------------------------------------------------------ */
div#logo {
	padding: 0 0 0 15px;
	float: left;
	width: 500px;
 	}

div#logo h1 a img {
	padding: 20px 0 0 0;
 	}

/* Site Search
------------------------------------------------------------------ */
div#search {
	float: right;
	padding: 30px 15px 0 0;
	width: 200px;
	margin-bottom: 5px;
	}

div#search p {
	color: #777777;
	display: inline;
	margin: 0;
	padding: 0;
	}

div#search input.text {
	border: 1px solid #777777;
	background-color: #f2f2f2;
	display: inline;
	height: 19px;
	margin: 0 0 0 0;
	width: 170px;
	}

div#search input.button {
	position: absolute;
	display: inline;
	height: 19px;
	margin: 0 0 0 0;
	width: 19px;
	}

div#search img {
	vertical-align: bottom;
	}
	
p#social_bookmarks {
	padding: 0;
	float: right;
	font-size: .9em;
	position: relative;
	}


/* Utility Nav
------------------------------------------------------------------ */
div#utilnav {
	float: right;
	padding: 0 15px 0 0;
	width: 210px;
	color: #ffffff;
	}

div#utilnav ul {
	background: url(../images/layout/contactBottom.gif) no-repeat bottom right;
	background-color: #8caed3;
	float: right;
	margin: 0;
	padding: 3px 0 10px 0;
	width: 210px;
	}

div#utilnav ul li {
	background: url(../images/layout/utilnavStar.gif) no-repeat center left;
	display:inline;
	font-size: .8em;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 15px;
	}

div#utilnav li:first-child {
	background: none;
	padding: 0 0 10px 15px;
	}

div#utilnav a {
	color: #ffffff;
	text-decoration: none;
	}

div#utilnav a:hover {
	text-decoration: underline;
	}

/* Primary Nav
------------------------------------------------------------------ */
div#primarynav {
	border: 2px solid #8caed3;
	float: left;
	font-weight: normal;
	margin: 0 0 0 5px;
	padding: 1px;
	width: 745px;
	}

ul#navitems {
	background-color: #004c9b;
	color: #ffffff;
	float: left;
	margin: 0;
	padding: 5px 0;
	list-style-type: none;
	display: inline;
	width: 745px;
	}

ul#navitems li {
	color: #ffffff;
	display: block;
	float: left;
	font-size: .9em;
	}

ul#navitems li:first-child {
	color: #ffffff;
	display: block;
	float: left;
	font-size: .9em;
	padding: 0;
	}

ul#navitems li a {
	xbackground-color: #004c9b;
	color: #ffffff;
	display: block;
	font-size: .9em;
	height: 40px;
	overflow: hidden;
	position: relative;
	text-indent:-9999px;
	}

ul#navitems li a.aboutvips {
	padding-right:7px;
	width: 96px;
	}

ul#navitems li a.programsdirectory {
	width: 137px;
	}

ul#navitems li a.trainingevents {
	padding-right:7px;
	width: 147px;
	}

ul#navitems li a.eventcalendar {
	width: 117px;
	}

ul#navitems li a.startprogram {
	padding-right:7px;
	width: 117px;
	}

ul#navitems li a.vipsaction {
	padding-right:7px;
	width: 107px;
	}

ul#navitems li a.volunteer {
	width: 103px;
	}

ul#navitems li a span.aboutvips, ul#navitems li a span.aboutvipson {
	background:  #004c9b url(../images/layout/nav/aboutvips.gif) no-repeat 0 0px;
	cursor: pointer;
	display: block;
	height: 40px;
	left: 0;
	position: absolute;
	top: 0;
	width: 96px;
	}

ul#navitems li a:hover span.aboutvips, ul#navitems li a span.aboutvipson {
 	background: #004c9b url(../images/layout/nav/aboutvips.gif) no-repeat 0 -40px;
	}

ul#navitems li a span.programsdirectory, ul#navitems li a span.programsdirectoryon {
	background:  #004c9b url(../images/layout/nav/programsdirectory.gif) no-repeat 0 0px;
	cursor: pointer;
	display: block;
	height: 40px;
	left: 0;
	position: absolute;
	top: 0;
	width: 137px;
	}

ul#navitems li a:hover span.programsdirectory, ul#navitems li a span.programsdirectoryon {
 	background: #004c9b url(../images/layout/nav/programsdirectory.gif) no-repeat 0 -40px;
	}

ul#navitems li a span.trainingevents, ul#navitems li a span.trainingeventson {
	background:  #004c9b url(../images/layout/nav/trainingevents.gif) no-repeat 0 0px;
	cursor: pointer;
	display: block;
	height: 40px;
	left: 0;
	position: absolute;
	top: 0;
	width: 147px;
	}

ul#navitems li a:hover span.trainingevents, ul#navitems li a span.trainingeventson {
 	background: #004c9b url(../images/layout/nav/trainingevents.gif) no-repeat 0 -40px;
	}

ul#navitems li a span.eventcalendar {
	background:  #004c9b url(/images/layout/nav/eventcalendar.gif) no-repeat 0 0px;
	cursor: pointer;
	display: block;
	height: 40px;
	left: 0;
	position: absolute;
	top: 0;
	width: 117px;
	}

ul#navitems li a:hover span.eventcalendar {
 	background: #004c9b url(/images/layout/nav/eventcalendar.gif) no-repeat 0 -40px;
	}

ul#navitems li a span.startprogram, ul#navitems li a span.startprogramon {
	background:  #004c9b url(../images/layout/nav/startprogram.gif) no-repeat 0 0px;
	cursor: pointer;
	display: block;
	height: 40px;
	left: 0;
	position: absolute;
	top: 0;
	width: 117px;
	}

ul#navitems li a:hover span.startprogram, ul#navitems li a span.startprogramon {
 	background: #004c9b url(../images/layout/nav/startprogram.gif) no-repeat 0 -40px;
	}

ul#navitems li a span.vipsaction, ul#navitems li a span.vipsactionon {
	background:  #004c9b url(../images/layout/nav/vipsaction.gif) no-repeat 0 0px;
	cursor: pointer;
	display: block;
	height: 40px;
	left: 0;
	position: absolute;
	top: 0;
	width: 107px;
	}

ul#navitems li a:hover span.vipsaction, ul#navitems li a span.vipsactionon {
 	background: #004c9b url(../images/layout/nav/vipsaction.gif) no-repeat 0 -40px;
	}

ul#navitems li a span.volunteer, ul#navitems li a span.volunteeron {
	background:  #004c9b url(../images/layout/nav/volunteer.gif) no-repeat 0 0px;
	cursor: pointer;
	display: block;
	height: 40px;
	left: 0;
	position: absolute;
	top: 0;
	width: 103px;
	}

ul#navitems li a:hover span.volunteer, ul#navitems li a span.volunteeron {
 	background: #004c9b url(../images/layout/nav/volunteer.gif) no-repeat 0 -40px;
	}

/* Content Container
------------------------------------------------------------------ */
div#contentcontainer {
	font-family: Georgia;
	margin: 0;
	padding: 5px 20px 20px 15px;
	width: 737px;
	float: left;
	}

/* Breadcrumbs
------------------------------------------------------------------ */
div#breadcrumbs {
	float: left;
	margin: 0;
	padding: 0 0 0 0px;
	width: 726px;
	}

div#breadcrumbs ul {
	float: left;
	margin: 0;
	padding: 0 15px 0 240px;
	width: auto;
	}

div#breadcrumbs ul li {
	display: inline;
	color: #646464;
	font-size:.85em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	}

div#breadcrumbs a {
	color: #004c9b;
	padding: 0 0 0 0px;
	text-decoration: none;
	}

div#breadcrumbs a:hover {
	text-decoration: underline;
	}

/* Secondary Navigation
------------------------------------------------------------------ */
div#secondaryNavContainer {
	float: left;
	font-family: Georgia;
	padding: 0 0 20px 0;
	width: 215px;
	}

div#secondaryNavContainer p.quote {
	color: #737536;
	font-size: .9em;
	}

div#secondaryNavContainer p.speaker {
	color: #646464;
	font-size: .9em;
	}

div#secondaryNavContainer p a {
	color: #004c9b;
	text-decoration: none;
	}

div#secondaryNavContainer p a:hover {
	color: #004c9b;
	text-decoration: underline;
	}

div#secondaryNavInnerContainer {
	border: 1px solid #8caed3;
	float: left;
	margin: 0 0 20px 0;
	padding: 1px;
	width: 220px;
	}

div#secondaryNav {
	background-color: #8caed3;
	float: left;
	font-size: .9em;
	padding: 10px 0;
	width: 220px;
	}

div#secondaryNav h2 {
	/* background: url(../images/layout/sub/navheaderstar.gif) no-repeat 2px 2px;
	padding: 0 0 0 20px; --- 4/4 JK removed star per client */
	padding: 0 0 0 5px;
	color: #ffffff;
	font-weight: bold;
	display: block;
	margin: 0 0 0 5px;
	position: relative;
	}

div#secondaryNav h2 span {
	background: url(../images/layout/sub/navheaderstar.gif) no-repeat 5px 1px;
	display: inline;
	height: 14px;
	padding: 0 10px 1px 0;
	position: absolute;
	width: 15px;
	}

div#secondaryNav ul {
	background-color: #8caed3;
	color: #252e38;
	font-size: 1em;
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 0;
	}

div#secondaryNav ul li {
	margin: 0 0 0 10px;
	padding: 0 0 3px 0;
	}

div#secondaryNav ul li a {
	background: url(../images/layout/sub/navstaroff.gif) no-repeat 0px 3px;
	color: #ffffff;
	display: block;
	font-size: .91em;
	font-weight: bold;
	padding: 0 0 3px 15px;
	text-decoration: none;
	}

div#secondaryNav ul li a:hover {
	background: url(../images/layout/sub/navstaron.gif) no-repeat 0 3px;
	color: #004c9b;
	}

div#secondaryNav ul li a.on {
	background: url(../images/layout/sub/navstaron.gif) no-repeat 0 3px;
	color: #004c9b;
	}

div#findResources {
	border: 1px solid #820a25;
	color: #ffffff;
	float: left;
	font-family: Georgia;
	padding: 1px;
	text-transform: uppercase;
	width: 220px;
	}

div#findResources h3 {
	background: url(../images/layout/resourcesdown.gif) no-repeat center right;
	background: #820a25;
	font-weight: normal;
	font-size: 1em;
	padding: 5px 10px 5px 5px;
	}

div#findResources h3 a {
	background: url(../images/layout/resourcesdown.gif) no-repeat center right;
	color: #ffffff;
	display: block;
	text-decoration: none;
	padding: 5px 80px 0 0;
	}

div#findResources h3 a:hover {
	background: url(../images/layout/resourcesgo.gif) no-repeat center right;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 80px 0 0;
	}

div#findResources ul {
	background-color: #820a25;
	font-size: 1em;
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
	text-transform: none;
	}

div#findResources ul li {
	margin: 0 0 0 10px;
	padding: 0 0 3px 0;
	}

div#findResources ul li a {
	background: url(../images/layout/sub/navstaroff.gif) no-repeat 0px 2px;
	color: #ffffff;
	font-size: .91em;
	/*font-weight: bold;*/
	padding: 0 0 3px 15px;
	text-decoration: none;
	}

div#findResources ul li a:hover {
	background: url(../images/layout/sub/resource_navstaron.gif) no-repeat 0 2px;
	color: #e799a9;
	}

div#findResources ul li a.on {
	background: url(../images/layout/sub/resource_navstaron.gif) no-repeat 0 2px;
	color: #e799a9;
	}

div#registerProgram {
	border: 1px solid #820a25;
	color: #ffffff;
	float: left;
	font-family: Georgia;
	margin: 20px 0;
	padding: 1px;
	text-transform: uppercase;
	width: 220px;
	}

div#registerProgram h3 {
	background-color: #820a25;
	font-weight: normal;
	font-size: 1em;
	padding: 5px;
	}

div#registerProgram h3 a {
	background: url(../images/layout/registerarrows.gif) no-repeat center right;
	color: #ffffff;
	text-decoration: none;
	padding: 0 35px 0 0;
	}
div#didyouknow {
	float: left;
	}
div#didyouknow h2 {
	color: #737536;
	font-weight: normal;
	margin: 0;
	}

div#didyouknow p {
	color: #646464;
	font-size: .9em;
	}

div#didyouknow p.speaker {
	color: #646464;
	font-size: .9em;
	}

/* Content
------------------------------------------------------------------ */
div#content {
	float: left;
	font-family: Georgia;
	padding: 0 0 0 25px;
	width: 480px;
	}

div#content h1 {
	color: #737536;
	font-family: Georgia;
	font-weight: normal;
	margin: 0;
	}

div#content h2 {
	color: #737536;
	font-family: Georgia;
	font-weight: normal;
	margin: 0;
	}

div#content h3 {
	color: #737536;
	font-family: Georgia;
	font-weight: bold;
	margin: 0;
	}

div#content h4 {
	color: #737536;
	font-family: Georgia;
	font-weight: bold;
	}

div#content blockquote {
	padding: 0px 10px 10px 20px;
	color: #646464;
	font-size: .9em;
	}

div#content p {
	color: #646464;
	font-size: .9em;
	}

div#content ul ul {
	color: #646464;
	font-size: 1.1em;
	margin: 0 0 0 30px;
	}

div#content ol {
	color: #646464;
	margin: 0;
	padding: 0 0 0 20px;
	}

div#zip {
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	width: 130px;
	}

div#distanceZip {
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
	width: 300px;
	}

div#stateRegion {
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
	}
	
div#worldRegion {
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
	width: 210px;
	}

div#theor {
	float: left;
	padding: 20px 0 0 0;
	width: 60px;
	}

div#theor p {
	color: #004c9b;
	font-weight: bold;
	padding: 0 0 0 10px;
	}

p.blue1 {
	margin: 0;
	padding: 0 0 0 20px;
	color: #00009c;
	font-weight: bold;
	}

p.programinfo {
	background: url(../images/layout/sub/divider.gif) no-repeat bottom left;
	padding: 0 0 10px 0;
	width: 475px;
	list-style-type: none;
	}

p.programinfolast {
	width: 500px;
	}

div#content p.programinfo a[href^=http].programlinkfirst {
	/*background-image: none;*/
	/*padding: 0;*/
	}

p a.programlink {
	background: url(../images/layout/sub/programdivider.gif) no-repeat center left;
	display: inline;
	font-size: .95em;
	margin: 0;
	padding: 0 5px 0 8px;
	text-decoration: none;
	}

p a:hover.programlink {
	text-decoration: underline;
	}

p a.programlinkfirst {
	background: none;
	font-size: .95em;
	margin: 0;
	padding: 0 5px 0 0;
	text-decoration: none;
	}

p a:hover.programlinkfirst {
	text-decoration: underline;
	}

li a:hover.programlinkfirst {
	text-decoration: underline;
	}

div#content p.programheader {
	color: #737536;
	font-weight: bold;
	padding: 20px 0 0px 0;
	}

div#content p.programdate {
	margin: 0;
	padding: 0 0 10px 0;
	}

div#content p.programheadertop {
	color: #737536;
	font-weight: bold;
	padding: 0;
	}

div#content p.publishdate {
	float: right;
	}

div#content a {
	color: #004c9b;
	}

div#content td {
	margin: 0;
	padding: 2px;
	}

div#content td p {
	color: #000000;
	}

div#content th {
	margin: 0;
	padding: 5px;
	}

div#content td:hover {
	/*text-decoration: underline;*/
	}

.odd { background: #ffffff; }
.even { background: #e2ecf8; }

div#content p.help {
	color: #004c9b;
	padding-top: 0;
	}

div#content span.help {
	color: #004c9b;
	padding-top: 0;
	}

div#content ol li.qotm {
	list-style:none;
	}

div#content span.required {
	color: #820a25;
	}

td#currentSearchPage {
	background: #ffffff;
	}

td#currentSearchPage a {
	background: #ffffff;
	}

div#lbLoadMessage p {
	display: none;
	}

#categories {
	margin: 0 0 1em;
	padding: 0 0 10px;
	}

#categories td {
	color: #646464;
	margin: 0;
	padding: 0;
	width: 0px;
	}

#registercategories tr {
	color: #646464;
	margin: 0;
	padding: 0;
	}
	
#eventInfo td {
	color: #646464;
	margin: 0;
	padding: 0;
	}

div#content pre {
	color: #646464;
	overflow: scroll;
	width: 470px;
	}

div#content span.normal {
	color: #646464;
	}

/* Training Registration Form
------------------------------------------------------------------ */
div#trainingRegForm {
	float: left;
	width: 490px;
	}

div#trainingRegForm p.alpha {
	float: left;
	width: 150px;
	}

div#trainingRegForm p.beta {
	float: left;
	width: 320px;
	}
/* In the News
------------------------------------------------------------------ */
.issuesarchives {
	float: right;
	}

div#news_infoAlpha {
	float: left;
	width: 100%;
	}

div#news_infoBeta {
	float: left;
	width:45%;
	}

/* Photo Gallery
------------------------------------------------------------------ */
div#photoGalleryContainer {
	color: #646464;
	 width: 480px;
	 float: left;
	 }

div#photogalleryAlpha {
	/*float: left;*/
	/*width:60%;*/
	}

div#photogalleryBeta {
	text-align: right;
	/*float: right;*/
	/*width:40%;*/
	}

div#photogallery {
	float: left;
	margin: 0 0 0 -10px;
	}

.photopages {
	clear: left;
	padding: 0 0 20px 0; 
	float: left;
	}

.photosearch {
	float: right;
	padding: 0 0 0 10px;
	}

div#relatedfiles {
	border-bottom: 1px solid #8caed3;
	margin: 0 0 10px 0;
	}
.NavigationBar { clear:left; }

/* Content Error 
------------------------------------------------------------------ */
div#contenterror {
	float: left;
	font-family: Georgia;
	padding: 0 25px;
	width: 700px;
	}

div#contenterror h1, h2, h3, h4, h5, h6 {
	color: #737536;
	font-family: Georgia;
	font-weight: normal;
	margin: 0;
	}

div#contenterror p, ul {
	color: #646464;
	font-size: .9em;
	}

div#contenterror a {
	color: #004c9b;
	}

div#program_search_links {
	float: right;
	}

/* Question of the Month Poll
----------------------------------------------------------*/
div#questionMonthPoll {
	background: #ffffff;
	font-family: Georgia;
	margin: 10px;
	padding: 10px;
	}

div#questionMonthPoll h2 {
	color: #737536;
	font-family: Georgia;
	padding: 10px 0;
	}

div#questionMonthPoll p {
	margin: 0;
	padding: 5px 0;
	}

div#questionMonthPoll p label {
	float: left;
	}

ul#questions li {
	list-style-type:upper-alpha;
	margin: 0 0 0 40px;
	padding: 0 0 5px 0;
	}

div#questionMonthPoll p.closepoll {
	text-align:right;
	}

div#questionMonthPoll textarea {
	width: 450px;
	}
	
div#questionMonthPoll span.characters {
	float: right;
	}

/* Partners
------------------------------------------------------------------ */
div#partners {
	float: left;
	font-family: Georgia;
	padding: 0 20px;
	width: 728px;
	}

div#partners p {
	color: #606060;
	font-size: .9em;
	padding: 0 0 5px 0;
	}

div#partners ul {
	list-style-type: none;
	padding: 0;
	}

div#partners li:first-child {
	display: inline;
	float: left;
	padding: 0 20px 0 0;
	}

div#partners li {
	display: inline;
	float: left;
	padding: 0 0 0 36px;
	}

/* footer
------------------------------------------------------------------ */
div#clear {
	clear:both;
	}

div#footercontainer {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	}

div#footertop {
	background: url(../images/layout/footerstar.gif) repeat-x center left;
	clear: both;
	float: left;
	height: 10px;
	width: 750px;
	}

div#footermiddle {
	background-color: #8caed3;
	clear: both;
	color: #ffffff;
	float: left;
	font-size: .85em;
	padding: 10px 10px 0 10px;
	width: 730px;
	}

div#footermiddle p.matrix {
	padding: 20px 0 0 0;
	}

div#footermiddle a {
	color: #004c9b;
	text-decoration: none;
	}

div#footermiddle a:hover {
	color: #ffffff;
	}

div#footerbottom {
	background: url(../images/layout/footerbottom.gif) no-repeat bottom left;
	height: 14px;
	clear: both;
	}

/* error list
------------------------------------------------------------------ */
ul.errors {
	list-style: none;
	list-style-image: none;
	background: none;
}

ul.errors li {
	list-style: none;
	list-style-image: none;
	background: url(/images/error.gif) no-repeat 0% 50%;
	padding-left: 20px;
	line-height: 1.5em;
	color: #ff0000;
	font-size: 110%;
}

div#secondaryNav dd a {
	background: url(../images/layout/sub/resource_navstaroff.gif) no-repeat 0 2px;
	}

div#secondaryNav dd a:hover {
	background: url(../images/layout/sub/resource_navstaron.gif) no-repeat 0 2px;
	}

div#secondaryNav dd a.on {
	background: url(../images/layout/sub/resource_navstaron.gif) no-repeat 0 2px;
	}

/***DROP SHADOWS FOR IMAGES***/
span.imgWrapperleft {
	display: block;
	float: left;
	padding: 10px 15px 10px 0;
	position: relative;
}

/*span.imgWrapperCenter {
	display: block;
	float: left;
	position: relative;
	width: 100%;
}*/

span.imgWrapperright {
	display: block;
	float: right;
	padding: 10px 0 10px 15px;
	position: relative;
}
 
/*span.imgWrapperCenter img { margin: 0 auto; }*/

span.shadow {
	border: 1px solid #fff; /**FIX FOR IE 6**/
	background: url(/images/shadow.gif) no-repeat bottom right;
	display: block;
	position: relative;
}

/*span.imgWrapperCenter span.shadow { width: auto; }*/
 
span.shadow img {
	display: block;
	margin: -5px 0 0 -5px;
	padding: 0 7px 7px 0;
	position: relative;
}

span.imgWrapperLeft span, span.imgWrapperRight span, span.imgWrapperCenter span {
	color: #333;
	display: block;
	font-style: italic;
	text-align: center;
}

.small {
	font-style: italic;
	}

/* Volunteer Hours
----------------------------------------- */
form#volunteerHoursState {
	float: left;
	width: 490px;
	}

form#volunteerHoursState dt, dd {
	float: left;
	font-weight: bold;
	}

form#volunteerHoursState dd {
	margin: 0 3px;
	}

form#volunteerHoursState dd select {
	margin: 0 3px;
	width: 160px;
	}

form#volunteerHoursState dd input {
	margin: 0 5px;
	width: 50px;
	}

form#volunteerHoursState p {
	clear: left;
	}

p#valueResultsState { display: none; }

p#calculateAgainState a { display: none; }

form#volunteerHoursNatl {
	float: left;
	width: 450px;
	}

form#volunteerHoursNatl dt, dd {
	float: left;
	font-weight: bold;
	}

form#volunteerHoursNatl dd {
	margin: 0 5px;
	}

form#volunteerHoursNatl dd input {
	margin: 0 5px;
	width: 50px;
	}

form#volunteerHoursNatl p {
	clear: left;
	}

p#valueResultsNatl { display: none; }

p#calculateAgainNatl a { display: none; }

/*****Stories Archives*****/
ul.archives li.quarter strong.quarterName { color: #004C9B; cursor: pointer; font-weight: bold; text-decoration: underline; }
div#content ul.archives li.quarter ul { margin-bottom: 1.5em; }
.clearing { clear: both; }

/* podcasts */
.podcast { border-bottom: 1px solid #ccc; margin-bottom: 1em;}
.podcast h2 { font-size: 1em !important; font-weight: normal !important;padding-bottom:0 !important; color: #004C9B !important;}
.podcast h3 { padding-bottom:0 !important;}

/* video */
#video-content { 
	background: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #646464;
	font-size: .9em;
	}
#video-content h1 {	color: #737536;
	font-family: Georgia;
	font-weight: normal;
	margin: 0;
	border:0;
	font-size: 20px;
	}
#video-content ul, #video-content p, video-content h3, video-content h1 { margin:0; padding:0; font-size: 12px; line-height: 1.4;}
#video-content h3 { margin-top: 1em !important;}
#video-content ul li { margin: 0 0 0 15px}
#video-content p.help { font-size: 11px; color: #004c9b; line-height: 1.2;}
.modalWrapper .cfdebug { display: none !important;}
