@charset "UTF-8";
/*--------------------------------------------------------------
Although the CSS in this file can be freely copied, the associated
graphic files are copyright 2009 Buckmore Park and may not
be reproduced in any form. Furthermore, the unique combination
of images, colors and typography that gives the website its
'look and feel' are also copyright 2009 Buckmore Park.
--------------------------------------------------------------*/
/*-----------------------------
   Standard page defaults
-------------------------------*/
body {
	font-family: "Trebuchet MS", Arial, "Nimbus Sans L", Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background: #DDD url(images/background.gif) repeat-x top;
}
td#site-body {  /*used for admin area preview window*/
	font-family: "Trebuchet MS", Arial, "Nimbus Sans L", Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background: #DDD url(images/background.gif) repeat-x top;
}
td#site-body td {  /*used for admin area preview window*/
	font-family: "Trebuchet MS", Arial, "Nimbus Sans L", Helvetica, sans-serif;
}
img {
	border: 0;
	margin: 0 0 5px 0;
}
.footnote {
	color: #333;
	text-align: center;
}
#wrap {
	padding: 0;
	margin: 0 auto;
	background: #FFF url(images/mid_left.gif) repeat-y left;
}
form {
	padding: 0;
	margin: 0;
}
fieldset {
	padding: 8px 0;
	border: 0;
	margin: 0;
}
/* Holy Hacks for IE peekaboo and other bugs \*/
* html #page { height: 1%; }
* html #page div { height: 1%; }
* html #page div div { height: 1%; }
* html #page div div div { height: 1%; }
/* End Holy Hacks for IE */ 
/*-----------------------------
   Main Page Content
-------------------------------*/
#mid1 {
	float: left;
	padding: 0;
	margin: 0;
	background: url(images/nav_back.gif) repeat-y right;
}
#mid2 {
}
#page {
	float: right;
	padding: 0;
	margin: 2px 20px 10px 0; /* left can be left at zero */
}
.page {  /*the admin area window that holds SS short-cuts*/
	color: #39557F;
	padding: 10px;
	margin: 0;
	background-color: #FFF;
}
#page a {
	text-decoration: none;
	color: #063664;
}
#page a:hover {
	text-decoration: underline;
	color: #C00;
}
#page h1 {
	color: #555;
	font-weight: bold;
	line-height: 110%;
	padding: 0;
	margin: 0 0 18px 0;
}
#page h2 {
	color: #000;
	font-weight: bold;
	padding: 0;
	margin: -2px 0 8px 0;
}
#page h3 {
	padding: 0;
	margin: 0;
}
#page h4 {
	padding: 0;
	margin: 0;
}
#page p {
	color: #000;
	padding: 0;
	margin: 0 0 10px 0;
}
.grey {
	color: #AAA;
}
.hide {
	display: none;
}
/*---------------------------------
   Text Box Styling - Backgrounds
-----------------------------------*/
.inset1, .inset2, .inset3, .inset4, .inset5, .inset6, .inset7, .inset8 {
	padding: 0;
	margin: 0;
}
.inset2, .inset4, .inset6, .inset8 {
	background: url(images/inset_cr.gif) repeat-y right;
}
.inset1, .inset3, .inset5, .inset7 {
	margin: 0 0 10px 0;
}
.inset1 {
	background-color: #F5E6E6;
	border: 1px solid #E4B6AF;
}
.inset2 {
	background-color: #F5E6E6;
}
.inset3 {
	background-color: #F4F2DA;
	border: 1px solid #ECE1A8;
}
.inset4 {
	background-color: #F4F2DA;
}
.inset5 {
	background-color: #E5E6E9;
	border: 1px solid #9BABBB;
}
.inset6 {
	background-color: #E5E6E9;
}
.inset7 {
	background-color: #EEE;
	border: 1px solid #CCC;
}
.inset8 {
	background-color: #EEE;
}
/*---------------------------------
   Text Box Styling - Subheads
-----------------------------------*/
#page .inset1 h2, #page .inset3 h2, #page .inset5 h2, #page .inset7 h2 {
	padding: 5px;
	margin: 0;
}
#page .inset2 h2, #page .inset4 h2, #page .inset6 h2, #page .inset8 h2 {
	padding: 5px 15px 5px 10px;
	margin: 0;
	background: url(images/inset_tr.gif) no-repeat right top;
}
#page .inset1 h2, #page .inset2 h2 {
	font-weight: bold;
	color: #8A0518;
	background-color: #E4B6AF;
}
#page .inset3 h2, #page .inset4 h2 {
	font-weight: bold;
	color: #7F5F03;
	background-color: #ECE1A8;
}
#page .inset5 h2, #page .inset6 h2 {
	font-weight: bold;
	color: #333;
	background-color: #B9C4D1;
}
#page .inset7 h2, #page .inset8 h2 {
	font-weight: bold;
	color: #FFF;
	background-color: #AAA;
}
/*---------------------------------
   Text Box Styling - Body Text
-----------------------------------*/
#page .inset1 p, #page .inset2 p {
	color: #400;
	padding: 5px 10px;
	margin: 0;
}
#page .inset3 p, #page .inset4 p {
	color: #7F5F03;
	padding: 5px 10px;
	margin: 0;
}
#page .inset5 p, #page .inset6 p {
	color: #333;
	padding: 5px 10px;
	margin: 0;
}
#page .inset7 p, #page .inset8 p {
	color: #555;
	padding: 5px 10px;
	margin: 0;
}
#page .inset1 a, #page .inset2 a {
	color: #600;
}
#page .inset3 a, #page .inset4 a {
	color: #604701;
}
#page .inset5 a, #page .inset6 a {
	color: #333;
}
#page .inset7 a, #page .inset8 a {
	color: #444;
}
#page .inset1 a:hover, #page .inset2 a:hover {
	color: #C00;
}
#page .inset3 a:hover, #page .inset4 a:hover {
	color: #C00;
}
#page .inset5 a:hover, #page .inset6 a:hover {
	color: #C00;
}
#page .inset7 a:hover, #page .inset8 a:hover {
	color: #C00;
}
/*---------------------------------
   Text Box Styling - Captions
-----------------------------------*/
#page .inset1 .pic-l, #page .inset1 .pic-a, #page .inset1 .pic-c, #page .inset1 .pic-r, #page .inset1 .pic-b, #page .inset1 .pic-, #page .inset2 .pic-l, #page .inset2 .pic-a, #page .inset2 .pic-c, #page .inset2 .pic-r, #page .inset2 .pic-b, #page .inset2 .pic- {
	color: #000;
}
#page .inset3 .pic-l, #page .inset3 .pic-a, #page .inset3 .pic-c, #page .inset3 .pic-r, #page .inset3 .pic-b, #page .inset3 .pic-, #page .inset4 .pic-l, #page .inset4 .pic-a, #page .inset4 .pic-c, #page .inset4 .pic-r, #page .inset4 .pic-b, #page .inset4 .pic- {
	color: #724C00;
}
#page .inset5 .pic-l, #page .inset5 .pic-a, #page .inset5 .pic-c, #page .inset5 .pic-r, #page .inset5 .pic-b, #page .inset5 .pic-, #page .inset6 .pic-l, #page .inset6 .pic-a, #page .inset6 .pic-c, #page .inset6 .pic-r, #page .inset6 .pic-b, #page .inset6 .pic- {
	color: #444;
}
#page .inset7 .pic-l, #page .inset7 .pic-a, #page .inset7 .pic-c, #page .inset7 .pic-r, #page .inset7 .pic-b, #page .inset7 .pic-, #page .inset8 .pic-l, #page .inset8 .pic-a, #page .inset8 .pic-c, #page .inset8 .pic-r, #page .inset8 .pic-b, #page .inset8 .pic- {
	color: #333;
}
/*---------------------------------
   Text Box Styling - Bottom
-----------------------------------*/
#page .inset1 h6, #page .inset2 h6, #page .inset3 h6, #page .inset4 h6, #page .inset5 h6, #page .inset6 h6, #page .inset7 h6, #page .inset8 h6 {
	padding: 0;
	margin: 0;
	clear: left;
}
#page .inset1 h6, #page .inset3 h6, #page .inset5 h6, #page .inset7 h6 {
	height: 0;
}
#page .inset2 h6, #page .inset4 h6, #page .inset6 h6, #page .inset8 h6 {
	background: url(images/inset_br.gif) no-repeat bottom right;
}
#page .inset2 h6 a, #page .inset4 h6 a, #page .inset6 h6 a, #page .inset8 h6 a {
	display: block;
	background: url(images/inset_bl.gif) no-repeat bottom left;
}
/*---------------------------------
   Text Box Styling - Link Lists
-----------------------------------*/
#page .inset1 ul, #page .inset2 ul, #page .inset3 ul, #page .inset4 ul, #page .inset5 ul, #page .inset6 ul, #page .inset7 ul, #page .inset8 ul {
	list-style: none;
	padding: 0;
	border: 0;
	margin: 0 10px 0 0; /* padding around clickable area within div */
}
#page .inset2 ul, #page .inset4 ul, #page .inset6 ul, #page .inset8 ul {
	margin-right: 18px; /* extra padding to allow for drop-shadow */
}
#page .inset1 li, #page .inset2 li, #page .inset3 li, #page .inset4 li, #page .inset5 li, #page .inset6 li, #page .inset7 li, #page .inset8 li {
	display: inline; /*gets rid of IE6 'space under <li>' bug*/
	padding: 0;
	border: 0;
	margin: 0;
}
#page .inset1 li a, #page .inset2 li a, #page .inset3 li a, #page .inset4 li a, #page .inset5 li a, #page .inset6 li a, #page .inset7 li a, #page .inset8 li a {
	display: block;
	width: 100%;
	font-weight: normal;
	text-decoration: none;
	padding: 4px 5px; /* padding around text to make clickable area */
	margin: 0;
}
/* IE box-model hack - sigh! */
* html #page .inset1 li a, * html #page .inset2 li a, * html #page .inset3 li a, * html #page .inset4 li a, * html #page .inset5 li a, * html #page .inset6 li a, * html #page .inset7 li a, * html #page .inset8 li a { margin-right: -10px; }
/* end of IE hack */
#page .inset1 li a, #page .inset2 li a {
	border-bottom: 1px dotted #DD908B;
}
#page .inset3 li a, #page .inset4 li a {
	border-bottom: 1px dotted #B29E4B;
}
#page .inset5 li a, #page .inset6 li a {
	border-bottom: 1px dotted #9BABBB;
}
#page .inset7 li a, #page .inset8 li a {
	border-bottom: 1px dotted #555;
}
#page .inset1 li a:hover, #page .inset2 li a:hover {
	color: #000;
	text-decoration: none;
	background-color: #E9CFCC;
}
#page .inset3 li a:hover, #page .inset4 li a:hover {
	color: #000;
	text-decoration: none;
	background-color: #F0E79B;
}
#page .inset5 li a:hover, #page .inset6 li a:hover {
	color: #000;
	text-decoration: none;
	background-color: #9BABBB;
}
#page .inset7 li a:hover, #page .inset8 li a:hover {
	color: #000;
	text-decoration: none;
	background-color: #CCC;
}
#page .inset1 li a.current, #page .inset2 li a.current {
	color: #000;
	background-color: #FDF1A2;
}
#page .inset3 li a.current, #page .inset4 li a.current {
	color: #000;
	background-color: #FDF1A2;
}
#page .inset5 li a.current, #page .inset6 li a.current {
	color: #000;
	background-color: #FDF1A2;
}
#page .inset7 li a.current, #page .inset8 li a.current {
	color: #333;
	background-color: #F6EBD5;
}
#page .inset1 .light, #page .inset2 .light {
	color: #5E79B2;
}
#page .inset7 .light, #page .inset8 .light {
	color: #999;
}
/*---------------------------------
   Pictures (caption colour is overriden for inset boxes)
-----------------------------------*/
.pic-l, .pic-a, .pic-c, .pic-r, .pic-b, .pic- {
	color: #000;
	text-align: center;
	margin: 0 0 5px 0;
}
#page div .pic-r, #page div .pic-b {
	margin: 5px 12px 0 0; /* keep inset pic borders within the inset box */
}
.pic-l {
	float: left;
	margin: 0 15px 10px 0;
}
.pic-r {
	float: right;
	margin: 0 0 10px 15px;
}
/* Start Hack for IE 3px-jog bug \*/
* html .pic-l { margin-right: 12px; }
* html .pic-r { margin-left: 12px; }
/* End Hack for IE */ 
.pic-c {
	margin: 5px auto;
}
.pic-a, .pic- {
	margin: 0 auto 5px 0;
}
.pic-b {
	margin: 0 0 5px auto;
}
/*--------------------------------------------------------------
  Top Sub-Site Navigation
--------------------------------------------------------------*/
#sub-links {
	height: 40px;
	background: url(images/sub7.jpg) no-repeat bottom right;
}
#sub-links ul {
	float: left;
	height: 40px;
	padding: 0;
	margin: 0;
}
.sub1-l, .sub1-r, .sub1-sel, .sub2-l, .sub2-r, .sub2-sel, .sub3-l, .sub3-r, .sub3-sel, .sub4-l, .sub4-r, .sub4-sel, .sub5-l, .sub5-r, .sub5-sel, .sub6-r, .sub6-sel, .sub7-r {
	float: left;
	width: 110px;
	height: 40px;
	list-style: none;
}
.sub1-l, .sub1-r, .sub1-sel {
	width: 118px;
}
.sub5-l, .sub5-r, .sub5-sel {
	width: 87px;
}
.sub6-r, .sub6-sel {
	width: 95px;
}
.sub7-r {
	float: right;
	width: 170px;
	text-align: right;
	font-size: 16px;
	padding-right: 8px;
}
.sub1-l a, .sub1-r a, .sub1-sel a, .sub2-l a, .sub2-r a, .sub2-sel a, .sub3-l a, .sub3-r a, .sub3-sel a, .sub4-l a, .sub4-r a, .sub4-sel a, .sub5-l a, .sub5-r a, .sub5-sel a, .sub6-r a, .sub6-sel a {
	display: block;
	font-weight: bold;
	text-align: center;
	line-height: 27px;
	color: #CCC;
	text-decoration: none;
	padding: 13px 0 0 0;
	background: url(images/sub1_l.jpg) no-repeat bottom right;
}
.sub2-l a {
	color: #1C4B00;
	background: url(images/sub2_l.jpg) no-repeat bottom right;
}
.sub2-r a {
	color: #1C4B00;
	background: url(images/sub2_r.jpg) no-repeat bottom right;
}
.sub3-l a {
	color: #6A000B;
	background: url(images/sub3_l.jpg) no-repeat bottom right;
}
.sub3-r a {
	color: #6A000B;
	background: url(images/sub3_r.jpg) no-repeat bottom right;
}
.sub4-l a {
	color: #00244B;
	background: url(images/sub4_l.jpg) no-repeat bottom right;
}
.sub4-r a {
	color: #00244B;
	background: url(images/sub4_r.jpg) no-repeat bottom right;
}
.sub5-l a {
	color: #605403;
	background: url(images/sub5_l.jpg) no-repeat bottom right;
}
.sub5-r a {
	color: #605403;
	background: url(images/sub5_r.jpg) no-repeat bottom right;
}
.sub6-r a {
	color: #605403;
	background: url(images/sub6_r.jpg) no-repeat bottom right;
}
.sub1-sel a {
	color: #FF3;
	background: url(images/sub1_sel.jpg) no-repeat bottom right;
}
.sub2-sel a {
	color: #FF3;
	background: url(images/sub2_sel.jpg) no-repeat bottom right;
}
.sub3-sel a {
	color: #FF3;
	background: url(images/sub3_sel.jpg) no-repeat bottom right;
}
.sub4-sel a {
	color: #FF3;
	background: url(images/sub4_sel.jpg) no-repeat bottom right;
}
.sub5-sel a {
	color: #FF3;
	background: url(images/sub5_sel.jpg) no-repeat bottom right;
}
.sub6-sel a {
	background: url(images/sub6_sel.jpg) no-repeat bottom right;
}
.sub1-sel a:hover, .sub1-l a:hover, .sub1-r a:hover {
	color: #C00;
	background: url(images/sub1_hov.jpg) no-repeat bottom right;
}
.sub2-sel a:hover, .sub2-l a:hover, .sub2-r a:hover, .sub3-sel a:hover, .sub3-l a:hover, .sub3-r a:hover, .sub4-sel a:hover, .sub4-l a:hover, .sub4-r a:hover {
	color: #C00;
	background: url(images/sub2_hov.jpg) no-repeat bottom right;
}
.sub5-sel a:hover, .sub5-l a:hover, .sub5-r a:hover {
	color: #C00;
	background: url(images/sub5_hov.jpg) no-repeat bottom right;
}
.sub6-sel a:hover, .sub6-r a:hover {
	color: #C00;
	background: url(images/sub6_hov.jpg) no-repeat bottom right;
}
/*--------------------------------------------------------------
  Site Search Box and Results
--------------------------------------------------------------*/
#search-input {
	float: right;
	height: 18px;
	width: 135px;
	color: #888;
	font-size: 13px;
	padding: 2px 2px 2px 4px;
	border: 1px black solid;
	margin: 8px 0 0 0;
}
#search-button {
	float: right;
	height: 24px;
	width: 24px;
	border: none;
	margin: 8px 10px 0 0;
	background: url(images/search.gif) no-repeat;
}
#page h2.magnify, #page h3.magnify {
	height: 50px;
	width: 335px;
	line-height: 130%;
	text-align: center;
	padding: 5px 0 0 65px;
	margin: 5px auto 18px auto;
	background: url(images/magnify.gif) no-repeat;
}
#page h3.magnify {
	width: 500px;
	color: #777;
	padding: 0;
	margin: 15px auto -15px auto;
	background: none;
}

