/*
 	Theme: 2012 PUCO HTML5
*/
/* @group LAYOUT
===================================== */


#container {
	width: 990px;
	margin: 0 auto;
	padding: 0px;
	}

#content {
	padding-top: 15px;
	padding-bottom: 20px;
	}

article {
 	float: left;
	color: #232323;
	width: 970px;
	}

article #titlearea {
	padding-left: 10px;
}
article #bodyarea {
	clear: both;
	padding-left: 10px;
}
.twoColSL article {
	float: right;
	width: 660px;
	}

.twoColSR article {
	float: left;
	width: 660px;
	}

.threeCol article {
	width: 330px;
	}
.threeColBottom article {
	}
aside {
	width: 330px;
	min-height: 100px; /*Fixes odd no-content disappearing bug.*/
	}
/* these are always applied to aside in template */
#left {
	float: left;
	width: 300px;
	padding-right: 30px;
	}
#right {
	float: right;
	width: 300px;
	padding-left: 30px;
	}

/* @end LAYOUT
-------------------------------- */

/* @group GLOBALS
===================================== */
body {
	/* 
	background: url(/puco/includes/themes/puco/images/2012/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top; 
	 */
}
	
* { -moz-outline: 0; }
.printonly {
	display: none;
}
.noprint {
	/* put this in print.css with display:none  */
	}
	
#sitewidemessage {
}
.rssicon {
	float: right;
}
#followusbuttons {
	padding-top: 10px;
	clear: right;
	float: right;
}
#socialmediabuttons {
	text-align: right;
	padding: 0em 0em 1em .5em;
	margin: 0px;
}
.oneCol #socialmediabuttons {
	text-align: right;
	width: 300px;
	float: right;
	clear: right;
}
.threeColBottom #socialmediabuttons {
	text-align: right;
	width: 300px;
	float: right;
	clear: right;
}
aside #socialmediabuttons {
	text-align: right;
}
#socialmediabuttons h2 {
	font-size: 1em;
	line-height: .95em;
}
#facebookplatformbutton {
	/*
margin-left: auto;
    margin-right: auto;
	width: 280
*/
}
#fb-root {
	display: none;
}
hr {
	clear: both;
	height: 0;
	margin: 2em 0;
	border: 1px solid #ccc;
	border-width: 1px 0 0;
	}
p + ul, p + ol {
margin-top: 0.5em;
}
a#svAsset img {
	float: right;
	padding: 0em 0em 0em 1em;
}
/* @group Globals - HTML 5 Elements
===================================== */

article, aside, canvas, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }

/* @end Globals - HTML 5 Elements
-------------------------------- */


/* @group Globals - Tables
===================================== */

.content table {
	width: 100%;
	margin-top: 30px;
	}

th {
	border: 1px solid;
	border-color: #becfd6 #becfd6 #dce6ea;
	color: #32566c;
	background: #ECECEC;
	}

td {
	padding: 10px;
	border: 1px solid #d6d6d6;
	}

tr.alt td { background: #eee; }  /*Move*/ 

/* @end Globals - Tables
-------------------------------- */


/* @group Globals - Forms
===================================== */

article form {
	padding: 2em;
	background: #ECECEC;
	overflow: hidden;
	/* max-width: 504px; width of article in three column layout */
	}

article #svSearchResults form {
	max-width: 100%;
}

article fieldset {
	border: none;
	padding: 0;
	}


article legend {
	margin: 0;
	padding: 0;
	}
/*
article label {
	padding-top: .5em;
	line-height: 1;
	color: #0c2846;
	}
*/
article label {
	float: left;
	margin-right: 3px;
	padding-right: 7px;
	font-weight: bold;
	line-height: 1em;
	text-align: right;
	
	width: auto !important;
}
.submit, .buttons input {
	float: right;
	height: 2em;
	line-height: 2.1em;
	border: none;
	padding: 0 1em;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	background: #6B7B8B;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	}

/* search form  over ride */
#svSearchAgain .submit, .buttons input {
	float: none;
}
form#svSearchAgain label {
	padding-top: 6px; 
}
#searchinstructions {
	float: right;
	padding-left: 5px;
	margin-left: 5px;
	width: 50%;
}
.searchLinkSummary br {
	display:none;
}
/* @group Globals - Forms - Search
===================================== */

