/**
Global template

Main styles, commn to all pages and templates
*/

body
{
	margin: 0;
	padding: 0;
	background: #000;
	font-size: 11px;
}

#Page
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/*
-------------------------------------------------------------------
Typography
*/

div,p,li,dd,dt,td
{
	color: #717171;
	font-family: arial,helvetica,sans-serif;
}

h1,h2,h3,h4,h5,h6
{
	color: #fefefe;
	font-family: arial,helvetica,sans-serif;
}

p
{
	margin-top: 0;
	margin-bottom: 1.2em;
	line-height: 1.2em;
	padding: 0;
}

/*
-------------------------------------------------------------------
Links
*/

a { color: #717171; }

/*
-------------------------------------------------------------------
Colours
*/

.hilite { color: #ddd; }

/*
-------------------------------------------------------------------
Dyanmic Flash
*/

.noflash { display: none; }

/*
-------------------------------------------------------------------
Miscellaneous
*/

.fb
{
	/*Float-break. Usage: <span class="fb">&nbsp;</span>*/
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
}

.seo
{
	/*search engine optimisation elements (hidden from display)*/
	display: none;
}

/*
-------------------------------------------------------------------
Header
*/

#Header
{
	height: 150px;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	background-position: -2px 0;
}

#Header h1 { display: none; }

/*
Utilities
*/

#utilities
{
	position: absolute;
	top: 0;
	right: 0;
	height: 70px;
	width: 200px;
	background: #1a1a1a;
	/*turned off since no search box at present*/
	display: none;
}

#utilities embed,
#utilities object { margin-top: 20px; }

/*
Top Navigation
*/

#topnav
{
	position: absolute;
	top: 135px;
	left: 0;
}

/*
-------------------------------------------------------------------
Content Body
*/

#Content { margin-top: 30px; }
.ContentBody { min-height: 500px; }

/*
Column patterns
*/

#Col1
{
	width: 200px;
	float: left;
}

#Col2-3
{
	width: 400px;
	float: left;
}

#Col2-3Pad
{
	margin-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-top: 1px solid #414141;
}

.ColL
{
	width: 49%;
	float: left;
}

.ColR
{
	width: 49%;
	float: right;
}

#Col4
{
	width: 200px;
	float: left;
}

#Col4Pad
{
	padding-left: 10px;
	padding-top: 10px;
	border-top: 1px solid #414141;
}

/*
-------------------------------------------------------------------
Footer
*/

#Footer
{
	margin-top: 8px;
	height: 100px;
}

/*
-------------------------------------------------------------------
Special content
*/

#SiteMap ul
{
	list-style: none;
	margin: 0;
	margin-bottom: 2em;
	padding: 0;
}

#SiteMap li
{
	list-style: none;
	margin-left: 0;
	margin-bottom: 0.7em;
	padding: 0;
}

#SiteMap li ul
{
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-left: 1.1em;
}

#SiteMap li, #SiteMap a { color: #fff; }
#SiteMap ul ul li, #SiteMap ul ul a { color: #717171; }
#SiteMap a { text-decoration: none; }

/*
-------------------------------------------------------------------
Article title
*/

.article-title
{
	margin-bottom: 1em;
	font-weight: normal;
	margin-top: 0;
	text-transform: none;
}
