/* Main Navigation Styles */

#navigation {
	margin: 0;
	padding: 0 17px 0 9px;
	height: 25px;
	width: 561px;
	font-size: 8pt;
	background : url(../images/template/main_nav_back.gif) top left no-repeat;
	display: block;
	float : right;
}

#main-nav {
	margin: 0;
	padding: 0;
	height: 25px;
	width: 561px;
	text-align : center;
	list-style : none;
	display: block;
}

#main-nav a {
	margin: 0;
	padding: 6px 0 0 0;
	height: 19px;
	color: #fff;
	display: block;
	float: left;
	overflow : hidden;
}

#main-nav a:hover { color: #69c; background : url(../images/template/nav_hover.gif) top left repeat-x }

#main-nav li {
	margin: 0;
	padding: 0 0 0 1px;
	height: 25px;
	width : auto;
	text-align: center;
	background : none;
	display: block;
	float: left;
	position : relative;
}

li.one a { width: 47px; }
li.two a { width: 65px; }
li.three a { width: 111px; }
li.four a { width: 142px; }
li.five a { width: 147px; }
li.six a { width: 43px; }

li ul.dropdown { 
	margin: 0;
	padding: 0;
	width: 146px;
	list-style : none;
	background: #fff;
	border-right: 1px #666 solid;
	border-left: 1px #666 solid;
	border-bottom: 1px #666 solid;
	display: none;
	position: absolute;
	top: 26px;
	left: 0;
	z-index : 5;
}

li.four ul.dropdown { left : 566px ; }

#main-nav li li a {
	margin: 0;
	padding: 5px;
	height: auto;
	width: auto;
	color: #666;
	text-align : right;
	display: block;
	float: none;
}

li.four li a, li.five li a { text-align : right; }

#main-nav li li a:hover { color: #666; background: #f3ddaa; }

#main-nav li li {
	margin: 0;
	padding: 0 0 2px 0;
	height: auto;
	width: auto;
	position: relative;
	background: none;
	display: block;
	float: none;
}

li:hover ul, li.over ul {
	margin: 0;
	padding: 0;
	display: block;
}

/* Content Styles - Right Column */

#side-content {
	margin : 0;
	padding : 58px 0 0 0;
	width : 173px;
	font-size: 8pt;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	background : url(../images/template/crime_tips_top.gif) top left no-repeat;
	display : block;
	float : left;
}

#side-content p {
	margin : 0;
	padding : 0;
	width : 173px;
	display : block;
}

#side-content a {
	margin : 0;
	padding : 5px 16px 5px 10px;
	width : 147px;
	color : #444;
	display : block;
}

#side-content a:hover { color : #69c; }

/* Crime Tips Links */

#side-content p.crime-tips {
	margin : 0;
	padding : 0;
	width : 173px;
	background : url(../images/template/side_content_back.gif) top left repeat-y;
	display : block;
}

#side-content p.crime-tips a {
	margin : 0;
	padding : 10px 16px 10px 43px;
	width : 114px;
	color : #444;
	display : block;
}

#side-content p.crime-tips a.outsmart { background : url(../images/template/icon_outsmart.gif) left no-repeat; }
#side-content p.crime-tips a.solution { background : url(../images/template/icon_solution.gif) left no-repeat; }
#side-content p.crime-tips a.be-you { background : url(../images/template/icon_be-you.gif) left no-repeat; }
#side-content p.crime-tips a.new-home { background : url(../images/template/icon_new-home.gif) left no-repeat; }
#side-content p.crime-tips a.anti-drug { background : url(../images/template/icon_anti-drug.gif) left no-repeat; }
#side-content p.crime-tips a.online { background : url(../images/template/icon_online.gif) left no-repeat; }

#side-content p.crime-tips a:hover { color : #69c; }

#side-content p.crime-tips a.outsmart:hover { background : url(../images/template/icon_outsmart_hvr.gif) left no-repeat; }
#side-content p.crime-tips a.solution:hover { background : url(../images/template/icon_solution_hvr.gif) left no-repeat; }
#side-content p.crime-tips a.be-you:hover { background : url(../images/template/icon_be-you_hvr.gif) left no-repeat; }
#side-content p.crime-tips a.new-home:hover { background : url(../images/template/icon_new-home_hvr.gif) left no-repeat; }
#side-content p.crime-tips a.anti-drug:hover { background : url(../images/template/icon_anti-drug_hvr.gif) left no-repeat; }
#side-content p.crime-tips a.online:hover { background : url(../images/template/icon_online_hvr.gif) left no-repeat; }

/* Make a Confidentail Tip */

#side-content p.make-a-tip{
	margin : 0;
	padding : 95px 0 0 0;
	width : 173px;
	background : url(../images/template/make_a_tip_top.gif) top left no-repeat;
	display : block;
}

#side-content p.make-a-tip a {
	margin : 0;
	padding : 5px 16px 5px 10px;
	height : 150px;
	width : 147px;
	color : #444;
	background : url(../images/template/click_or_call.gif) top left no-repeat;
	display : block;
}

#side-content p.make-a-tip a strong { display : none; }


