/* base
----------------------------------------------- */

body {
margin: 0;
padding: 0;
font: 0.7em "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
line-height: 1.7em;
background: #fafaf8;
color: #454545;
border-top: 20px solid #497497;
}

blockquote, h3, p {
padding-right: 10px;
font-size: 1.2em;
line-height: 1.8em;
}

blockquote {
margin-right: 60px;
margin-left: 0;
font-size: 1em;
}

h1 {
font: bold 2.5em Arial, Sans-Serif;
padding: 8px 0 4px 0; margin: 0;
letter-spacing: -1px;
}

h2 {
font: normal 1.5em "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
letter-spacing: -1px;
}


small, .small {
font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
    text-decoration: none;
    color: #295487;
    background: inherit;
}

a:hover {
    background: inherit;
}

h1 a, h2 a, h3 a {
background-color: inherit;
border: none;
}

#sidebar-2 a, #sidebar-1 a {
color: #ccc;
background-color: inherit;
border: none;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
font-size: 0.8em;
line-height: 1.5em;
}

#sidebar-1 p {
text-align: right;
}

#content hr {
margin: 2em 0;
width: 66%;
color: #ccc;
background-color: inherit;
}

#content img {
border: 1px solid #C4CFD9;
}

#content img.left {
float: left;
margin: 0 1em 1em 0;
}


#content img.right {
float: right;
margin: 0 0 1em 1em;
}

#content blockquote {
padding: 0.5em 2em; 
border-left: 1px solid #C4CFD9;
background-color: #E4F2FD;
}

#content .comments blockquote, #content #cpreview blockquote {
background-color: #f8f8f8;
}

#content ul {
list-style-image: url(/images/blue-triangle.gif);
font-size: 1.2em;
line-height: 1.5em;
}

#content ol {
font-size: 1.2em;
line-height: 1.5em;
}


#content li {
margin: 0 0 1em 0;
}

.caps {
font-size: 0.9em;
letter-spacing: 0.1em;
}

img.divider {
margin: 2em 0;
text-align: center;
}

/* global layout
----------------------------------------------- */

#accessibility {
position: absolute;
top: -10000px;
}

#container {
margin: 0 auto;
padding: 0 10px;
width: 760px;
\width: 770px;
w\idth: 760px;
}

#head {
height: 80px;
margin: 0 auto;
background: #fff url(/images/dotted.gif) repeat-x bottom;
padding: 20px 0 10px;
background-color: #f8f8f0;
}

#head div {
width: 460px;
\width: 470px;
w\idth: 460px;
margin: auto;
}

#sidebar-1 {
margin-right: 5px;
padding-top: 100px;
float: left;
width: 150px;
\width: 150px;
w\idth: 150px;
}

#sidebar-2 {
margin-left: 5px;
padding-top: 100px;
float: right;
width: 150px;
\width: 150px;
w\idth: 150px;
}

#content {
margin: 0 155px;
padding-top: 30px;
}

#foot {
margin-top: 5px;
clear: both;
background-color: #666;
text-align: center;
color: #C4CFD9;
padding: 1em;
}

#foot a {
color: #C4CFD9;
}

#nav {
list-style-type: none;
height: 2em;
width: 460px;
margin: 1em auto 1em;
padding: 0;
font-size: 1.2em;
}

#nav li {
float: left;
padding: 0;
}

#nav li a {
display: block;
padding: 0 0.1em 0.1em;
margin-right: 2em;
color: #333;
}

#nav li strong a, #nav li a:hover {
border-bottom: 3px solid #f8e044;
font-weight: normal;
}

/* comments
----------------------------------------------- */

.comments_error {
color: #000;
background-color: #fff4f4
}

ul.comments_error {
padding : 0.3em;
list-style-type: circle;
list-style-position: inside;
border: 2px solid #fdd;
}

div#cpreview {
color: #000;
background-color: #f1f1f1;
border: 2px solid #ddd;
}

form#txpCommentInputForm td {
vertical-align: top;
}

dl.linklist dt { margin: 2em 0 0 0; font-size: 1.2em;}
dl.linklist dd { margin: 0 0 0 3em; padding: 0;}
fieldset { border: none;  padding:0}
fieldset legend { display: none }

.zemContactForm {
    width: 420px;
}

input.zemText, textarea.zemTextarea {
    border-color: #497497;
    border-width: 1px 0px 0px 10px;
    border-style: solid;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    padding: 0.2em;
    margin: 0 0 1em 0;
    width: 420px;
}

.zemContactForm label {
    display: block;
    width: 420px;
}

.zemSubmit {
    width: 10em;
    height: 2em;
}

.zemError {
    background-color: #fd8;
    color: #800;
    padding: 2em;
    width: 420px;
}

.zemThanks {
    background-color: #df8;
    color: #040;
    padding: 2em;
    width: 420px;
}

#content span[lang] {
	font-family: Georgia, "Times New Roman", serif;
	font-style: oblique;
}