@charset "utf-8";
/* when this file or any web assets in it change, copy them
 to /payf2/PAYFSSL/doc/webcms/groups/internet/documents/web_asset */


/* CSS Document */
/* ---------------------------------------------------
CVS: $Id: global.css,v 1.15 2009/03/10 16:25:11 cvsdevel Exp $
Title: global.css
Copyright: (c) 2008
Author: Smitty
Company: Rhino Internet Solutions
Description: Global styles for phoenix.gov
--------------------------------------------------- */

/* ---------------------------------------------------
=IE Style Import
References specific Internet Explorer styles grouped
in a separate document
--------------------------------------------------- */

@import url("/webcms/groups/internet/documents/web_asset/ie_css.css");
body, blockquote, caption, dl, dt, dd, ol, ul, li, fieldset, form, label, object, legend, p, table, tbody, tfoot, thead, tr, th, td, h1, h2, h3, h4, h5, h6 {
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*list-style: none;*/
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
ol, ul {
 list-style: none;
}
input {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
html {
	font-size: 100.01%; /* corrects disparities in default font size for IE and font resizing in Safari */
}
a img, img {
	border: none;
}
/* ---------------------------------------------------
=Global Elements
Redefinition of basic HTML element behavior globally 
--------------------------------------------------- */

body {
	background-color: #FFF;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .688em; /* 11px */
	margin: 0 0 0 0;
}
p {
	font-size: 1.1em;
	line-height: 1.2em;
	margin-bottom: 10px;
}
a {
	color: #906;
	text-decoration: none;
}
a:hover {
	color: #906 !important;
	text-decoration: underline;
}
h1 {
	font-size: 1.82em;
	font-weight: bold;
	line-height: 1.1em;
}
h2 {
	color: #666;
	font: 1.8em Georgia, "Times New Roman", Times, serif; /* 20px */
	margin-bottom: 1em;
}
h3 {
	color: #333;
	font: 1.64em Georgia, "Times New Roman", Times, serif; /* 18px */
	margin: 1em 0 .6em 0;
}
h4 {
	border-top: 1px solid #666;
	color: #666;
	display: block;
	clear:both;
	font: 1.45em/1.25em Georgia, "Times New Roman", Times, serif; /* 16px */
	margin-bottom: 1em;
	padding-top: .35em;
}
h5 {
	font-size: 1.27em; /* 14px */
	font-weight: bold;
	line-height: 1.1em;
}
h6 {
	color: #666;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: .45em;
	text-transform: uppercase;
}
/* copies of h6 elements provided below as a class for use in Oracle WYSIWIG editors benw */
.h1 {
	font-size: 1.82em;
	font-weight: bold;
	line-height: 1.1em;
}
.h2 {
	color: #666;
	font: 1.8em Georgia, "Times New Roman", Times, serif; /* 20px */
	margin-bottom: 1em;
}
.h3 {
	color: #333;
	font: 1.64em Georgia, "Times New Roman", Times, serif; /* 18px */
	margin: 1em 0 .6em 0;
}
.h4 {
	border-top: 1px solid #666;
	color: #666;
	font: 1.45em/1.25em Georgia, "Times New Roman", Times, serif; /* 16px */
	margin-bottom: 1em;
	padding-top: .35em;
	display: block;
	clear:both;
}
.h5 {
	font-size: 1.27em; /* 14px */
	font-weight: bold;
	line-height: 1.1em;
}
.h6 {
	color: #666;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: .45em;
	text-transform: uppercase;
}
fieldset {
	margin-bottom: .85em;
	padding: .5em 0;
}
legend {
	background-color: transparent;
	font-size: 1.1em;
	font-weight: bold;
}
dd {
	margin-left: 1em;
}
li {
	/*list-style-type: square;*/
	margin: 0 0 .5em 1.25em;
}
table {
	border-left: 1px solid #CCC;
	border-top: 1px solid #666;
	margin-bottom: 1em;
	width: 100%;
}
th, td {
	border-right: 1px solid #CCC;
	font-size: 1.1em;
	padding: .5em 1em;
	text-align: left;
}
.th { /* new class added to allow contributors to specify Rhino style in Oracle wysiwig element editor */
	border-right: 1px solid #CCC;
	font-size: 1.1em;
	padding: .5em 1em;
	text-align: left;
}
.thead { /* new class added to allow contributors to specify Rhino style in Oracle wysiwig element editor */
	background-color: #EFEFEF;
	border-bottom: 3px double #CCC;
	font-weight: bold;
	text-transform: uppercase;
}
thead th {
	background-color: #EFEFEF;
	border-bottom: 3px double #CCC;
	font-weight: bold;
	text-transform: uppercase;
}
td {
	border-bottom: 1px dotted #CCC;
}
tfoot td {
	background-color: #EFEFEF;
	border-bottom: 1px solid #666;
	font-weight: bold;
}
.tfoot { /* class added to allow contributors to replicate Rhino's table footer */
	background-color: #EFEFEF;
	border-bottom: 1px solid #666;
	font-weight: bold;
}
blockquote {
	border-top: 1px solid #CCC;
	background-color: #EFEFEF;
	font-size: 1.1em;
	margin: 1em 2em 1em 2em;
	padding: 1.5em;
}
/* ---------------------------------------------------
=Fixes
Important elements to correct various browser quirks
--------------------------------------------------- */

.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
/* ---------------------------------------------------
=Layout
Styles pertaining to position of macro elements 
--------------------------------------------------- */

#container1 {
	margin: 0 auto;
	position: relative;
	min-width: 780px;
	text-align: left;
	width: 100%;
}
#container2 {
	height: 1%;
	margin: 10px 20px 0 20px;
	overflow: hidden;
	padding-bottom: 37px;
	position: relative;
}
#col1, #col2 {
	float: left;
}
#col1 {
	background-color: #FFF;
	width: 25%;
}
#col2 {
	background-color: #FFF;
	border-left: 10px solid #FFF; /* Sets margin between columns */
	margin-right: -10px;
	width: 74.9%; /* changed from 74% to accommodate 1024x768 a bit better. Was 74% for IE6 bw */
}
/* ---------------------------------------------------
=Header Bar
Styling for top-most navigation and search 
--------------------------------------------------- */

