/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* ie5 workaround to centre content; #wrapper then aligns text left and adds 'auto' margins l and r */
	background-color:#ccccd9;
		background-image:url(images/page-shad.gif); /* graduated shadow behind page wrapper */
	background-repeat: no-repeat;
	background-position: top center;
}

/* hidden screen reader links */
.hidden {
display: none;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 758px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	border: 1px solid #0060a9;
	border-top: 0;
	background-color: #FFFFFF;
	padding: 0px;
}

/* horizontal menu */

ul.nav {
margin: 0;
padding:0;
list-style: none;
float:left;
width: 100%;
background-color:#ccccd9;
border-top: 1px solid #0060a9;
border-bottom: 1px solid #0060a9;
}

ul.nav li {
float:left;
display:inline; /* fixing those old IE problems again... */
}

ul.nav a {
display:block;
padding: 7px 6px 7px 6px; /* change 2nd and 4th value to increase/decrease horizontal spacing between links */
background-color: #ccccd9;
text-decoration: none;
color: #000000;
font: normal 70% Verdana, Arial, Helvetica, sans-serif;
}

/* blue background on mouseover */
ul.nav a:hover {
background-color: #0060a9;
color: #ffffff;
}

/* main page content */

/* #content IDs 1 to 5 give different width content blocks, which can be floated next to each other - see line 135 onwards */

#content {
float: left;
	display: inline; /* fixes IE double margin bug for floated elements */
	margin: 15px 0 10px 10px;
	width: 588px;
	}
	
#contentfullout {
float: left;
	display: inline; /* fixes IE double margin bug for floated elements */
	margin: 15px 0 10px 10px;
	width: 576px;
	}
	
#content h1, #content2 h1, #content3 h1, #content4 h1, #content5 h1, #contentfullout h1 {
margin-top: 0;
font-size: 18px;
color: #0060a9;
}

#content h2, #content h3, #content2 h2, #content2 h3, #content3 h2, #content3 h3, #content4 h2, #content4 h3, #content5 h2, #content5 h3, #contentfullout h2, #contentfullout h3 {
margin-top: 15px;
margin-bottom: 0px;
font-size: 75%;
font-weight: bold;
	line-height: 150%;
}

/* .box - nested divs with highlighted content */
#content .box h2, #content .box h3, #content2 .box h2, #content2 .box h3, #content3 .box h2, #content3 .box h3, #content4 .box h2, #content4 .box h3, #content5 .box h2, #content5 h3, #contentfullout .box h2, #contentfullout h3 {
margin-top: 3px;
}

#content h3, #content3 h3, #content2 h3, #content3 h3, #content4 h3, #content5 h3, #contentfullout h3 {
	color: #0060a9;
		margin-bottom: 0px;
			background-image:url(images/dots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
	
#content ul, #content2 ul, #content3 ul, #content4 ul, #content5 ul, #contentfullout ul {
margin-top: 0px;
}

#content p, #content li, #content2 p, #content2 li, #content3 p, #content3 li, #content4 p, #content4 li, #content5 p, #content5 li, #content6 p, #content6 li, #contentfullout p, #contentfullout li {
	font-size: 75%;
	line-height: 150%;
	margin: 8px 0 8px 0;
}

#content5 ul {
margin-left: 10px;
padding-left: 10px;
}

#content p a, #content2 p a, #content3 p a, #content4 p a, #content5 p a, #content li a, #content2 li a, #content3 li a, #content4 li a, #content5 li a, #contentfullout li a {
	color: #0060a9;
	border-bottom: 1px solid #ccccd9;
	text-decoration: none;
	font-weight: bold;
}

#content p a:hover, #content2 p a:hover, #content3 p a:hover, #content4 p a:hover, #content5 p a:hover, #content li a:hover, #content2 li a:hover, #content3 li a:hover, #content4 li a:hover, #content5 li a:hover, #contentfullout li a:hover {
	color: #000000;
	border-bottom: 1px solid #000000;
}

#content .box h3 a, #contentfullout .box h3 a {
border-bottom: 0;
}

/* content panels for equal-column pages (e.g. products and services) */
#content2, #content3 {
float: left;
	display: inline; /* fixes IE double margin bug for floated elements */
	margin: 15px 0 10px 10px;
	width: 289px;
	}
	
/* content panels for 2-column pages, narrow right column (e.g. contact us) */
#content4 {
float: left;
	display: inline; /* fixes IE double margin bug for floated elements */
	margin: 15px 0 10px 10px;
	width: 430px;
	}
	
