/*
General purpose 5th/6th Generation browser stylesheet
(Microsoft Windows Explorer as baseline)

pTools CSS v.4

These styles are only a framework for building on, these need to be customised
for specific needs; however, they should provide a good start point based on
previous project requirements.

Font sizes in this version are specified in pixels; the result is the same but
remember that pixel sizes are roughly points sizes +2 ie 9pt = 11px.

*/

/* Structural style definitions */
/* These are for the larger page structure components */


/* Default body style */
body {margin: 0;padding: 0;background: #E5E5E5;font-family: Arial, Verdana, Helvetica, Swiss, SunSans-Regular;color: #000000;text-decoration: none;}

/* Specific main structural component styles */
.bodyWrap {text-align: center;margin-left: auto;margin-right: auto;}

#mainMenu {
	clear: none;
	width: 772px;
	padding: 6px 0;
	background: #005daa;
	border-width: 1px;
	border-style: none solid solid solid;
	border-color: white;
	font-size: 80%;
	color: #ffcc00;
	text-align: center;
}

#mainMenu a:link, #mainMenu a:visited {color: #FFF;text-decoration: none;}
#mainMenu a:hover, #mainMenu a:active {color: #FFC000;text-decoration: underline;}

#pageHeader {width: 772px;border-left:1px solid #fff;border-right: 1px solid white;text-align: left; display:inline; background-color:#005daa;}
#pageHeader img { display:inline;}

.breadCrumb {
	width: 601px;
	padding: 2px 1px 3px 9px;
	background: #FFF;
	border-width: 1px;
	border-style: solid none none solid;
	border-color: white;
	font-family: Arial, Verdana, Helvetica, Swiss, SunSans-Regular;
	font-size: 70%;
	color: #0A5AAA;
	text-align: left;
}

.breadCrumb a:link, .breadCrumb a:visited {color: #0A5AAA;text-decoration: none;}
.breadCrumb a:hover, .breadCrumb a:active {color: #C66600;text-decoration: underline;}

.sitemap {width: 160px;background: #FFF;font-size: 70%;color: #0A5AAA;}
.sitemap a:link, .sitemap a:visited {color: #0A5AAA;text-decoration: none;}
.sitemap a:hover, .sitemap a:active {color: #C66600;text-decoration: underline;}
.sitemap img#sitemapImage{margin-right:5px; vertical-align:middle;}
.sitemap img#feedbackImage{margin-right:5px; margin-left:5px; vertical-align:middle;}

#bottomMenu {width: 772px;padding: 6px 0;background: #005daa;border-width: 1px 1px 1px 1px;border-style: solid solid none solid;border-color: #fff #fff #fff #fff;font-size: 80%;color: #;}
#bottomMenu a:link, #bottomMenu a:visited {color: #fff;text-decoration: none;}
#bottomMenu a:hover, #bottomMenu a:active {color: #ffcc00;text-decoration: underline;}

#bottomStatements {width: 772px;padding: 6px 0;font-size: 80%;color: #0A5AAA;}
#bottomStatements a:link, #bottomStatements a:visited {color: #0A5AAA;text-decoration: none;}
#bottomStatements a:hover, #bottomStatements a:active {color: #0A5AAA;text-decoration: underline;}
#bottomStatements img {margin-right:5px;vertical-align:middle;}

#lsMainCol {width: 168px;padding: 0;background: #005daa;border-left: 1px solid white;vertical-align: top;}

#centerMainCol {width: 431px;padding: 0;background: white;vertical-align: top;color: #000;text-align: left}

#centerMainColHome {width: 600px;padding: 0;background: white;vertical-align: top;color: white;text-align: left;}

#centerMainCol2 {padding: 0;background: white;vertical-align: top;color: white;text-align: left;}

#centerMainCol3 {padding: 0;background: white;vertical-align: top;color: white;text-align: left;}

#rsMainCol {width: 170px;padding: 0;margin: 0;background: #005daa;border-width: 1px;border-style: none solid none solid;border-color: white;
	vertical-align: top;
	text-align: left;
	color: #666666;
}

#searchCrime {width:170px; border-width: 1px;border-style: none solid none solid;border-color: white;vertical-align:top;background:#89C4FF;}

.mainContentWrap {padding: 7px;}