#header {
	margin-bottom: 10px;
	padding: 0 20px;
}
#header-nav {
	display: inline;
	line-height: 2.35em;
	position: relative;
	vertical-align: middle;
}
#header-nav li {
	display: inline;
	margin: 0;
	padding-right: 1.1em;
}
#header-nav ul {
	display: inline;
	margin: 0 0 0 0;
}
#header-nav li a {
	color: #FFF;
	font-weight: bold;
	white-space: nowrap;
}
#header-nav li a:hover {
	color: #FC3 !important;
}
#header-search {
	float: right;
	font-size: 1em;
	margin: 1px 0 0 0;
	padding-right: 0 !important;
}
.hdr-srch-fld {
	background-color: #FFF !important;
	border: 1px solid #FFF !important;
	color: #333; /* orig #ccc, modified 05-04-09 by BenW */
	font: bold 1em Arial, Helvetica, sans-serif;
	height: 1.2em;
	line-height: 1em;
	margin-top: 0 !important;
	padding: .4em 5px !important;
	width: 117px;
	width/**/:/**/ 107px; /* Box Model Hack for IE */
	vertical-align: inherit;
}
.hdr-srch-btn {
	background: #CCC url("/webcms/groups/internet/documents/web_asset/go_button.gif") center right no-repeat;
	border: none !important;
	color: #666;
	cursor: pointer;
	font-style: italic;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: -.1em;
	padding: .4em 8px .4em 2px;
}
.hdr-srch-btn-sp {
	background: #CCC url("/webcms/groups/internet/documents/web_asset/go_button.gif") center right no-repeat;
	border: none;
	color: #666;
	cursor: pointer;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -.1em;
	padding: .4em 8px .4em 2px;
}
#weather {
	color: #787878;
	font-size: 1em;
	position: absolute;
	right: 5px;
	top: -7px;
	z-index: 1;
	font-weight:bold !important;
}
#weather iframe {
	background-color: transparent;
	display:inline;
	padding-right:2px;
	margin-top:-3px !important;
	vertical-align:middle;
}
/* ------------------------------------------------------
=Logo Bar
Header elements including:   
   CoP logo
   Weather

   Outage Message
   
   Note: For navigation styling see nav.css
------------------------------------------------------ */

