@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#333;
}

p, a, h1, h2, h3 {
	color: #000;
	padding: 0; 
	margin: 0;
}

ul, li {
	list-style: circle;
}

p, a, ul, li {
	font-size: 12px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

img {
	padding: 0;
	margin: 0;
	border: none;
	border-spacing: 0;
}

#skip	{
	width: 1024px;
	margin: 0 auto 0 auto;
	background: url(images/OuterGradient.jpg) repeat-y center;
}

#Container {
	width: 960px;
	margin: 0 auto 0 auto;
	background: #FFF;
}

#Header {
	width: 800px;
	height: 160px;
	float: left;
	background: url(images/Banner.jpg) no-repeat;
}

#LogoBox {
	width: 160px;
	height: 160px;
	float: right;
	background: url(images/Logo.png) center no-repeat;
}

.navbar a {
	float: left;
	position: relative;
	height: 32px;
	font-size: 20px;
	line-height: 30px;
	text-decoration: none;
	color: #FFF;
	padding: 2px 48px 2px 48px;
	margin: 0;
	background: url(images/navBackground.jpg) left repeat-x;
}

.navbar a:hover, .currenttop a {
	color: #000;
	background: url(images/navDown.jpg) left repeat-x;
}

.ContentBox {
	width: 960px;
	min-height: 480px;
	background: url(images/ContentBoxBackground.jpg) no-repeat bottom;
	margin: 20px auto 0px auto;
}

.Columns {
	width: 960px;
}

.Columns .Column {
	float: left;
}

.Column {
	margin: 10px 0 10px 0;
}

.Column input {
	position: relative;
	left: 256px;
}

.Column .Last {
	float: right;
}

.Col2 .First {
	width: 50%;
}

.Col2 .Last {
	width: 50%;
}

.Col3 .First {
	width: 33.3%;
}

.Col3 .Second {
	width: 33.3%;
}

.Col3 .Last {
	width: 33.3%;
}

.Columns h1, h2, h3 {
	color: #FFF;
	padding: 2px 8px 2px 16px;
	margin: 0;
	line-height: 32px;
	background: url(images/header.jpg) repeat-x;
}

.Columns p {
	padding: 5px 10px 5px 10px;
	color: #000;
}

.Columns ul {
	padding-left: 32px;
}

.newColumns h1, .newColumns h2, .newColumns h3 {
	color: #FFF;
	background: url(images/header.png) no-repeat;
	display:inline;
	line-height:35px;
	margin:0 0 0 32px;
	padding:8px 0 8px 16px;
}

.newColumns span {
	width: 32px;
	height: 32px;
	padding: 11px 16px;
	margin: 0;
	position: absolute;
	line-height: 32px;
	background: url(images/headerCap.png) no-repeat;
}

.descBox {
	width: 310px;
	height: 200px;
	margin: 16px auto 16px auto;
	position: absolute;
	top: 700px;
	visibility: hidden;
}

.totalBox {
	width: 96%;
	height: 64px;
	border: solid 5px #00A7FC;
}

.totalBox p {
	font-size: 24px;
	text-align: center;
	color: #
}

.highlightBox {
	background: #FC0;
}

.textInputs {
	font-size: 12px;
 	background-color: #FC0;
 	border: 1px solid #666666;
 	margin: 0px;
 	padding: 0px;
}

.StaticBox {
	width: 960px;
	height: 240px;
	background: url(images/StaticBoxBackground.jpg) no-repeat center;
}

#StaticContent {
	width: 200px;
	height: 200px;
	margin: 10px auto 0 auto;
	position: relative;
}

#trafficLight {
	width: 400px; 
	height: 500px; 
	background: url(images/TrafficLight.jpg) no-repeat;
}

#lightStack {
	width: 100px; 
	height: 500px; 
	position: relative; 
	left: 250px;
	padding: 0;
	margin: 0;
}

.trafficLights {
	cursor:pointer;
}

#redbox , #orangebox , #greenbox {
	margin-bottom: 16px;	
}

#redbox p, #orangebox p, #greenbox p {
	font-size: 12px;
	font-weight: bold;
}

#redbox ul, #orangebox ul, #greenbox ul {
	list-style: square;
	padding-left: 32px;
}

#redbox li, #orangebox li, #greenbox li {
	font-size: 12px;
	list-style: circle;
}

.sidebar-title{
	font-size: 18px;
}

#twitter_update_list ul {
	list-style: circle;
}

#twitter_update_list li {
	list-style: circle;
	background: none;
	padding: 16px 8px 16px 8px;
}

#twitter_update_list span {
	background: none;
}

#twitter-link a{
	colour: #000;
	background: #00A7FC;}

#Footer {
	width: 1024px;
	height: 80px;
	background: url(images/footerBackground.jpg) no-repeat center;
	margin: 0 auto;
	line-height: 40px;
}

#Footer p {
	color: #FFF;
}

.clearfloat {
	clear: both;
    height:0;
}