#searchForm {
	float: right;
	margin: 0;
	padding: 15px 0px 15px 0px;
	}

#searchForm fieldset {
	padding: 0;
	border: 0;
	}

#searchForm input.text {
	float: left;
	height: 21px;
	width: 175px;
	margin: 0 .75em 0 0;
	font-style: italic;
		padding: 1px;
	}

#searchForm .submit {
	}

/* @end Globals - Forms - Search
-------------------------------- */


/* @group Globals - Forms - Login
===================================== */

/* @group Globals - Forms - Login
===================================== */

#login {
	padding-bottom: 1em !important;
	}

#login ol {
	padding-top: 0;
	}

#svLoginContainer input.text {
	width: 99%;
	}

#svLoginContainer p.required {
	float: none;
	clear: both;
	}

#sendLogin fieldset {
	margin-top: -.5em;
	padding-top: .25em;
	}

/* @end Globals - Forms - Login
-------------------------------- */

aside #login {
	padding: 0;
	}

/* @end Globals - Forms - Login
-------------------------------- */


/* @group Globals - Forms - Comments
===================================== */

#svComments {
	border-top: 2px solid #ccc;
	margin-top: 3em;
	padding-top: 2em;
	}

#svComments dl {
	border-bottom: 1px dotted #ccc;
	}



/* @end Globals - Forms - Comments
-------------------------------- */

/* @end Globals - Forms
-------------------------------- */

/* @end GLOBALS
-------------------------------- */



/* @group HELPER CLASSES
===================================== */

.clearfix:after {
	content: " "; /* Avoid extra space */
	}

/* @end HELPER CLASSES
-------------------------------- */





/* @group Layout - Header
===================================== */

header {
	position: relative;
	padding-top: 0px;
	}
header #mainlogo {
	width: 400px;
	float: left;
}
header h1 a {
	display: block;
	width: 375px;
	height: 124px;
	margin: 0 0 10px;
	text-indent: -9999px;
	background: url(../../images/2012/soh/logo_puco.png) no-repeat;
	}
header #search {
	float: right;
	width: 330px;
	height: 92px;
	margin: 0;
	border: 0;
	padding: 0;
	background: transparent url(../../images/2012/soh/bg_search2.png) top center no-repeat;
	overflow: hidden;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
header #ohiodotgov {
	padding: 15px 0px 15px 15px;
}
header #ohiodotgov #ohiodotgovlink {
	float: left;
	display: block;
	width: 93px;
	height: 21px;
	margin: 0px;
	text-indent: -9999px;
	background: url(../../images/2012/soh/ohiogov.png) no-repeat;
}
header #ohiodotgov ul li  {
}
header #ohiodotgov ul li {
	border-right: 1px solid black;
}
header #ohiodotgov ul li.last {
	border-right: none;
}
header #ohiodotgov a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
header #ohiodotgov a:hover {
	color: #9B001A;
	text-decoration: underline;
	
}
header .navUtility {
	/* position: absolute;
	top: 32%;
	right: 225px; */
	}

/* @end Layout - Header
-------------------------------- */



/* @group Layout - Footer
===================================== */

footer {
	clear: both;
	float: left;
	width: 100%;
	margin: 0 auto 25px auto;
	overflow: hidden;
	background: #ECECEC;
	padding: 0px 0px 20px 0px;
}
footer .footerbox {
	width: 990px;
	margin: 0 auto;
	padding: 20px;
}

footer .quickPoll {
	background-color: white;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 20px;
	text-align: right;
}
footer .quickPoll form {
	width: 990px;
	margin: 0 auto;
}

footer .quickPoll label, p.fieldLabel {
	float: none;
	text-align: right;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	width: 10%;
}


/* @end Layout - Footer
-------------------------------- */

/* @end LAYOUT
-------------------------------- */



/* @group NAVIGATION/UI
===================================== */

/* @group Nav - Breadcrumb
===================================== */

