﻿* {margin: 0; padding: 0;}

html{
	height: 100%;
	background: #EEEEEE url(Images/content.jpg) repeat-x;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
}

body  {
	margin: 0; 
	padding: 0;
	height: auto !important; 
	height: 100%; 
	min-height: 100%; 
	position: relative;
	min-width: 900px;
	background: url(Images/gridfade.jpg) center 90px no-repeat;
}

#header {
	height: 34px;
	padding: 0;
	font-size: 12px;
}
	
#sidebar {
	width: 240px;
	float: left;
	position: relative;
}

#mainContent {
	width: 660px;
	float: right;
	position: relative;
}

#wrapper{
	position: relative;
	height: 100%;
	z-index: 100;
}

#clearfooter {
	clear:both; 
	height: 50px; /*110px;*/
} 

#footer {
	position: absolute; 
	bottom: 0px;
	background: #333333 url(Images/foot.jpg) repeat-x;
	height: 40px; /*100px;*/
	left: 0px;
	right: 0px;
	clear: both;
	color: #DDDDDD;
}



.clear {
	clear: both;
}
.separator {
	height: 8px;
}
.pagesprites {
	background: url(Images/sprites_page.gif) 0 0 no-repeat;
}
#centered {
	width: 900px;
	margin: 0 auto;
}
#blockheader {
	height: 110px;
}
.padbox10 {
	padding: 5px 10px;
}

#main_top {
	height: 11px;
	width: 660px;
	background: url(Images/main_top.png) no-repeat;
}
#main_left, #main_right {
	float: left;
	width: 10px;
	height: 319px;
}
#main_centre {
	float: left;
	width: 640px;
	background-color: #FFFFFF;
	min-height: 320px;
}
#main_left {
	background: url(Images/main_left.png) no-repeat
}
#main_right {
	background: url(Images/main_right.png) no-repeat
}
#main_bottom {
	float: none;
	clear: both;
	height: 40px;
	width: 660px;
	background: url(Images/main_bottom.jpg) center bottom no-repeat;
	text-align: right;
	font-size: 10px;
}

#side_articles {
	margin-top: 10px;
	width: 230px;
	height: 135px;
	background: url(Images/side_articles.png) no-repeat;
}
#side_project {
	margin-top: 7px;
	width: 230px;
	height: 135px;
	background: url(Images/side_project.png) no-repeat;
}
#side_spotlight {
	margin-top: 7px;
	width: 230px;
	height: 135px;
	background: url(Images/side_spotlight.png) no-repeat;
}


#logo {
	width: 240px;
	height: 110px;
	float: left;
	background: url(Images/logo.jpg) no-repeat;
}

.left {
	position: absolute;
	top: 3px;
	left: 5px;
	line-height: 25px;
	color: #DDDDDD;
}



#navbar {
	position: absolute;
	top: 3px;
	right: 190px;
	margin:0; 
	list-style:none; 
	height:26px;
	float: left;
}
#navbar li {float:left;}
#navbar li a {
	display:block;
	width: 84px;
	float:left; 
	height:26px; 
	line-height:25px; 
	color:#DDDDDD; 
	background: url(Images/navbar.png) no-repeat;
	text-decoration:none; 
	text-align:center; 
	padding:0; 
	margin-right: 1px; 
	padding-left: 1px;
}
#navbar li a:link, #navbar li a:visited {
	color: #DDDDDD !important; 
	background-position: 0 0;
}
#navbar li a:hover, #navbar li a:focus {
	color: #FFC855 !important; 
	outline: 0; 
	background-position: 0 -26px;
}
#navbar li a:active {
	line-height: 29px; 
	padding-right: 0px; 
	outline: 0; 
	color: #C48400 !important; 
	background-position: 0 -52px; 
}


.search {
	position: absolute;
	top: 4px;
	right: 5px;
	float: left;
	width: 184px;
	height: 24px;
	background: url(Images/searchbox.png) 0 0 no-repeat;
}
.search input[type=text] {
	border: none;
	background-color: Transparent;
	color: #666666;
	font-size: 11px;
	height: 18px;
	margin-left: 25px;
	width: 155px;
	padding: 5px 0 0 0;
}
.searchfocus {
	background-position: 0 -24px;
}
.searcherror {
	background-position: 0 -48px;
}

#greeting {
	float: left;
	margin-right: 5px;
}

a.personalise {
	float: left;
	display: block;
	width: 32px;
	height: 26px;
	margin-top: 0px;
	background: url(Images/personalise.png) no-repeat 0 0;
	text-decoration: none;
	outline: 0;
}
a.personalise:hover, a.personalise:focus {
	background-position: 0 -26px;
}
a.personalise:active {
	background-position: 0 -52px;
}

#searchrequired {
	width: 94px;
	height: 28px;
	position: absolute;
	top: 26px;
	right: 80px;
	background: url(Images/required.png) no-repeat 0 0;
}

