/**************************/
/*     Content Styles     */
/**************************/

img.left {
    margin: 0 5px 5px 0;
    float: left;
    clear: left;
}

img.right {
    margin: 0 0 5px 5px;
    float: right;
    clear: right;
}

img.left_horizontal {
    margin: 0 5px 5px 0;
    float: left;
}

img.right_horizontal {
    margin: 0 0 5px 5px;
    float: right;
}

p.small {
    font-size:10px;
}

div.important, .important {
    clear: both;
    background: #eee;
    padding: 1em 2em;
    border: .3em solid #0b6;
    margin: 1em 0;
}

div.warning, .warning {
    clear: both;
    text-align: center;
    font-weight: 900;
    background: #900;
    color: #fff;
    padding: 1em;
    border: .3em solid #aaa;
    margin: 1em 0;
}
.warning a {
    color: #aaf;
}

.important p:first-child,
.warning p:first-child {
    margin-top: 0;
}
.important p, .warning p {
    margin: 1em 0 0;
}

span.highlight {
    font-weight: 900;
    letter-spacing: .06em;
    background:#dfd;
}


/*******************/
/*      Start      */
/*******************/

body {
    font: 13px/1.4 "Verdana, Geneva, sans serif";    
	margin:0;
}
#body {
    background: #b0e2ff;
}


/*******************/
/*    Head Nav     */
/*******************/

.headnav {
    margin:0 auto;
    max-width: 70em;
}
.headnav p {
    text-align:right;
    white-space: nowrap;
    margin:0;
    font-size:.85em;
    letter-spacing: .08em;
    line-height: 1.7;
	font-weight: normal;
	text-transform: uppercase;
	color:#1c1c1c;
}
.headnav p a {
    color:#1c1c1c;
    text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}
.headnav p a:hover {
    color:#829c82;
	font-weight: normal;
	text-transform: uppercase;
}
.headnav p img {
    margin-left:.5em;
}


/***********************/
/*      Container     */
/***********************/

.container {
    margin:0 auto;
    max-width: 70em;
    border: 2px solid #829c82;
    padding: .4em;
    background: white;
}


/***********************/
/*       Head          */
/***********************/

.header {
    background:URL(images/header.jpg) no-repeat #ffffff;
    padding:5px 0 0 0;
    margin-bottom:.5em;
    border-radius: .5em;
	height:180px;
}
.header h1 {
    float:left;
    font: italic bold 300% Georgia, serif;
    letter-spacing:.01em;
    color:#1c1c1c;
    position:relative;
	padding:1em 0em 0em 1em;
}
.header h1 span {
    position: absolute;
    color:#829c82;
    top:-2px;
    left:-2px;
	padding:1em 0em 0em 1em;
}
.header form {
    float:right;
    text-align:right;
    margin-top:1em;
}
.header form div#searchbox .text {
    width:10em;
}
.header p {
    clear:right;
    float:right;
    text-align:right;
    color:#afc;
    font-size:.9em;
    margin:0 0 .5em;
}


/**********************/
/*    Navigation 1    */
/**********************/

.nav {
    background:#829c82;
    padding:0 5% 0 6px;
    border-radius: .5em;
	font-size:15px;
}
.nav ul {
    list-style-type: none;
    margin:0;
    padding:0;
}
.nav ul li {
    background:#829c82;
    color:#fff;
    line-height:1.6;
    margin: 0;
    padding: 0 2px;
}
.nav ul li a {
    display:block;
    color:#000;
    text-decoration: none;
    background:#829c82;
    border:none;
    margin: 0 -.3em;
    padding: 0 .3em;
}
.nav ul.menulevel1 li.sdocs a {
    text-decoration: underline;
}
.nav ul.menulevel1 li ul.menulevel2 li a {
    text-decoration: none;
}
.nav ul li a:hover,
.nav ul.menulevel1 li.sdocs a:hover,
.nav ul.menulevel1 li ul.menulevel2 li a:hover {
    color:#fff;
    background:#829c82;
}
.nav ul.menulevel1 li {
    float:left;
    margin:2px 12px 4px 0;
    position:relative;
    white-space: nowrap;
}
.nav ul ul {
    position:absolute;
    visibility: hidden;
    width:180px;
    background:#829c82;
    padding: 2px 5px 2px 8px;
    border-radius: 0 0 .5em .5em;
}
.nav ul.menulevel2 {
    left:-6px;
    z-index:15;
}
.nav ul.menulevel1 li ul.menulevel2 li{
    width:177px;
    white-space: normal;
    margin: 2px -.3em;
    padding: 0 .3em;
}
.nav ul ul ul {
    left:180px;
    top:-5px;
    z-index:20;
    border-radius: .5em;
}
.nav li:hover > ul {
    visibility: visible;
}