#logo-nav-container {
	background: #FFF url("/webcms/groups/internet/documents/web_asset/logo_nav_bg.gif") bottom left repeat-x;
	border-bottom: 1px solid #906;
	margin: 0 20px;
	padding: 0;
}
#logo-nav {
	height: 1%;
	padding: 9px 0 10px 0;
	position: relative;
	width: auto;
}
#phx-logo {
	float: left;
	display: inline;
	margin: 5px 20px 17px 15px;
}
#phx-logo a {
	background: transparent url("/webcms/groups/internet/documents/web_asset/phx_logo2.png") top left no-repeat;
	/*critical note: use the WEB CMS URL The filename specified in it differs as phx_logo2.png */
	border: none;
	display: block;
	height: 47px;
	outline: none;
	text-indent: -9999px;
	width: 193px;
}
#phx-logo-tall {
	float: left;
	display: inline;
	margin: 0 20px 0 15px;
}
#phx-logo-tall a {
	background: transparent url("/webcms/groups/internet/documents/web_asset/phx_logo_tall.png") top left no-repeat;
	border: none;
	display: block;
	height: 69px;
	outline: none;
	text-indent: -9999px;
	width: 103px;
}
#phx-logo-tall-sp {
	float: left;
	display: inline;
	margin: 0 20px 0 15px;
}
#phx-logo-tall-sp a {
	background: transparent url("/webcms/groups/internet/documents/web_asset/phx_logo_tall_sp.png") top left no-repeat;
	border: none;
	display: block;
	height: 89px;
	outline: none;
	text-indent: -9999px;
	width: 103px;
}
#all-america {
	float: right; /* originally float left */
	/* text-indent: -9999px;
   height: 69px;
   padding: 0;
   width: 60px;
   margin: 0 0 0 30px;*/
}
#all-america a {
	background: transparent url("http://phoenix.gov/webcms/groups/internet/documents/web_asset/all_america_city_2009.gif") top left no-repeat;
	border: none;
	float: left;
	text-indent: -9999px;
	height: 69px;
	padding: 0;
	width: 65px;
	margin: 0 75px 0 0;
}
/* ******************* Spanish version of phx-logo id follows below ********************* */

#phx-logo-sp {
	float: left;
	display: inline;
	margin: -7px 7px 17px 7px;
}
#phx-logo-sp a {
	background: transparent url("/webcms/groups/internet/documents/web_asset/phx_logo_sp.png") top left no-repeat;
	border: none;
	display: block;
	height: 47px;
	outline: none;
	text-indent: -9999px;
	width: 253px;
}
#outage {
	color: #FFF;
	font-weight: bold;
	margin: 0 20px;
	padding: 3px 10px 5px 10px;
}
#outage.off {
	display: none;
}
/* ------------------------------------------------------
=Homepage
Includes the following modules:  
  Prime Promo (top left)
  Welcome Message
  News List
  Featured Module (feat)
  Photo of the Day (potd)
  Promos
------------------------------------------------------ */

#hp-promo-photo {
	background: #333 url("/webcms/groups/internet/documents/web_asset/hp_photo_01.jpg") top right no-repeat;
	height: 1%; /* Holly Hack, needed to clear floats in IE */
	margin: 10px 20px;
	position: relative;
}
/* --{ Prime Promo }---------------------------------- */

