/* START STANDARD STYLES */
/* These styles need to be appear on every site but you can adjust as necessary (the only things you should need to adjust are the foreground and background colours */
/* These styles should define how the content section looks */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

body {
	color: #000;
	background: #fff;
	font-family: arial, helvetica;
	font-size: 70%;
}

body.site {
	background: #fff url(../images/bg-body.jpg) 0px 0px repeat-x;
}

body.smallText {
	font-size: 70%;
}

body.mediumText {
	font-size: 90%;
}

body.largeText {
	font-size: 100%;
}

h1 {
	color: #666666;
	margin: 0 0 0.5em 0;
	font-size: 150%;
	font-family: arial, helvetica;
}

h2 {
	color: #666666;
	margin: 0 0 0.5em 0;
	font-size: 125%;
	line-height: 125%;
}

h2 a:link, h2 a:active, h2 a:visited {
	text-decoration:none;
}

h2 a:hover {
	text-decoration:underline;
}


h3 {
	color: #f00;
	margin: 0 0 0.5em 0;
	font-size: 125%;
}

hr {
	background: #003768;
	color: #003768;
	height: 2px;
	border: none;
}

p {
	margin: 0 0 0.2em 0;
	line-height: 150%;
	color:#555;
}

ul, ol {
	margin-left: 20px;
}

body.site ul, body.site ol {
	margin-left: 0;
}

div.dub3Content ul {
	margin-left: 20px;
	margin-bottom: 1em;
}

div.dub3Content ol {
	margin-left: 30px;
	margin-bottom: 1em;
}

li {

}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	/*background: #f00;
	color: white;*/
	font-weight: bold;
	color:#092573;
	text-align:left;
	font-size:100%;
	padding:10px;
}

td {
	/*line-height: 150%;*/
	color:#666666;
	font-size:100%;
	padding:10px;
}

abbr, acronym { 
	border-bottom: 1px dotted #f00; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color:#0083A9;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	color:#0083A9;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#0083A9;
	text-decoration: underline;
}

a:active {
	color:#0083A9;
	text-decoration: underline;
}

a:focus {
	color:#0083A9;
	text-decoration: underline;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

p.indent {
	margin-left: 25px;
}

span.underline {
	text-decoration: underline;
}

img.left {
	float: left;
	margin: 0 5px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 5px;
}

label {
	cursor: pointer;
}

label.lblFrm {
	color:#052571;
	font-weight:bold;
}

input.button {
	background: #DD0077;
	color: #fff;
	border: solid 1px #003768;
	padding: 2px;
}

input.textbox, textarea.textbox, select.textbox {
	color: #003768;
	border: solid 1px #003768;
	padding: 2px;
	font-family: arial, helvetica;
	font-size: 100%;
}

select.textbox { padding: 1px; }

div.clear {
	clear: both;
}

p.image {
	margin: 0;
	padding: 0;
}

ul.inline li {
	display: inline;
}

p.small, span.small, ul.small, li.small, div.small, a.small, td.small {
	font-size: 90%;
}

p.large, span.large, ul.large, li.large, div.large, a.large, td.large {
	font-size: 110%;
}

p.error, span.error, ul.error, li.error, div.error {
	color: #f00;
}

form {
	margin: 0;
	padding: 0;
}

table.twoColumn {
	width: 636px;
}

table.twoColumn td {
	width: 50%;
	margin-left: 10px;
	vertical-align: top;
}

table.fourColumn {
	width: 626px;
	margin: 10px 0 0 10px;
}

table.fourColumn td {
	width: 25%;
	vertical-align: top;
	padding: 0;
}

div.dub3Content span.blue {
	color:#007EA4;
	font-weight: bold;
}


div.dub3Content span.yellow {
	color:#FDC24A;
	font-weight: bold;
}
/* END STANDARD STYLES */










/* START PAGE SPECIFIC STYLES */

#skipLinks, #printTitle {
	display: none;
}

.breadcrumb p {
	color:#666666;
}

.breadcrumb {
	padding: 0;
	margin:0;
	width:611px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
	font-weight:bold;
	color:#007EA4;
}