#crumbList {
	margin: 0 0 1.5em;
	padding-left: 10px;
	}

#crumbList li {
	font-size: 1.1em;
	}

#crumbList li a:hover {
	text-decoration: underline;
	}

#printerfriendly {
	margin: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	float: right;
	font-size: .9em;
	}
	
#printerfriendly a { text-decoration: none;  }
#printerfriendly a:hover { text-decoration: underline;  }

/* @end Nav - Breadcrumb
-------------------------------- */

/* @group Nav - Utility
===================================== */

.navUtility {
	overflow: hidden;
	margin: 0;
	padding: 0;
	}

.navUtility li {
	display: inline;
	margin: 0px;
	padding: 0 10px;
	list-style: none;
	font-size: 1em !important;
	}

#footer .navUtility {
	float: left;
	}

#footer .navUtility li {
	padding: 0 5px;
	border-left: 1px solid #cfcfcf;
	}

#header .navUtility li {
	border-left: 1px solid #959595;
	}

#footer .navUtility li a {
	font-size: .9em !important;
	color: #999;
	}

/* @end Nav - Primary
-------------------------------- */

#sectionheader {
	clear: both;
	width: 990px;
	margin: 0 auto;
	padding: 10px 0px 0px 10px;
	border: 0;
	height: 96px;
	border-bottom: 1px solid black;
	overflow: hiddefn;
	background: transparent url(../../images/2012/soh/bg_sectionheader.png) bottom left repeat-x;
}
/* no title on home page */
.sysPuco #titlearea {
	display: none;
}

/* @group Nav - Primary
===================================== */
#navbarContainer {	
	clear: both;
	text-align: center;
	height: 36px;
	width: 990px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(../../images/2012/soh/nav_v2.png) no-repeat;
}

#navPrimary {
	display: inline-block;
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;

}
#navPrimary li {
	float: left;
	margin: 0;
	padding:0;
	font-size: 90%;
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: 1px;
	color: white;
	border-right: 1px dotted white;
	}

#navPrimary li.first {
	border-left: 1px dotted white;
	margin: 0;
	padding: 0;
	}

#navPrimary a {
	display: block;
	margin: 0;
	padding: 0 15px;
	line-height: 36px;
	color: #fff;
	text-decoration: none;
	}
#navPrimary li.current,#navPrimary li:hover, #navPrimary li.sfhover {
	background-image: url(../../images/2012/soh/nav_button.png);
	}

#navPrimary li:hover a, #navPrimary li li:hover a:hover, #navPrimary li.sfhover a:hover {
	color: #fff;
	}

#navPrimary li li a:hover {
	color: #fff;
	}

/* @group Nav - Primary - Dropdown
===================================== */
/* http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#navPrimary li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	z-index: 10;
	width: 150px; 
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #9B001A;
	}

#navPrimary li li { /* all list items */
	float: left;
	width: 150px; /* width needed for Opera */
	border: none;
	}

#navPrimary li li a {
	display: block;
	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: -1.95em 0 0 10em;
	}

#navPrimary li:hover ul ul,
#navPrimary li:hover ul ul ul,
#navPrimary li.sfhover ul ul,
#navPrimary li.sfhover ul ul ul {
	left: -9999px;
	z-index: 1001;
	}

#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 Nav - Primary - Dropdown
-------------------------------- */



/* @end Nav - Primary
-------------------------------- */





/* @group Nav - Secondary
===================================== */

.navSecondary {
	margin: 0 0 4em;
	padding: 0;
	list-style: none;
	height: auto;
	}

.navSecondary li {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #d6d6d6;
	line-height: 1.2;
	}

.navSecondary .last {
	border: 0;
	padding-bottom: 0;
	}

.navSecondary li ul {
	margin: .5em 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}

.navSecondary li {
	margin-bottom: .5em;
	}

.navSecondary li a {
	display: block;
	}
.navSecondary li a:hover {
	}

.navSecondary li.current a {
	font-weight: bold;
	color: #ff3405;
	}


/* @group Nav - Secondary - Second Level
===================================== */

.navSecondary li.current ul {
	}