#results ul  {
	list-style: none;
	width: 500px;
	padding: 0;
	border-top: #BBB solid 1px;
	margin: 0 auto;
}
#results li {
	color: #444;
	text-decoration: none;
}
#results li a {
	display: block;
	color: #444;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0 0 18px;
	margin: 0;
}
#results li a:hover {
	color: #D00;
}
#results li.res1 {
	background-color: #F7E8E8;
	border-bottom: #BBB solid 1px;
}
#results li.res2 {
	background-color: #F2F5DE;
	border-bottom: #BBB solid 1px;
}
#results li.res3 {
	background-color: #EDF1F5;
	border-bottom: #BBB solid 1px;
}
#results li.res4 {
	background-color: #F7EFCE;
	border-bottom: #BBB solid 1px;
}
#results li span {
	display: block;
	color: #777;
	font-style: italic;
	padding: 1px 0 6px 18px;
}
/*--------------------------------------------------------------
  Header and Primary Navigation
--------------------------------------------------------------*/
#top1 {
	position: relative;
	height: 161px;
	background: url(images/top_back.gif) repeat-x top;
}
#top2 {
	height: 161px;
	background: url(images/top_right.gif) no-repeat bottom right;
}
#top-n1 {
	height: 153px;
	padding: 14px 0 0 0;
}
#top-n1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#top-n1 ul li {
	float: right;
	line-height: 135%;
	padding: 0;
	margin: 0;
	background: url(images/bul_sq_b_blue.gif) no-repeat 62px 5px;
}
#top-n1 ul li a {
	display: block;
	height: 19px;
	color: #FFF;
	text-decoration: none;
	padding: 0 0 0 22px;
	margin: 0 0 0 56px;
	background: url(images/n1_bar.gif) no-repeat right center;
}
#top-n1 ul li a:hover, #top-n1 ul li a.null:hover {
	color: #FC6;
	background: url(images/bul_sq_orange.gif) no-repeat 6px 5px;
}
#top-n1 li.logo, #top-n1 li.logo2 {
	float: left;
	height: 161px;
	padding: 0;
	margin: -14px 0 0 0;
	background: url(images/top_left.jpg) no-repeat left bottom;
}
#top-n1 li a.logo, #top-n1 li a.logo2 {
	display: block;
	height: 161px;
	padding: 0;
	margin: 0;
	background: none;
}
#top-n1 li a.logo:hover, #top-n1 li a.logo2:hover {
	height: 100%; /* IE HasLayout hack */
	background: none;
}
#top-n1 ul li a span {
	display: none;
	white-space: normal;
}
#top-n1 ul li a:hover span { /* position of n1 hover text */
	display: block;
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 455px;
	width: 150px;
	color: #444;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	padding: 5px;
	border: 1px solid #000;
	background-color: #FDF798;
}
#top-n1 a.logo:hover span, #top-n1 a.logo2:hover span {
	top: 55px;
	left: 320px;
	width: 140px;
}
#top-n1 li.current {
	background: url(images/bul_sq_yellow.gif) no-repeat 62px 5px;

}
#top-n1 a.current, #top-n1 a.current:hover {
	color: #FF6;
	background: url(images/n1_sel.gif) no-repeat right center;
}
#top-n1 a.bar {
	background: none;
}
#top-n1 a.bar:hover {
}
#top-end { 
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	width: 35px;
	height: 33px;
	background: url(images/n1_bar_head.gif) no-repeat;
}
#top-n1 ul li a.null, #top-end.null {
	background: none;
}
/*---------------------------
  Secondary Navigation
-----------------------------*/
#mid-n2 {
	float: right;
	padding: 0;
	margin: 0;
}
#mid-n2 ul {
	list-style: none;
	padding: 0;
	margin: 0 7px 0 0;
}
#mid-n2 li {
	display: inline; /* gets rid of IE6 'space under <li>' bug */
	padding: 0;
	margin: 0;
}
#mid-n2 li a {
	display: block;
