﻿body 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    
    margin: 5px;
    padding: 0;
    background-color: #282F33;
}

h4
{
    margin-top: 30pt;
}

p
{
    line-height: 15pt;
}

.logo
{
    margin-top: 10px;
    margin-left: 10px;
}

.error_text
{
    color: Red;
    font-weight: bolder;
}

.headerlinks
{
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    
    font-size: 9pt;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container 
{
    background-color: #282F33;
	width: 80%;
	max-width: 1260px; /* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 780px; /* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	margin: 0 auto;  /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}

.header
{
    background-color: #FFFFFF;
    /*background-image: url(../images/green_ramp_1x35.png);*/
    background-position: left bottom;
    background-repeat: repeat-x;
    padding-bottom: 10px;
}

.header a:link { color: #3F9C35; text-decoration: underline; }
.header a:visited { color: #3F9C35; text-decoration: underline; }
.header a:active { }
.header a:hover { font-weight: bolder; }

.line
{
    background-color: #3F9C35;
    height: 3px;
    clear: both;
}

.footer
{
    font-size: 7pt;
	padding: 5px;
	background-color: #566055;
	color: #99DD99;
	position: relative; /* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

.footer a:link { color: #99DD99; text-decoration: underline; }
.footer a:visited { color: #99DD99; text-decoration: underline; }
.footer a:active { }
.footer a:hover { color: #BBFFBB;  }


.side_container
{
	position: relative;
	float: left;
	width: 20%;
	height: 800px;
	background: #005B82;
	overflow: hidden;
}

.side_container .links 
{
    position: absolute; 
    top: 40px; 
    left: 10px;
    right: 15px;
}

.side_container .links .title
{
    color: #CCFFBB;
    font-weight: bold;
    font-size: 9pt;
    margin-bottom: 10px;
}

.side_container .links a
{
    background-color: #115577;
    width: 100%;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: #3F9C35;
    float: left;
    margin-bottom: 5px;
    padding: 2px;
    text-decoration: none;
}

.side_container .links a:link 
{ 
    color: #CCFFBB; 
}

.side_container .links a:visited 
{ 
    color: #CCFFBB; 
}

.side_container .links a:active 
{ 
}

.side_container .links a:hover 
{ 
    background-color: #175B7D;
    font-weight: bolder; 
}

.side_container .about
{
    position: absolute; 
    bottom: 80px; 
    left: 0px; 
    white-space: nowrap; 
    color: #99CCDD; 
    height: 100px; 
    width: 180px; 
    padding: 10px; 
    font-size: 8pt; 
    clear: both;
}

.side_container .linkedin
{
    position: absolute; 
    bottom: 10px; 
    left: 10px;
}

.content_container
{
	width: 80%;
	height: 800px;
	float: left;

    background-color: #FFFFFF;
    background-image: url(../images/symbol_bg_500x420.gif);
    background-repeat: no-repeat;
    background-position: center;
    overflow: visible;
}

.navigation_bar
{
    font-family: Sans-Serif;
    font-size: 10pt;
    padding: 10px;
    padding-left: 0px;
	background: #005B82;
	height: 20px;
}


.navigation_bar  a
{
    background-color: #115577;
    width: 150px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: #3F9C35;
    float: left;
    margin-right: 5px;
    padding: 2px;
    text-decoration: none;
}

.navigation_bar a:link 
{ 
    color: #CCFFBB; 
}

.navigation_bar a:visited 
{ 
    color: #CCFFBB; 
}

.navigation_bar a:active 
{ 
}

.navigation_bar a:hover 
{ 
    background-color: #175B7D;
    font-weight: bolder; 
}

.navigation_item
{
    background-color: #115577;
    width: 100px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: #3F9C35;
    float: left;
    margin-right: 5px;
    padding: 2px;
}

.navigation_bar a:link { color: #CCFFBB; text-decoration: none; }
.navigation_bar a:visited { color: #CCFFBB; text-decoration: none; }
.navigation_bar a:active { }
.navigation_bar a:hover { background-color: #175B7D; font-weight: bolder; }
    
.content
{
    height: 740px;
    padding: 10px;
    overflow: auto;
}

/* For tables containing information */

.info_table
{
    border-style: solid;
    border-width: 2px;
    border-collapse: collapse;
    border-color: #005B82;
    vertical-align: top;
    width: 100%;
}

.info_table thead
{
    font-weight: bold;
    color: #FFFFFF;
	background: #005B82;
}

.info_table td
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
}
