/*
	File: typography.css 
	Date: November 6, 2007
	Created by: Kelley Marketing, LLC
	Contents: 
		- typography rules
	
*/

p {
	font-size: 75%;
	line-height:140%;
	}
	
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:130%;
	color:#3366CC;
	letter-spacing:1px;
	padding-left:10px;
}

h2 {
	font-family:"Trebuchet MS", Arial, sans-serif;
	letter-spacing:1px;
	color:#333333;
	margin-bottom:5px;
	font-size:120%;
}

h3 {
	font-size:95%;

}

h4 {
	font-size:85%;
}

.redtext {
	color:#993333;
}

.divideLine {
	margin:5px auto 5px auto;
	width:85%;
	height:1px;
	border-top:1px dotted #999999;
}

.list {
	margin-top:-10px;
}

.list li {
	font-size:75%;
	font-family:"Trebuchet MS", Arial, sans-serif;
	list-style-type:square;
	line-height:1.5em;
}

a:link {
	color:#006699;
	text-decoration:underline;
}

a:active {
	color:#660000;
	text-decoration:underline;
}

a:visited {
	color:#006600;
	text-decoration:underline;

}

a:hover {
	color:#FF0000;
	text-decoration:none;

}

.contentImage {
	border:1px solid #666666;
	margin:0px 0px 3px 3px;
}

.topofpage a:link{
	color:#999999;
}

.homeEvents {
	background-color:#006699;
	color:#fff;
	padding:2px;
}

/* ---------------- administrative page -------------------- */

.adminText {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:70%;
	
}


/* ---------------- city council page -------------------- */

.councilTitle {
	background-color:#336699;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight:bold;
}

.councilText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#333333;
}

/* ---------------- city documents page -------------------- */

.docList {
	margin-top:-10px;
}

.docList li {
	font-size:80%;
	font-family:"Trebuchet MS", Arial, sans-serif;
	list-style-type:none;
	line-height:1.8em;
}

.headingIndent {
	margin-left:7px;
}


/* ---------------- city directory page -------------------- */

.directory {

}

.directory p {
	font-size:70%;
}

.directory td {
	vertical-align:top;
}

.directoryTitle {
	font-size:90%;
	color:#006600;
	font-weight:bold;
}

.directory ul li {
	font-size:70%;
	list-style-type:square;
	line-height:130%;
}

.directoryCommittees {
	background-color:#CC6600;
	color:white;
	font-weight:bold;
	font-size:90%;
	padding:2px;
	
}

.CommitteesTable {
	border:solid 1px #cc6600;
}

.directoryServices {
	background-color:#3399CC;
	color:white;
	font-weight:bold;
	font-size:90%;
	padding:2px;
	
}

.ServicesTable {
	border:solid 1px #3399cc;
}

.topofpage {
	font-size: 65%;
}

/* ---------------- monthly meetings page -------------------- */

.meetingTable {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:74%;
	border:1px solid #660000;
}


.meetingTablewhite {
	color:#ffffff;
	font-weight:bold;
	letter-spacing:1px;
}

.meetingbkgrd {
	background-color:#CCCCCC;
}

/* ---------------- police / fire page -------------------- */

.numberList {
}

.numberList li {
	font-size:75%;
	line-height:1.5em;
}

.winterParking {
	border:3px solid #0099FF;
	color:#000066;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	
}

.bulletList {
}

.bulletList li {
	font-size:75%;
	line-height:1.5em;
}

/* ---------------- parks and rec page -------------------- */

.parkDirectory {

}

.parkDirectory p {
	font-size:70%;
}

.parkDirectory td {
	vertical-align:top;
}

.parkDirectoryTitle {
	color:#FF6600;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
	font-size:90%;
}