﻿/* ----- Global Reset ----- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ------ Links ----- */
a:link, a:visited { text-decoration:none; color: #3B7298; }
a:hover { text-decoration:underline; color: #2D405B; }
a img { border:none; }

/* ----- Headings ----- */
h3, h4, h5 {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: normal;
    padding:10px 0 5px;
}
h3 {
    font-size: 28px;
    color: #405761;
    margin: 0;  
    line-height:1.2em;  
}
h4 {    
    font-size: 20px;
    color: #565656;
    line-height:1.1em;
}
h5 {
    color: #505050;
    font-size: 16px;
}  

/* ------ Helpers ----- */
td { font-size: 0.9em; }
.frm td { padding: 4px 2px; }
.inputBox {
    background-image:url(input-bg.png);
    background-color:#FFFFFF;
    background-repeat:repeat-x;
    border:#B0B0B0 1px solid;
    padding-left:0.2em;
    padding-bottom: 0.2em;    
    font: 12px Tahoma;
    color: #666;
}
.inputButton {
    font: bold 1.0em Tahoma;
    background:url(button-bg.png) no-repeat left top;
    width: 70px;
    height: 19px;
    border-style: none;
    padding-bottom: 1px;
    color: #777;
}

/* ----- Base ----- */
body {
    color: #3f3f3f;
    font: 0.8125em/1em Verdana,sans-serif;
    background-color: #f2f2f2;
}
#container {    
    margin: 0 auto;
    width: 945px;  
    font-size: 0.88em;  
}

/* ----- Content ----- */
#content {
    padding: 30px 25px;
    background: #f2f2f2 url(content_bg.png) no-repeat left 15px;
    position: relative;
}
#content p {
    margin: 0 0 1em;
    line-height: 1.8em;
}
#content .leftcolumn {
    float:left;
    width:585px
}
#content .rightcolumn {
    margin:0 0 0 610px;
}

/* ----- Header ----- */
#header {
    height: 60px;
    position: relative;
}
#header h1 {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 60px;
    width: 600px;
    overflow: hidden;
    border-width: 0;
    background: url(nav_logo.png) no-repeat left top;
}
#header h2, #header span {
    display: none;
}

/* ----- Top Nav ----- */
#nav {  
    height: 35px;  
}

/* ----- Footer ----- */
#footer {
    clear: both;
    padding-top: 10px;
    color: #888;
    height: 40px;
    border-top: solid 1px #ccc;
    font-size: 0.9em;
}
#footer div.links {
    width: 520px;
    float: left;
}
#footer div.copyright {
    width: 300px;
    float: right;
    text-align: right;
}
#footer a {
    color: #888;
    margin: 0 3px;    
}

/* ----- Tab Menu ----- */
ul.tabMenu li {
    float: left;
    position: relative;
}
ul.tabMenu li a {
    float: left;
    display: block;
    width: 140px;    
    height: 35px;
    background: url(menu.png) no-repeat left top;      
}
ul.tabMenu li a.home { background-position: left top; }
ul.tabMenu li a.api { background-position: -140px top; }
ul.tabMenu li a.contact { background-position: -280px top; }
ul.tabMenu li a.db { background-position: -420px top; width: 525px; }

ul.tabMenu li.sel a.home, ul.tabMenu li a.home:hover { background-position: left -35px; }
ul.tabMenu li.sel a.api, ul.tabMenu li a.api:hover { background-position: -140px -35px; }
ul.tabMenu li.sel a.contact, ul.tabMenu li a.contact:hover { background-position: -280px -35px; }
ul.tabMenu li.sel a.db, ul.tabMenu li a.db:hover { background-position: -420px -35px; }

ul.tabMenu li a span {
    display: none;
}
ul.tabMenu li a:hover {
    text-decoration: none;
}
ul.tabMenu li.sel a { cursor: default; }
ul.tabMenu li.sel a:hover { text-decoration: none; }


#content li
{
    padding: 2px 0 3px 25px;
    background: url(arrow-right.gif) no-repeat 15px 5px;
}