.navSecondary li li {
	margin: 0 0 .5em 1em;
	padding: 0;
	border-bottom: none;
	list-style: none;
	line-height: 1.2em;
	}

.navSecondary li.current li a {
	font-weight: normal;
	color: #434343;
	}

/* @end Nav - Secondary - Second Level
-------------------------------- */

/* @end Nav - Secondary
-------------------------------- */


/* @group Nav - More Results
===================================== */

.moreResults {
	border-top: 2px solid #e6e6e6;
	padding-top: 1.5em;
}

/*.moreResults dt {
	float: left;
	margin-right: .5em;
	}*/

.moreResults ul {
	/*float: right;*/
	overflow: hidden;
	margin: 0;
	padding: 0;
	}

.moreResults li {
	display: inline;
	padding: 0 .25em;
	list-style: none;
	border-right: 1px solid #b6b6b6;
	}
	
.moreResults li.resultsFound {
	padding-right: .5em;
}
	
.moreResults li.navNext {
	border-right: 0;
	}
	
.moreResults li.navPrev {
	border-right: 0;
	}

.moreResults li a {
	padding: 0;
	}

/* @end Nav - More Results
-------------------------------- */

/* @end NAVIGATION/UI
-------------------------------- */



/* @group MODULES
===================================== */

a#svAsset {
}

/* @group Galleries
===================================== */

#svGallery {
	border-top: 2px solid #e6e6e6;
	padding-top: 1.8em;
}

#svGallery li a {
	border: 0px solid #ccc; /* Add the the total number of pixels added by borders and padding here to includes/display_objects/gallery/htmlhead/gallery.cfm */
	}


/* @end
-------------------------------- */

/* @group Calendar
===================================== */

.svCalendar table {
	margin-top: 0;
	}

.svCalendar th {
	background: #9A001A;
	vertical-align: middle;
	color: #fff;
	}

.svCalendar th a, .svCalendar th a:hover {
	background: #9A001A;
	color: #fff;
	}

.svCalendar th a:hover {
	color: #6B7B8B;
	}


.svCalendar tr.dayofweek td {
	background: #6B7B8B;
	color: #fff;
	font-weight: normal;
	}

.svCalendar th,
.svCalendar td {
	border: 1px solid #fff;
	}

.svCalendar td {
		background: #ECECEC;
	}
#svCalendar td ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#svCalendarNav td {
	vertical-align: middle;
}
		
#svCalendarNav td a {
	display: block;
	margin-bottom: 1px;
	padding: 3px 4px;
	background: #ff3405;
	color: #fff;
}

#svCalendarNav td a:hover {
	background: #9A001A;
	text-decoration: none;
}


/* @end Calendar
-------------------------------- */

/* @group Dragable Feeds */

#svRSSFeeds form {
	background: transparent;
	}

li.boxItemHeader { /* Link of items inside dragable boxes */
	color: #6B7B8B;
	padding-left: 10px;
	background: url(../../images/2012/pointer_red_sm.gif) no-repeat left .25em;
	}

a.boxItemHeader { /* Link of items inside dragable boxes */
	color: #6B7B8B;
	}

#svAddNewFeed {
	padding: 0 !important;
	background: transparent !important;
	}

#svAddNewFeed button { /* !important used to override dragable_feeds.css */
	background: #6B7B8B !important;
	font-size: 11px !important;
	}

/* @end */



/* @group Features
===================================== */

#features {
	overflow: hidden;
	}

#features dl {
	float: left;
	clear: none;
	width: 213px;
	margin: 0 16px 0 0;
	}

#features dt {
	font-weight: bold;
	letter-spacing: -0.025em;
	}

#features dt a {
	color: #232323;
	}

#features dt a:hover {
	text-decoration: none;
	}

#features dd {

	}

#features dd p {
	margin: -3px 0 8px;
	line-height: 15px;
	}

#features dd a {
	font-weight: bold;
	}

#features dd.image {
	float: none;
	margin: 0 0 1.7em;
	position: relative;
	}

#features dd.image img {
	/* recommended size: */
	/*width: 213px;*/
	/*height: 120px;*/
	}


/* @end Features
-------------------------------- */




