﻿/***************************************************/
/*  All information on the www.ci.pasadena.ca.us
		is protected by Copyright © 
		City of Pasadena				   */
/***************************************************/

/********************************
		General
********************************/
/*
.half
{border:solid 1px red;}*/
body, .Footer
{
	margin: 0;
	padding: 0;
	font: normal 12px Arial;
	width: 100%;
}
.highlight
{
	background-color: yellow;
}
.random blockquote
{
	margin: 0;
	padding: 0px 0px 0 20px;
	background: #fff url(/images/icons/quote.gif) top left no-repeat;
	font-style: italic;
}
body
{
	background: #fff url(/images/homeBG.jpg) top center repeat-x;
	float: left;
	color: #524F45;
}
.errorFrame
{
	width: 890px;
	margin: 0 auto;
	min-height: 500px; 
	padding: 40px 20px;
/*	padding: 205px 175px 0 0;*/
	background: #fff url(/images/505ErrorGraphic.jpg) 10px right no-repeat;
}
.deptBg
{
	background: #fff url(/images/homeBG.jpg) top left repeat-x;
}
.deptNoBg
{
	background: #fff url(/images/homeBG.jpg) top left repeat-x;
}

#Frame, .pheader
{
	width: 930px;
	margin: 0 auto; /*vertical-align: middle;*/
}


#Frame-700, .pheader
{
	width: 1010px;
	margin: 0 auto; /*vertical-align: middle;*/
}


.simpleTemplate, body#simpleTemplate {
margin: 0;
padding: 0;
background-color: #fff;
background: #fff;

}

div.simpleTemplate {
padding: 10px;

}

/* -- column layouts -- */

/* two column */

.column-wrap {

/* background-color: #f9f9f9; */
	background: url('/images/line.gif') repeat-y;
	
	/*background: url(/images/line.gif) repeat-y 65% 0px; */
	
}
.left-column40 {
	width: 40%; float: left
}
.left-column40 DIV {
	padding: 20px;
}
.right-column60 {
	width: 60%; float: left
}
.end-column {
	clear: both
}

/* Contact Us Forms */
.contactUsBackground {
padding-bottom: 8px; 
padding-left: 13px; 
padding-right: 13px; 
padding-top: 8px;
background-color: #f9f9f9;

}


.contactUsSubmit {
	border-bottom: medium none; 
border-left: medium none; 
padding-bottom: 8px; 
padding-left: 13px; 
padding-right: 13px; 
font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
background: #24778f; 
color: #fff; 
font-size: 13px; 
border-top: medium none; 
cursor: pointer; 
font-weight: bold; 
border-right: medium none; padding-top: 8px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;

}
.contactUsSubmit:hover:hover {
background-color: #2e94b2
}

/* Org Chart */
div.orgChart {
	MARGIN: 15px 46px 15px 18px; FLOAT: left
}
div.orgChart IMG {
	DISPLAY: inline
	}
	
span.onlyMobileDisplay {
	display: none;
}
	


/* Links */
a, a:visited, .Footer ul a, .Footer ul a:visited
{
	text-decoration: none;
}
a:hover, .Footer ul a:hover
{
	text-decoration: underline;
}


a.bookmark, a.bookmark:hover
{
  color: #524F45;
  text-decoration: none;
}


a img
{
	border: none;
}

h1,h2
{
	font: bold 18px Gill Sans MT;	
	color: #c86504;
	margin: 0;
	text-transform: uppercase;
}



a.pdflink {  


 padding: 3px 0 0 18px;

background: transparent url(/WorkArea/images/ui/icons/filetypes/acrobat.png) no-repeat left top;  

}


a.wordlink {  


 padding: 3px 0 0 18px;

background: transparent url(/WorkArea/images/ui/icons/filetypes/word.png) no-repeat left top;  

}


a.excellink {  


 padding: 3px 0 0 18px;

background: transparent url(/WorkArea/images/ui/icons/filetypes/excel.png) no-repeat left top;  

}



/****************
	Header
****************/
.pheader div.search
{
	/*background: url(/images/search.png) right 3px no-repeat;*/
	margin: 20px 0 10px 0;
	padding:0;
	width: 260px;
	float: right;
	vertical-align: middle;
}


