/**
* Ottawa Police Service
*
* 2009 Redesign of the Corporate site. Features three unique templates.
*
* @project Ottawa Police Service - 2009 Redesign
* @version 1.0
* @author Mike Badgley, iStudio
* @copyright 2009
*
* @colordef #00285e Content
* @colordef #4ba3d4 Hyperlinks
* @colordef #00285e Secondary navigation hyperlinks
* @colordef #4ba3d4 Breadcrumb hyperlinks
* @colordef #00285e Level 1-2 (<h1>, <h2>) headings
*/


html {
	font-size: 100.01%;
}

body {
	background-color: #fff;
	color: #00285e;
	font: normal 11px/16px Arial, Helvetica, sans-serif;
}

body a:link,
body a:visited,
body a:hover,
body a:active {
	color: #4ba3d4;
	text-decoration: underline;
}
body a:hover,
body a:active {
	text-decoration: none;
}

body address, body p, body hr {
	margin: 16px 0;
}

body hr {
    border-top: 1px dotted #4ba3d4;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
	margin: 0 0 16px 0;
}

/* Single-line text fields. */
body input.text,
body textarea.text,
body input.sf_searchText {
	border: 1px solid #dbedf6;
	color: #00285e;
	font: normal 11px/11px Arial, Helvetica, sans-serif;
	height: 14px;
	padding: 1px 3px 0 3px;
	vertical-align: top;
}

/* Select (dropdown) menus. */
body select {
	color: #00285e;
	font: normal 11px/11px Arial, Helvetica, sans-serif;
}

/* Page title (from currently selected navigation item). */
body h1 {
	color: #00285e;
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
	margin-bottom: 8px;
}

/* Sub-headings within content body. */
#body h2 {
	color: #00285e;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 16px 0;	
}
/* News release title. */
#body h2.sf_NewsTitle { margin-top: 16px; }

body blockquote, body dl, body ol, body ul {
	margin: 16px 0 16px 30px;
}

#body ul {
	list-style-type: disc;
}
