﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background-color: #F3E59E;
    font-size: .80em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #1a1a1a;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
    font-size: .85em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link
{
    color: #1d60ff;
    text-decoration: underline;
}

a:visited
{
    color: #1d60ff;
    text-decoration: underline;
}

a:active
{
    color: #1d60ff;
    text-decoration: underline;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

.regular
{
    margin-bottom: 10px;
    line-height: 1.6em;
    font-size: .85em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.regular a:link, a:visited, a:active
{
    color: #1d60ff;
}

.regular a:hover
{
    color: #1d60ff;
    text-decoration: underline;
}

#nocolor a:link, a:visited
{
    color: #000;
    text-decoration: underline;
}

#nocolor a:active
{
    color: #000;
    text-decoration: none;
}

#nocolor a:hover
{
    color: #1d60ff;
    text-decoration: underline;
}

img
{
	border: #999 1px solid;
	margin: 4px 8px;
}

img.no_outline
{
	border:0;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    /* font-size: 1.0em; */
    color: #1a1a1a;
    /* font-variant: small-caps; */
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.0em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.3em;
    font-weight: 600;
	margin-top:0;
}

h3
{
    font-size: 1.2em;
    font-style: italic;
    color: DarkGreen;
}

h4
{
    font-size: .7em;
    font-weight: bold;
    color: DarkGreen;
    margin: 10px 0 0 0;
    padding: 0;
}

.leftCol h5
{
    font-size: .75em;
    font-weight: bold;
    color: #009246;
}

.leftCol h6
{
    font-size: .75em;
    color: #1a1a1a;
}

.small
{
    font-size: .75em;
    font-weight: normal;
    color: #1a1a1a;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#page
{
    /*width: 95%;*/
    background-color: #fff;
    margin: 10px 0 0 0;
    border: 1px solid #000000;
}

.banner   /* green */
{
	position:absolute;
	top: 10px;
	left:10px;
    width: 98%;
    margin: 0;
    border: 1px solid #000000;
    background: #009246; /* This is the color behind the title */
	height:30px;
}

.banner h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 1.1em;
}

.navigation  /* red */
{
	position:absolute;
	top: 40px;
	left:10px;
    width: 98%;
    margin: 0;
    border: 1px solid #000000;
    background-color:#CE2B37; /* This is the color behind the navigation */
    height: 30px;
}

.main
{
	position:absolute;
	top:60px;
	left:10px;
	width:98%;
    /*padding: 0px 12px;*/
    margin: 0;
    min-height: 400px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 5px 8px 8px 8px;
    width: 33%;
    /* min-height: 200px; */
    /*position: relative;*/
    float: left;
    color: #1a1a1a;
}

.rightCol
{
    padding: 6px 0px;
    margin: 5px 8px 8px 8px;
	width: 60%;
    /* min-height: 200px; */
    /*position: relative;*/
    float: left;
    color: #1a1a1a;
}

.leftColBugs
{
    padding: 6px 0px;
    margin: 5px 8px 8px 8px;
    width: 15%;
    /* min-height: 200px; */
    /*position: relative;*/
    float: left;
    color: #1a1a1a;
}

.rightColBugs
{
    padding: 6px 0px;
    margin: 5px 8px 8px 8px;
	width: 80%;
    /* min-height: 200px; */
    /*position: relative;*/
    float: left;
    color: #1a1a1a;
}

#oneColumn
{
    padding: 6px 0px;
    margin: 5px 8px 8px 8px; 
    width: 97%;
    /* min-height: 200px; */
    /* position: relative; */
    color: #1a1a1a;
}

#oneColumn h3
{
    font-size: 1.3em;
    font-weight: 600;
	margin-top:0;
}

#oneColumn h4
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .95em;
    font-weight: bold;
    border-top: solid 1px #009246;
    color: #009246;
    width: 20%;
    padding:10px 2px 0 8px;
}

#oneColumn h5
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .75em;
    font-weight: bold;
    color: #009246;
}

#oneColumn h6
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .75em;
    color: #1a1a1a;
}

#oneColumn .small
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .75em;
    font-weight: normal;
    color: #1a1a1a;
}

#oneColumn .description
{
    font-size: .85em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 70%;
	padding: 5px 0px 20px 150px;
	margin: 0px;
}

.footer
{
    color: #fff;
    padding: 8px 0px 0px 0px;
    margin: 0px;
    text-align: center;
    font-style: italic;
	font-size:.75em;
	position:absolute;
	top:10px;
	right:20px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float:left;
    text-align:center;
    width: auto;
    /*padding-left: 50px;*/
}

.title h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 1.5em;
    float:right;
    padding-right:60px;
}

.bold
{
    font-weight: bold;
}
