/* Position */

h1 {
	position:absolute;
	left:50%;

	margin-left:-213px;

	top:144px;
}
#body {
	position:absolute;
	left:50%;

	margin-left:-213px;

	top:202px;
}
#path {
	position:absolute;
	left:50%;

	margin-left:-213px;

	top:124px;
}
#menu {
	position:absolute;
	right:50%;

	margin-right:-484px;

	top:40px;
}
#menu2 {
	position:absolute;
	left:50%;

	margin-left:-487px;

	top:203px;
}
#icons {
	position:absolute;
	left:50%;

	margin-left:-470px;

	top:56px;
}
#collage1, #collage2, #collage3, #collage4 {
	float:right;
	margin:-19px -87px 14px 14px;
}

/* Dimensions */

#body {
	width:610px;
}
#copyright {
	width:685px;
}
#menu2 li {
	width:204px;
}
#collage1 {
	width:382px;
	height:206px;
}
#collage2 {
	width:382px;
	height:206px;
}
#collage3 {
	width:382px;
	height:206px;
}
#collage4 {
	width:382px;
	height:206px;
}

/* Background */

body {
	background:#ffffff url("graphics/body.jpg") top center no-repeat;
}
#menu li {
	background:url("graphics/menu.png") top left repeat-x;
}
#menu li.current {
	background:url("graphics/menu-current-left.png") left no-repeat;
}
#menu li.current a {
	background:url("graphics/menu-current-right.png") right no-repeat;
}
#menu li#first-child {
	background:url("graphics/menu-left-first.png") left no-repeat;
}
#menu li#first-child.current {
	background:url("graphics/menu-current-left-first.png") left no-repeat;
}
#menu li#last-child.current a {
	background-image:none;
}
#menu2 li.current {
	background:#1d330c url("graphics/menu2-current.png") center right no-repeat;
}
#collage1 {
	background:url("graphics/collage1.jpg") top left no-repeat;
}
#collage2 {
	background:url("graphics/collage2.jpg") top left no-repeat;
}
#collage3 {
	background:url("graphics/collage3.jpg") top left no-repeat;
}
#collage4 {
	background:url("graphics/collage4.jpg") top left no-repeat;
}

/* Text */

* {
	font-family:sans-serif;
}
h1 {
	color:#ffffff;
	font-size:30px;
	font-weight:normal;
	line-height:30px;
}
h2 {
	color:#1d330c;
}
#body {
	color:#333333;
	font-size:14px;
}
#body * {
	line-height:1.5em;
}
#body a {
	color:#336600;
}
#copyright {
	color:#999999;
	font-size:12px;
	text-align:right;
}
#menu {
	font-size:12px;
	font-weight:bold;
	line-height:31px;
	text-transform:uppercase;
}
#menu li a {
	color:#ffffff;
}
#menu2 {
	font-size:14px;
	line-height:29px;
}
#menu2 li a {
	color:#336600;
}
#menu2 li.current a {
	color:#ffffff;
}
#path {
	color:#ffffff;
	font-size:12px;
	line-height:12px;
}
#path a {
	color:#ffffff;
}

/* Other */

* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
#body p, #body ol, #body ul {
	margin-bottom:1em;
}
#body ol {
	list-style-position:inside;
}
#body ul {
	list-style-type:none;
}
#body ul li h2, #body ul li h3 {
	display:inline;
}
#body ul li ul li {
	margin-left:2em;
}
#copyright {
	margin-top:2em;
}
#menu, #menu2 {
	list-style-type:none;
}
#menu li {
	float:left;
}
#menu li a {
	display:block;
	padding:0 30px 0 30px;
}
#menu li#first-child a {
	padding-left:40px;
}
#menu li#first-child.current a {
	padding-left:30px;
}
#menu2 li a {
	display:block;
	padding-left:15px;
}
#icons a {
	margin-right:17px;
}

/*
 * Form - Dimensions
 */

button {
	width:160px;
	height:23px;
}

/*
 * Form - Background
 */

button {
	background:#1d330c url("graphics/button.png") top left no-repeat;
}

/*
 * Form - Text
 */

button {
	color:#fff;
	font-weight:bold;
	text-align:center;
}
legend {
	color:#333;
	font-weight:bold;
}
input, textarea {
	font-size:14px;
}

/*
 * Form - Other
 */

button {
	border:0;
}
fieldset {
	border:1px solid #ccc;
	margin-bottom:1em;
	padding:1em 1em 0 1em;
	width:468px;
}
input, select, textarea {
	border:1px solid #333;
}
input.required, select.required, textarea.required {
	border-width:2px;
}
input, textarea {
	padding:0.2em;
	width:460px;
}
input.radio {
	border:0;
	width:auto;
}

/* New */

div#body h2 {
	font-weight:normal;
}
div#body ul {
	list-style:square inside;
}
div#body ul li {
	margin-bottom:1em;
}
div#body ol.clauses {
	list-style:upper-alpha inside;
}
div#body ul.sitemap, div#body ul.sitemap ul {
	list-style:none;
}
div#body ul.sitemap li {
	margin-bottom:0;
}
div#body.container-types p {
	clear:both;
}
div#body.container-types p img {
	float:left;
	margin-right:28px;
}