/* IE5.5 hack */	
	width: 184px;
	width: /**/172px;
/* end of IE5.5 hack */	
	color: #000;
	text-decoration: none;
	padding: 5px 0 7px 12px;
	margin: 0;
	background: url(images/n2_line.gif) repeat-x bottom;
}
#mid-n2 li a:hover {
	color: #900;
	text-decoration: none;
	background-color: #FF3;
}
#mid-n2 li.nav2-only { /* n2 selected page with no n3's */
	display: block;
	width: 161px;
	padding: 9px 0 0 24px;
	background: #BCCFE2 url(images/bul_tri_blue_s.gif) no-repeat left;
}
#mid-n2 .nav2-only #nav2-bot { /* the n2 line for the above style */
	width: 184px;
	height: 10px;
	padding: 0;
	margin: 0 0 0 -24px;
	background: url(images/n2_line.gif) repeat-x bottom;
}
#mid-n2 li.nav2-sel { /* n2 selected page with unselected n3's */
	display: block;
/* IE5.5 hack */	
	width: 185px;
	width: /**/161px;
/* end of IE5.5 hack */	
	padding: 9px 0 0 24px; 
	margin: 0;
	background: #BCCFE2 url(images/bul_tri_blue_s.gif) no-repeat 0 7px;
}
#mid-n2 .nav2-sel a { /* n2 selected page with a n3 selected */
	display: block;