.pheader div.search-700
{
	/*background: url(/images/search.png) right 3px no-repeat;*/
	margin: 20px 0;
        margin-right: -40px;
	padding: 0px;
	width: 260px;
	float: right;
	vertical-align: middle;
}



.searchTxt
{
	color: #888;
	width: 200px;
	padding: 0 8px;
	margin: 0 5px 0 0;
	float: left;
}
.searchBtn
{
	float: left;
	width: 25px;
	height:25px;
	cursor:pointer;
	background: url(/images/search.png) left top no-repeat;
	border:none;
}
.searchPanel
{
	margin: 0px 0;
}
.logo
{
	float: left;
	padding: 10px 0;
	margin: 0px 0px 5px 10px;
}

.logo-700
{
	float: left;
	padding: 10px 0;
	
        margin-left: -40px
}



.searchRadio
{
	font-size: 0.9em;
	float: left;
	width: auto;
	margin: 0 0 0;
}

/****************
	Footer
****************/
.Footer
{
	background: #fff url(/images/homeBGbt.gif) bottom repeat-x;
	float: left;
}

.Footer a
{
    font-family: Arial !important;
    font-size: 12px !important;
}

.Ftlnk
{
	margin: 0 auto;
	width: 889px;
	float: none;
	padding: 80px 40px 10px;
	min-height: 280px;
}
.Footer ul
{
	margin: 20px 0 40px;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
}

.Footer ul ul
{
	overflow: hidden;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}