/*************************/
/*  Breadcrumbs-Locator  */
/*************************/

.locator {
    max-width:50em;
    min-width:50%;
    float:left;
    clear:left;
    display:block;
    margin-bottom:1em;
	color:#1c1c1c;
}
.locator p  {
    font-size:1em;
    letter-spacing: .1em;
    margin-left:1em;
}
.locator a {
    color: #829c82;
}

.content {
    clear:left;
}



/********************/
/*     Content      */
/********************/

.content {
    max-width:66em;
    width:100%;
    padding:1em 2%;
    float:left;
    margin:0;
    clear:left;
	color:#1c1c1c;
	font-size: 1em;
}
h1, h2, h3, h4 {
    font: normal normal 21px verdana;
	color:#829c82;
}
h1, h2, h3 {
    margin: 0 0 .5em;
}
h4, h5, h6 {
    margin: 1.5em 0 .5em;
}
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top:0;
}

h5, h6 {
    letter-spacing: .05em;
}
h5 {
    font: normal small-caps bold 15px/1.4 'Trebuchet MS', Verdana, sans-serif;
	color:#829c82;
}
h6 {
    font-size: 10pt;
    font-weight:bold;
    color:#829c82;
}

hr {
    color: #829c81;
    background-color: #829c82;
    height: 2px;
}

.submenu h4 {
    font-size:14px;
    margin-top:3em;
}

.content a {
    color:#1c1c1c;
    text-decoration:underline;
}

.content a:hover {
    color:#829c82;
	text-decoration:underline;
}


/*********************/
/*     Sidebar      */
/*********************/

.sidebar {
    float:right;
    width: 17em;
    padding-left:1em;
    margin-top:1em;
    clear:right;
	color:#1c1c1c;
}


/*********************/
/*    Newsbox 2+3    */
/*********************/

.subarea {
    width:100%;
    float:left;
    margin:0;
}
.newsbox2 {
    width:29%;
    padding:2% 1%;
    float:left;
    border-top:2px solid #829c82;
	border-bottom:2px solid #829c82;
    margin:1em 1%;
}

.newsbox2 a {
    color:#000000;
    text-decoration:none;
}
.newsbox2 a:hover {
    color:#829c82;
	text-decoration:none;
}



/**************************/
/*    Subnavigation       */
/**************************/

.subnav {
    width:100%;
}
.subnav td a {
    text-decoration:none;
    color:#1c1c1c;
    display:block;
    white-space: nowrap;
    padding: 0;
}
.subnav td a:hover {
    color:#829c82;
}
.previous {
    width:33%;
    text-align:left;
}
.top {
    width:33%;
    text-align:center;
}
.next  {
    width:33%;
    text-align:right
}


/**************************/
/*  Copyright & Login     */
/**************************/

.copyright {
    clear:both;
    text-align:center;
    font-size:x-small;
    margin:1em 0;
	color:#1c1c1c;
	
}
.copyright a {
    color:#1c1c1c;
    text-decoration:none;
}
.copyright a:hover {
    color:#829c82;
	text-decoration:none;
}

