/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
* Project: Hampshire Constabulary website
* Purpose: Default styles
* Author : Dominic Winsor, Web Developer, IT Services, OH
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
	color: #333;
	background-color: #f5f5f5;
	font-size: 68.9%; /* Default (medium) is 16px: scale to 11px */
	font-family: Geneva, Arial, sans-serif;
	margin: 0;
}
p, div {
	font-family: inherit;
}
td, th {
	vertical-align: top;
}
h1 {
	color: #FBFAFC;
	font-size: 1.8em;
	margin: 0 0 .5em 0;
}
h2 {
	color: #036;
	font-size: 1.7em !important;
	letter-spacing: -.5px;
	margin: 0 0 .5em 0;
}
h3 {
	color: #333;
	font-size: 1.15em !important;
	margin: 1em 0 .5em 0;
}
h4 {
	color: #242544;
	font-size: 1.1em !important;
	margin-bottom: 0;
}
h5 {
	font-size: 1em;
	color: #888;
}
p {
	margin: .5em  0 !important; /* important: override MCMS! */
	padding: 0 !important; /* important: override MCMS! */
	line-height: 1.5em;
}
td {
	line-height: 1.5em;
}
form {
	margin: 0 0 1em 0;
}

a img, img.ia {
	border: 0;
}

label.none {
	display: none;
}

a:link {  
	color: #036; 
	text-decoration: underline;
}
a:visited {  color: #406; }
a:hover {  color: #00B; }
a:active {  color: #F44; }
a.disabled { 
	color: #444; 
	text-decoration: none;
}
hr {
	border: 0;
	border-top: 1px solid #CCC;
	margin: 5px 0 7px 0;
	height: 1px;
	clear: both;
}
em {
	font-style: normal !important;
	font-weight: bold;
	color: #D00;
}
em a:link, em a:visited { color: #D00; }
em a:hover { color: #F00; }

input, select { font-size: 1em; }
form>textarea { font-size: 1.2em !important;}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
* ACCESSIBILITY: Hide audio-only content
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.audio {
	display: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
* STRUCTURE: columns, banners & size constraints
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#uberContainer {
	text-align: left;
	float: left;
	display: inline;
	padding: 0;
	margin: 0 0 0 5px;
	width: 768px;
}
#utility {
	float: left;
	padding: 20px 0 6px;
	font-size: 14px;
}
#utility ul {
	float: left;
}
#frmSearch {
	float: right;
	margin: 0;
	padding: 0 1em;
}
#headerContainer {
	height: 78px;
	width: 100%;
	float: left;
}
#mainContainer {
	float: left;
	padding: 20px 0 15px 4px;
}
#mainContainer .navigation, #mainContainer #divNavigation  {
	float: left;
	width: 163px;
}
#mainContainer #content {
	float: left;
	width: 320px;
	padding: 0 18px;
}
#mainContainer #content .crumbs {
	margin: 0 0 1em 0;
}
#mainContainer .wide {
	width: 561px !important;
}
#mainContainer #related {
	float: right;
	width: 239px;
}
#mainContainer #related div {

}
#footerContainer {
	clear: both;
	width: 100%;
}

/* fix: temporary override for IFRAME forms */
body.iframe, body.iframe #mainContainer, body.iframe #mainContainer .wide {
	padding: 0;
	margin: 0;
	width: auto !important;
}
body.iframe #mainContainer {
	padding-top: 2em;
}
body.iframe p, body.iframe form {
	width: 100%;
}

/* /fix */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
* STYLE: outermost container
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#uberContainer {
	background: transparent url('search.bg.gif') top left repeat-x;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
* NAVIGATION: utility
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
a.skip {
	color: #aaa;
}
a.skip:hover {
	color: blue;
}
#frmSearch * {
	font-size: 1em;
}
#frmSearch label {
	display: none;
}
#frmSearch #txtGQuery {
	background: white url('header.shadow.gif') 0 -2px repeat-x;
	border: 1px solid #527DB9;
	padding: 2px 5px;
}
#utility ul {
	border-top: 1px solid #f0f0f0;
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
	display: inline;
}
#utility ul li {
	list-style: none;
	float: left;
}
#utility ul li a {
	text-transform: lowercase;
	padding: 5px .6em;
	font-size: .9em;
	color: #777;
	text-decoration: underline;
	width:.1em; /* Clickable region fix part 1 of 2 (ala) */
	white-space: nowrap;
	float: left;
	display: inline;
	/* IE5-Mac.start  \*/
	display: block;
	/* IE5-Mac.end */
}

