html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p,
a, address, cite, em, img,
strong, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background-color: #fff;
	color: #666;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	line-height: 12px;
}

#Wrapper {
  margin: 0 auto;
  overflow: hidden;
  width: 950px;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #1E5C6F;
}

/*---------------------HEADER SECTION-----------------*/
#Header {
  background-color: #1e5c6f;
  height: 70px;
  margin-bottom: 50px;
  padding: 10px;
  position: relative;
}

#Header .manager:link,
#Header .manager:visited {
  color: #fff;
  font-size: 1.4em;
  margin-left: 66px;
  text-decoration: none;
}

#Header .address {
  bottom: 10px;
  color: #fff;
  font-size: 0.8em;
  position: absolute;
  right: 10px;
  width: 300px;
}

/*----------------CONTENT AREA----------------*/
#Content {
  float: right;
  padding: 0 10px 40px 0;
  width: 710px;
}

#Content h1 {
  color: #1e5c6f;
  font-size: 1.4em;
  margin-bottom: 20px;
}

#Content h2 {
  color: #666;
  margin-bottom: 20px;
}

#Content h3 {
  color: #666;
  font-size: 0.8em;
}

#Content p,
#Content ol,
#Content dl,
#Content ul {
  font-size: 1.1em;
  line-height: 1.5em;
  margin-bottom: 10px;
}

#Content p.narrow {
  width: 460px;
}

#Content ul {
  list-style: disc outside;
  margin-left: 40px;
}

#Content ol {
  list-style: decimal outside;
  margin-left: 40px;
}

#Content dl {
  margin-left: 40px;
}

#Content dl span {
  font-size: 0.9em;
  margin-right: 5px;
}

#Content dl dd {
  margin-bottom: 10px;
}

#Content ul p,
#Content ol p {
  font-size: 1em;
}

/*------------------LOGIN FORM---------------*/
#Login {
  border: 1px solid #1e5c6f;
  margin: 150px auto 0 auto;
  width: 300px;
}

#Login h1 {
  background-color: #1e5c6f;
  color: #fff;
  font-size: 1.2em;
  padding: 10px;
}

#Login form {
  margin: 20px 10px;
}

#Login form div {
  margin-bottom: 6px;
  overflow: hidden;
}

#Login form label {
  color: #333;
  float: left;
  width: 100px;
}

#Login input {
  margin-left: 100px;
}

#Login div input {
  margin-left: 0;
  width: 170px;
}


/*-----------------VCARD STYLING--------------*/
#Content .vcard {
  margin-bottom: 30px;
  font-size: 1.1em;
  line-height: 1.5em;
}

#Content .vcard h2 {
  margin-bottom: 0;
}

#Content .adr span {
  display: block;
}


form.report fieldset {
  border-top: 1px solid #1e5c6f;
  padding: 20px 0;
}

form.report div {
  margin-bottom: 5px;
  overflow: hidden;
}

form.report span {
  color: #999;
  float: left;
  font-size: 0.9em;
  margin-left: 10px;
}

form.report label {
  color: #1e5c6f;
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 10px;
  overflow: hidden;
}

form.report em {
  color: #ea765d;
  margin-left: 2px;
}

form.report div label {
  clear: left;
  float: left;
  margin-bottom: 0;
  width: 160px;
}

form.report div label.long {
  width: 400px;
}

form.report label span {
  font-weight: normal;
  margin-left: 0;
}

form.report div input,
form.report div select {
  float: left;
}

form.report fieldset.multiple div {
  float: left;
  margin-right: 10px;
}

form.report fieldset.multiple label {
  margin-bottom: 5px;
  width: 40px;
}

form.report fieldset.multiple input,
form.report fieldset.multiple select {
  clear: left;
}

form.report textarea {
  clear: left;
}

form.report textarea + label {
  margin-top: 20px;
}

/*-----------------NAVIGATYION AREA------------*/
#Nav {
  float: left;
  padding: 0 20px 0 10px;
  width: 200px;
}

#Nav h2 {
  margin-bottom: 10px;
}

#Nav ul {
  margin-bottom: 40px;
}

#Nav li {
  margin-bottom: 10px;
}

#Nav ul a:link,
#Nav ul a:visited {
  color: #888;
  display: block;
  text-decoration: none;
}

#Nav ul a:hover,
#Nav ul a:active {
  text-decoration: underline;
}