﻿
@import "reset.css";


/* Generic elements */

body {
 background: #323053 url(images/bg.gif) repeat-x;
 color: White;
 font: 14px/normal Arial, Helvetica, sans-serif;
 text-align: center;
}

a,:link,:visited { 
 color: White;
 text-decoration: underline;
} 
a:hover,a.important,a.on { 
 color: #849d0c;
 text-decoration: underline;
}

p, dl { 
 padding: .5em 0; 
}

dl dt {
 font-weight: bold;
}

dl dd {
 margin-bottom: 1em;
}

img.fltr {
 float: right;
 margin: 0 0 10px 10px;
}
img.fltl {
 float: left;
 margin: 0 10px 10px 0;
}

ul {
 list-style: disc;
 padding: .5em 0 .5em 2em;
}
ol {
 list-style: decimal;
 padding: .5em 0 .5em 2em;
}

ul.reset, ul.reset ul, #nav {
 list-style: none;
 margin: 0;
 padding: 0;
}

dfn {
 font-style: normal;
}



/* Custom paragraphs, links, images */

p img.more { vertical-align: middle; }
.highlight { font-size: 17px; }
.pader { padding: 0 5px; }
.pic { display: block; margin-bottom: 1.5em; }


/* Headings */

h1,h2,h3,h4,h5,h6 {
 padding: .3em 0;
}

h1 { font-size: 44px; font-weight: normal; }
h2 { font-size: 24px; font-weight: normal; }
h3 { font-size: 17px; }
h4 { font-size: 15px; }
h5 { font-size: 15px; }
h6 { font-size: 14px; }

/* Custom headings */

#logo {
 float: left;
 padding: 56px 0 0 37px;
}

#logo img {
 display: block;
}

#logo span {
 display: none;
}

#outline {
 float: right;
 width: 330px;
 padding: 18px 18px 0 0;
 font-size: 16px;
 font-weight: normal;
}





/* Main layers */

#container {
 width: 750px;
 margin: 0 auto;
 text-align: left;
 background-color: #03002b;
 border:1px solid #474564
}

#header {
 min-height: 114px;
 border-bottom: solid 1px #849d0c;
 background: url(images/spotlight.gif) bottom left no-repeat;
 color: White;
}

#content {
 padding: 40px 20px 0 45px;
}

#mainbar {
 float: left;
 width: 419px;
}

#sidebar {
 float: right;
 width: 215px;
}

#footer {
 clear: both;
 width: 100%;
}

* html #header { height: 114px; }



/* Navigation */

#nav {
 width: 200px;
 margin-bottom: 30px;
}

#nav li {
 padding: 3px 7px;
 border-top: solid 1px #849d0c;
}

#nav li.last {
 border-bottom: solid 1px #849d0c;
}

#nav li a {
 padding-left: 20px;
 background: url(images/arrow-right-green.gif) center left no-repeat;
 color: White;
 text-decoration: none;
}

#nav li a:hover, #nav li a.on {
 font-weight: bold;
}



/* Lists */


/* Vertical list */

ul.vlist li {
 margin-bottom: 1.5em;
}

/* Horizontal two-col list */

ul.h2list {
 width: 100%;
}

ul.h2list li {
 margin-bottom: 1.5em;
}

ul.h2list li.odd { float: left; width: 49%; }
ul.h2list li.even { float: right; width: 49%; }


/* Individual */

#terms li,
#case-studies li {
 font-size: 13px;
}

#terms dfn,
#case-studies li .more {
 font-size: 14px;
}





/* Footer */

#footer {
 background-color: #414850;
 color: White;
 font-size: 11px;
}

#copyright {
 padding: 10px 40px;
}

#tld {
 width: 750px;
 margin: 10px auto 0;
 font-size: 11px;
 text-align: right;color:#676680
}

#tld a {
color:#676680
}