.Footer ul li
{
	float: left;
	line-height: 18px;
	padding: 0;
	margin: 0;
	width: 175px;
	max-width: 175px;
}
.Footer ul a
{
	text-transform: uppercase;
	font-weight: bold;
	float: left;
}
.Footer ul li li a
{
	text-transform: capitalize;
	font-weight: normal;
    font-size: 11px !important;
}
.Footer ul ul li
{
	width: 100%;
	border: none;
	font-weight: normal !important;
	text-transform: capitalize !important;
}
.copyRt
{
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
.breadcrumb a
{
	font-weight: bold;
}

/****************
	Mater Page
****************/
#ContentBox
{
	float: left;
	padding: 0 10px;
}
.cbInner
{
width: 910px; float: left;
}

.cbInner-700
{
width: 990px; float: left;
}


.tmpRt
{
	float: right;
	margin: 0;
	padding: 0;
	/*min-height: 500px;*/
	width: 250px;
}

.tmpRt h2
{
	margin: 10px 0;
}

.tmpLf
{
	float: left;
	width: 620px;
	margin: 0px;
	padding-right: 20px;
}

.tmpLf-700
{
	float: left;
	width: 700px;
	margin: 0px;
	padding-right: 20px;
}


.dotBDlf
{
	float: left;
	width: 100%;
	border-left: dotted 1px #ccc;
}
.tools
{
	float: right;
	padding: 4px 80px 4px 0;
}
.tools span
{
	margin: 5px 10px 5px 0;
}
#ie6Comp
{
	float: left;
}
/*#capsize ul
{
	margin: 0 10px 0 3px;
	padding: 0;
	float: right;
}*/
.smtxt, .mdtxt, .lgtxt
{
	cursor: pointer;
}
/********************************
		Utility Classes
********************************/
/* Float */
.floatLf
{
	float: left;
}
.floatRt
{
	float: right;
}
.floatLfFluid, #topFrame
{
	float: left;
	width: 100%;
}

.fluid, .fw
{
	width: 100%;
}
/* Text Align */
.textRt
{
	text-align: right;
}
.whiteBG
{
	background-color: #fff;
}
.noborder
{
	border: none !important;
}
.border
{
	border: solid 1px #ccc;
}
.nomargin
{
	margin: 0;
}
.ddl
{
	color: #817d6d;
	width: 245px;
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 10pt;
}
.half
{
	margin-right: 20px;
	width: 45%;
}
.rust
{
	color: #c86504 !important;
}
.upperCase
{
	text-transform: uppercase;
}
.bldCap
{
	text-transform: uppercase;
	font-weight: bold;
}
.bold
{
	font-weight: bold;
}
.caption /* picture caption */
{
	color: #9a978a;
	float: left;
	width: 100%;
	background-color: #fff;
}

.smallText
{
	font-size: 0.9em;
	font-weight: normal;
}
.greyText
{
	color: #c1beb7;
}
.print
{
	display: none;
}
/**** module link, carousel buttons ****/
.link
{
	margin: 5px 0;
	padding: 0;
	float: right;
	height: 100%;
	color: #c1beb7;
	font: bold 10px Arial !important;
	text-transform: none;
}
.link *, .lkbtn img
{
	float: left;
}
.link a
{
	color: #c1beb7;
	margin-top: 5px;
	font: bold 10px Arial !important;
	text-transform: none;
}

.btn
{
	cursor: pointer;
	width:auto !important;
	height:auto !important;
}
.Bbtn
{
	background: url(/images/btnBG.png) left top no-repeat;
	font: bold 11px Arial;
	color: #fff;
	width: 50px;
	height: 21px;
	border: none;
	text-align: center;
	vertical-align: middle;
	margin: 0 5px 0 0;
}


/********************************
		SubNavi
********************************/
.SubNavi
{
	width: 100%;
	float:left;
	margin-bottom: 10px;
}
.SubNavi div.nt
{
	background: url(/images/naviTop.gif) top center no-repeat;
	width: 247px;
	height: 4px;
}
.SubNavi div.nb
{
	background: url(/images/naviBottom.gif) right bottom no-repeat;
	width: 247px;
	float: left;
	height: 4px;
}
.current
{
	font-weight: bold;
	color: #c76504 !important;
}
.SubNavi ul
{
	float: left;
	margin: 0;
	width: 100%;
	padding: 0;
	border-right: solid 1px #d8e5eb;
	border-left: solid 1px #d8e5eb;
}
.SubNavi ul ul
{
	float: left;
	border: none;
	padding: 0 0 0 0px;
	margin: 0;
	display: none;
	background-image: none;
	background-color: #FFFFFF;
}

.SubNavi li
{
	list-style: none;
	padding: 0;
	margin-top: 2px;
	float: left;
	width: 100%;
	font: normal 15px Gill Sans MT;
	cursor: pointer;
	background: url(/images/subNaviBg.gif) top center repeat-x;
}
.SubNavi li:first-child
{
	margin-top: 0;
}
.SubNavi li:hover
{
	color: #c76504;
	background-image: url(/images/subNaviBg2.gif);
}
.SubNavi li:hover a, .SubNavi li:hover div
{
	color: #c76504 !important;
}
.SubNavi ul a:hover, .SubNavi ul div:hover
{
	text-decoration: underline;
}
.SubNavi li div.floatRt
{
	padding: 14px 10px;
	height: inherit;
	border-left: solid 1px #ccc;
	margin: 0;
	visibility: hidden;
	display: none;
}
.SubNavi li:hover div.floatRt
{
	visibility: visible;
}
.SubNavi li div.floatLf
{
	padding: 7px 0 7px 5px;
	max-width: 205px;
}
.SubNavi li li, .SubNavi li li:hover
{
	padding: 0;
	background-repeat: no-repeat;
	background-color: #fff;
	background-image: none;
	margin-left: 15px;
	width: 80%;
	float: left;
}

.SubNavi li li div.floatRt, .SubNavi li li div.floatLf
{
	padding: 0px;
}
.SubNavi li li div.floatRt
{
	display: none;
}
.SubNavi li a
{
	float: left;
	padding: 0;
	margin: 0;
}
.SubNavi ul ul li.leaf
{
	background-position: left 8px;
	background-repeat: no-repeat;
	padding-left: 15px;
	float: left;
}
.SubNavi div div
{
	background-position: left 5px;
	width: 11px;
	float: left;
	margin-right: 5px;
	height: 20px;
	background-repeat: no-repeat;
}

.SubNavi li div div, .SubNavi li.leaf div div
{
	display: none;
}
.SubNavi li li div div
{
	display: block;
}

/************************
	Addition to Ektron.css
*************************/
.backToTop:visited
{
	color: #666;
	float: right;
	font-size: 0.9em;
}
.EkContent
{
	padding: 5px 0;
	float: left;
}

.EkContent img
{
	padding: 2px;
}
.EkContent a img
{
	border: none;
}
.omitP p
{
	margin: 0;
}

