/*
	Stylsheet for the following:
	- Font information
	- Padding/Margins
	- Colors

	Other style information is contained seperately to minimise the clutter of the stylesheet
*/

*
{
	padding: 0;
	margin: 0;
}

body
{
	background-color: #E6E6E6;
	color: #666;
	font-family: Verdana, "Trebuchet MS", sans-serif;
	font-size: 62.5%;
}

p, td
{
	font-size: 1.1em;
	line-height: 1.6em;
}

img
{
	border: 0;
}

li
{
	list-style-position: inside;
}

h1
{
	float: left;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #F00;
	background: url(/themes/default/images/h1_underline.gif) repeat-x bottom;
	margin-bottom: 10px;
}

	h1 span
	{
		float: right;
		font-size: 10px;
		line-height: 16px;
		color: #8C8C8C;
		font-weight: normal;
		margin-top: -15px;
	}

a:link, a:visited, a:active
{
	color: #666;
	text-decoration: none;
}

a:hover
{
	color: #3A6EA5;
}

#container
{
	width: 740px;
	margin: 50px auto 0;
}

#banner
{
	width: 740px;
	float: left;
	clear: both;
	background-color: #0C035D;
	height: 175px;
	border: 1px solid #ACACAC;
}
	#banner img
	{
		margin-left: 30px;
		margin-top: 35px;
	}

#content_body
{
	float: left;
	clear: both;
	margin-top: 5px;
	width: 740px;
	border: 1px solid #ACACAC;
	background: #FFF url(/themes/default/images/content_bg.jpg) no-repeat top left;
}

	#content
	{
		float: left;
		margin-left: 5px;
		width: 460px;
		padding: 15px;
	}

a.toplink
{
	color: #666 !important;
}
	a.toplink:hover
	{
		color: #3A6EA5 !important;
	}

#footer
{
	float: left;
	clear: both;
	width: 740px;
	margin-top: 5px;
	height: 35px;
	background-color: #F00;
	border: 1px solid #ACACAC;
}

/**
  * Sitemap styles
  **/
#sitemap ul, #sitemap ul ul
{
	list-style-type: none;
	background: url(/images/sitemap/vline.png) repeat-y;
	margin: 0;
	padding: 0;
}

#sitemap ul ul
{
	margin-left: 10px;
}

#sitemap ul li
{
	margin: 0;
	padding: 0 12px;
	line-height: 20px;
	background: url(/images/sitemap/node.png) no-repeat;
	color: #369;
	font-weight: bold;
}

#sitemap ul li.last
{
	background: #fff url(/images/sitemap/lastnode.png) no-repeat;
}
