/* ***GLOBAL SETTINGS*** */
* {
	padding: 0px;
	margin: 0px;
}

/* main template size*/
#main_container {
	width: 850px;
	/* end */
	margin-right: auto;
	margin-left: auto;
/* font type, size and colour for whole website */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
/* end */
#main_container p {
	padding-top: 10px;
}

/* font colour for all links */
#main_container a {
	color: #999999;
	text-decoration: none;
	font-size: 11px;
}
#main_container a:hover {
	text-decoration: underline;
}
#main_container a:active {
	color: #000000;
}
#main_container a:visited {
	color: #999999;
}



/* end */

/* unordered list formating - to be used as navigation menu*/
#main_container ul {
	display: block;
}
#main_container li {
	list-style-type: none;
}
/* end */

/* ***END of GLOBAL SETTINGS*** */


/* h2 formatting: font size and colour*/
#main_container h2 {
	font-size: 1.1em;
	margin-bottom: 20px;
	padding-top: 20px;
	color: #666666;
}


/* h3 formatting: font size and colour*/
#main_container h3 {
	font-size: 1em;
	margin-bottom: 10px;
	color: #666666;
}

/* ***HEADER*** */
#main_container #header {
	width: 850px;
	height: 130px;
}
#main_container #header #logo {
	width: 158px;
	float: left;
	height: 120px;
}
#main_container #header #h1content {
	width: 600px;
	height: 120px;
	position: relative;
	left: 90px;
}
/* h1 in header formatting: font size and colour*/
#main_container #header #h1content h1 {
	font-size: 1.6em;
	color: #003366;
	/* end */
	padding-top: 50px;
}
/* ***END of HEADER*** */

/* ***TOP NAVIGATION*** */
#main_container #top_nav {
	height: 40px;
	width: 850px;
}


/* ***END of TOP NAVIGATION*/

/* ***SIDE NAVIGATION*** */
#main_container #side_nav {
	width: 240px;
	height: 100%;
	float: left;
	font-size: 11px;
}
#main_container #side_nav #datacentre {
	height: 163px;
	width: 230px;
}

/* text links below the image - positioning*/
#main_container #side_nav ul {
	margin-top: 50px;
	margin-bottom: 60px;
}
#main_container #side_nav li {
	line-height: 200%;
}
/* end */

/* links with graphic background */
#main_container #side_nav #buttons {
	width: 100%;
	margin-top: 30px;
}
#main_container #side_nav .activeleft a {
	color: #000000;
}

#main_container #side_nav #buttons li {
	display: block;
	background-image: url(../images/button_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 50px;
}
#main_container #side_nav #buttons a {
	position: relative;
	top: 13px;
	left: 30px;
	font-weight: bold;
}
#main_container #left_bottom {
	float: left;
	width: 150px;
}

/* end */
/* *** END of SIDE NAVIGATION*/



/* ***MAIN CONTENT AREA*** */
#main_container #main_content {
	float: left;
	width: 575px;
}

/* class to format tables used in contact forms*/
#main_container #main_content #text_content .contact_form {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main_container #main_content #text_content .contact_form td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* end */

/* h2 area size and positioning*/
#main_container #main_content #intro {
	padding-right: 10px;
	padding-left: 10px;
	width: 575px;
	height: 163px;
}

/* end */

/* top border of the main text area*/
#main_container #main_content #topborder {
	height: 15px;
	width: 580px;
	background-image: url(../images/br_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* end */

/* main text content area - size, positioning and borders*/
#main_container #main_content #text_content {
	width: 558px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #999999;
	border-left-color: #999999;
}
/* end */

/* table formating*/
#main_container #main_content #text_content table {
	font-size: 10px;
	border: 1px solid #999999;
}
#main_container #main_content #text_content table td {
	border: 1px solid #999999;
	text-align: left;
	vertical-align: top;
}
/* end */

/* unsorted list formatting - other then navigation menus*/
#main_container #main_content #text_content ul {
	padding-left: 20px;
	margin-top: 10px;
}
#main_container #main_content #text_content li {
	list-style-type: square;
}

/* end */
#main_container #main_content #text_content .link img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* main test content area bottom border*/
#main_container #main_content #bottomborder {
	height: 15px;
	width: 580px;
	background-image: url(../images/br_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 40px;
}
/* end */

/**** END of MAIN CONTENT AREA*/


/* FOOTER*/
#main_container #footer {
	width: 100%;
	float: right;
	/*top border colour and type*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-size: 10px;
	font-weight: bold;
}
/* end */
/* *** END of SECTION FOOTER*** */