/* IE5.5 hack */	
	width: 185px;
	width: /**/161px;
/* end of IE5.5 hack */	
	padding: 9px 0 8px 24px;
	margin: -9px 0 -8px -24px; /* use padding to define clickable area, then offset it with margin */
	background: #BCCFE2 url(images/bul_tri_blue_d.gif) no-repeat left 12px;
}
#mid-n2 #nav2-top { /* the n2 graphic above n3 links */
	width: 8px;
	height: 8px;
	overflow: hidden; /* stops IE6 expanding to line height */
}
#mid-n2 .nav2-sel ul { /*the nav3 list*/
	list-style: none;
	padding: 0;
	margin: 0 0 0 -24px;
	background-color: #F4F1E1;
}
#mid-n2 .nav2-sel li {
	display: inline; /* gets rid of IE6 'space under' bug */
	padding: 0;
	margin: 0; 
}
#mid-n2 .nav2-sel li a { /* the nav3 links */
	display: block;
	color: #034B8B;
	text-decoration: none;
	padding: 3px 0 3px 24px;
	margin: 0;
	background: #F4F1E1 url(images/n3_l.gif) no-repeat left;
}
#mid-n2 .nav2-sel li a:hover {
	color: #900;
	text-decoration: none;
	background-color: #FF3;
}
#mid-n2 .nav2-sel li.nav3-sel {
	display: block;
	font-weight: bold;
	color: #034B8B;
	padding: 3px 0 3px 24px;
	margin: 0;
	background: url(images/n3_l_sel.gif) no-repeat left;
}
#mid-n2 .nav2-sel #nav3-bot { /* the bottom of the selected nav3 link */
	display: none;
}
#mid-n2 .link-intro {
	display: block;