.prime-promo {
	border-right: 10px solid #FFF;
	float: left;
	margin-right: -10px;
	width: 25%;
}
.prime-promo div {
	padding: 1em;
}
.prime-promo h2 {
	color: #FFF;
	font: 1.45em/1.25em Georgia, "Times New Roman", Times, serif;
	margin: 0;
}
.prime-promo li {
	list-style-image: url("/webcms/groups/internet/documents/web_asset/promo_raquo.gif");
	margin: .18em 0 2px 1.49em;
	padding: 0 0 0 0;
	list-style-position:outside; /* modified 11-17-08 for ie7 display */
}
.prime-promo ul {
	display:inline;
	margin:0 0 0 0
}
.prime-promo li a {
	color: #FFF;
	font-weight: bold;/*margin-left:8px;*/
}
.prime-promo li a:visited {
	color: #FFF;
}
.prime-promo li a:hover {
	color: #FC3 !important;
}
.e-services {
	background: transparent url("/webcms/groups/internet/documents/web_asset/e_services_bg.gif") bottom right no-repeat;
}
/* --{ Welcome Message }------------------------------ */

#welcome-msg {
	background: url("/webcms/groups/internet/documents/web_asset/015362.png") top left no-repeat;
	bottom: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	left: 25%;
	margin-left: 10px;
	padding: .5em 1em;
	position: absolute;
}
#welcome-msg p {
	margin: 0;
	padding: 0;
}
#welcome-msg h2 {
	color: #FFF;
	display: inline;
	font-size: 2.36em;
	font-weight: normal;
	line-height: 1em;
	white-space: normal;
}
#welcome-msg h3 {
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.5em;
	margin: 0;
	text-transform: uppercase;
}
/* --{ News List }------------------------------------ */

.news-list li {
	border-bottom: 1px dotted #666;
	list-style:outside none;
	list-style-type:none; /* added 8-28-08 by benw for firefox 3 fix */
	margin: 0 0 7px 0;
	padding: 0 0 9px 0;
}
.news-list ul {
	display:inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.news-list a {
	color: #333 !important;
	font-size: 1.1em;
	font-weight: bold;
}
.news-list a:hover {
	color: #906;
}
.news-list em {
	color: #666;
}
.news-list-ftr {
	line-height: 1.27em;
	margin-top: 7px;
	vertical-align: middle;
}
.news-list-ftr p {
	display:inline;
}
.news-list-ftr a {
	color: #906;
	font-size: .95em;
	line-height: 1.25em;
	margin-right: 3px;
	padding: 2px 0;
	vertical-align: middle;
}
.news-list-ftr span a {
	color: #333;
	font-weight: normal;
}
.news-list-ftr a:hover {
	color: #906 !important;
}
.rss-link {
	background: transparent url("/webcms/groups/internet/documents/web_asset/rss_icon.gif") no-repeat; /* modified by BenW 3-17-09 to accommodate IE6 and IE7 */
	padding: 0 0 0 18px !important;
	display: inline-block;
	line-height: normal;
}
/* --{ Featured Module }------------------------------ */

.feat {
	background: transparent url("/webcms/groups/internet/documents/web_asset/featured_fade.gif") bottom left repeat-x;
	border-top: 1px solid #666;
	height: 1%;
	margin-bottom: 10px;
    padding: 0 10px 5px 10px; /*orig 0 22px 7px 12px */
}
.feat img {
	float: right;
	margin: 5px 5px 0;
}
.feat h4 {
	border-top: none;
}
.feat h5 a {
	clear: none !important;
	color: #906;
}
.feat h5 a:hover {
	color: #906;
}
.feat-nav {
	border-top: 1px solid #888;
	clear: both;
	margin-bottom: 0;
	padding-top: 7px;
}
.feat-nav a {
	color: #906;
	font-size: .95em;
	font-weight: bold;
	text-transform: uppercase;
}
.feat div {
	clear: none;
	float: left;
}
#cop-carousel {
	overflow: hidden;
	width: 100%;
}
/* --{ Photo of the Day }-------------------------- */

