/*@import "reset.css";*/
@import "jquery.ui.css";

/* (C) Isaac Seymour of WD4A */
html {
	height: 100%;
	min-width: 980px;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000 url(images/Container.png) repeat-y top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	min-width: 980px;
}
p {
	padding: 0;
	line-height: 140%;
}
#container {
	position: relative;
	padding: 0;
	background: url(images/Body.png) repeat-x top left;
	width: 100%;
	min-height: 100%;
}
#content {
	width: 940px;
	padding: 10px;
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 124px;
}
#header {
	background: url(images/Header.png) no-repeat center top;
	height: 50px;
	margin: 0;
	padding-top: 169px;
}
* html #container {
	height: 100%;
}
#footer {
	background: url(images/Footer.png) no-repeat center bottom;
	height: 114px;
	position: relative;
	margin: -93px 0 0;
	width: 100%;
}

/* Primary Links */
#primary-links ul {
	list-style: none;
	margin: 0;
	padding: 16px 0 18px;
	text-align: center;
}
#primary-links li {
	display: inline;
	margin: 0 -3px 0 -2px;
	padding: 18px 10px 18px 0;
}
#primary-links ul li a, #primary-links ul li.on a:hover {
	color: #fff;
	display: inline;
	margin: 0 -10px 0 0;
	padding: 18px 12px 18px;
	text-decoration: none;
	border: none;
}
#primary-links ul li a:hover, #primary-links ul li.on a {
	background: transparent url(images/TabHover.png) repeat-x scroll left top;
	color: #aaa;
	display: inline;
	margin: 0 -10px 0 0;
	padding: 18px 12px 18px;
	text-decoration: none;
}
#primary-links {
	height: 52px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

/* Blocks */
#intro {
	background-color: #d9f3fa;
	padding:  5px 10px 0;
	margin: 4px 4px 10px 0;
	float: left;
	width: 580px;
}
#main {
	background-color: #d9f3fa;
	padding:  5px 10px 0;
	margin: 4px 4px 10px 0;
	float: left;
	width: 920px;
}
#menu {
	width: 306px;
	padding: 5px 10px 10px;
	background-color: #ffe3fc;
	float: right;
	margin: 4px 0 4px 4px;
}
#menu ul {
	list-style: none;
	padding: 0;
}

/* It's as easy as 1-2-3! */
#steps123 {
	margin: 4px 4px 10px 0;
	float: left;
	width: 600px;
	background-color: #fff;
}
#steps123 ul {
	list-style: none;
}
#steps123 a {
	text-decoration: none;
}
#step1, #step2, #step3 {
	width: 576px;
	padding: 12px;
	float: left;
}
#step1 {
	background-color: #feb9b9;
}
#step2 {
	background-color: #fff1b0;
}
#step3 {
	background-color: #d8eaab;
}
#link-step1 {
	background: transparent url(images/step1On.png) no-repeat scroll left top;
	float: left;
	font-size: 150%;
	height: 43px;
	padding: 50px 39px 39px;
	margin: 4px 0 0 -40px;
}
#link-step2 {
	background: transparent url(images/step2.png) no-repeat scroll left top;
	float: left;
	font-size: 150%;
	height: 43px;
	margin: 4px 0 0 12px;
	padding: 50px 18px 39px;
}
#link-step3 {
	background: transparent url(images/step3.png) no-repeat scroll left top;
	float: left;
	font-size: 150%;
	height: 43px;
	padding: 50px 16px 39px;
	margin: 4px 0 0 11px;
}

ul.ui-tabs-nav li {
	width: 135px;
	height: 76px;
	padding: 28px;
	text-align: center;
	font-size: 28px;
}

/* Some headers please! */
h1, h2, h3, h4, h5, h6 {
  margin: 3px 0;
  padding: 0;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  line-height: 130%;
}

h3 {
  font-size: 130%;
}

h4 {
  font-size: 120%;
}

h5 {
  font-size: 110%;
}

h6 {
  font-size: 105%;
}

/* Links */
a, a:visited, a:active, a:focus {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
#menu ul a {
	text-decoration: none;
}
#menu a img {
	border: 2px #000 solid;
}
#menu a:hover img {
	border: 2px #008 solid;
}
em {
	font-style: normal;
	font-weight: bold;
}