/* IE5.5 hack */	
	width: 185px;
	width: /**/173px;
/* end of IE5.5 hack */	
	color: #444;
	font-weight: normal;
	padding: 4px 0 4px 12px;
	margin: 0;
	background-color: #BCCFE2;
}
/*--------------------------------------------------------------
  Side Sub-Site Navigation
--------------------------------------------------------------*/
#mid-n2 #sub-links-side ul {
	margin: 8px 10px -5px 8px;
}
#mid-n2 #sub-links-side ul li a {
	/* IE5.5 hack */	
	width: 174px;
	width: /**/162px;
	/* end of IE5.5 hack */	
	padding: 2px 0 3px 5px;
	margin: 4px 0;
}
#mid-n2 .sub1 a {
	color: #4E0000;
	background: #DA8390;
	border: 1px solid #A45A66;
}
#mid-n2 .sub2 a {
	color: #0E1A32;
	background: #749BC3;
	border: 1px solid #53769B;
}
#mid-n2 .sub3 a {
	color: #1F530F;
	background: #C6E189;
	border: 1px solid #91A565;
}
#mid-n2 .sub4 a {
	color: #5B4B00;
	background: #FBF2AF;
	border: 1px solid #BFB884;
}
/*--------------------------------------------------------------
  Fixed Navigation Links
--------------------------------------------------------------*/
#mid-n4 ul {
	list-style: none;
	width: 165px;
	padding: 0;
	margin: 0 7px 0 12px;
}
#mid-n4 li {
	display: inline;
	line-height: 18px;
}
#mid-n4 li a {
	display: block;
	width: 150px;
	color: #034B8B;
	text-decoration: none;
	padding: 0 0 0 14px;
	margin: 0;
	background: url(images/bul_sq_blue.gif) no-repeat 0 5px;
}
#mid-n4 li a:hover {
	color: #C00;
	background: url(images/bul_sq_orange.gif) no-repeat 0 5px;
}
.credits {
	display: block;
	width: 165px;
	color: #888;
	padding: 8px 0 0 12px;
	margin: 0;
}
.credits a {
	color: #666;
	text-decoration: none;
}
.credits a:hover { 
	color: #C00;
	text-decoration: underline;
}
.phone {
	font-size: 16px;
	color: #444;
	font-weight: bold;
	padding: 15px 0 5px 12px;
}
/*--------------------------------------------------------------
  Bottom Box Layout
--------------------------------------------------------------*/
#foot1 {
	height: 60px;
	padding: 0;
	margin: 0;
	clear: both;
	background: url(images/foot_left.gif) no-repeat bottom left;
}
#foot2 {
	height: 60px;
	background: url(images/foot_right.gif) no-repeat bottom right;
}
#foot-fonts, td #foot-fonts {  /* the font size selector, plus selector for admin area */
	float: right;
	height: 46px;
