/* 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;
}
/* remember to define focus styles */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ul {
	list-style-type: disc;
	padding-left: 10px;
	padding-right: 5px;
	list-style-position: inside;
  text-align: justify;
  font-size: 13px;
  line-height: 1.5em;
}

li {
	margin-bottom: 5px;
	list-style-type: disc;
}
/* 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: "" "";
}

/* LAYOUT */

body {
  background-color: #EdEEE2;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  min-height: 360px;
}

/*  */
body[orient="landscape"] > *:not(.toolbar) {
    min-height: 268px;
}
/* */

body#inside {
  background: #EdEEE2 url(../_images/nav.png) repeat-x top left;
}
#content {
/*  width: 318px;*/
  height: 100%;
  background-color: #EdEEE2;
padding-left: 5px;
padding-right: 5px;
}

#head {
  height: 33px;
  background: #619A70 url(../_images/nav.png) repeat-x top left;
  width: 320px;
}
  
#head img#logo {
  float: right;
}
#head div#navigation {
  margin: 0;
  float: left;
  font-weight: bold;
  font-size: 16px;
  text-shadow: #B2CFBA 0 1px 1px;
  margin: 0;
  padding: 8px 0 0 8px;
}
#head div#navigation span,
#head div#navigation span a {
  color: #444;
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
}
  
#content {
  font-family: Helvetica, sans-serif;
}

#body a {
  color: black;
}

div.rectangle
{
  clear: both;
	margin: 0px 5px 10px 5px;
	background-color: #fff;
	border: 1px solid rgb( 217, 217, 217 );
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:5px;
}

#foot {
  clear: both;
	margin: 0px 5px 10px 5px;
  padding: 6px 5px 1px 5px;
  border: 1px solid #A81B10;
/*  background-color: #92B6B0; */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}
.topLine {
  clear: both;
/*  padding: 6px 5px 1px 5px;*/
  border-top: 1px solid #A81B10;
/*  background-color: #92B6B0;*/
}
#foot p {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #666;
line-height: 1;
}
#foot a {
  text-decoration: none;
  color: #A81B10;
}
#foot a:hover,
#foot a:active {
  text-shadow: white 0 0 4px;
}

.clear {
  clear: both;
}
.center {
  text-align: center;
}

/* FONTS */

h1 { 
  font-size: 200%;
  margin: 8px 0;
}
h2 {
  margin: 8px 0;
  font-size: 180%;
}
h3 {
  font-size: 150%;
}
h4 {
  font-size: 120%;
}
p {
  margin: 0.5em 0;
  padding-bottom: 0.5em;
}
p.intro {
  font-size: 14px;
  margin: 0 10px;
  text-align: left;
  line-height: 1.0em;
  color: #333333;

}
p.details {
  text-align: justify;
  font-size: 13px;
  line-height: 1.5em;
  color: #333333;
padding: 0 5px 0 5px;
}
p.projectHeader {
  text-align: left;
  font-size: 12px;
  line-height: 1.0em;
  color: #333;
	font-weight: bold;
	font-style: italic;
  padding: 10px 5px 0 10px;
}
strong {
  font-weight: bold;
color: #A81B10;
}
.fieldWithErrors {
  border-left: 2px solid red;
  padding-left: 2px;
}
#flash {
  padding: 10px;
  background-color: #ff9;
  margin: 0;
  border-bottom: 1px solid #EEEE8F;
}
#errorExplanation {
  border-bottom: 3px solid #619A70;
  padding: 8px 0;
  margin: 0;
}
#errorExplanation h2 {
  font-size: 18px;
  font-weight: bold;
}
#errorExplanation p {
  font-size: 12px;
}

/* BUTTONS */

#body ul.buttons,
.buttons {
  text-align: center;
  color: #fff;
  display: block;
  height: 51px;
  margin-bottom: 8px;
}
.buttons a,
.buttons button {
text-align: center;
  font-family: Helvetica, sans-serif;
  display: block;
  float: left;
  width: 155px;
  height: 51px;
  padding: 0;
  margin: 0;
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  font-weight: bold;
  text-shadow: #bbb 0 1px 1px;
  border: none;
}
.buttons a {
  padding-top: 15px;
}
.buttons button {
}
.buttons a,
button {
  background: url(../_images/cl_button_green-export.png) top left no-repeat;
  color: #fff;
}
.buttons a.active,
button.active, a.selected {
  background: url(../_images/cl_button_tan-export.png) top left no-repeat;
}
.buttons a.progress,
button.progress {
  background: url(../_images/cl_button_red-export.png) top left no-repeat;
  color: white;
}
/* #################### */

#body ul.contactButtons,
.contactButtons {
  text-align: center;
  color: #fff;
  display: block;
  height: 51px;
  margin-bottom: 8px;
}
.contactButtons a,
.contactButtons button {
text-align: center;
  font-family: Helvetica, sans-serif;
  display: block;
  float: left;
  width: 155px;
  height: 51px;
  padding: 0;
  margin: 0;
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  font-weight: bold;
  text-shadow: #bbb 0 1px 1px;
  border: none;
}
.contactButtons a {
  padding-top: 15px;
}
.contactButtons button {
}
.contactButtons a{
  background: url(../_images/cl_button_red-export.png) top left no-repeat;
  color: #fff;
}
.contactButtons a.active{
  background: url(../_images/cl_button_red-export.png) top left no-repeat;
}
.contactButtons a.progress {
  background: url(../_images/cl_button_red-export.png) top left no-repeat;
  color: white;
}
