/*
NOTE: This version2.2 is a work in progress! Trying to get the z-index and position-ing of the house-banner
behaving in both IE6 AND Firefox is problematic...
*/

/* Tag specific rules 
*******************************************************************************/
* {
	/* set even playing field for all browsers */
	margin : 0;
	padding : 0;
}
html {background: transparent url("/images/yellow-bg2-rep.png") repeat-y center 0%;z-index:2;}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	/* decimal fontsize fixing font resizing bug in IE5/6 */
	font-size : 100.01%;
	background: transparent url("/images/yellow-bg2.png") no-repeat center 0%;
	z-index:1;
	/* to fix IE6 resizing and center alignment issue */
	text-align:center;
	position:relative;
}

img {border: 0;}
a {color: #006699; text-decoration: none;}
a:hover {text-decoration: none;color:#C03A00}
a:focus {text-decoration: underline;color:#C03A00}
h1 {margin-bottom : 0.6em; font-size: 1.6em; color: #C03A00 ; font-weight: normal;}
h2,h3,h4,h5,h6 {color: #006699;}
h2 {font-size: 1.2em; font-weight: bold;}
h3 {font-size: 1em; font-weight: bold;}
h4 {font-size: 1em; font-weight: normal;}
p {margin : 0 0 1em 0;}
ol,ul {margin: 0 0 1em 2em; }
ul li {}
ol li {}
table {
	border-collapse : collapse;
	border : 0;
	margin : 0 0 1em 0;
}

input,select,textarea {
	font-size : 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/* page wrapper
*******************************************************************************/
#cim_page-wrapper {
	/* set global base font size for entire page */
	font-size: 80.01%;
	position : relative;text-align:left;
	margin:0 auto;
	
	max-width:990px;
	min-width:800px;
	margin: 0 auto;
	width:990px;
}


#cim_skip-content {
	font-size: 0.85em;
	position:absolute;top:4px;right:17px;width:8.5em;
	z-index:999
}
#cim_skip-content a {
	text-decoration: none;
	color:#fff;
}
#cim_skip-content a:hover, #cim_skip-content a:focus {
	text-decoration:underline;
	color: #000000;
}


/* Header 
*******************************************************************************/
.header{
	background-color: #ffffff;
}
#globalbanner{
	width: 980px;
	margin: 0 auto;
	background:#fff; 
	padding:10px 10px 30px;
	position: relative;
}
#bostesLogo{
	background-image: url("/images/bostesLogo.png") ;
	height: 98px;
	width: 401px;
	float: left;
	margin: 10px 0 50px;
}
#bostesLogo span{
	font-size: 28px;
	position: absolute;
	top: -100px;

}
div#rightSide{
	padding-top: 30px;
	float: right;
}
#strapLine p{
	text-align: right;
	color: #717271;
	font-size: 16px;
	font-weight: 100;
	letter-spacing: 1px;
	width: 480px;

}

#search{
	text-align: right;
}

#search form input#q{
	-webkit-appearance:none;
	font-size: 14px;
	padding: 5px;
	border: 1px solid #174a7c;
	border-radius: 15px;
	color: #717271;
	background: none !important;

}
#search form span{
	color: rgba(0,0,0,0);
}
#search form input:focus{
	outline: 0;
}

#ribbon{
	background: #174a7c;
	clear: both;
	padding: 20px 10px;
	min-width: 980px;
}
#ribbon .inner{
	width: 980px;
	margin: 0 auto;
	text-align: left;

}
.menu{
	display: inline-block;
	*display: inline; /*ie7 hack*/
	padding: 0;
	margin: 0;
}

.menu li{
	display: inline-block;
	*display: inline; /*ie7 hack*/
	padding-right: 5px;

}
.menu li:before{
	content: "|";
	color: #fff;
	margin-right: 10px;
}

.menu li:first-of-type:before{
	content: "";
	margin: 0;
}
.menu li a{
	color: #fff;
	display: inline-block;
	*display: inline; /*ie7 hack*/
	padding: 5px;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
.menu li a:hover{
	/*color: #000;*/
	background: none;
	text-decoration: underline;
}

a#contact{
	float: right;
	color: #fff;
	border: 1px solid #fff;
	padding: 5px 40px;
	border-radius: 20px;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
}
a#contact:hover{
	color:#174a7c;
	background: #ffffff;
}




/* tools - search, links etcs
*******************************************************************************/
#cim_tools {
	background-color : #1a437e;
	border-top : 1px solid #b8c5d8;
	border-bottom : 2px solid #ffc933;
	font-size : 0.85em;
	color : white;
	height : 2.2em;
	padding : 3px 3px 0 0;
	clear : both;
}
* html #cim_tools {height : 2.3em;} 
*:first-child+html #cim_tools {height : 2.3em;} 

#cim_tools a {color : white; text-decoration : none;}
#cim_tools a:hover, #cim_tools a:focus {text-decoration : underline;}
#cim_tools input {
	border : 1px solid #d7e2fc;
	vertical-align : middle;
	padding : 1px 0 2px 0;
	width : 174px;
}
#cim_tools input.go {
	border : 0;
	width : auto;
	height : auto;
	padding : 0;
}

#cim_tools div.links {float : left; line-height : 1.8em; padding-left:10px;}
#cim_tools div.search {float : right; line-height : 1.8em}




