/* (c) 2008 by Atomic Design Studio Pty Ltd */
/*   http://www.atomicdesignstudio.com.au   */
/*            All rights reserved           */
/*   No duplication without authorisation   */

/* Colours used are:                        */
/* #000000 - Black                          */
/* #333333 - Charcoal Grey                  */
/* #FFFFFF - White                          */
/* #286BDA - Blue Border for Squares        */
/* #2B317F - Blue for Menu Up State         */
/* #000000 - Black                          */
/* #000000 - Black                          */
/* #000000 - Black                          */

/* ELEMENTS */
body {
	background-color: #FFFFFF;
	padding: 0;
	margin: 12px auto;
	border: 0;
	color: #333333;
	width: 880px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
}


/* IDs      */
#wrapper {
	width: 880px;
}

#header {
	width: 880px;
	text-align: right;
}

#menu {
	width: 880px;
	text-align: left;
	float: left;
	font-size: 1%; /*zoom: 1%; ensures that text zooming doesn't upset the layout of the menu */
}

#content {
	width: 880px;
}

#footer {
	width: 880px;
}


/* Classes  */
.home_link, .home_link img {
	border: 0;
	float: left;
}

.small_squares {
	width: 224px;
	height: 224px;
	background-image:  url("/images/square_small.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}
.small_squares a img {
	border: 1px solid #333333;
}
.small_squares a:hover img, .small_squares a:focus img {
	border-color: #286BDA;
}
.small_squares a img {
	margin: 0px 24px 24px 0px;
}

.small_squares_flash {
	width: 224px;
	height: 224px;
	background-image:  url("/images/square_small.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	border: none;
}
.small_squares a:hover img, .small_squares a:focus img {
	border-color: #286BDA;
}
.small_squares a img {
	margin: 0px 24px 24px 0px;
}

.small_squares_centred {
	width: 224px;
	height: 224px;
	background-image:  url("/images/square_small.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 auto;
}
.small_squares_centred a img {
	border: 1px solid #333333;
}
.small_squares_centred a:hover img, .small_squares_centred a:focus img {
	border-color: #286BDA;
}
.small_squares_centred a img {
	margin: 0px 24px 24px 0px;
}

.small_squares_last {
	padding-right: 0;
	width: 204px;
}
.small_squares_last {
	width: 208px;
	height: 224px;
	background-image:  url("/images/square_small.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}
.small_squares_last a img {
	border: 1px solid #333333;
}
.small_squares_last a:hover img, .small_squares_last a:focus img {
	border-color: #286BDA;
}
.small_squares_last a img {
	margin: 0px 24px 24px 0px;
}

.large_squares {
	width: 448px;
	height: 448px;
	background-image:  url("/images/square_large.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}
.large_squares img {
	margin: 0px 24px 24px 0px;
	border: 1px solid #333333;
}



/*  */


/* (c) 2008 by Atomic Design Studio Pty Ltd */
/*   http://www.atomicdesignstudio.com.au   */
/*            All rights reserved           */
/*   No duplication without authorisation   */