﻿body  
{
    background-color:#1b1717; 
    font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
  
}
a
{
    color: #2e6ab1;
}
#main
{
     
}
#masthead
{
     
}
.ldg
{
    font-size: 36pt;
    font-family: Arial;
    color: #6d6868;
}
.bl
{
    font-size: 20pt;
    font-family: Arial;
    color: #1b1717;
}
#container {
	position: relative;
	width: 100%;
	height: 500px;
}

#left_col
{
    width: 171px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 535px;
    background-image: url('images/navback.jpg');
    font-family: Arial;
        
}

#page_content
{
    margin-left: 190px; 
    color: #d2d2d2;
    background-image: url('images/waveback.jpg');
    min-height: 535px;
    width: 660px;

}

#footer
{
    border-top: solid 1px #999999;
    padding: 4px;
    text-align: center;
    font-size: small;
    width: 860px;
    color: #6d6868;
}

.lg
{
    font-size: 36pt;
    font-family: Arial;
    color: #a6a1a1;
}
.cwsm
{
    font-family: Arial;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}
#banner
{
    padding: 10px;
    height: 55px;
    float: left;
    width: 550px;
}
#banner2
{
    padding: 10px;
    /*height: 55px;*/
    margin-left: 550px;
}        
.navigation
{
    margin-top: -1px;
}
.header
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: bold;
    color: #bcb5fd;
    line-height: 40px;
}
.header2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #bcb5fd;
}
.headerresume
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}
.headerwhy
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}
.spacer
{
    font-family:Arial;
    font-size: 10px;
}
#callout {
	border: 7px solid #1b1717;
	float: right;
	
}

#contactcallout {
	border: 1px solid #ffffff;
	position: absolute;
	margin-left: 250px;
	padding: 7px;
	
}

#calloutleft {
	border: 7px solid #1b1717;
	float: left;
		
}
#waveback
{
    background-image: "images/wavesback.jpg";
    background-repeat: repeat;
    z-index:-1;
}
.footnote
{
    font-size: 11px;
    font-style: italic;
}




.glidecontentwrapper{
position: relative; /* Do not change this value */
/*margin-left: 100px;*/
width: 470px;
height: 300px; /* Set height to be able to contain height of largest content shown*/
/*border: 3px solid #a6a1a1;*/
overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */

background: #1b1717;
padding: 10px;
visibility: hidden;
width: 450px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 150px;  
float:left;
margin-bottom: 6px;
margin-top: 6px;
}

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
/*border: 1px solid black;*/
color: #2e6ab1;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}

.glidecontenttoggler a.selected
{
    /*style for selected page's toggler link. ".selected" class auto generated! */
    color: #ffffff;
}

.glidecontenttoggler a:hover{
color: #a9a8a8;
}
.glidecontenttoggler2{ /*style for DIV used to contain toggler links. */
width: 150px;  
float:left;
margin-bottom: 6px;
margin-top: 6px;
/*text-align: center; How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/
.glidecontentwrapper2{
position: relative; /* Do not change this value */
/*margin-left: 100px;*/
width: 470px;
height: 300px; /* Set height to be able to contain height of largest content shown*/
/*border: 3px solid #a6a1a1;*/
overflow: hidden;
}
.glidecontent2{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */

background: #1b1717;
padding: 10px;
visibility: hidden;
width: 450px;
}
.glidecontenttoggler2 a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
/*border: 1px solid black;*/
color: #2e6ab1;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}

.glidecontenttoggler2 a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
color: #ffffff;
}

.glidecontenttoggler2 a:hover{
color: #a9a8a8;
}
.glidecontent3{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #1b1717;
padding: 10px;
visibility: hidden;
width: 450px;
}
.glidecontentwrapper3{
position: relative; /* Do not change this value */
/*margin-left: 200px;*/
background-image: "images/quotebg.jpg";
width: 470px;
height: 380px; /* Set height to be able to contain height of largest content shown*/
/*border: 3px solid #a6a1a1;*/
overflow: hidden;

}
.glidecontenttoggler3{ /*style for DIV used to contain toggler links. */
width: 150px;  
float:left;
margin-bottom: 6px;
margin-top: 6px;
}
.glidecontenttoggler3 a
{
    /*style for every navigational link within toggler */
    display: -moz-inline-box;
    display: inline-block; /*border: 1px solid black;*/
    color: #2e6ab1;
    padding: 1px 3px;
    margin-right: 3px;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

.glidecontenttoggler3 a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
color: #ffffff;
}

.glidecontenttoggler3 a:hover{
/*background: #ece6e6;*/
color: #a9a8a8;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}


.glidecontenttogglerwedo
{
    /*style for DIV used to contain toggler links. */
    width: 250px;
    float: left;
    margin-bottom: 6px;
    margin-top: 6px;
    line-height: 25px;
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/
.glidecontentwrapperwedo{
position: relative; /* Do not change this value */
/*margin-left: 100px;*/
width: 370px;
height: 200px; /* Set height to be able to contain height of largest content shown*/
/*border: 3px solid #a6a1a1;*/
overflow: hidden;
}
.glidecontentwedo{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */

background: #1b1717;
padding: 10px;
visibility: hidden;
width: 350px;
}
.glidecontenttogglerwedo a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
/*border: 1px solid black;*/
color: #2e6ab1;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}

.glidecontenttogglerwedo a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
color: #ffffff;
}

.glidecontenttogglerwedo a:hover{
color: #a9a8a8;
}




img.quote
{
position:absolute;
left:0px;
top:0px;
z-index:-1
}

img.quote2
{
position:absolute;
left:200px;
top:150px;
z-index:-1
}


.bqstart {
     float: left;
     height: 65px;
     margin-top: -90px;
     padding-top: 65px;
     margin-bottom: -50px;
     font-size: 700%;
     color: #2e6ab1;
 }

 .bqend {
     float: right;
     height: 25px;
     margin-top: -70px;
     padding-top: 45px;
     font-size: 700%;
     color: #2e6ab1
 }
 .wedotable
{
    font-size: 14px;
    font-weight: bold;
}
 
/* * {margin:0; padding:0}*/
#text {margin:50px auto; width:500px}
.hotspot {color:#2e6ab1; cursor:pointer; }

#tt {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}
