/* base
----------------------------------------------- */


body {
font-family: "century gothic",times, serif;
color: #654;
background-color: #fff;
border:none;
padding:none;
background-image:url(/images/background_image.gif);
background-repeat: repeat-x;
}

blockquote, h3, p, li {
padding-right: 10px;
padding-left: 10px;
font-size: 1.2em;
line-height: 1.8em;
}

blockquote {
margin-right: 0px;
margin-left: 0px;
}

h1, h2, h3 {

font-weight: normal;
}

h1, h2 {
font-family: "century gothic", Times, serif;
}

h1 {
font-size: 2em;
}

h2 {
font-size: 1em;
font-style: italic;
}

small, .small {
font-size: 0.9em;
}

/* links
----------------------------------------------- */



a {
text-decoration: none;
color: #000;
background-color: inherit;
}

h1 a, h2 a, h3 a {
text-decoration: none;
border: none;
}

h3 a {
text-decoration: none;
font: 1.5em "century gothic",Georgia, Times, serif;
}

#sidebar-2 a, #sidebar-1 a {
color: #c00;
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: 80%;
color: #ccc;
background-color: inherit;
}

.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: 10px auto;
padding: 10px;
width: 860px;
\width: 850px;
w\idth: 840px;
}

/* Header which contains the logo image as background, and the navigation links */

#head {

position:absolute;
top:45px;
height: 80px;
background-position: 0px 10px;
background-image:url(/images/n15_logo.png);
 background-repeat: no-repeat;

}



#navcontainer
{
margin-left: 270px;
margin-right: auto;
margin-top: 30px;
margin-bottom: 1px;

}

#navlist li
{
font-size: 1.5em;
text-decoration: none;
display: inline;
padding-bottom: 1px;
padding-left: 10px;
background-repeat: no-repeat;

}

#navlist a
{
padding-top: 35px;
padding-bottom: 1px;
text-decoration: none;
}

#navlist a:link, #navlist a:visited
{
text-decoration: none;
padding-top:35px;
color: black;

}

#navlist a:hover
{
color:#D22120;
padding-top:35px;
background: url(/images/arrow.png) top center;
background-repeat: no-repeat;
}

#navcontainer li#active a
{
color: black;
padding-top:35px;
background: url(/images/arrow.png) top center;
background-repeat: no-repeat;
}


#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 {

font-size: 0.8em;
line-height: 1.2em;
width: 500px;
padding-top: 120px;

}

#foot {
margin-top: 5px;
clear: both;
text-align: center;
}

/* 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;
}