/* Clickable region fix part 2 of 2 (ala) */
#utility>ul li a {
	width:auto;
}

/* IE5-Mac.start  \*/
#utility a {float:none;}
/* IE5-Mac.end */

#utility a:hover {
	color: #00b;
	background-color: #F0F0F0;
}

#utility a.highcontrast {
}
#utility a.highcontrast:hover {
	background-color: #FFD;
	color: #000;
	border: 1px solid #888;
	position: relative;
	top: -1px;
	left: -1px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
* STYLE: header
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#headerContainer {
	background: #556D87 url('website-banner-2.jpg') top left repeat-x;
}
#headerContainer h1 {
	display: none;
}
#headerContainerMini h1 {
	padding: .5em 1em 0;
	color: #036;
}
#headerContainer img {
	float: left;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
* NAVIGATION: primary
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* navigation: structure -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

.navigation ul {
	margin: 0 0 1px 0;
	padding: 0;
	list-style: none;
	float: left;
}
.navigation ul li {
	list-style: none;
	float: left;
}
.navigation ul li a {
	padding: 4px 8px;
	color: #222;
	margin: 1px 0 0 0;	
	text-decoration: underline;
	float: left;
	display: inline;

	/* ~~ start: bmh ~~ */
	width: 162px; /* ie */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:140px; /* everyone else */
	/* ~~ end: bmh ~~ */
}
/* older versions of msie (<5) require nowrap else container shrinks to fit text width
   the ellipsis/overflow is used to stop the element bleeding into the centre column.
   The 'star-html hack' is used to isolate msie in this instance.
   *** TEST THIS : Further testing rqd in msie4.72, 5, 5.5, and 7beta2 ***
*/

/*
* html .navigation ul li a {
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
}
*/

/* FIRST INDENT */
.navigation ul li ul {
	margin: 0;
	padding: 0;
}
.navigation ul li ul li a {
	padding: 3px 10px 3px;
	margin: 0;
	font-size: 1em;
	width: 130px; 
	display: block;
	border: 0;
}

/* SECOND INDENT */
.navigation ul li ul li ul {
	margin: 0;
	padding: 0;
	border: 0;
}
.navigation ul li ul li ul li a {
	padding: 3px 15px 3px;
	font-weight: normal;
	margin: 0;
	font-size: 0.9em;
	width: 112px; 
	white-space: nowrap;
	display: block;
	border: 0;
	
}

/* THIRD INDENT */
.navigation ul li ul li ul li ul {
	margin: 0;
	padding: 0;
	border: 0;
}
.navigation ul li ul li ul li ul li a {
	padding: 3px 18px 3px;
	font-size: 0.8em;
	width: 96px; 
	white-space: nowrap;
	display: block;
	border: 0;
}


/* navigation: style -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

.navigation { background-color: #8BD3F4; }
/* ROOT */
.navigation ul li a {
	background-color: #F6F9FC;
	color: #024 !important;
	border-left: 6px solid #9BB9E2;
	text-decoration: underline;
}

