/*
-- 311 Box Stylesheet  --

CSS for 311 box that will appear on department homepages and other sections of the City's website.
*/

/*
-- Edit History --

07/08/2008 - Chris Thoma (cthoma@cityofsacramento.org)
- Created this stylesheet.

07/09/2008 - Chris Thoma (cthoma@cityofsacramento.org)
- Put in IT formatting.
*/

/* -- 311 -- */

#city311 {
	border:none;
	margin-top:0;
	margin-bottom:0;
	margin-left:10px;
	margin-right:10px;
	padding:0;
	text-align:center;
	width:auto;
}

#city311 img {
	border:none;
	margin-bottom:5px;
}

#city311 p {
	background-color:#CCECFF;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:0.71em;
	font-style:italic;
	font-weight:600;
	padding:3px;
	text-align:center;
}

/* 
first attempt

#city311 p {
	background-color:#CCECFF;
	font-size:75%;
	margin:0;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:2px;
	padding-right:2px;
}
*/

#city311 .phone {
	font-weight:bold;
}

#city311 a {
	font-weight:bold;
}