/* top navigation
*******************************************************************************/
#cim_top-nav {
	clear: both;
	background-color: #d7e2fc;
	border-bottom : 1px solid white;
	font-size : 0.85em;
	position : relative;
	height : 2.3em;
	z-index : 10;
}
#cim_top-nav ul {
	padding : 0; 
	margin : 0; 
	list-style-type: none;
}
#cim_top-nav ul li {
	list-style-type: none;
	float : left;
	position : relative;
	padding : 0;
	margin : 0;
	border-right : 1px solid white;
	z-index : 3;
}
#cim_top-nav ul ul {
	display : none;
	position : absolute;
	top : 2.5em;
	left : 0;
	\left : -16px;
	lef\t : 0;
}
#cim_top-nav ul li li {
	border : none;
	font-size : 1em;
	display : block;
	float : none;
	border-bottom : 1px solid white;
}
#cim_top-nav li a {
	display : block;
	margin : 0;
	padding : 6px 0px 6px 1em;
	text-decoration : none;
}
#cim_top-nav li a:hover, #cim_top-nav li a:focus, #cim_top-nav li a.highlight {
	background-color : #002C95;
	color : white;
	font-weight : bold;
}

#cim_top-nav li li a {
	display : block;
	background-color : #d7e2fc;
	padding : 6px 0px 6px 11px;
}

#cim_top-nav li li a:hover, #cim_top-nav li li a:focus {
	background-color : #002C95 !important;
	color : white !important;
	font-weight : normal;
}
/* top-nav variable width classes
over-rides set fixed width for drop-downs */
#cim_top-nav li li {
	width: 171px !important;
}
#cim_top-nav li li a {
	width : 160px !important;
}

/* home item has to be 171px */
#cim_top-nav ul li.menu-item-home {width: 171px;}
#cim_top-nav li.menu-item-home a {width : 160px;}
/* default so can be output without classes applied */
#cim_top-nav ul li {width: 171px;}
#cim_top-nav li a {width: 160px;}

/* 
	variables: item1 through item10
	Customise width of top level items - uncomment section below
	Note: you have a total of around 60em to work with (at default text sizes) 
*/

/*
#cim_top-nav ul li.menu-item1 {width: 15em;} #cim_top-nav li.menu-item1 a {width : 14em;}
#cim_top-nav ul li.menu-item2 {width: 15em;} #cim_top-nav li.menu-item2 a {width : 14em;}
#cim_top-nav ul li.menu-item3 {width: 15em;} #cim_top-nav li.menu-item3 a {width : 14em;}
#cim_top-nav ul li.menu-item4 {width: 15em;} #cim_top-nav li.menu-item4 a {width : 14em;}
#cim_top-nav ul li.menu-item5 {width: 15em;} #cim_top-nav li.menu-item5 a {width : 14em;}
#cim_top-nav ul li.menu-item6 {width: 15em;} #cim_top-nav li.menu-item6 a {width : 14em;}
#cim_top-nav ul li.menu-item7 {width: 15em;} #cim_top-nav li.menu-item7 a {width : 14em;}
#cim_top-nav ul li.menu-item8 {width: 15em;} #cim_top-nav li.menu-item8 a {width : 14em;}
#cim_top-nav ul li.menu-item9 {width: 15em;} #cim_top-nav li.menu-item9 a {width : 14em;}
#cim_top-nav ul li.menu-item10 {width: 15em;} #cim_top-nav li.menu-item10 a {width : 14em;}
*/


/* content wrapper
*******************************************************************************/
#cim_content-wrapper {
	/* creates fake left column background image */
	/* background: transparent url(../images/cim_content-wrapper_bg.gif) 0 0 repeat-y; */
	clear : both;
	border-top : 1px solid #d7e2fc;
	overflow:auto;
	width: 100%;
	margin-right:0;
	padding-top: 30px;
}

/* left column (secondary navigation)
*******************************************************************************/
#cim_left-col {
	font-size : 0.85em;
	width : 170px;
	margin-left : 1px;
	float : left;
	position : relative;
	display : inline;
	z-index : 49;
}

/* first level items */

#cim_left-col ul {
	list-style-type : none;
	padding : 0;
	margin : 0;
}

#cim_left-col ul.cim_left-col-sublist {margin: 30px 0}

#cim_left-col li {
	list-style-type : none;
	margin : 0;
}
#cim_left-col a {
	display : block;
	border-top : 1px solid #ffe392;
	border-bottom : 1px solid #e6ac0d;
	padding: 6px 12px 6px 12px;
	width : 146px;
	\width : 170px;
	w\idth : 146px;
	text-decoration : none;
	color:#000;
	font-weight:bold;
}
#cim_left-col a:hover, #cim_left-col a:focus {
	background : #ffdd7a;
}
/*
#cim_left-col a.arrow {
	background : #1a437e url(../images/cim_sprites.gif) 100% 0 no-repeat;
	color:#fff;
	border-top : 1px solid #69c;
	border-bottom : 1px solid #000;
}
#cim_left-col a.arrow:hover, #cim_left-col a.arrow:focus {
	background: #002253 url(../images/cim_sprites.gif) 100% -100px no-repeat;
}
*/

/* first level EXPANDED items */

#cim_left-col li.highlight {background-color : #dae9fe;border-bottom: 6px solid #1b437e}
#cim_left-col li.highlight a {
	background : transparent;
	border : 0;
	font-weight : bold;
}
#cim_left-col li.highlight a:hover, #cim_left-col li.highlight a:focus {
	background : transparent;
	color : #C03A00;
	text-decoration : underline;
}



