/*
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...
*/


/*

HANDLE WITH CARE WHEN DOING GLOBAL FIND AND REPLACES... SOME OF THESE COLOURS MAY VARY

link, sub level headings =							060
link hover, h1 =									fff
Top nav strip, left & right nav highlight = 		680504
top nav top border, NSW state underline colour = 	ff906e
top nav bottom border = 							8a2c01
left col link colour =								edfde4
left col border top = 								225007
left col border bottom = 							ddd
left col hover bg = 								265609
left col hover text = 								ffffff
left col highlight hover = 							680504
left col highlight border top = 					565656
left col highlight border bottom = 					ddd
left col highlight sub level text =					0066ff
left col highlight sub level bg = 					efefef
footer unlinked text colour =						cfcfcf
*/


/* Tag specific rules 
*******************************************************************************/
* {
	/* set even playing field for all browsers */
	margin : 0;
	padding : 0;
}
html {
	background: transparent url("/directive/images/yellow-bg2.png") no-repeat center 0% fixed;
}

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/body_bg.gif") no-repeat 50% 10px;
	min-width:1200px;*/
}

img {border: 0;}
a {color: #060; text-decoration: underline;}
a:hover {text-decoration: none;color:#c00;}
a:focus {text-decoration: underline;color:#c00}
h1 {margin-bottom : 0.6em; font-size: 1.6em; color: #b30300 ; font-weight: bold;}
h2,h3,h4,h5,h6 {color: #b30300;border-bottom: 1px dotted #b30300;padding-bottom:6px;margin-bottom:6px}
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 {}

dl {margin: 0 0 1em}
dt {font-weight:bold;margin: 1em 0 0}

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;
}


/* body wrapper - for fixed width
*******************************************************************************/
.body_wrapper {
	/*max-width: 990px;
	min-width: 800px;*/
	margin: 0 auto;
	width: 990px;		
}

/* page wrapper
*******************************************************************************/
#cim_page-wrapper {
	/* set global base font size for entire page */
	font-size: 80.01%;
	position : relative;
	background: transparent url("../images/body_bg.gif") no-repeat 170px 10px;
}


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


/* Header 
*******************************************************************************/
#cim_header {
	position : relative;
	font-size : 0.85em;
	min-height : 100px;
	/* background: #7a9193 url("../images/cim_header_bg.gif") repeat-x 0 0; */
	background: #d9b303 url("../images/cim_header-left_bg.gif") no-repeat 0 0;
}
* html #cim_header {height : 100px;}

#cim_header #cim_header-left {
	color : #fff; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	/* the width wraps the text; remove the declaration when using a house banner */
	width: 430px;
	min-height : 100px;
	
}
* html #cim_header #cim_header-left {height : 100px;}

#cim_header #cim_header-left img {position:absolute; left:28px;top:22px}

#cim_header #cim_header-left span.state {
	font-size : 1.5em;
	border-bottom : 1px solid #91b873;
	line-height : 1.5em;
	position:relative;
	top:25px;
	left:125px;
}
#cim_header #cim_header-left span.department {
	font-size : 1.4em; 
	font-weight : normal;
	position:relative;
	top:25px;
	left:125px;
}
#cim_header #cim_header-left span.unit {
	font-weight : normal;
	font-size : 1em;
	position:relative;
	top:25px;
	left:125px;
}

#cim_header #cim_dept-logo {
	position : absolute;
	right : 0;
	top : 0;
	width:254px;
	height:100px;
}
#cim_house-banner {
	position: absolute;
	left:390px;
	top: 18px;
	display:none;
}

/* tools - search, links etcs
*******************************************************************************/
#cim_tools {
	border-bottom : 1px solid #000;
	font-size : 0.85em;
	color : #000;
	height : 2.2em;
	padding : 3px 3px 0 10px;
	clear : both;
	background: #cea900 url("../images/tools_bg.gif") no-repeat 0 0;
}
* html #cim_tools {height : 2.3em;} 
*:first-child+html #cim_tools {height : 2.3em;} 

#cim_tools a {color : #000; 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;color:#BBBBBB;}
	#cim_tools div.links a {color:#fff}
	
#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 #fff;
	padding-right:0px;
	width:100%;
	margin-right:0;
	
}

