html {
    background-color: #f8f8f8;
    /*background-color:rgba(48, 156, 195, 0.05);*/
}

body {
    margin: 0 auto;
    width: 1000px;
    font-size:14px;
    padding: 2em;
   font-family: 'Arial', 'Segoe UI',  Helvetica, Sans-Serif;
    line-height: 1.5em;
    background-color: #fff;color: #333;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}


.colwrapper { width:100% ; }
.ltcol, .ctcol, .rtcol {  padding:10px; }
.ltcol {width:240px; height:100%;text-align:right; margin-top:-10px;}
.ctcol {width:500px;  }
.ltcol, .ctcol { float:left; }
.rtcol { float:left; width:190px; }

.indexText {
    margin-top:12px;
    font-size:18px;
}

.ltcol
 {
    text-transform: uppercase;
    font-family: "Gill Sans Std", "Gill Sans MT", Verdana, "Bitstream Vera Sans", sans-serif; 
}


.rtcol{
    text-align:left;
    line-height: 1.3em;
    border-left-style: solid;
    border-left-width: thin;
    color:#333;
    font-size: 16px;
    font-family: 'Calibri', 'Segoe UI',  Helvetica, Sans-Serif;

}

.ctcolindex{ width:70%;  padding:10px; float:left; }

.ctcol,.ctcolindex {
    font-size:16px;
    font-family: 'Calibri', 'Segoe UI',  Helvetica, Sans-Serif;
}

.rtcolTextPos 
{
    margin-top: -15px;
}

.bottom {
    margin-bottom:-30px;
}

h1, h2, h3, h4, h5, h6, .topHeader, .topSubheader{
    font-family: 'Segoe UI',Helvetica,  Sans-Serif;
    font-weight: 500;
    line-height: 0.6em;  
    margin-bottom: 0px;
}
.topHeader {margin-bottom: 2px;}

h2 {margin-bottom: 15px;}
h3{margin-bottom: 4px;margin-top: 20px;}

.topHeader, .topSubheader 
{
    line-height: 1.3em;  
}
h1, h2, h3, h4, h5, h6 {
    color:#333;
}

.textlink {
    text-decoration: underline;
}

.centerOffset {
    margin:-4px;
    margin-top:-20px;
}

.projecttitle{
    font-family: 'Segoe UI', Helvetica,  Sans-Serif;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    margin-top:8px;
    color: #0A9AD1;
}

.projectsubtitle{
    
    padding-bottom: 5px;
}

.imageBox {
    padding-top:5px;
    position: relative;
    margin-left:-4px;
    line-height: 20px;
    color: #eee;
    text-align: left;
    font-size:17px;
    text-transform: lowercase;
}

.imageInfo 
{
    font-size:16px;
    margin-top:-13px;
    margin-bottom: 8px;
    text-align: center;
}


/* Info Box */
label, a {
    color: #333;
    cursor: pointer;
    text-decoration: underline;  
}


.imageBackground {
    top:40px;
    position: absolute;
    background-color:rgba(0,0,0,0.8);
    left:4px;
    padding-left:20px;
    width:420px;
}


.info h3 {
    margin: 0 0 0px;
    
    font-size: 24px;
    font-style: bold;
    text-transform: uppercase;
}

.info {
    line-height: 20px;
    position: absolute;
    padding: 30px 30px;
    opacity: 0;
    text-align: left;
    font-size:17px;
    text-transform: lowercase;
}

.topHeader {
    position:relative;
    font-size:40px;
    right:-65px;
    top:12px;
    color: #fff;
}

.topSubheader {
    position:relative;
    font-size:16px;
    right:-305px;
    top:-16px;
    color: #eee;
    text-transform: lowercase;
}


div.leftlink
{
	position:relative;
    margin-top:0px;
    margin-bottom:3px;
    list-style: none;
    letter-spacing: 1px;
    font-size:13px; /*Overriden for index and about page in .lefttitle*/
;}


div.leftlinkproject
{
	position:relative;
    margin-top:0px;
    margin-bottom:3px;
    font-size:13px;
    list-style: none;
    letter-spacing: 1px;
    text-align:right; 
    margin-top:10px; 
    margin-bottom:2px; 
    text-decoration:none;
    
    border-bottom-style: solid;
    border-bottom-width: thin;

}

.leftlink:hover{
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
    background-color:#132531;
    color:#fff;
}

div.leftlink a {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    text-decoration:none; /* Makes sure the link   doesn't get underlined */
    z-index:10; /* raises anchor tag above everything else in div */
    background-color:#fff;
    opacity: 0; /*workaround to make clickable in IE */
  }

#container{
    width:100%;
    margin-top:-30px;
    position:absolute;
    left:0;
    right:0;
    background:#132531;
    height: 65px;
}

div.clickable { /* Containing div must have a position value */
    margin-top:-15px;
    position:float;
	position:relative;
	left:-28px;
    top:-15px;
    height:65px;
    background-color:#132531;
}

div.clickable a {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    text-decoration:none; /* Makes sure the link   doesn't get underlined */
    z-index:10; /* raises anchor tag above everything else in div */

}

img
{
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
    margin: 10px 0px;
    max-width: 99%;
}

div.rightbarHead
{
    margin-top: 10px;
}

div.rightbarNormal
{
    margin-left: 5px;
    font-size: 95%;
    /*line-height:15px;*/
}

.rightbarNormalLink
{
    text-decoration: underline;
}
.rightbarNormalLink a {
    display: block;
    height: 100%;
    width: 100%;
}

div.lefttitle{
    /*font-size:13px;*/
}

.rightbarNormalLink a:hover{
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    background-color:#132531;
    color:#fff;
}

samp
{
    /* hide <samp> from the browser so we can show cool features in Edge Code */
    display: none;
}

.nooutline {
     -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.0) !important;
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.0) !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    max-width: 100% !important; 
    margin-bottom: -20px;   
    
}