.breadcrumb ul {
	list-style-type: none;
}

div.dub3Content .breadcrumb ul {
	margin: 0;
}

.breadcrumb li {
	display: inline;
	padding: 0 10px 0 15px;
	color:#666666;
	background: url(../images/breadcrumb.gif) 0 5px no-repeat;
}

.breadcrumb li.first {
	padding-left: 0;
	background: none;
}

.breadcrumb li a:link, .breadcrumb li a:active, .breadcrumb li a:visited {
	color:#ec0b8d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration:none;
}

.breadcrumb li a:hover {
	color:#ec0b8d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration:underline;
}

/* END PAGE SPECIFIC STYLES */
















/* START LIGHTBOX STYLES */
/* You shouldn't need to edit these */

#lightbox{position: absolute;top: 40px;left: 0;width: 100%;z-index: 100;text-align: center;line-height: 0;}
#lightbox a img{ border: none; }#lightbox a:hover{ background: transparent;}
#outerImageContainer{position: relative;background-color: #fff;width: 250px;height: 250px;margin: 0 auto;}
#imageContainer{padding: 10px;}
#loading{position: absolute;top: 40%;left: 0%;height: 25%;width: 100%;text-align: center;line-height: 0;}
#hoverNav{position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 10;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{width: 49%;height: 100%;background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */display: block;}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{font: 10px Verdana, Helvetica, sans-serif;background-color: #fff;margin: 0 auto;line-height: 1.4em;}
#imageData{padding:0 10px;}#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;}
#overlay{position: absolute;top: 0;left: 0;z-index: 90;width: 100%;height: 500px;background-color: #000;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html>body .clearfix {display: inline-block; width: 100%;}
* html .clearfix {/* Hides from IE-mac \*/height: 1%;/* End hide from IE-mac */}

/* END LIGHTBOX STYLES */










/* START SEARCH RESULTS STYLES */
/* You shouldn't need to edit these */

span.highlight { background: transparent; }
div.searchheading { font-size: 100%; font-weight: bold; padding: 0 5px;}
div.summary { font-size: 80%; font-style: italic;  padding: 0 5px;}
div.results { font-size: 100%;  padding: 0 5px;}
div.category { color: #999999;  padding: 0 5px;}
div.description { font-size: 100%; color: #008000;  padding: 0 5px;}
div.context { font-size: 100%;  padding: 0 5px;}
div.infoline { font-size: 80%; font-style: normal; color: #808080; padding: 0 5px;}
div.sorting { text-align: right;  padding: 0 5px;}
div.result_title { font-size: 100%;  padding: 0 5px;}

form.zoom_searchform { font-size: 100%;  padding: 0 5px;}
span.zoom_options { font-size: 80%;  padding: 0 5px;}
input.zoom_button {  }
input.zoom_searchbox {  }

/* END SEARCH RESULTS STYLES */






/* START MAIN BUILD */

#sequal #header {
	margin:auto;
	padding:0;
	width:855px;
	height:82px;
	clear:both;
	background: url(../images/bg-header-sequal.gif) 0 60px no-repeat;
}

#sequal #header .left {
	margin:0;
	padding:0;
	width:144px;
	float:left;
	padding-top:0;
}

#sequal #header .right {
	margin:0;
	padding:0;
	width:711px;
	float:right;
	text-align:right;
	padding-top: 23px;
}

#childcare #header {
	margin:auto;
	padding:0;
	width:855px;
	height:82px;
	clear:both;
	background: url(../images/bg-header-childcare.gif) 0 60px no-repeat;
}

#childcare #header .left, #foundations #header .left {
	margin:0;
	padding:0;
	width:162px;
	float:left;
	padding-top:0;
}

#childcare #header .right, #foundations #header .right {
	margin:0;
	padding:0;
	width:693px;
	float:right;
	text-align:right;
	padding-top: 23px;
}

#foundations #header {
	margin:auto;
	padding:0;
	width:855px;
	height:82px;
	clear:both;
	background: url(../images/bg-header-foundations.gif) 0 55px no-repeat;
}

#header .right p {
	font-size:160%;
	color:#FFFFFF;
	padding:0;
	font-weight: normal;
	line-height: 100%;
}