/* @group Indexes
===================================== */
.svIndex {
	margin: 0em;
	}
.svIndex dl {
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0px;
	border-bottom: 1px dotted #ccc;
	}
.svIndex dl.last {
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0px;
	border-bottom: none;
	}
/**/
aside .svIndex {
	padding: 20px;
	background: url(/puco/includes/themes/puco/images/2012/bg_cbox_fade.png) bottom center repeat-x;
}
aside .svIndex dl {
	}

.svIndex dl.hasImage {
	position: relative;
	}

aside .svIndex dl.hasImage {
	min-height: 0;
	padding-left: 0;
	}

.svIndex dl.hasImage .image {
		float: none;
		}

aside .svIndex dl.hasImage .image {
	display: none;
	}

.content .svIndex {
	margin-top: 2em;
	}

.content .svIndex dt {
	margin-bottom: .5em;
	}

.svIndex dt.releaseDate {
	color: #000000;
	}

.svIndex dd {
	line-height: 1.2;
	}

.svIndex dd.image {
	position: absolute;
	top: 0;
	left: 0;
	}

/* @group Ratings */

.content .svIndex dd.credits,
.content .svIndex  dd.comments,
.content .svIndex  dd.tags,
.content .svIndex  dd.rating {
	line-height: 20px; /* acommodate height of stars */
	}

div.stars a {
	width: 14px;
	height: 13px;
	background: transparent url(../../images/2012/rater/stars.png) no-repeat;
}

.zero { background-image: url(../../images/2012/rater/star_zero.png); }
.one { background-image: url(../../images/2012/rater/star_one.png); }
.onehalf { background-image: url(../../images/2012/rater/star_onehalf.png); }
.two { background-image: url(../../images/2012/rater/star_two.png); }
.twohalf { background-image: url(../../images/2012/rater/star_twohalf.png); }
.three { background-image: url(../../images/2012/rater/star_three.png); }
.threehalf { background-image: url(../../images/2012/rater/star_threehalf.png); }
.four { background-image: url(../../images/2012/rater/star_four.png); }
.fourhalf { background-image: url(../../images/2012/rater/star_fourhalf.png); }
.five { background-image: url(../../images/2012/rater/star_five.png); }

/* @end */

/* @group Slideshow
===================================== */	
.svSlides dl.hasImage { /* Optimized for 180px wide images. Edit image size in "site settings." Adjust here as necessary*/
	/*  position: relative; */  
	/*  padding-left: 130px; */ 
	min-height: 180px;
	}
	
.svSlideshow {
	position: relative;
	/*height: 234px;*/
	overflow: hidden;
	padding: 15px;
	margin: 0px;
	/* margin: 0 0 2.2em;*/
	/* background: #102e50 url(../images/bg-hero.jpg) no-repeat !important; */
	/*  background: #102e50 url(../../images/2012/bg-hero.jpg) no-repeat !important;*/
	background: url(/puco/includes/themes/puco/images/2012/bg_cbox_fade.png) bottom center repeat-x;
	border: 0;
	}
.svSlides {
	position: relative;
	border: 0;
	z-index: 1;
	padding: 0;
	margin: 0 !important;
	min-height: 186px;
	/* border: 1px solid #ff3405; */
	}
.svSlides dl {
	/* */width: 440px;
	height: 208px;
	padding-bottom: 0px;
	margin: 0px;
	border: 0px;
	background: transparent !important; /*for IE 6/7*/
	}
.svSlides dt.releaseDate {
	display: none;
	}
.svSlides dl a {
	}

.svSlides dd {
	margin-bottom: 1.1em;
	letter-spacing: -0.025em;
	line-height: 1.2em;
	padding: 0;
	}
.svSlides dd.image { /* Optimized for 180px wide "medium" images - edit image size in "site settings." Adjust here as necessary */
	/* */
	padding: 0;
	/*	border: 1px solid #a00c26; */ 
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F8F8F8  ;
	border-right-color: #E8E8E8  ;
	border-bottom-color: #E8E8E8  ;
	border-left-color: #F8F8F8  ;
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	float: left;
	}

.svSlides dd.image img {
	/*  display: block; */
	width: 100px;
	height: 100px;	
	}

