/*** RESET STYLES ***/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
  margin: 0 auto;
	line-height: 1;
	color: #222;
	font-family: 'Helvetica Neue', 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 15px;
	background: #eee;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}

/*** END RESET STYLES ***/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  padding-bottom: 5px;
}
a:link,
a:visited {
  color: #005DC7;
  text-decoration: none;
}
a.external {
  background: url('/images/link_external.png') no-repeat center right;
  padding-right: 13px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearing,
.clearfix {
  display: block;
  clear: both;
}
.container {
	width: 950px;
	margin: auto;
	text-align: left;
}
p.notice,
p.warning,
p.error {
	font-size: 15px;
	font-weight: 700;
	font-style: italic;
	padding: 8px 10px;
	margin: 5px 0 15px 0;
}
p.notice {
	color: #FFFFFF;
	background: #005DC7;
}
p.warning {
	color: #E29C18;
	background: #005DC7;
}
p.error {
	color: #E80000;
	background: #040000;
}
.errorExplanation {
	padding: 15px;
	border: 1px solid #af0100;
	background: #E80000;
	margin-bottom: 15px;
	color: #fff;
	background: #D40000 url(../images/error-explanation-bg.jpg) repeat-x left top;
}
.errorExplanation h2 {
	border: 0;
	padding-top: 0;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
}
.errorExplanation p {
	color: #fff;
}
.errorExplanation ul {
	margin: 5px 0 5px 20px;
}
.errorExplanation ul li {
	list-style-type: circle;
}
.fieldwitherrors {
  display: inline;
}
#ftr {
  color: #777;
  font-size: 13px;
}
#ftr p {
  padding: 0;
  margin: 0 15px;
  line-height: 135%;
}
#ftr a:link,
#ftr a:visited {
  font-size: 1.15em;
  font-weight: bold;
}
#ftr strong {
  display: block;
}
#ftr .right,
#ftr .left {
  width: auto;
}
#ftr .right {
  float: right;
  text-align: right;
}
#ftr .container {
  margin: 25px auto;
  background: #e7e7e7;
  border: 1px solid #ddd;
  padding: 10px;
}
.confused,
.invalid {
  padding: 20px 0 150px 250px;
  margin: 25px;
}
.confused {
  background: url(../images/404.png) no-repeat left top;
}
.invalid {
  background: url(../images/500.png) no-repeat left top;
}
.confused ul.bullet li,
.invalid ul.bullet li {
  font-size: 18px;
  background: url(../images/arrow-bullet.png) no-repeat left 4px;
  padding-left: 22px !important;
}