*
{
	/*background-position: left top;
	background-repeat: no-repeat;*/
		
	margin: 0px;
	padding: 0px;
}

html
{
	background-color: #001953;
}

body
{
	background-color: #001953;
	background-image: url(../images/bg/tiles/mainTile.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

img
{
	border: 0px;
}

a
{
	color: #ffffff;
}

a
{
	text-decoration: none;
}

.clear
{
	clear: both;
}

ul
{
	list-style: none;
	list-style-position: inside;
}

/*
 *  Layout.
 */

div#container
{
	background-image: url(../images/bg/main.jpg);
	background-position: center top;
	background-repeat: no-repeat;

	margin: 0px auto;

	min-height: 807px;
	_height: 807px;
	width: 950px;
}

	body.au div#container
	{
		width: 958px;
	}

/*
 *  Navigation.
 */
 
div#navigation
{
	text-align: right;
	
	padding: 117px 32px 0px 0px;
}

	body.au div#navigation
	{
		padding-right: 36px;
	}

span.gateway
{
	font-weight: bold;
	letter-spacing: 0.2px;
}

span.separator
{
	color: #1268aa;
	display: inline-block;
	
	padding: 0px 3px;
}

/*
 *  Options.
 */

ul#options
{
	padding: 217px 0px 0px 54px;
}

	body.au ul#options
	{
		padding-left: 0px;
	}

ul#options li
{
	float: left;
	text-align: center;
	
	width: 210px;
}

	body.au ul#options li
	{
		margin: 0px 10px 0px 0px;
	
		width: 183px;
	}
	
	body.au ul#options li.last-child
	{
		margin: 0px;
	}

ul#options li div.padding
{
	padding: 0px 6px;
}

	body.au ul#options li div.padding
	{
		padding: 0px;
	}

ul#options h2
{
	color: #ffd200;
	font-size: 15px;
	letter-spacing: -0.5px;
	line-height: 24px;

	padding: 5px 0px 2px 0px;
}

ul#options span.summary
{
	display: block;
	font-weight: bold;
}

ul#options p
{
	margin: 0px;
	padding: 0px;
}

ul#options p:first-line
{
	font-weight: bold;
}

/*
 *  Content.
 */

body.content div#container
{
	background-image: url(../images/bg/mainContent.jpg);
}

div#content
{
	font-size: 12px;

	margin: 110px auto 0px auto;
	
	width: 600px;
}

div#content div.left
{
	float: left;
	
	width: 290px;
}

div#content div.right
{
	float: right;
	
	width: 290px;
}

div#content h1
{
	font-size: 20px;

	padding: 10px 0px 10px 0px;
}

div#content h2
{
	color: #ffd200;
	font-size: 15px;
	line-height: 24px;

	padding: 11px 0px 4px 0px;
}

div#content p
{
	line-height: 17px;

	padding: 4px 0px 4px 0px;
}

/*
 *  Copyright.
 */

div#copyright
{
	text-align: center;
	
	margin: 0px;
	padding: 38px 0px 40px 0px;
}

.clickable {
	cursor: pointer;
}