/*  Global html/body definitions */

/* General Definitions */
* {
 margin: 0;
 padding: 0;
}

.upgrade {
 display: none;
 }

html { 
 padding: 0;
 margin: 0;
 height: 100%; 
}

body {
 font-size: 0.8em;
 font-family: Verdana, Arial, Sans-Serif;
 color: #333;  
 padding: 0;
 margin: 0;
 background-color: #f4ffdf;
 background-attachment: fixed;
 background-image: url(graf/dropshadow_full.gif);
 background-repeat: repeat-y;
 background-position: center;
}

form {
 margin: 0;
 padding: 0;
 margin-top: 1em;
}

input, select {
 width: 260px;
 background-color: #fff;
 border: 1px solid #959a56;
 font-family: Verdana, Arial, Sans-Serif;
 padding: 1px;
}

textarea {
 width: 260px;
 background-color: #fff;
 border: 1px solid #959a56;
 font-family: Verdana, Arial, Sans-Serif;
 font-size: 0.95em;
 padding: 1px;
}

.thumbnail
{
 float: left;
 width: 100px;
 height: 120px;
 border: 0;
 margin: 0px 5px 5px 0px;
 padding: 1px;
 text-decoration: none;
}

input.formButton {
 width: 120px;
 background-color: #cfd1ad;
 border: 1px solid #959a56;
 margin-right: 1px;
}

div label {
 font-weight: bold;
 display: block;
 margin: 0;
 padding: 0;
 margin-top: 5px;
 margin-bottom: 2px;
}

a img {
 border: 0;
}

h1, h2, h3, h4, h5, h6 {
 font-family: verdana, sans-serif;
 color: #930;
}

h1 {
 font-size: 1.6em;
 width: 700px;
 height: 110px;
 background-image: url(graf/fullbalance_logo2.gif);
 background-position: center;
 background-repeat: no-repeat;
}

h1 span {
 display: none;
}

h2 {
 font-size: 1.5em;
 padding-bottom: 0.7em;
}

h3 {
 font-size: 1.4em;
 padding-bottom: 1em;
}

h4 {
 font-size: 1.2em;
}

h5 {
 font-size: 1em;
 padding-top: 0.5em;
 padding-bottom: 0.5em;
}

h6 {
 font-size: .8em;
 padding-bottom: 0.5em;
}

.imageLink, .imageLink:hover {
}

p {
 font-size: 1em;
}

hr {
 height: 1px;
 color: #aaa;
 border: 0;
 border-top: 1px dashed #aaa;
 margin: 15px 25px 15px 25px;
 background-color: #fefefe;
}

/* Layour definition */

#container {
 position: relative;
 left: 0 !important; /* the important is for firefox, the next one is to trick IE */
 left: 1px;
 background-color: #fff;
 margin: auto;
 width: 700px;
 height: 100%;
 border: 3px solid #fff;
}

#headerBorder {
 position: relative;
 left: 0 !important; /* the important is for firefox, the next one is to trick IE */
 left: 1px;
 margin: auto;
 background-repeat: no-repeat;
 background-image: url(graf/nat_banner_cap.gif);
 background-position: center; 
 width: 740px;
 height: 40px;
}


#header {
 padding: 0;
 margin: 0;
 background-color: #eeecf4;
 background-repeat: no-repeat;
 background-image: url(graf/nat_banner.jpg);
 background-position: center; 
 width: 700px;
 height: 125px;
}

#header h1 span, #header h2 span {
 display: none;
}

#header a, #header a:hover {
 position: absolute;
 top: 5px;
 left: 25px;
 display: block;
 text-decoration: none;
 width: 108px;
 height: 108px;
}

#navigation {
 padding: 0;
 margin: 0;
 text-align: center;
 background-color: #eeecf4;
 font-size: 0.9em;
}

#navigation ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
 padding-right: 0.2em;
 background-image: url(graf/nav_gradient2.jpg);
 background-repeat: repeat-x;
 height: 22px;
 margin-top: 1px;
 padding-top: 8px;
}

#navigation li {
 display: inline;
 padding-left: 7px;
 padding-right: 2px;
 margin: 0 0 1px 0;
 border-left: 1px solid #fff;
}

#navigation li.first {
 border-left: 0;
}

#navigation a {
 color: #800000;
 font-weight: normal;
 font-family: Arial;
 text-decoration: none;
 font-size: 1.1em;
}