.potd-ttl {
	border-bottom: 1px solid #CCC;
	padding-bottom: .5em;
	margin-bottom: 1em;
}
.potd {
	padding-right: 1em;
}
.potd-desc a {
	color: #333;
	font-weight: bold;
}
.potd-desc a:hover {
	color: #906;
}
.potd img {
	float: right;
	margin: 0 0 1em 1em;
}
/* --{ Promos }------------------------------------ */

#col2 .promos {
	border-left: 10px solid #FFF;
	float: right;
	text-align: right;
	width: 230px;
}
.promos img {
	margin-bottom: 10px;
}
/* ---------------------------------------------------
=Content
Styling for basic content modules including:
   Basic Content
   Title Bar
   List Types
--------------------------------------------------- */

/* --{ Basic Content }----------------------------- */

#content {
	padding-right: 12px;
}

#content ul,
#content ol {
	font-size: 1.1em;
}

#content li ul,
#content li ol {
	font-size: 1em;
}

#content a {
	color: #4E8ABE;
	font-weight: bold;
}
.espanol {
	border-bottom: 1px solid #CCC;
	padding-bottom: .5em;
}
.espanol a {
	font-size: .93em;
}
.espanol a span {
	font-style: italic;
	font-weight: normal;
}
.content-image {
	float: left;
	margin: 0 10px 10px 0;
}
.left-content-image {
	float: left;
	margin: 0 10px 10px 0;
}
.right-content-image {
	float: right;
	margin: 0 0 10px 10px;
}
.middle-content-image {
	display: block;
	margin: 10px auto;
}
/* --{ Page Title }-------------------------------- */

#page-ttl {
	background-image: url("/webcms/groups/internet/documents/web_asset/phx_bird_lg.png");
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFF;
	margin: 10px 20px 0 20px;
	padding: .3em 0 .3em 0%;
}
.page-ttl-bg {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 0;
}
.ttl-block {
	margin-left: 25%;
	padding-left: 10px;
	position: relative;
	z-index: 10;
}
.ttl-block h1 {
	padding: 5px 0 15px 0; /* added by BenW to replicate page-ttl h1 in Oracle CMS environ */
}
#page-ttl h1 {
	padding: 4px 0 15px 0;
}
.breadcrumb {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 4px;
	color: #fff;
}
.breadcrumb a {
	color: #FFF !important;
	font-weight: normal;
	text-decoration:none;
}
.breadcrumb a:hover {
	color: #FFF !important;
	text-decoration: underline;
}
/* --{ List Types }-------------------------------- */

.link-list {
	margin-bottom: 1em;
	padding-top: .58em;
}
.link-list li {
	padding: 0;
	list-style-image: url("/webcms/groups/internet/documents/web_asset/link_raquo.gif");
	margin: .5em 1.75em;
}
.link-list li a {
	color: #4E8ABE;
	font-size: 1em;
	font-weight: bold;
}
.link-list li a:visited {
	color: #4E8ABE;
	font-size: 1em;
	font-weight: bold;
}
.doc-list {
	margin-bottom: 10px;
}
.doc-list li {
	line-height: 2em;
	list-style-type: square;
	margin: 0 0 0 1em;
}
.doc-list-pdf {
	background: url("/webcms/groups/internet/documents/web_asset/pdf_icon.gif") 100% .3em no-repeat;
	padding: .5em 2em .5em 0;
}
.doc-list-pdf a {
	background:url("/webcms/groups/internet/documents/web_asset/pdf_icon.gif") 100% .3em no-repeat;
	padding: .5em 2em .5em 0;
}
/* ----{ Original Multi-List }------------------------ */

