html,
button,
input,
select,
textarea {
    color: #000;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
	font-family: 'tiempos';
	font-size: 14pt;
	letter-spacing: 0.02em;
	line-height: 21pt;
	color: #000;
    background-image: url('../img/layout/body_bg.gif');
}

::-moz-selection {
    background: #fff;
    text-shadow: none;
}

::selection {
    background: #fff;
    text-shadow: none;
}

hr {
    display: block;
    border: 0;
    border-top: 14px solid #FFF;
    margin: 0;
    padding: 0;
    clear: both;
    width: 100%;
    text-align: left;
}

img {
    vertical-align: middle;
}

textarea {
    resize: vertical;
}

h1,
h2,
p {
    margin: 0;
    padding: 0;	
}

a {
	color: #000;
	text-decoration: none;
}

input.button, input[type="submit"],button {
  background-color: transparent;
  border: medium none;
  color: #000;
  cursor: pointer;
  float: left;
  font-size: 12px;
  font-style: normal;
  height: 18px;
  line-height: normal;
  margin: 5px 0 0 70%;
  padding: 0 5px 0 6px;
}
input.button:after,
input[type="submit"]:after,
button:after {
  /*content: url("../img/layout/arrow_right.png");
  padding-left: 6px;*/
}

input.button:hover,
button:hover {
    font-style: italic;
}

input[type="text"] {
  background-color: #fff;
  border: medium none;
  color: #000000;
  font-size: 12px;
  height: 18px;
  margin: 0 0 7px;
  padding: 0 0 0 3px;
  width: 50%;
}

textarea {
    background-color: #FFF;
    margin: 2px 0 3px 0;
    padding: 0 0 0 3px;
    border: 1px solid black;
    color: #000000;
    font-size: 12px;
    width: 296px;
    height: 152px;
}

select {
    background-color: #FFF9A8;
    margin: 0 0 8px 0;
    padding: 0 0 0 3px;
    color: #000000;
    font-size: 11px;
    border: 1px solid #FFED00;
}

option {
    background-color: #FFF9A8;
}

input[type="checkbox"] {
    background-color: #FFFFFF;
    margin: 0 4px 0 0;
    padding: 0;
    color: #064413;
}

select{
    font-size: 12px;
}

.form_error,
.form_success {
    float: left;
    color: #000000;
    padding-top: 3px;
    padding-bottom: 8px;
    font-weight: bold;
}

.errors {
    margin-bottom: 1em; 
}

.error {
    color: red; 
}

p.error,
p.success {
    margin-bottom: 5px; 
}

input.formfield_error {
    background-color: #FFCCCC;
}

label {
  clear: both;
  float: left;
  font-size: 13px;
  padding-top: 2px;
  width: 40%;
}

h1,
nav a {
    text-decoration: none;
    letter-spacing: 0.02em;
	font-family: 'tiempos-semibold';
	font-size: 21pt;
	line-height: 30pt;
	color: #000;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.dsplno {
    display: none;  
}

.centerContainer {
  height: 100%;
  margin: 0 auto;
  width: 800px;
  position: relative;
}

header {
    padding-top: 35px;
    height: 210px;
}

.logo {
  text-align: center;
}

nav {
    margin: 20px 0 14px 15px;
    float: left;
    width: 360px;
}

nav ul {
    margin: 0;
    padding: 0;
}

nav ul li {
    margin-bottom: 14px;
    background-color: #666666;
    text-align: right;
    height: 28px;
}

nav ul li a{
    display: block;
    padding-right: 15px; 
}

.contentContainer {
    position: absolute;
    top: 50px;
    bottom: 25px;
    left: 0;
    right: 0;
    background-image: url('../img/layout/content_bg.gif');
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.columnContainer{
    padding: 0 112px;
    margin-bottom: 50px;
}
.contentColumnFull {
    clear: both;
    width: 100%;
}