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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}
em {
  font-style: italics;
}
strong {
  font-weight: bold;
}
.hidden {
  display: none;
}
.invisibile {
  visibility: hidden;
}
.center {
  text-align: center;
}
img.center {
  display: block;
  margin: 0 auto;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
/*end reset.css*/
body {
  background-color: #f3f1ee;
  color: #444444;
  height: 100%;
}
p, ol, ul, table, blockquote, form {
  font-size: .75em; /*.688x16=11*/
  line-height: 1.818em; /*x11=20*/
  margin-bottom: 1em;
  font-family: Arial, Helvetica, sans-serif;
}
ul {
  list-style-type: disc;
  margin-left: 5px;
  padding-left: 8px;
}
a, a:link, a:visited {
  color: #f78f1e;
  text-decoration: none;
}
li.active a, #topnav li.active a, #subnav li.active a {
  text-decoration: none;
  color: #f78f1e;
}
a:hover, a.active {
  color: #f78f1e;
  text-decoration: underline;
}
h1, span.h1 {
  font-size: 1.667em; /*1.67x12=20*/
  font-family: Georgia, Georgia, serif;
  color: #272727;
}
h1 {
  margin-bottom: .25em;
}
h3 {
  font-size: 1.333em;/*x12=16*/
  color: #f78f1e;
}
#sidebar h3 {
  padding-bottom: 2px;
  border-bottom: 1px solid #afafaf;
  margin-bottom: 3px;
}

h4 {
  font-size: 1.083em; /*1.083x13=12*/
  margin-bottom: .25em;
}
#sidebar h4 {
  color: #f78f1e;
}
#page {
  width: 750px;
  margin: 0 auto;
  background-color: #fafafa;
  overflow: auto;
}
#header {
  width: 748px;
  height: 114px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  overflow: auto;
  position: relative;
}
#splash {
  width: 750px;
  height: auto;
  font-size: 0;
  padding: 1px 0;
  margin: 0;
  clear: both;
}
#main-wrapper {
  width: 748px;
  padding: 18px 0 24px 0;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  overflow: auto;
}
#main {
  width: 748px;
  background: url('/images/line-grey.gif') left top repeat-y;
  overflow: auto;
}
#content {
  float: left;
  padding: 0 21px 0 32px;
  width: 467px;
  display: inline; /*ie6*/
}
#sidebar {
  float: left;
  width: 190px;
  padding: 0 19px;
  display: inline;/*ie6*/
  position: relative;
}
/*header*/
#logowrapper {
  float: left;
  margin: 16px 0 0 16px;
  display: inline;
  overflow: hidden;
}
#topnav {
  height: 100%;
  overflow: auto;
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  font-size: 1.083em; /*12x1.083=13*/
}
#topnav ul {
  float: right;
  margin: 0;
  height: 100%;
  list-style-type: none;
  padding: 0;
}
#topnav li {
  border-left: 1px solid #dddddd;
  float: left;
  padding: 0 16px;
  height: 100%;
  
}
#topnav li a {
  display: block;
  padding-top: 77px;
  color: #444444;
  text-decoration: none;
}
#topnav li a:hover  {
  color: #f78f1e;
  text-decoration: none;
}
#topnav li.first {
  border-left: none;
}
/*sidebar*/
.block {
  margin-bottom: 2em;
}
/*subnav*/
#subnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: .45em;
  font-family: Georgia, Georgia, serif;
  text-transform: uppercase;
  background: transparent;
}
#subnav li {
  background: url('/images/dotted-line.gif') 0 100% repeat-x;
  padding: .25em;
  zoom: 1; /*trigger hasLayout for ie6*/
}
#subnav li a {
  color: #444444;
}

#subnav li a:hover {
  color: #f78f1e;
  text-decoration: none;
}
/*contact block*/
#block-contact p {
  font-family: Georgia, Georgia, serif;
  line-height: 1.25em;
  margin-bottom: .5em;
}
/*contact form*/
div.errors {
  background-color: #ffe4c6;
  border: 1px solid #ff9900;
  margin-bottom: 1em;
  padding: .5em 1em;
}
div.errors p {
  margin: 0;
}
fieldset {
  border: 1px solid #afafaf;
  margin-bottom: 1em;
}
legend {
  margin-left: 1em;
  line-height: 1em;
  font-weight: bold;
}
div.form-item {
  margin-bottom: 1.167em;
}
div.form-item label {
  float: left;
  width: 60px;
  display: inline;
  text-align: right;
  margin-right: 1ex;
}
.fieldset-wrapper {
  padding: 1.167em 1em 0 1em;
}