#navigation a:hover {
 color: #959a56;
 text-decoration: none;
}

#heightWrapper {
 position: relative;
 padding: 0;
 margin: 0;
 height: 100%;
 width: 700px;
 background-image: url(graf/height_bg.gif);
 background-position: left;
 background-repeat: repeat-y;
}

#gutter {
 float: left;
 width: 250px;
 height: 1%;
 min-height: 450px;
 background-color: #ff9;
 font-size: 0.7em;
}

#gutter img.navTitle {
 width: 250px;
 height: 30px;
 border-top: 2px solid #fff;
 border-bottom: 2px solid #fff;
}

#gutter h4 {
 padding-top: 5px;
 padding-left: 5px;
 color: #000;
}

#gutter p {
 margin: 10px;
}

#gutter ul {
 padding: 0;
 margin-top: 5px;
 margin-bottom: 10px;
 margin-left: 10px;
}

#gutter li {
 list-style: none;
 padding-top: 5px;
 padding-bottom: 5px;
}

#gutter li a {
 color: #800000;
 font-weight: normal;
 font-size: 1.1em;
 text-decoration: none;
}

#gutter li a:hover {
 color: #f00;
 font-weight: normal;
 font-size: 1.1em;
 text-decoration: underline;
}

#gutter a {
 color: #800000;
 font-weight: normal;
 font-size: 1.1em;
}

#gutter table {
 margin-top: 5px;
 margin-bottom: 5px;
 margin-left: 7px;
}

#gutter table th {
 text-align: left;
 padding: 3px;
}

#gutter table td {
 padding: 3px;
}

#gutter p.disclaimer {
 background-color: #ffc;
 margin: 0;
 margin-top: 25px;
 padding: 10px;
}

#content {
 background-color: #fff;
 width: 390px;
 height: 100%;
 margin-left: 260px;
 padding: 30px 13px 10px 25px;
}

#content h4 {
 margin-bottom: 0.5em;
 line-height: 1.3em;
}

#content p {
 font-size: 13px;
 margin-top: 0;
 margin-bottom: 1em;
 line-height: 1.3em;
}

#content div.spacer {
 clear: right;
 padding: 0;
 margin: 0;
}

#content a {
 color: #800000;
 text-decoration: none;
 border-bottom: 1px dotted #800000;
}

#content a:hover {
 color: #c00;
 border-bottom: 0;
}

/* Used to get rid of border where not wanted */
#content .noHover:hover {
 color: #f00;
 border-bottom: 0;
}

#content img.bioImage {
 border: 1px solid #000;
 float: left;
 margin: 5px;
 margin-right: 10px;
}

#content ul {
 padding-left: 2em;
 padding-right: 3em;
 margin-left: 1em;
 margin-top: 0;
}

#content ul li {
 padding-bottom: 0.5em;
 line-height: 1.4em;
}

#sitemap ul {
 margin: 0;
 padding: 0;
 padding-left: 1em;
 margin-left: 0.5em;
}

#sitemap ul li {
 padding-bottom: 0.5em;
 line-height: 1.4em;
}

#content table {
 margin-top: 5px;
 margin-bottom: 5px;
 margin-left: 7px;
}

#content table th {
 text-align: left;
 padding: 3px;
}

#content table td {
 padding: 3px;
 vertical-align: top;
}


#footer {
 background-color: #fff;
 clear: both;
 margin: auto;
 text-align: center;
 font-size: 0.8em;
 background-repeat: no-repeat;
 background-image: url(graf/nat_footer_cap.gif);
 background-position: 50%; 
 width: 740px;
 height: 90px;
}

#footer p {
 text-align: center;
}

#footer a {
 padding-left: 4px;
 color: #800000;
 font-weight: normal;
 text-decoration: none;
}

#footer a:hover {
 color: #959a56;
 text-decoration: none;
}

#footer ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
 margin-bottom: 10px;
 padding-top: 30px;

}

#footer li {
 display: inline;
 padding-left: 2px;
 padding-right: 2px;
 margin: 0 0 1px 0;
 border-left: 1px solid #aaa;
}

#footer li.first {
 border-left: 0;
}

div.heightSpacer {
 padding: 0;
 margin: 0;
}

div.clearSpacer {
 clear: left;
 padding: 0;
 margin: 0;
}