#header .right p.large {
	font-size: 225%;
	line-height:120%;
	font-weight:bold;
	background: url(../images/icon-comms.gif) 440px 4px no-repeat;
}

#header .right a, #header .right a:link, #header .right a:visited {
	color:#ffffff;
	text-decoration:underline;
	font-weight: normal;
}

#header .right a:hover, #header .right a:active, #header .right a:focus {
	color:#ffffff;
	text-decoration:underline;
}

#container {
	margin:auto;
	padding:0;
	width:855px;
	clear:both;
	margin-bottom:25px;
}

#container .left {
	margin:0;
	padding:0;
	width:207px;
	margin-right:12px;
	float:left;
	margin-top:22px;
}

#container p {
}

#container p.marginTop {
	margin: 0.5em 0 0 0;
}

#container #widgets {
	color: #003768;
	font-weight: bold;
	width: 207px;
	margin: 0.5em 0 1em 0;
}

#container #widgets .smallText {
	font-size: 100%;
}

#container #widgets .mediumText {
	font-size: 125%;
}

#container #widgets .largeText {
	font-size: 140%;
}


#container #widgets a:link, #container #widgets a:visited {
	color:#003768;
	text-decoration:underline;
	font-weight: normal;
}

#container #widgets a:hover, #container #widgets a:active, #container #widgets a:focus {
	color:#003768;
	text-decoration:none;
}

#container .left p.blue, .blue {
	color:#003768;
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:bold;
	margin-bottom:0.5em;
}

#container .left p.black, .black {
	color:#000000;
	font-size:100%;
	font-weight:bold;
	margin:0;
	margin-bottom:0.5em;
	padding:0;
}

#container .left p.grey, .grey {
	color:#666666;
	font-weight:bold;
	margin:0;
	margin-bottom:0.5em;
	padding:0;
}


#container .left .textbox {
	width:176px;
	margin-bottom:5px;
	border-color:#003768;
	padding: 3px;
	border-right: 0;
	color:#003768;
	float: left;
}

#container .left .searchButton {
	float: left;
}

#sequalApply {
	background: #EC0B8D;
	padding: 2px;
	margin-top: 2px;
}

#sequalLogin {
	background: #003768;
	padding: 2px;
}

#sequalLogin p, #sequalApply p {
	margin: 0;
}

#sequalLogin p.textright, #sequalApply p.textright {
	text-align: right;
	padding-top: 3px;
}

#sequalLogin label {
	color: #fff;
	float: left;
	display: block;
	width: 65px;
	padding-top: 2px;
	font-weight: bold;
}

#container .left #sequalLogin .textbox {
	width: 130px;
	border: 1px solid #003768;
	margin: 0;
	float: none;
}

* html #container .left #sequalLogin .textbox {
	width: 127px;
}

#container .left ul {
	margin:0;
	padding:0;
}

#container .left ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	margin-bottom:2px;
	float: left;
	width:207px;
}

#container .left ul li a:link, #container .left ul li a:visited {
	color:#fff;
	text-decoration:none;
	font-size:12px;
	background-color:#ec0b8d;
	display:block;
	padding:5px;
	font-weight: bold;
	width:197px;
}

#container .left ul li a:hover, #container .left ul li a:active, #container .left ul li a:focus {
	text-decoration:none;
	background-color:#003768;
	color:#FFFFFF;
}

#container div.right {
	margin:0;
	padding:0;
	width:636px;
	float:right;
	text-align: left;
	min-height: 600px;
}

#container div.right #text {
	margin:0;
	padding:0;
	width:636px;
	clear:both;
	font-size: 10px;
	margin-top:5px;
}

#container div.right #text p {
	margin:0;
	padding:0;
}

#container div.right p.image {
	margin: 0;
	padding: 0;
	line-height:0;
}

#mainNav {
	background-color:#003768;
	border-bottom: 2px solid #fff;
}

div.xMenuBtn {
	display: none;
}

#container div.right ul.subnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear:both;
}

#container div.right ul.subnav li {
	position: relative;
	display: inline;
	float: left;
	border-right:2px solid #FFFFFF;
}

