@charset "UTF-8";
/* LBSCP screen CSS v1.6 18 Aug 2008 author Ken Gray info@holding-pattern.co.uk */

/* GENERAL
------------------------------------------ */
* {	margin:0;
	padding:0;
}

img {border:0;}

a {color:#025;}

a img {border:0;}

body {
	font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size:small;
	background:#025 url(/images/background.jpg) repeat-y center top;
	margin:1em;
}
	
.floatleft {float:left;}
.floatright {float:right;}

/*content to be parked offscreen*/
.skip, table caption {
	position:absolute;
	left:-1000em;
	width:auto;
}

caption {display:none;}

/* WRAP
------------------------------------------ */
#wrap {
	width:800px;
	background-color:#fff;
	margin:0 auto;
	}

/* HEADER
------------------------------------------ */
#header {
	padding:5px 20px;
	background:#fff; 
	}
#header h1 {
	width:760px;
	height:160px;
	background:url(/images/header.gif) no-repeat 0 0;
	text-align:center;
	text-indent:-1000em;
	}

#header_bar {
	background-color:#eee;
	height:2em;
    line-height:2em;
	padding:4px;
}

#header_bar a {text-decoration:none;}

#header_bar a:hover, #header_bar .selected {text-decoration:underline;}

#header_bar .default {font-size:1em;}

#header_bar .large {
	/* font-size:1.5em; */
}

#header_bar .largest {
/*	font-size:2em; */
}

#breadcrumb {float:left;}

#size_search {
	float:right;
    width:auto;
}

#size_search form, #size_search .hiddenFields {
	display:inline;
	margin-left:.5em;
}

/* SIDEBAR
------------------------------------------ */
#sidebar {
	float:left;
	width:20%;
}

#sidebar div {
	padding:10px 20px 20px 20px;
}

#sidebar ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#sidebar li {
	margin:0;
    background:#025 url(/images/nav_bgr.gif) repeat-y right top;
    border-bottom:2px solid #fff;
}

#sidebar a {
	display:block;
	padding:.5em 20px .5em 1em;
	width:auto;
	color:#fff;
    text-decoration:none;
    background:url(/images/bullet-r.gif) 5px 1em no-repeat;
}

#sidebar a:hover, #sidebar li.active>a {text-decoration:underline;}

#sidebar li.active {
	/* background:#025 url(/images/nav_bgr.gif) repeat-y right top; ~*/
	background:#fd0 url(/images/subnav_bgr.gif) repeat-y right top;
}

#sidebar li.active>a {
	background:url(/images/bullet-d.gif) 5px 1em no-repeat;
	font-weight:bold;
    padding-left:1em;
	color:#025;
	border-bottom:2px solid #fff;
}

#sidebar li li {
	background:#fd0 url(/images/subnav_bgr.gif) repeat-y right top;
}

#sidebar li.active li.active {
	background:#fd0 url(/images/subnav_bgr.gif) repeat-y right top;
}

#sidebar li li:last-child {border:0;}

#sidebar li li a {color:#025;}



/* CONTENT
------------------------------------------ */
#content {
	float:right;
	width:80%;
	}
#content div {
	padding:10px 20px 0 0;
	}
#content div div {padding:0;}

#content h1, #content h2, #content h3, #content h4, #content legend {color:#025;}

#content h1 {
	font-size:2em;
	padding:0 0 .3em 0;
}

#content h2 {
	font-size:1.5em;
	padding:.7em 0 .3em 0;
}

#content h3 {
	font-size:1.3em;
	padding:1em 0 .5em 0;
}

#content h4 {
	padding:1em 0 0 0;
}

#content p {
	line-height:1.5em;
	padding:.5em 0;
}

#content a {color:#025;}

#content a:hover {color:#666;}

#content ul {padding-left:15px;}

#content ul li {
	padding:.2em 0;
}


/* TEASER divs ie news summaries */
#content div.teaser  {
	clear:both;
	margin:1em 0 1em 0;
	border:1px solid #ccc;
	padding:0 0 .5em 0;
	min-height:90px;
}

#content div.teaser p {
	margin: .5em 1em .5em 110px;
}

#content div.teaser h2 {
	margin-left:110px;
	color:#025;
	padding:.3em 0 .0 0;
}

#content div.teaser img {
	float:left;
	padding:0.5em;
}



/* INLINE PHOTO */

#content div.inline_photo {
	width:auto;
	height:1%;
	float:right;
	margin:0 0 .2em .5em;
	padding:0;
} 

#content div.inline_photo img {padding:5px;}

#content div.inline_photo p {font-size:0.9em;}

/* TABLE STYLE */
table {
	text-align:left;
	/* border:1px solid #ccc; */
	margin:.5em 0 .5em 0;
	min-width:570px;
}
	

table th {
	padding:5px;
	color:#FFF;
	font-weight:bolder;
	background:#025;
}

table td { border:1px solid #ccc;
	padding:5px;
}

/* SPEED LIMITS TABLE */

table td.speed {font-size:2em;}

