@charset "utf-8";
/* AWPA styles */

body {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 16px;
	color: black;
	margin: 0px;
	padding: 0px;
	background-color: #836560;
	text-align: center;
}

/********** layout divs *************/

/* wrapper to hold it all together in the centre of the screen */
#wrapper {
	width: 473px;
	background-color: #FFFFFF;
	margin: 30px auto; 
	border: 0px;
	text-align: left;  /* put the text back to the left within divs on the page */
	padding: 0px;
	position: relative;
	background-color: white;
	padding: 230px 230px 5px 300px;
}

#topbanner {
	width: 100%;
	height: 134px;
	font-size: 28px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #1c5797;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#bluebar {
	width: 924px;
	background-color: #267bbe;
	height: 7px;
	position: absolute;
	top: 134px;
	left:79px;
	z-index:2;
}

#greybar {
	width: 924px;
	background-color: #b8b8b8;
	height: 35px;
	position: absolute;
	top: 141px;
	left:79px;
	z-index:2;
}

#UTCclock {
	position: absolute;
	top: 150px;
	left: 506px;
	height: 26px;
	background-color: #b8b8b8;
	font-size: 12px;
	font-weight: bold;
	padding-left: 1px;
	z-index: 2;
}

#searchbar {
	position: absolute;
	top: 141px;
	left: 702px;
	height: 35px;
	background-color: #b8b8b8;
	vertical-align: middle;
	width: 298px;
	z-index:2;
}

#searchbar input.textbox {
	margin-top: 5px;
	width: 132px;
}

#mainlogo {
	margin: 35px 0px -55px 30px;
}

/***navigation block ***/

#nav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 220px;
	left: 79px;
	font-size: 12px;
	font-weight: bold;
	background-color: white;
}

/* hyperlinks */
#nav a:link {text-decoration: none; color: #000000;}
#nav a:visited {text-decoration: none; color: #000000;}
#nav a:hover {text-decoration: none; color: #57a922; }
#nav a:active {text-decoration: none; color: #57a922;}

#nav a.contactlink:link {text-decoration: none; color: #57a922;}
#nav a.contactlink:visited {text-decoration: none; color: #57a922;}
#nav a.contactlink:hover {text-decoration: none; color: #003d85; }
#nav a.contactlink:active {text-decoration: none; color: #003d85;}

/* unordered list to make the main menu have a blue border on the bottom of each item */
#nav ul {
	list-style-type: none;
	list-style-position:outside;
	padding: 0;
	margin: 0;
}

#nav li {
	border-bottom:solid 1px #9eb8de;
	padding-bottom: 2px;
	padding-right: 15px;
	padding-left: 2px;
	margin-bottom: 3px;
}

/*** end of navigation block styles ***/

/**** footer - contains blue bullets for copyright and last updated info ***/
#footer {
	position: relative;
	bottom: 0px;
	left: -244px;
}

#footer ul {
	list-style-type:disc;
	list-style-position:outside;
	font-size: 11px;
	font-weight: bold;
}

#footer li {
	color: #6a8bc6;
	border-style: none;
	margin: 0px;
}

#footer li p {
	color: #000000;
	margin: 0;
	padding: 0;
}
/**** end of footer ****/

#breadcrumb {
	position: absolute;
	top: 180px;
	left: 300px;
	font-size: 11px;
}

/*** blue block going down right hand side ***/

#right_highlightblock {
	position: absolute;
	height: 100%;
	width: 177px;
	left: 826px;
	top: 0px;
	background-color:#c6d3ec;
}

#right_highlightblock img {
	float: left;
	margin-right: 5px;
	clear: both;
}

/* for pages which have a group of photos or a set of links on the right side */
#photoblock {
	margin-top: 222px;
	width: 100%;
}

#photoblock img {
	margin-bottom: 15px;
}

#links {
	width: 140px;
	margin-top: 222px;
	margin-left: 19px;
	background-color: #e0e7f5;
	padding-bottom: 5px;
}

#links h1 {
	width: 100%;
	background-color: #8ac060;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0px 1px 0px;
	margin-bottom: 5px;
}

#links ul {
	margin: 0px 2px 0 20px;
	list-style-type:disc;
	list-style-position:outside;
	font-size:12px;
	padding: 0;
}

#links li {
	color: #6a8bc6;
	margin-bottom: 5px;
}

#links li p {
	color: #000000;
	margin: 0;
	padding: 0;
}

#links a {
	text-decoration: none;
	color: black;
}

#links a:hover {
	color: #57a922;
}
	
/*** end of blue block going down right hand side ***/

/*********** end of layout divs **************/


/************* general text styles *****************/

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #155695;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #155695;
}

/* set up blue disc bullet points */

ul {
	list-style-type:disc;
	list-style-position:outside;
}

li {
	color: #6a8bc6;
	border-style: none;
}

li p {
	color: #000000;
	margin: 3px 0px;
	padding: 0;
}

/* style for horizontal rules (<hr />) */
hr {
	background-color: #267BBE;
	border-top: solid 1px #267BBE;
	height: 0px;
	border-bottom: none;
}

/* reduce font size for the information form */
table.formtable {
	font-size: 12px;
}

td {
	vertical-align:top;
}
/************** end of general text styles **********/

/****************** hyperlink styles *****************/
a:link {text-decoration: underline;}
a:visited {text-decoration: underline;}
a:hover {text-decoration: underline; color: #57a922; }
a:active {text-decoration: underline; color: #57a922;}

/* used when a hyperlink needs to have no underline, e.g. in right blue block */
a.nounderline:link {text-decoration: none; color: #000000;}
a.nounderline:visited {text-decoration: none; color: #000000;}
a.nounderline:hover {text-decoration: none; color: #003d85; }
a.nounderline:active {text-decoration: none; color: #003d85;}

/************ end of hyperlink styles *************/


/* images */
img {
	border: 0px;
}