/* 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 #225007;
	border-bottom : 1px solid #0e2500;
	padding: 6px 12px 6px 12px;
	width : 146px;
	\width : 170px;
	w\idth : 146px;
	text-decoration : none;
	color:#edfde4;
	font-weight:bold;
}
#cim_left-col a:hover, #cim_left-col a:focus {
	background : #265609;
	color : #ffffff;
}
/*
#cim_left-col a.arrow {
	background : #680504 url(../images/cim_sprites.gif) 100% 0 no-repeat;
	color:#fff;
	border-top : 1px solid #565656;
	border-bottom : 1px solid #ddd;
}
#cim_left-col a.arrow:hover, #cim_left-col a.arrow:focus {
	background: #820b5d url(../images/cim_sprites.gif) 100% -100px no-repeat;
}
*/

/* first level EXPANDED items */

#cim_left-col li.highlight {background-color : #efefef;border-bottom: 6px solid #222}
#cim_left-col li.highlight a {
	background : transparent;
	border : 0;
	font-weight : bold;
	color:#060;
}
#cim_left-col li.highlight a:hover, #cim_left-col li.highlight a:focus {
	background : transparent;
	color : #c00;
	text-decoration : underline;
}



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



/* SECOND level items */

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

#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 : #ddd;border-top: 1px solid #fff;border-bottom: 1px solid #ccc}

#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;}

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


/* 4th level items */

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

#cim_left-col li li li.highlight li a {font-weight : normal !important;}
#cim_left-col li li li li a {
	padding : 6px 12px 6px 45px;
	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;}

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



/* main body content
*******************************************************************************/
#cim_main-content {
	margin : 6px 220px 0 192px;
	padding-bottom: 1em;
	position : relative;
	z-index : 0;
}
.no-right-col {
	margin-right: 14px !important;
}

* 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 : 170px;
	position : absolute;
	right : -155pt;
	top : 25px;
	background : #fff url(../images/cim_right-col_bg.gif) 0 0 no-repeat;
	padding-top:1px;

	position : relative;
	right : 10px;
	top : 30px;
	margin-bottom:20px;
	float:right;
}

#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, #cim_right-col ul li.no-link {
	text-decoration : none;
	display : block;
	border-top : 1px solid #fff;
	border-bottom : 1px solid #e2eaf7;
	padding: 6px 11px 6px 11px;
	width : 145px;
	\width : 169px;
	w\idth : 145px;
	}
#cim_right-col ul li a:hover, #cim_right-col ul li a:focus {text-decoration : underline;background-color:#fff;color:#265609}




/* 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 : #006600;
}
* 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: #fff;
}


/* footer
*******************************************************************************/
#cim_footer {
	clear : both;
	padding : 14px;
	text-align : right;
	background-color : #000;
	border-top : 1px solid #fff;
}
#cim_footer { 
	font-size: 0.8em; 
	color: #cfcfcf;
}

#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;}


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

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

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











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