#navicons {
	float: right;
	width: 600px;
	height: 90px;
	margin-top: 20px;
	margin-right: 10px;
}
#navicons a {
	float: left;
	width: 200px;
	height: 90px;
	display: block;
	text-decoration: none;
	outline: 0;
}
.aoc {background: url(Images/menu_aoc.png) no-repeat 0 0;}
.sas {background: url(Images/menu_sas.png) no-repeat 0 0;}
.ogp {background: url(Images/menu_ogp.png) no-repeat 0 0;}
#navicons a:hover, #navicons a:focus {background-position: 0 -90px;}


#bottomactions {
	width: 620px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: solid 1px #EEEEEE;
}

#main_bottom a, #actionright a {
	color: #BBBBBB;
	text-decoration: none;
	margin-left: 10px;
	padding-left: 18px;
	outline: 0;
	height: 10px;
}
#main_bottom a:hover, #actionright a:hover, #sitemap a:hover, #sitemap a:focus {
	color: #FDB72F !important;
}
.print {
	background-position: 0 -24px;
}
a.print:hover {
	background-position: 0 -36px;
}
.emailpage {
	background-position: 0 -48px;
}
a.emailpage:hover {
	background-position: 0 -60px;
}
.pagetop {
	background-position: 0 -72px;
}
a.pagetop:hover {
	background-position: 0 -84px;
}


#pageactions {
	padding-bottom: 8px;
	margin-top: 3px;
	margin-bottom: 10px;
	font-size: 10px;
	border-bottom: solid 1px #EEEEEE;
}
#actionright {
	text-align: right;
	float: right;
	width: 120px;
}
.sitemapimg {
	width: 22px;
	height: 12px;
	display: block;
	margin-top: 1px;
	float: left;
	background: url(Images/sprites_page.gif) 0 -12px no-repeat;
}
#sitemap {
	margin-left: 22px;
	color: #AAAAAA;
}
#sitemap a:link, #sitemap a:visited {
	color: #AAAAAA;
	text-decoration: none;
	outline: 0;
}

.sitemapimghome {
	background-position: 0 0px;
}
#actions_toggle {
	height: 9px;
	width: 620px;
	background: url(Images/actions_toggle.gif) 0 0 no-repeat;
	margin-bottom: 10px;
}


.articledate {
	width: 34px;
	height: 30px;
	padding: 2px;
	border-right: solid 1px #CCCCCC;
	float: left;
	margin-top: 12px;
	margin-left: 23px;
}
.article {
	padding: 14px 7px 0 70px;
	font-size: 0.85em;
	line-height: 1.4em;
}
.date_num {
	background: url(Images/date_nums.png) 0 0 no-repeat;
	margin-top: 2px;
	height: 15px;
	width: 30px;
	display: block;
}
.date_month {
	background: url(Images/date_months.png) 0 0 no-repeat;
	margin-top: 2px;
	height: 7px;
	width: 30px;
	display: block;
}
.article a:link {
	text-decoration: none;
	color: #666666;
}
.article a:active, .article a:focus {
	outline: 0;
}
.article a:visited {
	text-decoration: none;
	color: #999999;
}
.article a:hover {
	text-decoration: none;
	color: #F49300;
}

#projectimage {
	width: 76px;
	height: 76px;
	float: left;
	margin-top: 13px;
	margin-left: 28px;
}
#projectdetails {
	padding: 8px 8px 0 113px;
	color: #DDDDDD;
	font-size: 0.85em;
	line-height: 1.3em;
	text-align: justify;
}




.sideView {
	clear: both;
	float: none;
	position: absolute;
	left: 18px;
	width: 172px;
	line-height: 27px;
	text-align: right;
	height: 28px;
	color: #999999;
}
.sideGo a {
	position: absolute;
	left: 200px;
	height: 25px;
	width: 25px;
	margin-top: 1px;
	display: block;
	text-decoration: none;
	outline: 0;
	background: url(Images/sprites_sideinfo.png) 0 -50px no-repeat;
}
#side_articles .sideView, #side_articles .sideGo a {top: 113px;}
#side_project .sideView, #side_project .sideGo a {top: 110px /*255px*/; color: #BBBBBB !important;}
#side_spotlight .sideView, #side_spotlight .sideGo a {top: 252px /*397px*/;}

#side_articles .sideGo a:hover, #side_spotlight .sideGo a:hover, #side_articles .sideGo a:focus, #side_spotlight .sideGo a:focus {
	background-position: 0 -75px;
}
#side_project .sideGo a {
	background-position: 0 0;
}
#side_project .sideGo a:hover, #side_project .sideGo a:focus {
	background-position: 0 -25px;
}