.svSlides .readMore {
	 /* float: right;*/
	}

.svSlides .readMore a {
	position:absolute;
    bottom: 0px;
    right: 0px;
	font-size: .9em !important;
	font-weight: bold;
	color: #fff;
	height: 2.1em;
	line-height: 2.1em;
	border: none;
	padding: 0 1em;
	display: block;
	width: 60px;
	text-align: left;
	padding-right: 22px;
	margin-right: 0px;
	margin-top: .5em;
	background: #9B001A url(/puco/includes/themes/puco/images/2012/arrows_white.gif) no-repeat 7em 50%;
	/* background: #2e7aa7 url(../images/arrows_white.gif) no-repeat 7em 50%; */
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	z-index: 1001;
	}
/* pager replaced by mura-pager in 6.1 */
.svPager {
	/* text-align: center;  */
	clear: left;
	text-align: left;
	padding-top: 1px !important;
	width: 350px;
	}

ol.svPager {
	/* position: relative;   */


	}

ol.svPager li {
	margin: 0 .25em;
	display: inline;

	}

ol.svPager a {
	color: #fff;
	background: #0c243a;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 5px;
	text-align: center;
	line-height: 1.2;
	text-decoration: none;
	}

ol.svPager li.activeLI a,
ol.svPager a:hover {
	background: #ff3405;
	text-decoration: none;
	}


/* pager replaced by mura-pager in 6.1 */
.mura-pager {
	/* text-align: center;  */
	line-height: 2;
	}

.home ol.mura-pager {
	/*  position: relative; */ 
	z-index: 2;
	width: 100%;
	text-align: center;
	margin: 10px 0;
	padding: 0;
	list-style: none;
	}

ol.mura-pager li {
	display: inline;
	padding: 5px;

	}

ol.mura-pager a {
	padding: 5px;
	color: #fff;
	background: #0c243a;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

ol.mura-pager li.cycle-pager-active a,
ol.mura-pager a:hover {
	background: #ff3405;
		text-decoration: none;
	}



/*  slide show on home page  */

/* @end Indexes
-------------------------------- */


/* @group Session Tools
===================================== */

#svSessionTools p#welcome {
	font-weight: bold;
	color: #ff3405;
	}

/* @end Session Tools
-------------------------------- */


/* @group User Tools - Categories
===================================== */

#svCategories li {
	margin: 0;
	padding: 0;
	}

#svCategories li a {
	margin: 0;
	padding: 0;
	}

/* @end User Tools - Categories
-------------------------------- */


/* @group User Tools - Favorites
===================================== */

#favoriteList li {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	}

#favoriteList li a {
	margin: 0;
	padding: 0;
	}

/* @end User Tools - Favorites
-------------------------------- */

/* @group govdel and facbook boxes 
-------------------------------- */
.govdelbox {
	height: 50px;
	background: url(/puco/includes/themes/puco/images/2012/bg_cbox_fade.png) bottom center repeat-x;
	/*
	background: url(/puco/includes/themes/puco/images/2012/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;	 
	 */
}
.govdelbox  #govdelform {
	clear: none;
	background: none;
	padding: 0px 0px 0px 70px;
	margin: 0px 0px 0px 0px;
	background: url(/puco/assets/Image/Icons/Lg_envelope.png) top left no-repeat;
	
}
.govdelbox  #govdelform fieldset {
	clear: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.govdelbox input#email {
	font-style: italic;
	width: 250px;
	}
.cbox.fbbox {
	height: 50px;
	background: url(/puco/includes/themes/puco/images/2012/bg_cbox_fade.png) bottom center repeat-x;
}
.fbbox  .fb-like  {
	height: 50px;
	padding: 0px 0px 0px 70px;
	margin: 0px 0px 0px 0px;	
	background: url(/puco/assets/Image/Icons/LgFacebook.png) top left no-repeat;
}
.fbbox  .fb-like iframe {
	padding: 3px 0px 0px 0px;
	
}
/* @end govdel and facbook boxes 
-------------------------------- */





/* @end MODULES
-------------------------------- */
/* EOF */