h3.sitename-text {background:#dab400;font: bold 150% arial;position:absolute;top:27px;right:140px;color:#453900;border-bottom : 1px solid #b09100;padding:0;margin:0}
h4.department-text {background:#dab400;font: normal 130% arial;position:absolute;top:50px;right:140px;color:#453900;border:none;padding:0;margin:0}




#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 {color: #fff; background: #265609 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 {color: #fff; background: #265609 url(../images/cim_sprites.gif) 5px -600px no-repeat}

/* external links */
a.external {
	background: url("/wsimages/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;
        vertical-align: top; }
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-color: #EAEAEA;
	color:#000;

}
.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;
}

/* table 4 */
.table-4 {
	font-size: 100%;
	margin: 0 0 3em;
	border-collapse: collapse;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	text-align: center;
	vertical-align: top;
}
.table-4 caption {
	padding: 0.35em;
	text-align: center;
	font-weight: bold;
	/*text-transform: uppercase;*/
}
.table-4 th, .table-4 td {
	padding: 0.35em;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	vertical-align: top;
	text-align: center;
}
.table-4 th {
	color: #000;
	background-color: #CCC;
	/*text-transform: uppercase;*/
}
.table-4 tbody th {
	color: #000;
	background-color: #DDD;
}
.table-4 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 3px 7px 35px;color:#c00;margin: 0 0 1.5em;border: 1px solid #F4D4D4}
.success {background: #E8FFE8 url("images/sprites.gif") no-repeat 2px -1501px;padding: 7px 3px 7px 35px;color:#c00;margin: 0 0 1.5em;border: 1px solid #B6EEB6;color:#006E00}
.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: 1em;background: transparent url("images/featurebox_bg.gif") repeat-x 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 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 form {margin:0}
	
	
#subnav-1 .featurebox ul {margin: 0;border:none}
	#subnav-1 .featurebox li {padding-left: 16px;background: transparent url("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 {padding: 0;font-weight:normal;color:#75580B;text-decoration:underline;display:inline}
	#subnav-1 .featurebox li a:hover {background:transparent;color:#c00}
	#subnav-1 .featurebox li .rss {position:absolute;top:5px;right:0;_right:10px;width:18px}
	#subnav-1 .featurebox ul.rss-list li {position:relative;background-position: 0 -797px;border-top: 1px solid #F6E9C2;padding: 3px 30px 3px 16px}
	
table.calendar_table {border-collapse:collapse;border: 2px solid #F6E9C2;background:#fff;padding:0;margin:0}
	table.calendar_table td {padding:2px;_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("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 .date {border-bottom: 1px solid #ccc;background: #eee url("images/sprites.gif") no-repeat 0 -1000px;margin: 2em 0 .3em;padding: .3em 0 .3em 25px;letter-spacing: .2em;text-transform:uppercase;color:#999}
	#blogText h1 {font-size:116%}
	#blogText .byline {font-size:83%;color:#999}
	#blogText li.print {margin-top:-3em;background: transparent url("images/sprites.gif") no-repeat 2px -1096px}
	#blogText .body {margin-top: 1em;
	}
	
				
		
#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 #ccc;
}
#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 */
.col-wrap {
		float: left;
		width: 100%;
}
.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;
}
.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, .pdf-doc {
	padding-left: 20px;
	background: transparent url("/images_icons/pdf_small.gif") no-repeat 0 0;
	padding-bottom: 17px;
}
ul.link-pdf { background: none; }
.link-word-doc, a[href$=".doc"] {
	padding-left: 20px;
	background: transparent url("/images_icons/word_small.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/ppt.gif") no-repeat 0 0; }


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

.read li { /*padding-left: 50px;*/ line-height: 1.6em; /*background: url("/images_global/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_global/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; }


/* new css for case study  2-11-11 ---*/
#case-study h3
{
  margin:0;
  padding:5px 0 5px 10px;
  background-color: #00A99F;
  border-bottom:1px solid #fff;
  color: #EEE;
  width:200px;
  font-weight:normal;
}

#case-study div {
  background-color: #F4F4EE;
  border-bottom:1px solid #fff;
  position: relative;
}

#case-study img {
	float:right;
	padding: 10px;
  	background-color: #F4F4EE;
}

#case-study p {	
  padding:5px 0 0px 20px;
 

}
/*  --- end  -- */


/*  right col  */

#right-column {
	float: right;
    position: relative;
	width:200px;
	margin: 0 2px 1em 1%;
	
	
}

#right-column h3 {
	background-color:#00A99F;
	color:#EEE;
	padding: 5px 0em 2px 1em;

}
#right-column h3 a {
	color:#EEE;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
}

#right-column-wide {
	float: right;
    position: relative;
	width:290px;
}

#right-column-wide h3 {
	color:#EEE;
	padding: 1em 0em 2px 1em;
	width:155px;

}
#float-right {
	float: right;
	margin-top: 1px;
}
#right-col-wide-heading {
	width:155px;

}
#more {
	margin-left:8em;
	padding-bottom:1em;
}
#case-study h3 a {
	color:#EEE;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
}
#case-study1, #case-study2, #case-study3, #case-study4, #case-study5  {
	border-top:1px solid #040;
}


#case-study h4  {
	
	border-bottom:none;
	text-decoration:none;
	color:#070;
	padding:2px 0em 0em 1.5em;
	
}

#cs-eng-col {
	float: left;
	width: 58%;
	margin: 0em 2em 1em 0em;
	
}

#introduction, #assessment, #planning, #programming, #implementation, #evaluation {
	display:none;
	color:#000;
}
#introduction h3, #assessment h3, #planning h3, #programming h3, #implementation h3 {
	
	color:#096;
	padding:1em;
}

#right-column-wide h2 {
	
	text-decoration:none;
	color: #00A99D;
	border-bottom:none;
}

#right-column-wide h4 {
	
	color:#069;
	text-decoration:  none;
	border-bottom-style: none;
	
}

#more a {
	cursor:pointer;
	text-decoration:  none;
}


#tut1 {
display: none;
}

#lbCenter, #lbBottomContainer {
	z-index:52;
}
#lbOverlay {
	z-index:50;
}


/*  --- end  -- */


/*  --- end  2-11-11 -- */



