/***********/
/* General */
/***********/
body {
 margin: 0;
 padding: 0;
 font-family: Arial, sans-serif;
 font-size: 11pt;
 color: #000000;
}

.clear {
 height: 0;
 line-height: 0;
 clear: both;
 font-size: 0;
}

a {
 font-weight: bold;
 text-decoration: underline;
 color: #000000;
}

.highlight {
 font-size: 120%;
 font-weight: bold;
}

address {
 font-style: normal;
 margin: 1em 0;
}

/*************/
/* Container */
/*************/
div#container h1 {
 margin: 0 0 15px;
 padding: 0;
 font-size: 18pt;
}

/*************/
/* Shortcuts */
/*************/
ul#shortcuts {
 display: none;
}

/*******/
/* Nav */
/*******/
ul#nav {
 display: none;
}

/***********/
/* Content */
/***********/
div#content {
 line-height: 1.4em;
}

div#content h2 {
 font-size: 15pt;
 text-transform: uppercase;
 font-weight: normal;
}

div#content h3 {
 font-size: 13pt;
 margin-bottom: -10px;
 font-weight: bold;
}

div#content ul {
 list-style: square;
}

div#content li {
 margin: 0 0 10px;
}

div#content div.column {
 width: 300px;
 float: left;
 margin: 0 25px 0 0;
}

div#content table.data {
 border: 1px solid #666666;
 border-collapse: collapse;
 margin: 1em 0;
}

div#content table.data th {
 border: 1px solid #666666;
 border-collapse: collapse;
 padding: 2px 4px;
}

div#content table.data td {
 border: 1px solid #666666;
 border-collapse: collapse;
 padding: 2px 4px;
}

/************/
/* Exhausts */
/************/
div#content div.exhaust {
 width: 280px;
 border: 1px solid #000000;
 padding: 10px;
 float: left;
 margin: 15px 0 0;
 line-height: 1.1em;
}

div#content div.exhaust img {
 border: 1px solid #000000;
 float: left;
 margin: 0 15px 10px 0;
}

div#content div.exhaust h3 {
 margin: 0 0 3px;
 font-weight: bold;
 font-size: 13pt;
}

/**************/
/* Pagination */
/**************/
div#content p#pagination {
 clear: both;
 padding-top: 20px;
 text-align: right;
}

div#content p#pagination span.current {
 border: 1px solid #000000;
 font-weight: bold;
 padding: 1px 2px;
}

div#content p#pagination a {
 padding: 0 4px;
}

/***********/
/* Gallery */
/***********/
div#content div.gallery {
 width: 280px;
 border: 1px solid #000000;
 padding: 10px;
 float: left;
 margin: 15px 0 0;
 line-height: 1.1em;
}

div#content div.gallery img {
 border: 1px solid #000000;
 float: left;
 margin: 0 15px 10px 0;
}

div#content div.gallery h3 {
 margin: 0 0 3px;
 font-weight: bold;
 font-size: 13pt;
}

/************/
/* Feedback */
/************/
div#content div.feedback {
 margin: 0 0 25px;
}

div#content div.feedback p {
 margin-top: 0;
}

div#content div.feedback p.quotee {
 font-style: italic;
 text-align: right;
 font-weight: bold;
 margin-top: -15px;
}

/************/
/* Lightbox */
/************/
div#overlay {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 1;
 background-image: url('images/overlay.png');
}

* html div#overlay { /* Workaround IE PNG deficiencies */
 background-image: none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/overlay', sizingMethod='crop');
}

div#largeimagecontainer {
 background-color: #333366;
 border: 1px solid #ffffff;
 padding: 10px;
 position: relative;
}

div#largeimagecontainer img {
 border: 1px solid #ffffff;
}

div#largeimagecontainer img#closebutton {
 z-index: 50;
 position: absolute;
 border: 0;
 top: 14px;
 right: 14px;
 cursor: pointer;
}

div#largeimagecontainer p {
 z-index: 50;
 position: absolute;
 border: 0;
 margin: 0;
 bottom: 15px;
 left: 20px;
 border: 1px solid #ffffff;
 padding: 3px 5px;
 background-color: #333366;
 width: 90%;
 text-align: center;
}

/*********/
/* Forms */
/*********/
div#content form {
 margin: 0;
}

div#content form fieldset {
 border: 1px solid #666666;
 padding: 10px;
 margin-bottom: 10px;
}

div#content form fieldset legend {
 padding: 0 15px;
 font-weight: normal;
 font-size: 12pt;
}

div#content form div.field {
 float: left;
 clear: left;
 margin-bottom: 3px;
}

div#content form div.field label {
 float: left;
 width: 175px;
 text-align: right;
 padding-right: 5px;
}

div#content form div.field.checkbox {
 margin-left: 130px;
}

 div#content form div.field.checkbox label {
 width: auto;
 text-align: left;
 padding-left: 5px;
 padding-right: 0;
}

div#content form div.field.checkbox input.checkbox {
 float: left;
}

div#content form div.required label {
 font-weight: bold;
}

div#content form div.field input.text, div#content form div.field select, div#content form div.field textarea, div#content form div.field input.checkbox {
 float: left;
}

div#content form div.field input.text {
 width: 250px;
}

div#content form input.button {
 clear: left;
 margin-left: 180px;
 float: left;
}

div#content form div.field textarea {
 font-family: Arial, sans-serif;
 width: 350px;
 height: 120px;
}

div#content form p {
 clear: left;
 padding-top: 5px;
 margin: 0;
}

/*********************/
/* Errors & Messages */
/*********************/
div#content div.errors {
 border: 1px solid #000000;
 padding: 5px 10px;
 margin: 10px 20px;
}

div#content form fieldset div.field.error {
 border: 1px solid #000000;
 padding: 4px 0;
}

div#content div.messages {
 border: 1px solid #000000;
 padding: 5px 10px;
 margin: 10px 20px;
}

/*****************/
/* Accessibility */
/*****************/
div#content table#accesskeystable {
 border: 1px solid #000000;
 border-collapse: collapse;
 width: 450px;
}

div#content table#accesskeystable, div#content table#accesskeystable caption {
 margin-left: auto;
 margin-right: auto;
}

div#content table#accesskeystable th {
 border: 1px solid #000000;
 border-collapse: collapse;
 padding: 4px;
}

div#content table#accesskeystable td {
 border: 1px solid #000000;
 border-collapse: collapse;
 padding: 4px;
}

div#content table#accesskeystable em {
 font-weight: bold;
 text-decoration: underline;
 font-style: normal;
}

/*********/
/* Fader */
/*********/
div#content div#fader {
 margin: 0 0 20px;
 width: 554px;
 border: 1px solid #000000;
}

/**********/
/* Footer */
/**********/
div#footer {
 margin: 25px 0 0;
 padding: 10px 0;
 font-size: 8pt;
 border-top: 1px solid #666666;
}

div#footer p {
 margin: 0;
 padding: 0;
}

div#footer ul {
 display: none;
}

div#footer a {
 text-decoration: none;
}

div#footer a:hover {
 text-decoration: underline;
}