.multi-list-container, .button-list-container {
	height: 1%; /* Holly Hack, needed to clear floats in IE */
	margin-bottom: 1em;
}
.multi-list, .button-list {
	margin-right: 1px;
	padding: .3em 0 1em 0;
	width: 100%;
}
.halves {
	float: left;
	width: 49.5% !important;
}
.thirds {
	float: left;
	width: 32.5% !important;
}
.quarters {
	float: left;
	width: 24.5% !important;
}
.fifths {
	float: left;
	width: 19.5% !important;
}
/* ----{ Multi-List Table }--------------------------- */

table.multi-list-tan {
	border: none !important;
}
table.multi-list-tan td {
	background-color: #F0E0B2;
	border: none;
	border-top: 1px solid #C90;
	font-size: 1em;
	padding: .3em 0 1em 0;
}
table.multi-list-tan td h6, .multi-list h6 {
	color: #333;
	margin: 0 1em 2.8em 1em;
}
.multi-list-tan td p, .multi-list-tan td ul, .multi-list p, .multi-list ul {
	margin: 0 1em 10px 1em;
}
.multi-list-tan td li, .multi-list li {
	color: #000;
	list-style-type: square;
	line-height: 1.2em;
	margin: .35em 0 .35em 1.1em;
}
.multi-list-tan li a { /* added 10-03-08 by BenW to increase contrast and usability of links in tan boxes */
	color: #005295 !important;
}
.content-close {
	border-top: 3px solid #CCC;
	margin-top: 3em;
	padding: .5em 0;
}
.content-close li {
	display: inline;
	margin: 0 1em 0 0;
	text-transform: uppercase;
}
.email-page {
	background: url("/webcms/groups/internet/documents/web_asset/email_icon.gif") 0 50% no-repeat;
	padding: .3em 0 .3em 25px;
}
.print-page {
	background: url("/webcms/groups/internet/documents/web_asset/print_icon.gif") 0 50% no-repeat;
	padding: .3em 0 .3em 20px;
}
/* ----{ Border-less Table }----------------------- */

table.no-border {
	border: none;
	width: auto;
}
table.no-border td, table.no-border th {
	border: none;
	padding: .5em 1em .5em 0;
	font-size:108% !important;
}
table.no-border td {
	vertical-align:top;
}
/* no-lines table ------------------ added by City of Phoenix (Maggiano) */


table.no-lines {
	border: none;
}
table.no-lines td, table.no-lines th {
	border: none;
	padding: .5em 1em .5em 0;
}
table.no-lines td {
	vertical-align:top;
}
/* ---------------------------------------------------
=Forms
Styling for basic forms and inputs, including:   
   Basic Form Elements
   Radio Button Lists (button-list)
--------------------------------------------------- */
   
form li {
	font-size: 1.1em !important;
	list-style-type: none !important; /* changed from list-style:none to list-style-type:none and added important declaration added to prevent planphx.css from overriding. bw */
	margin-left: 0 !important;
	padding: .5em 0;
	border-top:1px solid #ccc;
}
form label {
	display: block;
}
form input, form select, form textarea {
	background-color: #EFEFEF;
	border: 1px solid #CCC;
	font: 1.1em Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	padding: .2em 0;
}
form radio {
	background-color: #ffffff !important;
	border:none !important;
}
.formsubmit_clear {
	font-weight:bold;
	margin-right:10px;
	padding:4px;
}
form label span {
	color: #777;
	display: block;
	width: 85%;
}
form .required {
	color: #C00;
	font-weight: bold;
}
form .form-divider {
	border-top: 1px dotted #CCC;
	clear: both;
	float: none;
	margin: 0;
}
form .form-divider label {
	display: inline !important;
}
form input.wide, form select.wide, form textarea.wide {
	width: 95%;
}
form input.med, form select.med, form textarea.med {
	width: 65%;
}
form input.sm, form select.sm, form textarea.sm {
	width: 35%;
}
form textarea.wide {
	height: 11.5em;
}
form .form-buttons {
	background-color: #FFF !important;
	border: none !important;
	margin: 1em 1em 0 0;
	padding: 5px 7px 5px 7px;
	font-size:120%;
	font-weight: bold !important;
}
form li.form-divider {
	font-weight: normal;
}
/* --{ Button List }------------------------------- */
/* see List Types above for shared elements */

