@charset "utf-8";
/* CSS Document */

/* Meyer CSS Reset Modified */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
em {
	font-style: italic;
}
strong {
	font-weight:bold;	
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Begin page defaults */

body {
	background:url(../images/body-bg.jpg) #1e417d 0 0 repeat;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px;
}
a {
	color:#0076be;
	text-decoration:underline;
}
a:hover {
	color:#0076be;
	text-decoration:none;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
}
.center {
	text-align:center;
}
img.left {
	float:left;
	margin:0 10px 10px 0;	
}
img.right {
	float:right;
	margin:0 0 10px 10px;	
}
sub {
	font-size:0.85em;
	vertical-align:sub;	
}
sup {
	font-size:0.85em;
	vertical-align:super;
}

/* Page layout */

#container {
	background:url(../images/pageWrapper-bg.jpg) 0 0 repeat-y;
	margin:0 auto;
	width:1002px;
}
#pageTop {
	background:url(../images/pageTop-bg.jpg) 0 0 no-repeat;
	height:38px;
}
#pageWrapper {
	background:#fff;
	margin:0 0 0 18px;
	position:relative;
	width:963px;
}
#topbanner {
  height:119px;
  position:relative;
}
#logo {
	float:left;
	padding:0 0 0 25px;
}
#search  {
  bottom:20px;
  position:absolute;
  right:15px;
}
#ajaxSearch_submit {
	background:#fff url(../images/btn-search.png) 0 0 no-repeat;
	border:0;
	cursor:pointer;
	display:inline;
	height:21px;
	line-height:21px;
	width:69px;
}
#toplinks  {
  color:#999;
  font-size:11px;
  font-weight:bold;
  position:absolute;
  right:15px;
  top:0px;
}
#toplinks ul {
  margin:0;
  padding:0;
  list-style:none;
}
#toplinks li {
  float:left;
}
#toplinks a:link, #toplinks a:visited {
	color:#999;
	text-decoration:none;
}
#toplinks a:hover {
  text-decoration:underline;
}
#toplinks span {
	padding:0 10px 0 10px; 
}  
.first span {
	display:none;
}
#topNav {
	background:url(../images/topNav-bg.png) #a81e22 0 0 no-repeat;
	height:39px;
}
#topNav ul li {
	color:#fff;
	display:inline;
	float:left;
	font-size:0.9em;
	height:39px;
	line-height:39px;
	text-transform:lowercase;
}
#topNav ul li a {
	color:#fff;
	display:block;
	float:left;
	font-weight:bold;
	line-height:39px;
	margin:0 1px;
	padding:0 13px;
	text-decoration:none;
}
#topNav ul li a.active, #topNav ul li a:hover {
	background:url(../images/topNav-hover-bg.png) #a21d21 0 0 repeat-x;
	border:1px solid #000;
	border-width:0 1px;
	margin:0;
}
#mainbanner{margin:0 0 10px 0;width:963px;}
#contentMenuWrapper #content {
	display:inline;
	float:left;
	width:734px;
}
#content h1,#contentMenuWrapper h1 {
	background:url(../images/longtitle-bg.png) #16193a 0 0 no-repeat;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	height:60px;
	line-height:50px;
	padding:0 15px;
}
#contentMenuWrapper h1 {
	background:url(../images/longtitle-menu-bg.png) #16193a 0 0 no-repeat;
}
#content h2,#content h3,#content h4 {
	color:#1a407e;
	font-weight:bold;
	font-size:1.1em;
	margin:10px 15px;
}
#content h2 {
	font-size:1.1em;
}
#content h3 {
	font-size:0.9em;
}
#content h4 {
	font-size:0.8em;
}
#content p,#contentMenuWrapper #insideMenuExtras p {
	font-size:1.0em;
        line-height:1.25em;
	margin:10px 15px;
}
#content ol,#content ul,#contentMenuWrapper #insideMenuExtras ol,#contentMenuWrapper #insideMenuExtras ul {
	line-height:1.25em;
	margin:10px 15px;
}
#content ol,#contentMenuWrapper #insideMenuExtras ol {
	margin:10px 20px;
}
#content ol li,#content ul li,#contentMenuWrapper #insideMenuExtras ol li,#contentMenuWrapper #insideMenuExtras ul li {
	font-size:1.0em;
	line-height:1.25em;
	margin:2px 15px;
}
#contentMenuWrapper #insideMenuWrapper {
	background:#00b2d7;
	display:inline;
	float:left;
	width:229px;
}
#contentMenuWrapper #insideMenu {
	width:229px;
}
#contentMenuWrapper #insideMenu ul {
	margin:10px 0;
	padding:0;
	width:229px;
}
#contentMenuWrapper #insideMenu ul li {
	color:#fff;
	font-size:0.8em;
	list-style-type:none;
	margin:0;
	padding:0;
	width:229px;
}
#contentMenuWrapper #insideMenu ul li a {
	background:url(../images/inside-menu-circle-bullet.gif) 20px -33px no-repeat;
  color:#fff;
	display:block;
  padding:7px 30px;
  text-decoration:none;
	width:169px;  
}
#contentMenuWrapper #insideMenu ul ul {
	font-size:1em;
}
#contentMenuWrapper #insideMenu li a.active, #contentMenuWrapper #insideMenu a:hover {
	background-color: #284a71;
	background-position:20px 11px;
	color:#fff;
}
#contentMenuWrapper #insideMenu ul ul li a {
  background:url(../images/inside-menu-bullet.gif) 30px -33px no-repeat;
	padding:7px 30px 7px 40px;
	width:159px;
}
#contentMenuWrapper #insideMenu ul ul li a.active, #contentMenuWrapper #insideMenu ul ul li a:hover {
  background-color: #284a71;
	background-position:30px 11px;
}
#contentMenuWrapper #insideMenuExtras {
	margin:15px 0;
}
#footer {
	background:url(../images/footer-bg.jpg) 0 0 no-repeat;
	height:56px;
}
#footer p {
	color:#fff;
	font-size:0.7em;
	padding:22px 30px;
}

/* Imported from previous 3.0 template */

#contentHolder {
	background-color:#fff;
	height:auto !important;
	height:400px;
	margin:0;
	min-height:400px;
	padding-top:15px;
	position:relative;
	width:950px;
}
#homeCol {
	color:#4468b2;
	display:inline;
	float:right;
	margin:0 10px 0 0;
	padding:0;
	width:330px;
}
#homeCol .ditto_summaryPost {
	border-bottom:none;
	color:#4468b2;
	font-size:11px;
	padding-bottom:10px;
}
#homeCol .ditto_summaryPost h3 {
	color:#4468b2;
	text-align:left;
	text-transform:none;
}
#homeContent {
	display:inline;
	float:left;
	width:290px;
}
#homeContent p {
  padding:1px;
}
#borderNews  {
	border:1px solid;
	color:#791907;
	padding:10px;
}
#borderNews h3 {
	color:#4468b2;
	margin:0 0 10px;
	font-size:1.1em;
}
#homeCol .squishNews {margin: 0}
#homeContent, #homeCentreCol, #homeCol {
	overflow:hidden;
}
#homeCentreCol {
	display:inline;
	float:left;
	font-size:12px;
	margin-left:20px;
	width:290px;
}
#homeCentreCol strong {
	color:#1a407e;
	font-size:16px;
}