/* IE5.5 hack */	
	width: 193px;
	width: /**/178px;
/* end of IE5.5 hack */	
	color: #034B8B;
	line-height: 25px;
	padding: 0 0 0 15px;
	margin: 0;
	background: url(images/nav_back.gif) repeat-y right;
}
#foot-fonts .size1, #foot-fonts .size2, #foot-fonts .size3, #foot-fonts .size4 {
	text-decoration: underline;
}
#foot-fonts a.size1, #foot-fonts a.size2, #foot-fonts a.size3, #foot-fonts a.size4 {
	color: #034B8B;
	text-decoration: none;
}
#foot-fonts a:hover {
	color: #900;
	text-decoration: underline;
}
#foot-fonts .size1 {
	font-size: 13px;
}
#foot-fonts .size2 {
	font-size: 16px;
}
#foot-fonts .size3 {
	font-size: 19px;
}
#foot-fonts .size4 {
	font-size: 22px;
}
#breadcrumbs {
	float: left;
/* IE5.5 hack */	
	width: 565px;
	width: /**/515px;
/* end of IE5.5 hack */	
	height: 50px;
	color: #3D6694;
	padding: 5px 0 0 35px;
	margin: 0;
}
#breadcrumbs a {
	text-decoration: none;
	color: #3D6694;
}
#breadcrumbs a:hover { 
	text-decoration: underline;
	color: #C00;
}
/*--------------------------------------------------------------
  Next and More Buttons
--------------------------------------------------------------*/
a.next {
	position:relative;
	border: 1px solid white;
	background: url(images/next.gif) no-repeat 0 2px;
}
a.next img {
	margin: 0;
	vertical-align: top;
}
a.next:hover { 
	background: url(images/next_in.gif) no-repeat 0 2px;
}
a.more {
	position:relative;
	border: 1px solid white;
	background: url(images/more.gif) no-repeat 0 2px;
}
a.more img {
	margin: 0;
	vertical-align: top;
}
a.more:hover { 
	background: url(images/more_in.gif) no-repeat 0 2px;
}
span.moreinfo a, span.moreinfo2 a {
	display: block;
	height: 34px;
	width: 83px;
	background: url(images/more_info.gif) no-repeat;
}
span.moreinfo2 a {
	background: url(images/more_info_r.gif) no-repeat;
}
span.moreinfo a:hover { 
	background: url(images/more_info_in.gif) no-repeat;
}
span.moreinfo2 a:hover { 
	background: url(images/more_info_r_in.gif) no-repeat;
}
/*--------------------------------------------------------------
  Special News Story
--------------------------------------------------------------*/
#page ul li a.shout {
	color: #C00;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #FF0;
}
