@charset "utf-8";

/* 	BIRST - Main stylesheet */

/* 	Colour:
	



*/

body {
	font: 75% Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000;
	background: url(images/BG-Top.gif) repeat-x top center #356da9;
}
a:link, a:visited {
	text-decoration: underline;
	color: #0071bc;
}
a:hover {
	text-decoration: none;
}
td, th, table, div, input, select {
	font: Arial, Helvetica, sans-serif;
	color: #000;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}



/* 	Layout */

#container {
	width: 970px;
	margin: 0 auto; 
	text-align: left; 	
	background: url(images/BG-Content.gif) repeat-y top left #214d8c;
	display: block;
}
#left-col {
	width: 214px;	
	float: left;
}
#right-col {
	float: left; width: 756px;	
	background: #fff;
	background: url(images/BG-Content.gif) repeat-y -214px top #fff;
}
#logo {
	width: 214px; height: 175px;	
	background: url(images/BG-Logo.gif) no-repeat top left;
}
#logo img {margin-left: 10px;}
#nav {
	width: 204px;
	margin-left: 10px;
	height: auto;
}
#content {
	padding: 20px 38px 0 30px;
	clear: both;

}
#right-col div.page-title {
	height: 146px;
	background: url(images/BG-Page-Title.gif) no-repeat top left;
	position: relative;
	margin-bottom: 12px;
}
#right-col div.page-title h1 {
	padding-left: 30px;
	padding-top: 98px;
}
#right-col div.page-title img {
	position: absolute; top: 0; left: 0;	
	z-index: 5;
}
#right-col div.bookmark-menu {
	float: right;
	width: 197px;
	background: #fff;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 0;
	background: url(images/BG-Bookmark-Top.gif) no-repeat top left;
}
#right-col div.bookmark-menu div.bookmark-bottom {
	height: 16px;
	display: block;
	background: url(images/BG-Bookmark-Bottom.gif) no-repeat top left;
}
#right-col div.bookmark-menu h2 {
	font-size: 0.9em;
	border-bottom: 0;
	margin: 7px 12px 10px 10px;
}
#right-col div.bookmark-menu ul {
	margin-left: 10px;
	margin-right: 12px;
	margin-bottom: 0;
}
#right-col div.bookmark-menu ul li {
	list-style-image: url(images/Arrow-Bookmark.gif);
	margin-bottom: 0;
	margin-top: 0.5em;
	line-height: 1.3em;
}
#right-col div.bookmark-menu ul li a {
	text-decoration: none;
}

.col-1x2, .col-2x2 {
	float: left;
	width: 328px;
}
.col-2x2 {
	margin-left: 30px;
}
#footer {
	width: 100%;
	clear: both;
	margin: 0;
	text-align: center;
	background: url(images/BG-Bottom.gif) repeat-x top center #214d8c;
	color: #fff;
}
#footer-image {
	width: 970px;
	margin: 0 auto;
	background: url(images/BG-Footer-2012.jpg) no-repeat top left;	
	text-align: left;
	padding-top: 471px;
	color: #fff;
}
#footer-text {
	width: 950px;
	margin: 0 auto;
	padding: 14px 0;
	background: url(images/BG-Footer-Text-2012.jpg) no-repeat top left #15325b;	
	text-align: left;
	font-size: 0.9em;
}
.footer-col {
	float: left;
	width: 18em;
	margin-left: 20px;
}
#footer p {	padding: 0; margin-bottom: 0; color: #fff; 	line-height: 1.4em;}
#footer a:link, #footer a:visited { text-decoration: none; color: #fff;  }
#footer a:hover { text-decoration: underline; }

.spacer {
	clear: both;
	font-size: 1px;
	height: 1px;
}


/* Navigation */

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav ul li a {
	display: block;
	width: 170px;
	padding: 3px 4px 2px 12px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	background: url(images/BG-20pc-White.png) repeat-x top left;
}
#nav ul li a:hover, #nav ul li a.on {
	background: url(images/BG-Nav-Btn.png) no-repeat top left;
	
}


/* Text styles, etc */


h1 {
	font: 2.3em Arial, Helvetica, sans-serif;
	margin: 0;
	color: #0071bc;
}
h2 {
	font: 1.2em Arial, Helvetica, sans-serif;
	margin: 2.5em 0 1em 0;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.3em;
}
h3 {
	font-size: 1.2em;
	margin: 1.5em 0 1em 0;
	font-weight: bold;
	line-height: 1.4em;
	color: #0071bc;
}
h4 {
	font-size: 1em;
	margin: 0 0 0 0;
	font-weight: bold;
}
h5 {
	font-size: 1em;
	margin: 1em 0 0 0;
	font-weight: normal;
}
p {
	line-height : 1.6em;
	margin: 0 0 1em 0;
}
hr {
	color: #E6E6E6;
	height: 0;
	margin: 2em 0 2em 0;
	border: 0;
	border-top: 1px solid #E6E6E6;
	clear: both;
}
ol {
	line-height : 1.6em;
	list-style-type : decimal;
	margin: 0 0 1em 3em;	
	text-indent: 0;
	padding: 0;
}
ul {
	line-height : 1.6em;
	margin: 0 0 1em 16px;	
	text-indent: 0;
	padding: 0;
}
li {
	margin: 0 0 0.5em 16px;
}
blockquote {
	line-height : 1.6em;
	margin: 1em 0 1em 0;
	font-style: italic;
}
.small {
	font-size: 80%;
}
.box {
	border: 1px solid #333; 
	padding: 8px; 
	text-align: left; 
}
.intro {
	font-size: 1.2em; font-weight: bold;
	color: #0071bc;
	line-height: 1.5em;
}
.intro2 {
	font-size: 1em; font-weight: bold; 
	color: #0071bc;
}
.img-right { 
	float: right; 	
	padding-left: 20px;
	margin-bottom: 20px;
	background-color: #fff;
}
p.link-logo {
	display: block;
	float: left;
	width: 200px;
	margin-left: 20px;
	text-align: center;
}
p.awards-logo {
	display: block;
	float: left;
	width: 310px;
	margin-left: 20px;
	text-align: center;
}
p.link-logo img {margin: 20px;}
p.awards-logo img {margin: 5px 20px 10px 20px;}
p.doc {
	background: url(images/BG-Doc.gif) no-repeat 0 0;
	padding-left: 35px;
	line-height: 35px;
}
a.arrow, a.arrow:link, a.arrow:visited {
	background: url(images/Arrow-Bullet.gif) no-repeat 0 0.45em;
	padding-left: 10px;
	text-decoration: none;
}
a.arrow:hover { text-decoration: underline;}
ul.arrow-list li {
	list-style-image: url(images/Arrow-Bullet-Blue.gif);
}
h2.first { margin-top: 6px;}
h2.top { padding-top: 20px; display: block;}
h2.top span { 
	float: right;
	width: 30px;
	margin-bottom: 0;
	margin-top: 0.4em;
	font-size: 0.7em;
	text-transform: uppercase;
}
a.top, a.top:link, a.top:visited {
	background: url(images/Arrow-Top.gif) no-repeat 0 0.2em;
	padding-left: 10px;
	text-decoration: none;
}

/* Tables */

table.data-table { margin-bottom: 1em;}
table.data-table td, table.data-table th {
	text-align: left; 
	vertical-align: top;
	padding: 0.5em 0;
	border-bottom: 1px solid #ccc;
}
table.data-table th {
	color: #0071bc;
}
table.data-table td p { margin-bottom: 0.5em;}