/* GOOGLE MAP */
div#map {
	margin:0 0 .5em 0;
}

/* GALLERY PHOTOS */
div.gallery_photo {
	float:left;
	margin:1em 1em 0 0;
}

.clearboth {clear:both;}

/* ORDERED LIST ie SPEED LIMIT LONGDESC */

#content ul.process {
	padding:.5em 0 0 1.5em;
	list-style-type:disc;
}

#content ul.process li {
	padding:.3em 0;
}

#content ul.process li ul  {
	padding:0 0 0 2em;
	list-style-type:circle;
}

/* LARGE IMAGES */
img.large_image {padding-bottom:1em;}

/* FORM
------------------------------------------ */

#content fieldset {
	padding:.5em;
    margin-bottom:.5em;
    border:1px solid #ddd;
}

#content legend {font-size:1.5em;}

#content input, #content select, #content textarea {margin-bottom:.5em;}
	
/* FOOTER
------------------------------------------ */
#footer {
	clear:both;
	padding:10px 20px;
	background:#fff;
}

#footer h6, #footer p, #footer a {color:#666;}

#footer h6 {font-size:.9em;}

#footer p {
	font-size:.9em;
	line-height:1.2em;
}

#footer a:hover {color:#ccc;}

#footer div.gradient {
	height:5px;
	background:#f00 url(/images/background.jpg) repeat-y center 0;
	margin:10px 0;
}

/* HOME PAGE
------------------------------------------ */
div#camera_locations {
	float:left;
	width:66%;
}

div#camera_locations div p {
	margin-left:110px;
	padding: 0 1em 0 0;
}

div#camera_locations div h2 {
	margin-left:110px;
	color:#025;
	padding:.3em 0 .5em 0;
}

div#camera_locations div  {
	border:1px solid #ccc;
	margin:0 1em 1em 0;
	padding:0 20px 1.5em 0;
}

div#camera_locations div img {
	float:left;
	padding:0.5em;
}

/* DID YOU KNOW BOX ON HOME PAGE */
 
#know {
	width:615px;
	padding:0;
	float:left;
	margin:0; padding:0;
	background:#025 url(/images/yellow_gradient.gif) repeat-y top left;
}

#know dl {
	margin:0; padding:0;
}

#know dt {
	float:left;
	width:90px;
	margin:0; padding:20px 10px 10px 10px;
	font-size:2em;
	color:#025;
	font-weight:bold;
	text-align:center;
	min-height:3em;
	background:#fd0 url(/images/yellow_gradient.gif) repeat-y top left;

}

#know dd {
	float:right;
	width:475px;
	margin:0; padding:15px 15px;
	font-size:1.5em;
	line-height:1.1em;
	color:#fff;
	background-color:#025;
	text-align:left;
}

#know dd a {color:#fff;}

/* 2 COLUMN CLASS ON HOME PAGE */

div.twocolumn {
	margin: .5em 0;
	float:left;
	width:615px;
	}
	
div.twocolumn_left {
	float:left;
	width:49%;
}

div.twocolumn_right {
	float:right;
	width:49%;
}

#content div.twocolumn_left h3, #content div.twocolumn_right h3 {
background:#025 url(/images/news_deploy_bgr.gif) repeat-y top right;
	color:#fff;
	padding:.5em;
}

div.twocolumn_left h4, div.twocolumn_right h4 {
	color:#025;
	padding: .5em 0;
	font-size:1.1em;
}

div.twocolumn_left p, div.twocolumn_right p {
	padding: 0;
	line-height:1.1em;
}

/* Top tips twocolumn_right */

#content div.twocolumn_right h3 {
	background:#fd0 url(/images/yellow_gradient.gif) repeat-y top right;
	color:#025;

}

#content div.twocolumn_right p {
	background-color:#025;
	color:#fff;
	padding:1em;
	line-height:1.2em;
	font-size:1.1em;
}




/* NEWS AND DEPLOYMENTS ON HOME PAGE */

div#news_deploy {
	margin-top:1em;
	float:left;
	width:615px;
	}
	
div#news {
	float:left;
		width:49%;
}

div#news h3, div#deploy h3 {
	background:#025 url(/images/news_deploy_bgr.gif) repeat-y top right;
	color:#fff;
	padding:.5em;
}

div#news h4, div#deploy h4 {
	color:#025;
	padding: .2em 0;
	font-size:1.1em;
}

div#news p, div#deploy p {
	padding: 0;
	line-height:1.1em;
}

div#deploy {
	float:right;
	width:49%;
}





/* RSS FEED LIST */
ul.rss {
	list-style-type:none;
	margin:.5em 0 0 0;
}

ul.rss li {
	background:transparent url(/images/rss_icon.png) no-repeat left center;
	margin:0;
	padding:.2em 0 .2em 20px;
}

ul.rss li a {padding-left:20px;}

/* HIDE THE SUBNAV CATEGORIES WHEN NOT IN THAT SECTION */

.show { display:block !important }
	
.spacer {clear:left;}