/* GLOBAL */
ul {list-style-image: url(images/listitem.gif); margin: 6px 0;}


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: #b9b6ac; }

/*  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;
}
.headnav p a {
    color:black;
    text-decoration: none;
}
.headnav p img {
    margin-left:.5em;
}


/*   Container  */

.container {
    margin:0 auto;
    max-width: 70em;
    box-shadow: 0 0 2em 1em #ccc;
    padding: .4em;
    background: white;
}


/*    Head    */

.header {
    background-image: url(images/TC_GM_910.png);
    padding:2em 2em 0 2em;
    margin-bottom:.5em;
    border-radius: .5em;
    max-width: 70em;        
    height: 13.615em;        
    background-repeat:no-repeat;

}
.header h1 {
    float:left;
    font: italic bold 300% Georgia, serif;
    letter-spacing:.01em;
    color:black;
    position:relative;
}
.header h1 span {
    position: absolute;
    color:white;
    top:-2px;
    left:-2px;
}
.header form {
    float:left;
    text-align:left;
    margin-top:1em;
}
.header form div#searchbox .text {
    position:relative;
    top:10em;
    left:-1em;
    width:5em;
}
.header form div#searchbox .submit {
    position:relative;
    top:10em;
    left:-.5em;
    width:5em;
}
.header p {
    clear:right;
    float:right;
    text-align:right;
    color:#afc;
    font-size:.9em;
    margin:0 0 .5em;
}


/*  Navigation 1  */

.nav {
    background:#dfdfdf;
    padding:0 .4em;
    border-radius: .5em;
}
.nav ul {
    list-style-image: none;
    list-style-type: none;
    margin:0;
    padding:0;
}
.nav ul li {
    display: inline;
    line-height:2;
    padding: .3em;
    margin: 0;
    background:#ddfdfd;
    white-space: nowrap;
}
.nav ul li a {
    color:black;
    text-decoration: none;
    background:#dfdfdf;
    margin:-.3em;
    padding: .3em ;
}
.nav ul li a:hover {
    color:#009d9f;
    background:white;
}
.nav li.sdocs a {
    text-decoration: underline;
}


/*  Navigation 2  */

.nav2 {
    float:right;
    width: 19em;
    clear:right;
}
.nav2 ul {
    list-style-image: none;
    list-style-type: none;
    padding:.3em 0 .01em 0;
    margin:1em 0 1em 0;
    border-radius: .5em;
    background:#dfdfdf;
}
.nav2 ul li {
    margin: 0 .5em .6em .5em ;
    padding: 0 .5em 0 .5em;
    background:#ddfdfd;
}
.nav2 ul li a {
    color: black;
    text-decoration:none;
    margin: 0 -.6em 0 -.6em;
    padding: 0 .5em 0 .6em;
    background:#dfdfdf;
    display:block;
}
.nav2 ul li a:hover {
    color:#009d9f;
    background:white;
}
.nav2 ul li ul  {
    margin:0 -1em 0 1em;
    padding: .5em 0 0 0;
    border-radius:0;
}
.nav2 ul li ul li {
    padding-left: 1em;
    margin-left:0;
}
.nav2 ul li ul li a {
    margin-left:-1em;
    padding-left: 1em;
}

/* lacator */

.content {
    clear:left;
}


/*  Content   */
.content {
    background-color:#ffff99;
    border-radius: .5em;
    max-width:48em;
    width:100%;
    padding:1em 2%;
    float:left;
    margin-top:.5em;
}
h1, h2, h3, h4 {
    font: normal normal 21px verdana;
	color:#009d9f;
    clear:both;
}
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 19px/1.4 'Trebuchet MS', Verdana, sans-serif;
}
h6 {
    font-size: 10pt;
    font-weight:bold;
    color:#086;
}


.submenu h4 {
    font-size:14px;
    margin-top:3em;
}


/*  Sidebar  */

.sidebar {
    float:right;
    max-width: 17em;
    border-left: 2px solid #ccc;
    padding:0 1em;
    margin-top:1em;
    clear:right;
}


/*  Subnavigation  */

.subnav {
    width:100%;
    padding:0 1em;
}
.subnav td a {
    text-decoration:none;
    color:black;
    display:block;
    white-space: nowrap;
    padding: 0;
}
.subnav td a:hover {
    color:#090;
    background-color:#eee;
}
.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;
}
.copyright a {
    color:#777;
    text-decoration:none;
}
.copyright a:hover {
    color:#090;
    background:white;
}

