/* CSS Document for site specific styles */

/* Display or hide search box radio buttons: Display: display:block; Hide: display:none; */
div#searchbox_area input, div#searchbox_area label {
	display:inline;
}

#accessibility_accreditation {
	display:none;
}

div#left_nav div.left_nav_title {
	font-size:1.2em;
}

div#format_1, div#format_1 div#bottom_content {
	width:776px;
	margin-left:0px;
	padding-left:0px;
}

a.go_back {
	float:left;
	margin:6px 0px 0px 2px;;
	padding:0px 0px 0px 12px;
	font-weight:bold;
	font-size:12px;
	color:#666666;
	background-image:url(../images/common/arrow_red_left.gif);
	background-repeat:no-repeat;
	background-position:left;
}
a:hover.go_back {
	color:#990033;
}

a.go_to_top {
	float:right;
	margin:6px 0px -10px 2px;;
	padding:0px 12px 0px 0px;
	font-weight:bold;
	font-size:12px;
	color:#666666;
	background-image:url(../images/common/arrow_red.gif);
	background-repeat:no-repeat;
	background-position:right;
}
a:hover.go_to_top {
	color:#990033;
}

image_box, .image_box_left, .image_box_right, .image_box_centre {
	padding:4px 0px 4px 0px;
	border-left:none; 
	border-right:none;
}
.image_box .caption, .image_box_left .caption, .image_box_right .caption, .image_box_centre .caption {
	font-size:.8em;
	color:#666666;
	padding-bottom:0px;
}

table.table_format1 {
	width:100%;
}
table.table_format1 tr td {
	vertical-align:top;
}
table.table_format1 tr.table_format1_title td {
	padding:6px 0px;
}
table.table_format1 tr.table_format1_title2 td {
	padding:4px 0px;
	border-top:none;
	font-weight:bold;
	color:#2A3B86;
	background-color:#EFEFEF;
	border-bottom:2px solid #2A3B86;
}

h1.content_title1 {
	margin-bottom:12px;
	font-size:1.4em;
	padding:5px 0px 4px 8px;
	width:768px;
}

div#format_1 h1.content_title2, h1.content_title2 {
	font-size:1.5em;
}

.image_box_right, .image_box_left, .image_box {
	border:none;
	background-color:#EFEFEF;
	background:repeat-x top url(../images/border_background_top.gif), repeat-x bottom url(../images/border_background_bottom.gif);
	padding:5px 0px;
}

.image_box_right .caption, .image_box_left .caption, .image_box .caption {
	padding:7px 6px 3px 6px;
	margin-top:0px;
	background-image:url(../images/caption_background.gif);
}

p {
	margin-bottom:10px;
}

h2 {
	margin-bottom:10px;
	font-size:1.3em;
	color:#2A3B86;
}

h3 {
	margin-bottom:10px;
	font-size:1.2em;
}

h4 {
	margin-bottom:8px;
	font-size:1.1em;
}

hr {
	color: #fff; background-color: #fff; border: 2px dotted #ccc; border-style: none none dotted;
}

.quote {
	margin-left:20px;
	margin-right:20px;
	color:#666;
	font-size:.9em;
}

br.half_line {
	line-height:6px;
}

h5 {
	margin-bottom:8px;
	font-size:1em;
}

.side_box_right {
	float:right; 
	margin:0px; 
	width:240px; 
	font-size:.9em;
	margin:0px 0px 0px 20px;
	padding:4px 0px 6px 18px; 
	background-image:url(../images/border_background_right.gif);
	background-position:left;
	background-repeat:repeat-y;
}

.indent {
	font-size:.9em;
	color:#666;
	margin:0px 40px;
}

.citation {
	font-size:.9em;
	color:#666;
	font-style:italic;
}