.button-list {
	width: 95%;
}
.button-list.ttl {
	border-top: 1px solid #CCC;
	color: #333;
	font-weight: bold;
	margin-top: .8em;
	text-transform: uppercase;
}
form .button-list ul, form .button-list.halves ul, form .button-list.thirds ul {
	margin: 1em 0 0 0;
	padding: 0;
}
form .button-list li, form .button-list.halves li, form .button-list.thirds li {
	clear: both;
	display: inline;
	float: none;
	font-size: inherit !important;
	line-height: 1.2em;
}
form .button-list input, form .button-list.halves input, form .button-list.thirds input, form .basic-button {
	background-color: #FFF !important;
	border: none !important;
	clear: left;
	float: left;
}
form .button-list label, form .button-list.halves label, form .button-list.thirds label {
	color: #333;
	float: left;
	font-size: .93em;
	font-weight: normal !important;
	margin-bottom: .5em;
	padding: 0 .3em;
	text-transform: none;
	white-space: normal;
	width: 75%;
}
/* ----------
quarters
------------------- */

form .button-list ul, form .button-list.halves ul, form .button-list.quarters ul {
	margin: 1em 0 0 0;
	padding: 0;
}
form .button-list li, form .button-list.halves li, form .button-list.quarters li {
	clear: both;
	display: inline;
	float: none;
	font-size: inherit !important;
	line-height: 1.2em;
	font-weight:normal !important;
}
form .button-list input, form .button-list.halves input, form .button-list.quarters input, form .basic-button {
	background-color: #FFF !important;
	border: none !important;
	clear: left;
	float: left;
}
form .button-list label, form .button-list.halves label, form .button-list.quarters label {
	color: #333;
	float: left;
	font-size: .93em;
	font-weight: normal !important;
	margin-bottom: .5em;
	padding: 0 .3em;
	text-transform: none;
	white-space: normal;
	width: 75%;
}
/* ----------
fifths
------------------- */

form .button-list ul, form .button-list.halves ul, form .button-list.fifths ul {
	margin: 1em 0 0 0;
	padding: 0;
}
form .button-list li, form .button-list.halves li, form .button-list.fifths li {
	clear: both;
	display: inline;
	float: none;
	font-size: inherit !important;
	line-height: 1.2em;
	font-weight:normal !important;
}
form .button-list input, form .button-list.halves input, form .button-list.fifths input, form .basic-button {
	background-color: #FFF !important;
	border: none !important;
	clear: left;
	float: left;
}
form .button-list label, form .button-list.halves label, form .button-list.fifths label {
	color: #333;
	float: left;
	font-size: .93em;
	font-weight: normal !important;
	margin-bottom: .5em;
	padding: 0 .3em;
	text-transform: none;
	white-space: normal;
	width: 75%;
}
/* ---------------------------------------------------
=Caption
--------------------------------------------------- */

span.caption {
	display: block;
	float: none;
	clear: both;
	padding: 5px;
	color: #fff;
}
/* ---------------------------------------------------
=Footer
--------------------------------------------------- */