.m01 {background-position: 0 0px;}
.m02 {background-position: 0 -9px;}
.m03 {background-position: 0 -18px;}
.m04 {background-position: 0 -27px;}
.m05 {background-position: 0 -36px;}
.m06 {background-position: 0 -45px;}
.m07 {background-position: 0 -54px;}
.m08 {background-position: 0 -63px;}
.m09 {background-position: 0 -72px;}
.m10 {background-position: 0 -81px;}
.m11 {background-position: 0 -90px;}
.m12 {background-position: 0 -99px;}
.d01 {background-position: 0 0px;}
.d02 {background-position: 0 -15px;}
.d03 {background-position: 0 -30px;}
.d04 {background-position: 0 -45px;}
.d05 {background-position: 0 -60px;}
.d06 {background-position: 0 -75px;}
.d07 {background-position: 0 -90px;}
.d08 {background-position: 0 -105px;}
.d09 {background-position: 0 -120px;}
.d10 {background-position: 0 -135px;}
.d11 {background-position: 0 -150px;}
.d12 {background-position: 0 -165px;}
.d13 {background-position: 0 -180px;}
.d14 {background-position: 0 -195px;}
.d15 {background-position: 0 -210px;}
.d16 {background-position: 0 -225px;}
.d17 {background-position: 0 -240px;}
.d18 {background-position: 0 -255px;}
.d19 {background-position: 0 -270px;}
.d20 {background-position: 0 -285px;}
.d21 {background-position: 0 -300px;}
.d22 {background-position: 0 -315px;}
.d23 {background-position: 0 -330px;}
.d24 {background-position: 0 -345px;}
.d25 {background-position: 0 -360px;}
.d26 {background-position: 0 -375px;}
.d27 {background-position: 0 -390px;}
.d28 {background-position: 0 -405px;}
.d29 {background-position: 0 -420px;}
.d30 {background-position: 0 -435px;}
.d31 {background-position: 0 -450px;}




h1 {
	font-family: Calibri, Tahoma, Verdana, Sans-Serif;
	font-size: 2em;
	font-weight: 900;
	line-height: 1em;
	color: #FFB824;
	text-shadow: #DDDDDD 2px 2px 3px;
}
h2 {
	font-family: Calibri, Tahoma, Verdana, Sans-Serif;
	font-size: 1.6em;
	font-weight: 900;
	color: #999999;
}
h3 {
	font-family: Calibri, Tahoma, Verdana, Sans-Serif;
	font-size: 1.5em;
	font-weight: 900;
	margin-top: 1.1em;
	color: #0099FF;
	text-shadow: #DDDDDD 2px 2px 3px;
}
h5 {
	font-family: Calibri, Tahoma, Verdana, Sans-Serif;
	font-size: 1em;
	font-weight: 900;
	color: #999999;
}

#main_centre p {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.5em;
	color: #666666;
	text-align: justify;
}
#main_centre ul {
	margin: 10px 0 0 25px;
	line-height: 1.5em;
	color: #666666;
}

#main_centre p a, .treeview a {
	outline: 0;
	text-decoration: none;
	padding: 0 2px 0 2px;
}
#main_centre p a:link, #main_centre p a:active, .treeview a:link, .treeview a:active {
	height: 16px;
	color: #0099FF;
}
#main_centre p a:visited, .treeview a:visited {
	color: #2963A3;
}
#main_centre p a:hover, #main_centre p a:focus, .treeview a:hover, .treeview a:focus {
	border: solid 1px #D8F0FA;
	padding: 0 1px 0 1px;
	color: #39BDFD;
	background: url(Images/content_hover.jpg) 0 1px repeat-x;
}

#footer_centre {
	width: auto;
	margin: 0 auto;
	text-align: center;
	margin-top: 13px;
}
#footer_left {
	width: 33%;
	background: red url(Images/foot_l.png) 0 0 no-repeat;
	position: absolute;
	top: 2px;
	left: 0;
}
#footer_right {
	width: 33%;
	background: Aqua url(Images/foot_r.png) right 0 no-repeat;
	position: absolute;
	top: 2px;
	right: 0;
}

#contact_left {
	float: left;
	width: 300px;
}
#contact_right {
	margin-left: 300px;
	padding-left: 20px;
	background: url(Images/main_partition.jpg) top left repeat-y;
}
#contact_right input[type=submit] {
	margin-left: 100px;
}
#contact_left h5, #contact_right .lblLeft {
	float: left;
	width: 100px;
	margin-bottom: 5px;
}
	
.textboxes {
	width: 190px;
	background-color: #FCFCFC;
	border: solid 1px #999999;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	color: #666666;
}
.texterrors 
{
	background-color: #FFF5F5;
	border: solid 1px #F08080 /*#FF8484*/;
	color: #333333;
}

#ctl00_ContentPlaceHolder1_UPr1 {
	color: #068CE5;
	margin-top: 3px;
	margin-left: 100px;
}

.modalBackground {
	background-color: #000000;
	filter: alpha(opacity=40);
	opacity: 0.4;
}
.popup {
	background-color: #000000;
	border: solid 2px #CCCCCC;
	text-align: center;
	width: 200px;
	color: #EEEEEE;
	padding: 3px;
	z-index: 1001;
}
.popup a:link, .popup a:visited, .popup a:active {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	outline: 0;
}
.popup a:hover, .popup a:focus {
	outline: 0;
	color: #FFFFFF;
	text-decoration: underline;
}

abbr {
	cursor: help;
}

.portimage {
	float: right;
	width: 150px;
	margin-top: 35px;
}
.portright {
	margin-right: 170px;
}
#main_centre hr {
	height: 1px;
	border: none;
	border-top: solid 1px #CCCCCC;
}