#cim_left-col li.highlight a.arrow {
	background : #1a437e url(../images/cim_sprites.gif) 100% 0 no-repeat;
	color:#fff;
	border-top : 1px solid #69c;
	border-bottom : 1px solid #000;
}
#cim_left-col li.highlight a.arrow:hover, #cim_left-col li.highlight a.arrow:focus {
	background: #3f6aa9 url(../images/cim_sprites.gif) 100% -200px no-repeat;
}



/* SECOND level items */

#cim_left-col li.highlight li {border-top: 1px solid #fff;border-bottom: 1px solid #ccdffb}

#cim_left-col li li.highlight a {font-weight : bold !important;}

#cim_left-col li li a {
	background-color : transparent;
	background-image : none !important;
	border : 0;
	font-weight : normal !important;
	padding : 6px 12px 6px 28px;
	width : 130px;
	\width : 170px;
	w\idth : 130px;
}
#cim_left-col li li a:hover, #cim_left-col li li a:focus {background-image : none;}



/* THIRD level items */

#cim_left-col li.highlight li li {background-color : #c0d6f3;border-top: 1px solid #fff;border-bottom: 1px solid #91b5ea}

#cim_left-col li li.highlight li a {font-weight : normal !important;}
#cim_left-col li li li a {
	padding : 6px 12px 6px 38px;
	width : 120px;
	\width : 170px;
	w\idth : 120px;
}

/* orange highlighting - due to the cascade, several rules need overriding */
#cim_left-col a.highlight {color : #C03A00 ; font-weight : bold !important;}



/* main body content
*******************************************************************************/
#cim_main-content {
	padding : 0px 194px 1em 0;
	position : relative;
	z-index : 5;
}
.no-right-col {
	padding-right: 0 !important;
}

/* ML: removed to prevent IE6 from randomly dropping content to the bottom of nav
* html #cim_main-content {
	padding-left : 10px;
	height : 1%;
}
*:first-child+html #cim_main-content {
	padding-left : 10px;
	height : 1%;
}
*/

/* right column (used for related links, shortcuts, peripheral info, etc)
*******************************************************************************/
#cim_right-col {
	font-size : 0.85em;
	width : 200px;
	float: right;
	background : #fff;
	padding-top:0;
	/* margin: -8px 0 40px 20px; */
	position:relative;
	z-index:999;
}

#cim_right-col ul {
	list-style-type : none;
	margin : 0 0 0 2px;
	padding : 0;
}

#cim_right-col ul li {
	list-style-type : none;
}

#cim_right-col ul li a {
	text-decoration : none;
	display : block;
	border-top : 1px solid #fff;
	border-bottom : 1px solid #e2eaf7;
	padding: 6px 11px 6px 11px;
	/*width : 143px;
	\width : 169px;
	w\idth : 145px;*/
	/* MPS: removed as it was causing issues in IE, but didn't really seem to do anything. Left here in case I'm mistaken :) */
	}
#cim_right-col ul li a:hover, #cim_right-col ul li a:focus {text-decoration : underline;background:#1a437e;color:#fff}




/* bread crumbs
*******************************************************************************/
#cim_bread-crumbs {
	margin : 0 0 12px 0; 
	padding-left : 0; 
	padding-bottom : 6px; 
	list-style : none; 
	font-size : 0.85em;
	position : relative;
}
#cim_bread-crumbs li {
	display : inline; 
	margin-right : 6px; 
	padding-left : 14px;
	background : transparent url(../images/bullet_breadcrumb.gif) 0 60% no-repeat;
	color : #002C95;
}
* html #cim_bread-crumbs li {background-position : 0 70%;}
*:first-child+html #cim_bread-crumbs li {background-position : 0 70%;}

#cim_bread-crumbs li.first-item {
	background-image : none;
	padding-left : 0;
}

#cim_bread-crumbs li a {text-decoration : none;}
#cim_bread-crumbs li a:hover, #cim_bread-crumbs li a:focus {text-decoration : underline;}

#cim_bread-crumbs li.highlight {
	color: #C03A00;
}


/* footer
*******************************************************************************/
#cim_footer {
	clear : both;
	padding : 14px 0;
	text-align : right;
	background-color : #1a437e;
	border-top : 2px solid #ffc933;
}
#cim_footer { 
	font-size: 0.8em; 
	color: #93bde4;	
}

#cim_footer a {text-decoration : none;color:#fff;}
#cim_footer a:hover, #cim_footer a:focus {text-decoration : underline;}
#cim_footer #nswstyle_datelastupdated {font-weight : bold;}
#cim_footer .float-left {padding-left:10px;}
#cim_footer .right_links {padding-right:10px;}

/* generic reusable classes
*******************************************************************************/
.clear-hidden {
	clear : both;
	font-size : 1px; 
	line-height : 1px;
}

.float-left {float : left;}
.float-right {float : right;}

.clear-left {clear : left;font-size : 1px;line-height : 1px;}
.clear-right {clear : right;font-size : 1px;line-height : 1px;}

div.function-icons {
	float : right;
	cursor : default;
}
div.function-icons .noscript {
	display:none;
}
div.function-icons .scriptAvailable {
	display:inline;
}











/* BOS specific css
*******************************************************************************/