#content5 {
float: left;
	display: inline; /* fixes IE double margin bug for floated elements */
	margin: 15px 0 10px 10px;
	width: 152px;
	}
	
/* content panels for home page [BRC Reinforcement] */
#content6, #content7 {
float: left;
	display: inline; /* fixes IE double margin bug for floated elements */
	margin: 15px 10px 10px 10px;
	}
	
#content7 {
		width: 378px;
		}
		
#content6 {
		width: 338px;
		margin-top: 5px;
		}

/* left hand column */
#navigation {
	float: left;
	display: inline; /* fixes IE double margin bug for floated elements */
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom:10px;
	width: 140px;
}

/* menu header */
#navigation .boxes h1 {
	padding: 2px 2px 2px 5px;
	background-color: #0060a9;
	color: #FFFFFF;
	font-size: 75%;
	margin: 0 !important;
}

/* menu */
#navigation .boxes ul {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border: none;
	background-color:#eaeaea;
}

#navigation .boxes li {
	display: inline;
}

#navigation .boxes li a:link, #navigation .boxes li a {
font-size: 70%;
display: block;
text-decoration:none;
color: #000000;
	margin: 0;
	padding: 3px 2px;
border-bottom: 1px solid #ccccd9;
}

#navigation .boxes li a:hover {
display: block;
text-decoration: none;
color: #000000;
background-color: #ccccd9;
}

/*sub navigation */
#navigation .boxes li ul li a:link, #navigation .boxes li ul li a {
font-size: 70%;
display: block;
text-decoration:none;
color: #848589;
	margin: 0;
	padding: 3px 2px 3px 12px;
border-bottom: 1px solid #ccccd9;
}

#navigation .boxes li a:hover {
display: block;
text-decoration: none;
color: #000000;
background-color: #ccccd9;
}

/* footer links */
#footer {
	padding: 3px;
	margin: 0;
	margin-top: 15px;
	font-size: 60%;
	color: #000000;
	background-color: #ccccd9;
	text-align: left;
	clear: both;
	}
	
	#footer a:link, #footer a {
	color: #000000;
	text-decoration: none;
	}
	
	#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
/* generic stuff */
form {
margin: 0px;
}

.left {
float: left;
margin-right: 10px;
}

.right {
float: right;
margin-left: 10px;
}

.clear {
clear: both;
}

.center {
text-align: center;
}

hr {
border: 0;
height: 1px;
color: #ccccd9;
background-color: #ccccd9;
}

.box, .box3 {
border: 1px solid #ccccd9;
background-color: #EAEAEA;
padding: 0 5px;
margin: 10px 0 0 0;
}

.box .smallprint {
font-size: 65% !important;
line-height: 100% !important;
}

.smallprint img {
margin-bottom: 4px;
}

.box2 {
display: inline; /* fixes IE double margin bug for floated elements */
float: left;
width: 182px;
border: 1px solid #ccccd9;
background-color: #FFFFFF;
padding: 0;
margin: 10px 0 0 0;
  min-height:96px;
  height:auto !important; /*fixes IE6 and 7 */
  height:96px; /*fixes IE6 and 7 */
}

#content7 .box2 {
margin-top: 0 !important;
}

.box2 h2, #content6 .box3 h2 {
padding: 3px 3px 3px 20px;
font: bold 75% Verdana, Arial, Helvetica, sans-serif;
background-color: #EAEAEA;
color: #000000;
margin: 0;
background-image:url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 2px 3px;
}
.box2 p {
margin: 4px;
font: normal 75% Verdana, Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
color: #000000;
}

.box2 a, .box3 a {
color: #0060a9;
	border-bottom: 1px solid #ccccd9;
	text-decoration: none;
}

.box2 a:hover, .box3 a:hover {
	border-bottom: 1px solid #000000;
}

input.txt, textarea {
  color: #00008B;
  background-color: #eaeaea;
  border: 1px solid #cccccc;
  width: 300px;
}
textarea {
  height: 100px;
  }

input.btn {
  color: #FFFFFF;
  font-weight: bold;
  background-color: #154896;
  border: 1px solid #cccccc;
}
form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
form p label {
  float: left;
  width: 30%;
}

#content6 .box3, #content7 .box2 {
  min-height:140px;
  height:auto !important; /*fixes IE6 and 7 */
  height:140px; /*fixes IE6 and 7 */
}

table {
font-size: 70%;
}

th, td {
border-bottom: 1px solid #0035ad;
padding: 3px;
text-align: center;
}

th {
border-top: 1px solid #0035ad;
background-color:#0035ad;
color: #ffffff;
}