/* FIRST INDENT */
.navigation ul li ul { border-left: 6px solid #9BB9E2; }
.navigation ul li ul li { border-left: 6px solid #DCF0FD; border-bottom: 1px solid white !important; }
.navigation ul li ul li a { background-color: #F6F9FC; color: #036 !important; }

/* SECOND INDENT */
.navigation ul li ul li ul li { border-left: 8px solid #EDF7FE; }
.navigation ul li ul li ul li a { background-color: #EDF7FE; color: #666; }

/* THIRD INDENT */
.navigation ul li ul li ul li ul li{ border-left: 10px solid #F6F9FC; }
.navigation ul li ul li ul li ul li a { background-color: #FCFDFE; }

/* OVER STATE */
.navigation a:hover {
	border-left-color: #527DB9;
	color: #527DB9 !important;
}

/* ON STATE (HIGHLIGHTS) */
.navigation a.on {
	font-weight: bold !important;
	background-color: #fff;
	color: #222 !important;
	text-decoration: none;
}
.navigation a.on:hover { color: #222 !important; } 
.navigation ul li a.on { background: #DCF0FD url('rightarrow.gif') 3px .75em no-repeat; } /* url('right.gif') 0 50% no-repeat;*/
.navigation ul li ul li a.on { background: #EDF7FE url('rightarrow.gif') 4px .75em no-repeat; }
.navigation ul li ul li ul li a.on { background: #F6F9FC url('rightarrow.gif') 8px .75em no-repeat; font-weight: normal; }
.navigation ul li ul li ul li ul li a.on { background: #FAFCFD url('rightarrow.gif') 12px .75em no-repeat; font-weight: normal; }
/*
9BB9E2
DCF0FD
EDF7FE
F6F9FC
FAFCFD
FCFDFE
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
* main container
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#mainContainer {
	background: white url('header.shadow.gif') 0 0 repeat-x;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
* NAVIGATION: breadcrumb trail
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#mainContainer #content .crumbs {
	background-color: #F6F9FC;
	padding: 2px 0;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
* STYLE: footer
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footerContainer {
	border-top: 1px solid #9BB9E2;
	background-color: #CCDBF0;
	padding: 0;
}
#footerContainer p {
	margin: 0 1em;
	padding: 0 1em !important;
	background-color: #CCDBF0;
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
* CONTENT: feature boxes
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.feature {
	border: 1px solid #527DB9;
	float: left;
	width: 100%;
	background: #9BB9E2 url('homefeaturebg.gif') top left repeat-y;
	margin: 0 0 1em;
	display: inline;
	color: #333;
}
.feature h3 {
	background-color: #527DB9;
	float: left;
	margin: 0;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.1em;
	padding: 3px 5px;
	display: inline;

	/* ~~ start: bmh ~~ */
	width: 145px; /* ie */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 139px; /* everyone else */
	/* ~~ end: bmh ~~ */

}
* html .feature h3 {
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
}
.feature p {
	float: left;
	margin: 0;
	padding: 3px 5px !important;
	background-color: #9BB9E2;
	display: inline;

	/* ~~ start: bmh ~~ */
	width: 145px; /* ie */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 139px; /* everyone else */
	/* ~~ end: bmh ~~ */

}
.feature img {
	float: right;
	width: 90px;
	height: 80px;
	display: inline;
}
.feature h3 a, .panel h3 a {
	color: #fff !important;
}
.feature p a:link, .feature p a:visited {
	color: #444 !important;
	text-decoration: underline;
}
.feature p a:hover, .panel p a:hover {
	color: #2F496E !important;
}
.feature h3 a:hover, .panel h3 a:hover {
	color: #FFF !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
* CONTENT: RHS panels
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.panel {
	border: 1px solid #527DB9;
	float: left;
	width: 100%;
	background-color: #9BB9E2;
	margin: 0 0 1em;
	display: inline;
	color: #333;
}
.panel h3 {
	background-color: #527DB9;
	margin: 0;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.1em;
	padding: 3px 5px;
}

.panel ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
.panel ul li {
	list-style: none;
	float: left;
}
.panel ul li a {
	background-color: #F6F9FC;
	padding: 4px 8px;
	border-left: 6px solid #9BB9E2;
	margin: 1px 0 0 0;	
	text-decoration: underline;
	float: left;
	display: inline;

	/* ~~ start: bmh ~~ */
	width: 237px; /* ie */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:217px; /* everyone else */
	/* ~~ end: bmh ~~ */
	
}
.panel ul li a:hover {
	border-left-color: #527DB9;
	color: #036;
	background-color: #fcfcfc;
}
.panel ul li a.on {
	font-weight: bold;
	background-color: #fff;
}
.panel p {
	background-color: #CCDBF0;
	color: #222;
	border-left: 6px solid #9BB9E2;
	margin: 1px 0 0 0 !important;
	padding: 4px 8px !important;
	float: left;
	display: inline;

	/* ~~ start: bmh ~~ */
	width: 237px; /* ie */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:217px; /* everyone else */
	/* ~~ end: bmh ~~ */

}





/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
* CONTENT: RHS sibling navigation (nested within main content.wide)
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.siblingNavigation {
	border: 1px solid #CCDBF0;
	float: left;
	width: 100%;
	background-color: #CCDBF0;
	margin: 0 0 1em;
	display: inline;
	color: #333;
}
.siblingNavigation h3 {
	background-color: #CCDBF0;
	margin: 0;
	color: #036;
	text-transform: uppercase;
	font-size: 1.1em;
	padding: 3px 5px;
}
.siblingNavigation h3 a { text-decoration: underline !important; }
.siblingNavigation h3 a.on { text-decoration: none !important; }

.siblingNavigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
.siblingNavigation ul li {
	list-style: none;
	float: left;
}
.siblingNavigation ul li a {
	background-color: #FFF;
	padding: 4px 8px;
	width: 178px;
	border-left: 6px solid #F6F9FC;
	margin: 1px 0 0 0;	
	text-decoration: underline;
	float: left;
	display: inline;
	
}
.siblingNavigation ul li a:hover {
	border-left-color: #CCDBF0;
	color: #036;
	background-color: #fcfcfc;
}
.siblingNavigation ul li a.on {
	font-weight: bold;
	background-color: #fff;
}
.siblingNavigation a.selected {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
.siblingNavigation a.selected:hover {
	border-left-color: #F6F9FC;
	color: #333;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
* CONTENT: Main content column dividers (nested within main content.wide)
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.contentPositionMain {
	float: left;
	width: 359px;
}
.contentPositionRelated {
	float: right;
	width: 200px;
}
#mainContainer .fullwidth {
	margin-right: 0 !important;
	padding: 0 0 0 20px !important;
	width: 581px !important;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
* INLINE: table styles
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* infoTable: is for data presentation
   formTable: is for forms layout
*/
table.infoTable, table.formTable {
	margin: 1em 0;
	border-color: #FBFAFC;
	border-style: solid;
	border-width: 1px 0 0 1px;
	empty-cells: show;
	border-collapse: collapse;
}
.infoTable td, .infoTable th, .formTable th, .formTable td {
	border-color: #FFF;
	border-style: solid;
	border-width: 0 1px 1px 0;
}
/* override nested radeditor table */
.infoTable td table td {
	border: 0;
	padding: 0 !important;
	margin: 0;
}

.infoTable {
	width: 100%;
}
.infoTable th {
	background-color: #E5EDF7;/*#CCDBF0;*/
	padding: 4px 3px;
}
table.vertical th {
	 text-align: right !important;
	 width: 130px;
	 padding: 2px 10px 2px 0px;
}
.formTable th {
	background-color: #CCDBF0;
	padding: 7px 2em 0px 3px;
	width: 120px;
	text-align: right;
}
.infoTable td, .formTable td {
	padding: 3px;
	background-color: #F6F9FC;
}
.infoTable td p, .formTable td p {
	background-color: transparent !important;
}
.formTable tr.actions td {
	background-color: transparent;
	padding: 8px 3px;
}
.formTable td.action {
	padding: 3px 6px;
}
.formTable tr.actions td input, .formTable td.action input {
	color: black;
	text-decoration: none !important;
	border: 1px #eeeeee outset;
	padding: 1px 4px 1px 4px;
	background-color: #eee;
}
.natural {
	width: auto !important;
}

.trData td {}
.trDataAlt td {
	background-color: #F7FBFF;
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
* INLINE: accessible form layout
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
form * {
	font-size: 1em;
}
form fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
form fieldset legend {
	font-weight: bold;
	font-size: 1.2em;
	color: #444;
	margin: .5em 0;
}
form h4.warn {
	margin: 1em 1em 0;
}
form .nextButton {
	font-weight: bold;
}
form p.controls {
	background-color: #CCDBF0;
	padding: .25em 1em;
}
form h5.title {
	margin: 0;
	color: #444;
	background-color: #F6F9FC;
	padding: 3px 1em;
}
form p {
	margin: 0;
	padding: .75em 1em .75em 2em;
	background-color: #FFF;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
* INLINE: table-like definition list
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
dl.tableish {
	float: left;
	width: 560px;
	margin: 2em 0;
	background: transparent url('dl.bg.gif') top left repeat-y;
	display: inline;
}
dl.tableish dt {
	float: left;
	clear: both;
	width: 130px;
	margin: 0;
	padding: 2px 10px 2px 0px;
	font-weight: bold;
	text-align: right;
	border-top: 1px solid #FFF;
	background-color: #E5EDF7;
	display: inline;
}
dl.tableish dd {
	border-top: 1px solid #F6F9FC;
	width: 400px;
	float: right;
	margin: 0;
	padding: 2px 10px;
	background-color: #F6F9FC;
	display: inline;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
* INLINE: text styles
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.emergency, .rq {
	color: red;
}
/* add an icon to heading 4 as a warning symbol */
h4.warn {
	background: transparent url('icons/warning.png') 0 0 no-repeat;
	padding: 0 0 0 20px;
	color: #A22;
	margin: 0;
}
ul.warn {
	color: #A22;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
* INLINE: heading links
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
h3 a {
	text-decoration: none !important;
	color: #333 !important;
}
h3 a:hover {
	text-decoration: underline !important;
}
h3 a:active {
	text-decoration: underline;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
* INLINE: Article listing 
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.newsList h4 {
	margin: 1.5em 0 0 0;
	font-size: 1.1em;
}
.newsList p {
	margin: .25em 0 0;
}
.newsList p.date {
	font-size: .9em;
	font-weight: bold;
	color: #888;
}
.newsList p.date a:link, .newsList p.date a:visited {
	color: #888;
}
.newsList p.date a:hover {
	color: #88F;
}

.newsImg {
	float: right;
	border: 1px solid #222;
	margin: 0 0 1em 1em;
	background-color: white;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
* INLINE: blue 'call to action' panels
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div.action {
	border: 1px solid #527DB9;
	background-color: #CCDBF0;
	color: #333;
	float: left;
}
div.action * {
	background-color: transparent;
}
div.action h3 {
	background-color: #527DB9;
	margin: 0;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.1em;
	padding: 3px 5px;
}
div.action img {
	float: right;
	margin: 0 0 0 1em;
}
div.action p {
	padding: .5em .5em 1em !important;
	background-color: #CCDBF0 !important;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
* STRUCTURE: right-hand side float containers
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.rhsFloat {
	float: right;
	width: 135px;
	border: 1px solid #eee;
	padding: 1em 1em 0;
	margin: 0 0 0 1em;
}
.rhsFloat img {
	float: left;
	margin: 0 0 1em 0;
}

div.imagePanel {
	float: left;
	border: 1px solid #eee;
	padding: 0 0 1em;
	margin: 0 -1px 1em;
	width: 100%;
}
.imagePanel img {
	float: left;
	margin: 1em 0 0 1em;
}
.imagePanel a:hover img {
	border: 1px solid #999;
}

img.inlineThumb {
	margin: .5em 1em 1em 0;
	float: left;
	display: inline;
	border: 0;
	background-color: #fff;
}
img.inlineThumbRight {
	margin: .5em 0 1em 1em;
	float: right;
	display: inline;
	background-color: #fff;
	border: 0;
}

#content p{
	background-color: #FFF;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
* INLINE: child rescue and other alerts
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.alert {
	background-color: #DC2521;
	padding: 5px 10px 5px 160px;
	border: 3px solid #AC0501;
	color: #FFF;
}
.alert h1, .alert h3 {
	text-transform: uppercase;
	margin: 0;
}
td.heading {
	color: #FBFAFC;
	font-size: 1.8em;
	text-transform: uppercase;
	margin: 0;
}
.alert p {
	font-size: 1.1em;
	background-color: #DC2521 !important;
}
.alert a { color: #FEF219 !important; font-weight: bold; }
.alert h1 a, td.heading a { color: #FFF !important; text-decoration: none; }

a.EditShortcut {
	font-size: 0;
	width: 11px;
	height: 11px;
	background: url('icons/shortcut-overlay.gif') 0 0 no-repeat !important;
	text-decoration: none !important;
	margin: 0;
	float: left;
	position: relative;
	top: 2px;
	left: -2px;
}
a.EditShortcut * {
	display: none;
}


.article {
	width: 180px;
	border: 1px solid #CCDBF0;
	background-color: #F6F9FC;
	padding: 3px 6px;
	font-size: 7pt;
	display: inline;
}
.article a {
	color: #036;
	text-decoration: none;
}
.article a strong {
	font-size: 8pt;
	text-decoration: underline;
}
.next { float: right; border-right-width: 4px; text-align: right; }
.prev {	float: left; border-left-width: 4px; }
h4.GeneralListing { clear: left; }





/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
* NAVIGATION INLINE: Site Map
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* section navigation
*/
 
div.sitemap ul {
  	margin: 0;
  	padding: 0;
  	float: left;
}
div.sitemap ul li {
  	float: left; 	
  	list-style: none;
  	margin: 0;
}

div.sitemap ul a {
  	width: 535px;/*493px;*/
  	background: #C5E6FC url('icon-sitemap-0.gif') 5px 60% no-repeat;
  	padding: 3px 0 3px 22px;
  	border-bottom: 1px solid #FFF;
  	white-space: nowrap;
	/* IE5-Mac.start  \*/
  	display: block;
	/* IE5-Mac.end */
}
/* IE5-Mac.start  \*/
div.sitemap ul a {float:none;}
/* IE5-Mac.end */


/* indent: 1 */
div.sitemap ul li ul {
	margin: 0;
	padding: 0;
}
div.sitemap ul li ul li a,
 div.sitemap ul a.posting  {
  	background: #DCF0FD url('icon-sitemap-0.gif') 21px 60% no-repeat;
  	padding: 3px 0 3px 40px;
  	border-bottom: 1px solid #FFF;
  	white-space: nowrap;
	/* IE5-Mac.start  \*/
  	display: block;
	/* IE5-Mac.end */
	
	/* tan-hack */
	width: 535px; widt\h: 517px;
}


/* indent: 2 */
div.sitemap ul li ul li ul {
	margin: 0;
	padding: 0;
}
div.sitemap ul li ul li ul li a,
 div.sitemap ul li ul li a.posting {
	background: #EDF7FE url('icon-sitemap-0.gif') 51px 60% no-repeat;
  	padding: 3px 0 3px 70px;
  	border-bottom: 1px solid #FFF;
  	white-space: nowrap;
	/* IE5-Mac.start  \*/
  	display: block;
	/* IE5-Mac.end */
	
	/* tan-hack */
	width: 535px; widt\h: 487px;
}


/* indent: 3 */
div.sitemap ul li ul li ul li ul {
	margin: 0;
	padding: 0;
}
div.sitemap ul li ul li ul li ul li a,
 div.sitemap ul li ul li ul li a.posting {
	font-size: .9em;
	background: #F6F9FC url('icon-sitemap-1.gif') 81px 60% no-repeat;
  	padding: 3px 0 3px 100px;
  	border-bottom: 1px solid #FFF;
  	white-space: nowrap;
	/* IE5-Mac.start  \*/
  	display: block;
	/* IE5-Mac.end */
	
	/* tan-hack */
	width: 535px; widt\h: 457px;
	overflow: hidden;
	text-overflow: ellipsis;
}




/* indent: 4 */
div.sitemap ul li ul li ul li ul li ul {
	margin: 0;
	padding: 0;
}
div.sitemap ul li ul li ul li ul li ul li a,
 div.sitemap ul li ul li ul li ul li a.posting {
	font-size: .8em;
	background: #FAFCFD url('icon-sitemap-1.gif') 111px 60% no-repeat;
  	padding: 3px 0 3px 130px;
  	border-bottom: 1px solid #FFF;
  	white-space: nowrap;
	/* IE5-Mac.start  \*/
  	display: block;
	/* IE5-Mac.end */
	
	/* tan-hack */
	width: 535px; widt\h: 427px;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* indent: 5 */
div.sitemap ul li ul li ul li ul li ul li ul {
	margin: 0;
	padding: 0;
}
div.sitemap ul li ul li ul li ul li ul li ul li a,
 div.sitemap ul li ul li ul li ul li ul li a.posting {
	font-size: .8em;
	background: #FCFDFE url('icon-sitemap-1.gif') 141px 60% no-repeat;
  	padding: 3px 0 3px 160px;
  	border-bottom: 1px solid #FFF;
  	white-space: nowrap;
	/* IE5-Mac.start  \*/
  	display: block;
	/* IE5-Mac.end */
	
	/* tan-hack */
	width: 535px; widt\h: 397px;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* indent: 6 */
div.sitemap ul li ul li ul li ul li ul li ul li ul {
	margin: 0;
	padding: 0;
}
div.sitemap ul li ul li ul li ul li ul li ul li ul li a,
 div.sitemap ul li ul li ul li ul li ul li ul li a.posting {
	font-size: .8em;
	background: #FDFEFE url('icon-sitemap-1.gif') 171px 60% no-repeat;
  	padding: 3px 0 3px 190px;
  	border-bottom: 1px solid #FFF;
  	white-space: nowrap;
	/* IE5-Mac.start  \*/
  	display: block;
	/* IE5-Mac.end */
	
	/* tan-hack */
	width: 535px; widt\h: 367px;
	overflow: hidden;
	text-overflow: ellipsis;
}



/* hover states */
div.sitemap a:hover {
	color: #B00 !important;
}

a.posting {
	background-image: url('icon-sitemap-2.gif') !important;
}
a.posting:hover {
	background-image: url('icon-sitemap-2h.gif') !important;
}
a.channel:hover {
	background-image: url('icon-sitemap-0h.gif') !important;
}
li.unpublished a {
	color: #444 !important;
	background-color: lemonchiffon !important;
	border: 1px #777 dotted !important;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
* INLINE: search results listing
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.searchList h4 {
	margin: 1.5em 0 0 0;
	font-size: 1.1em;
}
.searchList p {
	margin: .25em 0 0;
}
.searchList p.location {
	font-size: .9em;
	font-weight: bold;
	color: #282;
}
.searchList p.location a {
	color: #282;
	text-decoration: none;
}
.BigSearchButton { padding: 0 .5em; font-weight: bold;}
.SearchInfoBar {
	background-color: #CCDBF0;
	border-top: 1px solid #9BB9E2;
	padding: 3px 5px;
	font-weight: bold;
	float: left;
	width: 550px;
}
.SearchInfoBar .left {
	float: left;
	width: auto;
	font-size: 1.1em;
}
.SearchInfoBar .right {
	float: right;
}
.textIgnore { color: #777;}
.textInclude { color: #000;}
.searchSuggestion { color: #444;  font-size: .9em; font-style: italic; }
.searchSuggestion a { color: #800 !important;}
.prev {}
.next {}
.pagination { 
	border: 1px solid #CCDBF0; 
	padding: .25em .75em; 
	background-color: #F6F9FC;
}
.pagination:hover {
	background-color: #FFF;
}
.paginationControls {
	margin: 1em 0;
	text-align: center;
}

p.indent {
	color: #444;
	background-color: #F6F9FC !important;
	border: 1px #DCF0FD solid;
	padding: .5em !important;
	margin: auto 3em !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
* NAVIGATION: lhs banner images
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.lhsBanners {
	text-align: center;
	width: 160px;
	float: left;
	margin: 1em 0 0 0;
	display: inline;
}
.lhsBanners img {
	margin: 6px 0 0 0;
}/*
.lhsBanners a:hover img {
	opacity: .9;
	-moz-opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha( opacity=90 );
}*/

.smallText {
	font-size: .8em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
* NAVIGATION: footer links
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

p.postFooter {
	text-align: center;
	font-size: smaller;
	background-color: transparent;
}
p.postFooter a {
	color: #555;
}
p.postFooter a:visited {
	color: #777;
} 



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
* DEBUG: show layers
* code snippet from www.get2dom.com
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
#headerContainer { border-top: 3px lime solid; }
.navigation { border-top: 3px yellow solid; }
.lhsBanners { border-top: 3px grey solid; }
#mainContainer { border-top: 3px red solid; }
#footerContainer { border-top: 3px blue solid; }
.crumbs { border-top: 3px purple solid; }
#content { border-top: 3px hotpink solid; }
#related { border-top: 3px orange solid; }
*/