.sitename-text {font-size:150%;font-weight:normal;position:absolute;top:27px;right:160px;color:#fff;border-bottom : 1px solid #85a5b3}
.sitename-text a{color: #fff; text-decoration: none;}
.sitename-text a:hover{ color: #fff; text-decoration: underline;}

.department-text {font-size:130%;font-weight:normal;position:absolute;top:50px;right:160px;color:#b8c5d8}
.department-text a{color: #b8c5d8; text-decoration: none;}
.department-text a:hover{ color: #b8c5d8; text-decoration: underline;}




#cim_right-col ul li#shoponline a {
	padding: 10px 11px 10px 41px;
	background: #fff url(../images/cim_sprites.gif) 5px -300px no-repeat;
	width : 115px;
	\width : 139px;
	w\idth : 115px;
}
#cim_right-col ul li#shoponline a:hover, #cim_right-col ul li#shoponline a:focus {background:#1a437e url(../images/cim_sprites.gif) 5px -400px no-repeat}

#cim_right-col ul li#securezone a {
	padding: 10px 11px 10px 41px;
	background: #fff url(../images/cim_sprites.gif) 5px -500px no-repeat;
	width : 115px;
	\width : 139px;
	w\idth : 115px;
}
#cim_right-col ul li#securezone a:hover, #cim_right-col ul li#securezone a:focus {background:#1a437e url(../images/cim_sprites.gif) 5px -600px no-repeat}

/* external links */
a.external {
	background: url(/css/images/external.png) no-repeat 100% 0;
	padding: 0 15px 0 0;
}
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}

.checkbox li {
	background:url("/images_misc/check_box.png") no-repeat 0 0;
	line-height: 1.1em;
	margin-bottom: 1em;
}

hr.clear {clear: both;}

/* blockquotes */
blockquote {
	padding: 12px 20px; 
	font-style: italic;
	background: transparent url("/css/images/blockquote.png") no-repeat left top;
}

.split50 {margin: 0 0 1.5em -20px;display:overflow}
.split50 div {float:left;margin: 0 -20px 0 20px;width:50%;display:inline}
.split50 div ul {margin: 0 30px 1.5em 0}
.split50 hr {float:left;width:100%;background:#fff;color:#fff}

/* for search results page */
.g {
	margin-top: 2em;
	margin-bottom: 0;
	font-size: 1.3em;
}

/* data tables */
/* common to all tables */
td, th { text-align:left; }
td { padding: 5px; }
table {font-size: 100%;}

/* table 1 */
.table-1 {
	font-size: 100%;
	margin: 0 0 3em;
	border-collapse: collapse;
	border-left: 1px solid #eee;
	text-align: left;
	background: #fff url("images/form_bg.gif") repeat-x 0 100%;
	vertical-align: top;
}
.table-1 caption {
	padding: 0.35em;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}
.table-1 thead th {
	padding: 5px 5px;
	background: #009 url("images/sprites.gif") repeat-x 0 -100px;
	color:#fff;
	border-right: 1px solid #698CBE;
	border-left: 1px solid #698CBE;
	border-bottom: 3px solid #28428D;
}
.table-1 thead th a:link, .table-1 thead th a:visited { text-decoration:none; color:#fff; }
.table-1 thead th a:hover, .table-1 thead th a:active { text-decoration:underline; color:#fff; }
.table-1 tbody th {
	padding: 5px 5px;
	background: #C6D0ED url("images/sprites.gif") repeat-x 0 -1600px;
	color:#3D5E8D;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}
.table-1 tbody th.sub {
	padding: 5px 5px;
	background: #eee;
	color:#000;
}
.table-1 td {
	padding: 4px 5px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #ccc;
}
.table-1 td image {
	margin: 0 3px 0 0;
}
.table-1 col { background:transparent; }

/* table 2 */
.table-2 {
	font-size: 100%;
	margin: 0 0 3em;
	border-collapse: collapse;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	text-align: left;
	vertical-align: top;
}
.table-2 caption {
	padding: 0.35em;
	text-align: left;
	font-weight: bold;
	/*text-transform: uppercase;*/
}
.table-2 th, .table-2 td {
	padding: 0.35em;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	vertical-align: top;
}
.table-2 th {
	color: #000;
	background-color: #CCC;
	/*text-transform: uppercase;*/
}
.table-2 tbody th {
	color: #000;
	background-color: #DDD;
}
.table-2 tfoot {
	color: #000;
	background-color: #EEE;
}

/* table 3 */
.table-3 {
	font-size: 100%;
	margin-bottom: 2em;
	border-collapse: collapse;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	text-align: left;
	vertical-align: top;
}
.table-3 caption {
	color: #FFF;
	background-color: #333;
	padding: 0.35em;
	text-align: left;
	text-transform: uppercase;
}
.table-3 tbody {
	color: #000;
	background-color: #CCC;
}
.table-3 th, .table-3 td {
	padding: 0.35em;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	vertical-align: top;
}
.table-3 th {
	color: #FFF;
	background-color: #666;
	text-transform: uppercase;
}
.table-3 tbody th {
	color: #FFF;
	background-color: #999;
}
.table-3 tfoot {
	color: #000;
	background-color: #EEE;
}

/* for fixed or 100% width tables */
.width-fixed {width:500px}
.width-max {float:left;width:100%}

/* table customs */
.txt-ctr { text-align: center; }


td.f-submit-wrap {
	background: #ccc;
	border-top: 3px solid #666;
	clear:left;
	text-align:center;
	padding: 6px 0;
}
td.f-submit-wrap input {
	padding: 3px 6px;
	background: #009 url("images/sprites.gif") repeat-x 0 -100px;
	color:#fff;
	font-weight:bold;
}

/* forms */
label {font-weight:bold;display:inline; margin: 1.2em 0 .2em}
table label {display:inlne; margin: 0}


#login {margin: 1.5em 0;text-align:left;color:#333;font-size:92%}
#login form {font-size:109%;color:#000;padding: 10px 0 0;border: 4px solid #eee;margin: 0;background: #fff url("images/form_bg.gif") repeat-x 0 100%}
#login form h2 {margin: 0 15px 15px;border-bottom: 1px solid #ddd;padding: 0 0 5px}
#login form table {margin: 0 15px 15px}
#login .error, #login .success  {margin: 1em 15px}

.error {background: #FAE4E4 url("images/sprites.gif") no-repeat 2px -1401px;padding: 7px 10px 7px 5px;color:#c00;margin: 0 1em 1.5em;border: 1px solid #F4D4D4}
.error ul {margin:1em 0 1em 2em;list-style:none;}
.success {background: #E8FFE8 url("images/sprites.gif") no-repeat 2px -1501px;padding: 7px 10px 7px 5px;color:#c00;margin: 0 1em 1.5em;border: 1px solid #B6EEB6;color:#006E00}
.success ul {margin:1em 0 1em 2em;list-style:none;}
.highlight-new {text-transform:uppercase;background:#EC9000;color:#fff;padding: 0 2px;font: bold 10px arial;margin: -1px 3px 0 0}
.highlight-updated {text-transform:uppercase;background:#060;color:#fff;padding: 0 2px;font: bold 10px arial;margin: -1px 3px 0 0}


.featurebox {position:relative;padding:10px 10px 0 10px;margin-bottom:20px;background: #fbf9ef url("../images/featurebox_bg.gif") no-repeat 0 0}
	.featurebox a:link, #breadcrumbs a:link, 
	.featurebox a:visited, #breadcrumbs a:visited, 
	.featurebox a:hover, #breadcrumbs a:hover, 
	.featurebox a:active, #breadcrumbs a:active  {color:#8E3C00;}
	.featurebox a:hover, #breadcrumbs a:hover  {color:#c00;}
	.featurebox h3 {margin: 0 0 .3em;}
	.featurebox h3 a:link, .featurebox h3 a:visited, .featurebox h3 a:hover, .featurebox h3 a:active {color: #006699;}
	.featurebox h3 img{vertical-align:middle;padding-right:3px;}
	.featurebox h2 {margin: 0 0 .2em;text-align:center;}
	.featurebox p {margin: .3em 0}
	.featurebox p img {margin: .3em 0}
	.featurebox input, .featurebox select  {width: 160px;margin: .3em 0}
	.featurebox input.f-radio  {width: auto;margin: .5em 0 -.3em}
	.featurebox .submitbutton input {margin: 1em 0 .4em}
	.featurebox #btnSubscribe{cursor:pointer;width:auto;}
	.featurebox form {margin:0}	
	.featurebox ul.clean li{background-image:none;list-style-type:none;}
	
	.featurebox .innerbox{padding:12px 0 10px 0;border-bottom:1px dotted #d9ac31;}
	.featurebox .innerbox a:hover{text-decoration:none !important;}
	.featurebox .innerbox a, .featurebox .innerbox a:visited, .featurebox .innerbox a:active{border:0 !important;}
	.featurebox .innerbox ul li{line-height:1.6em;height:1.5em;padding-bottom:3px;margin-left:2px;}
	.featurebox .innerbox ul.clean li{background:none !important;padding-left:0 !important;margin-left:0;height:1.1em;}
	.featurebox .innerbox .rss{position:relative;top:5px;right:0;_right:10px;width:18px}
	.featurebox .no-border{border-bottom:0;}
	
#subnav-1 .featurebox ul, #cim_right-col .featurebox ul {margin: 0;border:none}
	#subnav-1 .featurebox li, #cim_right-col .featurebox li {padding-left: 16px;background: transparent url("http://www.boardofstudies.nsw.edu.au/css/images/sprites.gif") no-repeat 0 -800px;border:none}
	#subnav-1 .featurebox li a:link, #subnav-1 .featurebox li a:visited, #subnav-1 .featurebox li a:hover, #subnav-1 .featurebox li a:active, 
	#cim_right-col .featurebox li a:link, #cim_right-col .featurebox li a:visited, #cim_right-col .featurebox li a:hover, #cim_right-col .featurebox li a:active {padding: 0;font-weight:normal;color:#75580B;text-decoration:underline;display:inline}
	#subnav-1 .featurebox li a:hover, #cim_right-col .featurebox li a:hover {background:transparent;color:#c00}
	#subnav-1 .featurebox li .rss, #cim_right-col .featurebox li .rss {position:absolute;top:5px;right:0;_right:10px;width:18px}
	#subnav-1 .featurebox ul.rss-list li, #cim_right-col .featurebox ul.rss-list li {position:relative;background-position: 0 -797px;border-top: 1px solid #F6E9C2;padding: 6px 30px 6px 16px;line-height:1.2}
	#subnav-1 .featurebox ul.rss-list-no-border li, #cim_right-col .featurebox ul.rss-list-no-border li {position:relative;background-position: 0 -797px;padding: 6px 30px 6px 16px;line-height:1.2}
	
table.calendar_table {border-collapse:collapse;border: 2px solid #F6E9C2;background:#fff;padding:0;margin:3px 0}
	table.calendar_table td {padding:2px 1px;border: 1px solid #F6E9C2;text-align:center;font-size:10px}
	table.calendar_table td.calendar_today {background: #B38D14;color:#fff}
	table.calendar_table td.calendar_today a:link, table.calendar_table td.calendar_today a:visited, table.calendar_table td.calendar_today a:hover, table.calendar_table td.calendar_today a:active {color:#fff}
		
	
.recently-published {margin: 2em 0;border: 1px solid #F4A5A5;background: #F5E9E9 url("http://www.boardofstudies.nsw.edu.au/css/images/sprites.gif") no-repeat 9px -1309px;padding: 8px 10px 8px 70px;font-weight:bold}
	.recently-published a:link, .recently-published a:visited {color:#900}

#blogText {position:relative;z-index:100;max-width:824px;margin-right:200px;}

#blogText h1 {font-size:116%;margin: 20px 0 5px;font-weight:bold}
#blogText .byline {font-size:83%;color:#999}
#blogText li.print {margin-top:-3em;background: transparent url("http://www.boardofstudies.nsw.edu.au/css/images/sprites.gif") no-repeat 2px -1096px}
#blogText .body {margin-top: 1em}
#blogText .body a{text-decoration:underline;}
#blogText .body a:hover{text-decoration:none;}
#blogText hr {background:#ccc;height:1px;color:#ccc;border:none;margin: 0 0 20px}

#blogText .entry .image-container {width:170px;float:left;display:block;overflow:hidden;padding-left:10px;}	
#blogText .entry .article-container {display:block;padding: 0 185px 0 200px;}
#blogText .entry .wide {padding-right:0;margin-bottom:25px;}
#blogText .entry .link-container {float:right;display:block;width:160px;padding-left:12px;}
#blogText .entry .date {color:#666;padding-bottom:6px;font-size:12px;padding-top:8px;}
#blogText .entry .article-container .date:first-child,
#blogText .detail .article-container .date {padding-top:0;}

#blogText .teaser, 
#blogText .detail {display:block;margin-bottom:25px;padding-bottom:15px;border-bottom:1px dotted #006699;}
#blogText .teaser h2, 
#blogText .detail h2 {font-size:20px;padding:2px 10px 0 0;}
#blogText .teaser .more {text-align:right;}
#blogText .teaser .link-container, 
#blogText .detail .link-container {border-left: 1px dotted #006699;}
#blogText .detail .link-container-padding {float:right;padding-bottom:10px;display:block;width:160px;padding-left:20px;}
#blogText .detail .article-container {padding: 0 0 0 200px;}
#blogText .detail {width:780px;}
#blogText .detail .category-container{border-top:1px dotted #006699;padding-top:10px;margin-top:40px;}

/* NEW */
#blogText .teaser{position:relative;width:780px;}
#blogText .teaser .teaser-col-left{float:left;width:780px;}
#blogText .teaser .link-container{float:right;display:inline;width:161px;border-left:none;}
#blogText .teaser .article-container {padding:0 0 0 20px;float:left;width:575px;overflow:hidden;}
.clear-left{clear:left;}


.relatedcategories-heading {text-transform:uppercase;font-weight:bold;font-size:12px;color:#7f7f7f;}
ul.relatedcategories {padding:10px 0 0 2px;margin-left:0;}
ul.relatedcategories li {list-style-image: url("/images/tri-bullet.gif");margin-left:15px;margin-bottom:5px;}

.older-newer-links {text-transform:uppercase;font-size:11px;color:#006699;padding-right:20px;}
.older-newer-links .active {color:#cc9966; text-decoration:none;}
.older-newer-links .inactive {color:#bbb;}


#diary-event {font: italic bold 100% verdana}

		
	
/* front page specific */
#front-pge-container li { line-height: 1.3em}

#features td {border-bottom: 2px solid #FCC122;}
#features td h2 {float:left; margin: 0; padding: 0;}
#features td img {margin: 0 5px 5px 0;}

ul#features { 
	margin: 0 120px 0 0; padding: 0 1em 0 0;
	/*float: left;
	position: relative;
	left: 0; top: 0;*/
}
#features li {
	margin: 0; padding: 1em 0; 
	background: none;
	border-bottom: 2px solid #FCC122;
}
#features li.last { border-bottom: none; }
#features img {float: left; margin: 0 5px 5px 0;}


/* temp */
#features #homepageads img { float: none; clear: both; }
#features #homepageads li { border-bottom: none; }


ul#homepageads { /*padding-left: 20px;*/ width: 115px; float: right; }
	ul#homepageads  {margin-left: 0; padding-left: 0;} 
	ul#homepageads li {margin-left: 0; padding-left: 0; background: none;}
	#homepageads img {margin-bottom: 5px;margin-top: 5px;}
	
	
ul#front-pge-ads {
	width: 115px;
	position: absolute;
	right: 0;
	top: 0;
}
#front-pge-ads li { 
	background: none;
	margin: 0 0 0.75em 0; padding: 0;
	list-style-type:none;
}
	
/* Old Board of Studies site styles */

P.headline { font-family: Verdana, Arial, Helvetica, sans-serif; color:#000; font-size: 120%; }
P.intro { font-family: Verdana, Arial, Helvetica, sans-serif; color:#666666; }

.big { font-family: Verdana, Arial, Helvetica, sans-serif; color:#666666; font-size: 120%; }
.small { font-family: Verdana, Arial, Helvetica, sans-serif; color:#666666; font-size: 90%; }
.boldtitle {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; font-weight: bold }

TD.sidebar { font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; font-size: 9px; }
p.footer { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #666666 }

/* for fractions */
.fraction_top {
	vertical-align: super;
	font-size: 75%;
}
.fraction_bottom {
	vertical-align: sub;
	font-size: 75%;
}



/* News Post formatting */
img.news-post-a {
	float: right;
	margin: 10px 0 10px 10px;
}
dl.news-post-a {
	float: left;
	width: 300px;
	margin-right: 10px;
}
h2.news-post-a, h3.news-post-a {
	clear: left;
}
blockquote.news-post-a {
	margin-left: 20px;
	font-style:italic;
}
dl.shop-stamp {
	float: left;
	width: 22em;

}
.shop-stamp img {
	float: left;
}

/* alphabetic index */
.alpha-index {
	margin: 0 0 2em 0; 
	padding: 1.5em 0;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	font-weight: bold;
	text-align: center;
}
.alpha-index li {
	font-size: 1.2em;
	padding-left: 0.5em;
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	background: none; /* over-rides the general li styling */
}

/* within-page links */
.within-page-links  {
	padding-bottom: 2em;
	border-bottom: 1px solid #CCC;
}
.within-page-links li {
	float: left;
	width: 18em;  /* accommodate the widest item */
}

/* code patterns - articles */
.article {
	border-bottom: 1px solid #ccc;	
}
.article img {
	float: left;
	margin: 0 10px 10px 0;
}
.article span {
	display: block;
	padding-bottom: 0.3em;
}

/* columnar layout */
.two-col {
	float: left;
	width: 47%;
	margin: 0 1% 1em 1%;
}
.three-col {
	float: left;
	width: 30%;
	margin: 0 1% 1em 1%;
}
.four-col {
	float: left;
	width: 22%;
	margin: 0 1% 1em 1%;
}

/* BB link list */
dl.bb-list {
	/*float: left;*/
	width: 100%;
	border-top: 1px solid #999; border-bottom: 1px solid #999;
	background: transparent url(/images_misc/ccc-border-vert.png) repeat-y right top;
}
.bb-list dt { 
	padding: 0.35em;
	margin-top: 0;
	background: #CCC;
	border: 1px solid #999; border-top: none;
 }
.bb-list dd { 
	margin: 0;
	padding: 0.35em 0;
	display: block;
	float: left;
	width: 20%;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #999;
	background: transparent url(/images_misc/ccc-border-vert.png) repeat-y; /* so sides don't have a border width applied */
}

/* sidebar and highlights box */
#sidebar {
	float:right;
	width:30%;
	border-top: 5px solid #E5B01F;
	padding-top: 1px;
	padding-bottom: 40px; 
	margin-left: 10px;
}

div.innerbox ul li.icon-twitter {background: transparent url("/images/t_mini-a.png") no-repeat !important;border:none;padding-left:21px !important;margin-top:5px !important;line-height:16px;}
div.innerbox ul li.icon-youtube {background: transparent url("/images/youtube_16.png") no-repeat !important;border:none;padding-left:21px !important;line-height:16px;}

.highlightsbox {
	color:#333;
	padding: 15px 20px 20px;
	border-top: 1px solid #d7d7d7;
	margin: 0 0 1.5em;
	background-color: #f6f6f6; 
}
.highlightsbox p, .highlightsbox h1, .highlightsbox h2, .highlightsbox h3, .highlightsbox h4, .highlightsbox h5, .highlightsbox h6 {
	margin: 0 0 .3em;
	border-bottom: 1px solid #225F9D;
	color:#225F9D
}
.highlightsbox p {
	border:none;
	margin: 0 0 1em;
	color:#444;
}

/* faq */
.faq { /*border-bottom: 1px solid #CCC;*/ padding-bottom: 1.75em; margin-top: 1.75em; background: transparent url("/css/images/faq_bdr_bott.jpg") repeat-x 0 100%; }
.faq dt { padding-bottom: 1.20em; font-size: 1.2em;/* padding-left: 36px; background: transparent url("/css/images/qa_q.png") no-repeat 0 0;*/ }
/*.faq dd { padding-bottom: 1.20em; padding-left: 36px; background: transparent url("/css/images/qa_a.png") no-repeat 0 0; }*/

/* document icons for document links */
.link-pdf, ul.link-pdf li {
	padding-left: 20px;
	background: transparent url("/images/icon_pdf_sml.gif") no-repeat 0 0;
	padding-bottom: 17px;
}
ul.link-pdf { background: none; }
.link-word-doc {
	padding-left: 20px;
	background: transparent url("/images/icon_word_sml.gif") no-repeat 0 0;
	padding-bottom: 17px;
}

.link-pdf-major { padding-left: 50px; padding-bottom: 18px; background: transparent url("/images/icon_pdf.gif") no-repeat 0 0; }
.link-word-doc-major { padding-left: 50px; padding-bottom: 18px; background: transparent url("/images/icon_word.gif") no-repeat 0 0; }
.link-ppt-major { padding-left: 50px; padding-bottom: 18px; background: transparent url("/images/icon_powerpoint.gif") no-repeat 0 0; }


/* highlights for paragraphs */
.read { padding-left: 50px; background: transparent url("/images/icon_smlread.gif") no-repeat 0 0; }
.arrow { padding-left: 50px; background: transparent url("/images/icon_reddot_arrow.jpg") no-repeat 0 0; }

.read li { /*padding-left: 50px;*/ line-height: 1.6em; /*background: url("/images/icon_smlread.gif") no-repeat left top;*/}
ul.read { background: none; padding-left: 0; }

/* other icons */
.stats { 
	padding-left: 40px; 
	padding-top: 0.5em;
	margin-top: 0;
	background: transparent url("/images/icon_stats.png") no-repeat left bottom; 
}

/* basic image positioning */
.image-pos-1 {float: left; margin: 0 10px 10px 0;}
.image-pos-2 {float: right; margin: 0 0 10px 10px;}


/* document advice message - front page */
.front-pge-msg {
	width: 107px;
	border: 1px solid #999;
	margin-right: 5px;
	margin-bottom: 10px;
}
.front-pge-msg h3 {
	color: #FFF;
	background: #c00;
	text-align: center;
	text-transform: uppercase;
	font-size: 110%;
	margin-top: 0;
	margin-bottom: 0;
}
.front-pge-msg h4 {
	font-size: 95%;
	text-align: center;
	color: #005489;
	margin: 0.25em 0.2em;
}
.front-pge-msg p {
	padding: 0.4em;
	font-size: 90%;
	text-align: left;
	margin: 0;
}
.front-pge-msg p { 
	color: #666;
	margin: 0 0 0 5px;
	padding-left: 0.5em;
}
ul#homepageads { margin-bottom: 0.2em;}

/* exhibitions page */
#exhib-page dl {
	border-bottom: 1px solid #ccc; 
	margin-bottom: 2em;
	float: left;
	width: 100%;
}
dt.exhib-branding {
	float: left;
	width: 230px;
}
.exhib-branding img { float: right; }
dd.exhib-details {
	margin-left: 260px;
}
#designtech .exhib-details { padding-top: 60px; }
#myda .exhib-details { padding-top: 90px; }

#artexpress dl { 
	float: left;
	/*width: 25%;
	margin-right: 1%;*/
}

/* Clearing floats */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


	/* inline high pass filter */
	#front-pge-container { width: 100%; position: relative; } /* for ie 5+ and earlier */
  
  	i{content:"\"/*"}
	
  	/* modern browsers hereafter */
	
	#front-pge-container { float: left; width: 100%; position: relative; }
	#ns-fix { position: relative; }



/* styles targeted at IE versions LESS THAN IE7 */


#cim_header{width: expression((document.body.clientWidth < 790) ? "780px" : "100%" ); }
#cim_tools{width: expression((document.body.clientWidth < 790) ? "780px" : "100%" ); /*padding-left: 0;*/ padding-right: 0;}
#cim_content-wrapper{width: expression((document.body.clientWidth < 790) ? "780px" : "100%" ); }
#cim_footer{width: expression((document.body.clientWidth < 790) ? "780px" : "100%" ); }


#cim_content-wrapper {position:relative;}

#front-pge-container {float:none}


/* Bugzilla 2617 - added by request from Andrew Ivin */
.col-wrap { 
    	float: left; 
   	width: 99%; 
    	margin: 0.5em 0;
}

/* styles for images and captions, based on using a definition list for image
caption pairs */
.img-capt {
	border: 1px solid #CCC;
	width: 270px;
	padding: 5px;
}
.img-capt dt {
	margin-top: 0.25em;
}
.right {
	float:right; margin: 0 0 1em 1em;
}
.left {
	float: left; margin: 0 1em 1em 0;
}
.img-capt dd {
	font-style: italic;	
	font-size: 85%;
	margin-top: 0.5em;
}

h2.archive-heading {font-size:22px;margin-top:-5px;padding-left:20px;}
.entry-year {padding-bottom:17px;padding-top:7px;font-size:17px;padding-left:20px;}
.articleHeadline{padding-bottom:7px;}
.articleHeadline a{font-weight:bold;}
.articleHeadline span {padding-right:20px;font-weight:bold;font-size:11px;color:#222;}
.hr-line {border-bottom:1px dotted #006699;margin:25px 20px;}
.articleList {width:800px;padding-left:20px;}
.articleList dt {float:left;clear:left;color:#222;font-size:12px;}
.articleList dd {padding-left:20px;padding-bottom:10px;}

#copyright {display:none;}
.image-container img{padding-left:5px;}
.noentry {padding-left:20px;margin-bottom:20px;}

#customSearch {padding-left:10px;}
h1#searchHeading {font-size:1.6em;font-weight:normal;margin:0 0 0.6em 0;padding-left:10px;} 
#customSearch input.go {vertical-align:top;}


/* STYLES FROM TINYMCE - Make sure you duplicate in admin /includes/tinymce.css */
.img-left{float:left;padding:0 10px 10px 0;}
.img-center img{display:block;margin:0 auto;padding:10px 0 20px 0;}
.img-right{float:right;padding:0 0 10px 10px;}

#cmframe {padding-left:20px;}