#footer {
	border-top: 1px solid #666;
	margin: 0 20px;
	padding: 8px 0 20px 0
}
#footer ul li {
	color: #CCC;
	display: inline;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.25em;
	margin: 0 .63em 0 0;
	padding-right: 7px;
}
#footer ul li a {
	color: #666;
	white-space: nowrap;
}
#footer ul li a:hover {
	color: #906;
}
#footer li.txt-size {
	border: none;
	float: right;
	margin-right: 0;
	padding-right: 0;
	text-transform: uppercase;
}
#footer p a {
	color: #999;
}
#footer p a:hover {
	color: #906;
	text-decoration: underline;
}
.txt-size a {
	color: #906 !important;
}
.txt-size-sm {
	color: #666 !important;
	font-size: 12px;
}
.txt-size-md {
	font-size: 14px;
}
.txt-size-lg {
	font-size:  16px;
}
#footer p {
	color: #CCC;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.25em;
}
#Manager {
	height: 1%;
	margin: 10px 20px 0 20px;
	overflow: hidden;
	padding-bottom: 37px;
	position: relative;
	width: auto;
}
.featuredNews { /* ------ added by City of Phoenix (Winton) for recovery section */
	float:right !important;
	padding-left:21px;
	width: 40%;
	margin-bottom:1em !important;
	margin-top:.5em !important;
}
/* --------------------------------------------------- 
=Phil Renaud - 2011 03 09 
List Styles for Ordered (numbered and alpha) Lists.

Revised by Donovan M. at Rhino on 7-18-2011.
--------------------------------------------------- */ 

#col2 ol {
	margin-left: 0px;
	padding-left: 0px;
}
/*#col2 ol li { 
   list-style-type: decimal; 
   } */
#col2 ul li {
	list-style-type: square;
}
#col2 #content ol li, #col2 #content ul li {
	margin-left: 2em;
}
#col2 #content .lower-roman li {
	list-style-type: lower-roman !important;
}
#col2 #content .upper-roman li {
	list-style-type: upper-roman !important;
}
#col2 #content .lower-alpha li {
	list-style-type: lower-alpha !important;
}
#col2 #content .upper-alpha li {
	list-style-type: upper-alpha !important;
}
#col2 #content .disc li {
	list-style-type: disc;
}
#col2 #content .square li {
	list-style-type: square;
}
#col2 #content .circle li {
	list-style-type: circle;
}
#col2 #content .decimal li {
	list-style-type: decimal;
}
#col2 #content .decimal-leading-zero li {
	list-style-type: decimal-leading-zero !important;
}

/* ----------------------------------------------------
   Tertiary Navigation, aka Quick Links from Rhino
   -------------------------------------------------- */

.quicklinks-list {
/* Required so Oracle can find the class */
font-weight:normal;
}

#col1 .quicklinks {
position: absolute;
right: 20px;
z-index: 10;
background: url(/webcms/groups/internet/@inter/@pio/documents/web_asset/quicklinks_tertiarynavbg.png) top left repeat;
width: 170px;
border: 1px solid #333;
padding: 10px;
top: -65px;
}

#col1 .quicklinks p {
position: relative;
left: -10px;
}

#col1 .quicklinks p a {
padding-left: 10px;
background-position: 0px 5px;
}

#container2 {
overflow: visible;
}

#col1 .quicklinks h5 {
color: #9e1b66;
font-size: 1.2em;
margin-bottom: 10px;
width: 135px;
}

#col1 .quicklinks .helpbutton {
display: block;
height: 16px;
width: 16px;
position: absolute;
right: 28px;
top: 10px;
}
#col1 .quicklinks .expandcollapsebutton {
display: block;
height: 16px;
width: 16px;
position: absolute;
right: 8px;
top: 10px;
}

#col1 .quicklinks .expandcollapsebutton.plus {
background-image: url(/webcms/groups/internet/@inter/@pio/documents/web_asset/quicklinks_plus.png);
}

#col1 .quicklinks a {
outline: none;
}


#col1 .quicklinks .navlinks p {
width: 100% !important;
opacity: 1 !important;
visibility: visible !important;
}

#col1 .quicklinks .helpmessage {
background: transparent url(/webcms/groups/internet/@inter/@pio/documents/web_asset/quicklinks_helpbg.png) top left no-repeat;
padding: 10px !important;
width: 180px !important;
height: 100px !important;
position: absolute;
top: -105px;
right: 0px;
display: none;
}

#col1 .quicklinks .helpmessage p {
position: static;
color: #333;
}