#container div.right ul.subnav li.first {
	position: relative;
	display: inline;
	float: left;
}

#container div.right ul.subnav li a:link, #container div.right ul.subnav li a:visited {
	color:#fff;
	display: block;
	width: 100px;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-color:#003768;
}

#container div.right ul.subnav li a:hover, #container div.right ul.subnav li a:active, #container div.right ul.subnav li a:focus {
	text-decoration:none;
	color:#003768;
	background-color:#FFFFFF;
}			


#container div.right #contentleft {
	margin: 0;
	padding: 0;
	float:left;
	width:293px;
	padding-left:10px;
	padding-right:15px;
}

#container div.right #contentright {
	margin: 0;
	padding: 0;
	float:right;
	width:318px;
}

#container div.right #contentright #ctablue {
	margin: 0;
	padding: 0;
	width:318px;
	background-color:#0083A9;
	color:#FFFFFF;
}

#container div.right #contentright #ctayellow {
	margin:0;
	padding:5px;
	width:200px;
	background-color:#FDC24A;
	color:#666666;
	font-weight:bold;
	border-bottom:2px solid #FFFFFF;
	border-right:10px solid #FFFFFF;
}

#container div.right #contentright #ctayellowbot {
	margin:0;
	padding:5px;
	width:200px;
	background-color:#FDC24A;
	color:#666666;
	font-weight:bold;
	border-right:10px solid #FFFFFF;
}

#container div.right #contentright #ctayellow p, #container #right #contentright #ctayellowbot p {
	margin:0;
	padding:0;
}

#container div.right #contentright #ctablueright {
	margin:0;
	padding:5px;
	width:85px;
	color:#ffffff;
	float:right;
}

#container div.right #contentright #ctablueright p {
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	line-height:130%;
}

#footer {
	margin:0;
	padding:0;
	background-color:#F6F6F6;
	width:100%;
	font-size: 10px;
}

#footer #holding {
	margin:auto;
	padding:0;
	width:855px;
}

#footer #holding .left {
	margin:0;
	padding:0;
	width:229px;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
}

#footer #holding #middle {
	margin:0;
	padding:0;
	width:250px;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
}

#footer #holding #middle2 {
	margin:0;
	padding:0;
	width:300px;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
}

#footer #holding #right {
	margin:0;
	padding:0;
	width:208px;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
}

#footer #holding #end {
	margin:0;
	padding:0;
	width:108px;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
}

#footer #holding .left p, #footer #holding .right p {
	margin:0;
	padding:0;
}

#footer ul {
	margin:0;
	padding:0;
}

#footer ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	margin-bottom:7px;
}

#footer ul li a:link, #footer ul li a:active, #footer ul li a:visited {
	color:#666666;
	text-decoration:underline;
	font-weight: normal;
}

#footer ul li a:hover {
	text-decoration:none;
}

#footerwidgets {
	margin:auto;
	padding:0;
	width:626px;
	margin-left:229px;
	clear:both;
	color:#666666;
}

#footerwidgets a:link, #footerwidgets a:active, #footerwidgets a:visited {
	color:#666666;
	text-decoration:underline;
	font-weight: normal;
}

#footerwidgets a:hover {
	text-decoration:none;
}


.bluelink:link, .bluelink:active, .bluelink:visited {
	color:#ec0b8d;
	text-decoration:none;
	font-weight:bold;
}

.bluelink:hover {
	text-decoration:underline;
}

.greylink:link, .greylink:active, .greylink:visited {
	color:#666666;
	text-decoration:none;
	font-weight: normal;
}

.greylink:hover {
	text-decoration:underline;
}

span.greylink {
	color: #666;
	font-weight: normal;	
	display: block;
}
/* END MAIN BUILD */



.table1
{
	width: 100%;
	margin: 5px 0;
}

.table1 td
{
	padding: 2px 5px;
	margin: 0px;
}

table.twoColumn .fixedWidth td 
{
    width: 20%;
}

.bgCol
{
	background-color: #DDDDEE;
}

body.site .valSummary ul 
{
    margin-left: 20px;
}
