

/* Enter in the dance, plug it in and we begin... */
/* Chancery Place Page Layouts */
/* Niall Wilson 2009 */


html, body
{
	margin:0 auto;
	height:100%;
	overflow:auto;
	background-color:#FFFFFF;
	font-family:Helvetica, Arial, sans-serif;
}

.Wrapper
{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.Branding
{
	position:fixed;
	top:50px;
	left:50%;
	margin-left:-460px;
	width:240px;
	height:150px;
	font-size:40px;
	line-height:34px;
	font-weight:bold;
	color:#666666;
}

.Branding /* for ie6 and under*/
{
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-460px;
}

#light
{
	color:#CCCCCC;
}

#small
{
	font-size:18px;
	font-weight:normal;
	line-height:68px;
}

.GNS
{
	position:fixed;
	top:300px;
	left:50%;
	margin-left:-460px;
	width:240px;
	height:200px;
	background-color:#FFFFFF;
	font-weight:bold;
	font-size:24px;
	line-height:26px;
	z-index:5000;
}

.GNS /* for ie6 and under*/
{
	position:absolute;
	top:300px;
	left:50%;
	margin-left:-460px;
}

.GNS a:link
{
	color:#CCCCCC;
	text-decoration:none;
}

.GNS a:visited
{
	color:#CCCCCC;
	text-decoration:none;
}

.GNS a:hover
{
	color:#666666;
	text-decoration:none;
}

.GNS a:active
{
	color:#FFFFFF;
	text-decoration:none;
}

#current
{
	color:#666666;
}

.Content_Wrapper
{
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-200px;
	width:660px;
}

.Single_Column
{
	width:660px;
	margin:0px 0px 50px 0px;
	font-size:28px;
	line-height:30px;
	color:#666666;
}

.Single_Column a:link
{
	color:#999999;
	text-decoration:underline;
}

.Single_Column a:visited
{
	color:#999999;
	text-decoration:underline;
}

.Single_Column a:hover
{
	color:#999999;
	text-decoration:none;
}

.Single_Column a:active
{
	color:#FFFFFF;
	text-decoration:underline;
}

.Two_Column
{
	float:left;
	margin:0px 20px 50px 0px;
	width:310px;
	font-size:14px;
	line-height:18px;
	color:#999999;
}

.Two_Column a:link
{
	color:#666666;
	text-decoration:underline;
	font-weight:bold;
}

.Two_Column a:visited
{
	color:#666666;
	text-decoration:underline;
	font-weight:bold;
}

.Two_Column a:hover
{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}

.Two_Column a:active
{
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

.Left_Column
{
	width:320px;
	float:left;
	min-height:100px;
	margin:0px 20px 0px 0px;
}

.Right_Column
{
	width:320px;
	float:left;
	min-height:100px;
	margin:0px 0px 0px 0px;
	font-size:28px;
	line-height:30px;
	color:#666666;
}

#main
{
	font-size:14px;
	line-height:18px;
	color:#999999;
}

#disclaimer
{
	font-size:10px;
	line-height:12px;
	color:#CCCCCC;
}

.Container_Image
{
	width:660px;
	margin:0px 0px 50px 0px;
	overflow:scroll;
}

.Location_Image
{
	width:1220px;
	right:0px;
}
