/* Background colour and border colour styles */

body				{ background-color: #CCCCCC; }
#container			{ border-color: #999999; }

/* HTML Elements */

*				{ line-height: 1; margin: 0; padding: 0; }
a				{ color: #07a838; text-decoration: none; }
body				{ background-image: url(../images/background.png); background-position: center center; background-repeat: repeat-y; font-family: verdana, tahoma, sans-serif; font-size: 62.5%; height: 100%; }
html				{ height: 100%; }

/* IDs */

#container			{ background: #fff; border-style: solid; border-width: 0 1px; margin: 0 auto; min-height: 100%; width: 838px; }

#supp-nav			{ background: #001f43; height: 10px; padding: 16px 20px; text-align: right; }
#supp-nav li			{ border-width: 0 0 0 1px; padding: 0 0.5em 0 0.8em; }

#branding			{ background: url(../images/header_background.jpg); height: 248px; text-indent: -9999px; }

#nav				{ background: #001f43 url(../images/nav.gif) 691px 0 no-repeat; height: 18px; padding: 13px 20px; text-align: center; }
#nav li				{ border-width: 0 0 0 2px; font-size: 1.8em; padding: 0 0.4em 0 0.7em; }
#nav a:hover			{ color: #fff; }

#content			{
	border-bottom: 0px solid #bcbcbc;
	color: #323232;
	font-size: 1.1em;
	margin: 50px 50px 0;
	width: 738px;
	position: relative;
	z-index: 99;
}
#content h2			{ color: #808da7; font-size: 1.818em; font-weight: normal; line-height: 1.363em; text-transform: lowercase; }
#content p+ul			{ margin-top: -1.363em; }

#main-content			{
	width: 740px;
}
#main-content ul		{ margin-left: 3em; }

#supp-content			{ padding-left: 50px; width: 166px; }
#supp-content ul		{ list-style: none; }
#supp-content li		{ border-top: 2px solid #bcbcbc; margin-bottom: 1.363em; }
#supp-content li.first		{ border-top: none; }
#supp-content li div		{ margin-top: -1.363em; }

#site-info			{
	clear: both;
	height: 132px;
	top: 132px;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 132px;
	font-size: 10px;
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
}

/* Shared styles */

#supp-nav, #nav			{ list-style: none; overflow: hidden; }
#supp-nav li, #nav li		{ border-color: #3c466e; border-style: solid; display: inline; }
#supp-nav li.first,
#nav li.first			{ border-left: none; }
#supp-nav a, #nav a		{ color: #808da7; text-transform: lowercase; }
#supp-nav a:hover		{ text-decoration: underline; }

#content, #main-content,
#supp-content			{ float: left; }

#content p, #content ul,
#content ol, #content dl,
#content address		{ margin-bottom: 1.363em; }

#content p, #content li,
#content dt, #content dd,
#content address, #content div	{ line-height: 1.363em; }

#content a:hover,
#site-info a:hover		{ text-decoration: underline; }

