/* CSS Document */
.borderleftred {
	border-left:1px solid #E31836;
}
.borderbotgray {
	border-bottom:1px solid #999999;
}

/********************* text styles **********************/

a {
        color: #cc0033;
        text-decoration: none;
        outline: none;
}
a:hover {
        color: #000000;
        text-decoration: none;
}

a.blacklink:link {
        color: #666666; 
}
a.blacklink:visited {
        color: #666666; 
}
a.blacklink:active {
        color: #666666; 
}
a.blacklink:hover { 
        color: #CC0033; 
}             

a.blacklink2:link { 
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        text-decoration: none;
        color: #666666; 
        text-decoration: none;
}
a.blacklink2:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        text-decoration: none;
        color: #666666; 
} a.blacklink2:active { 
        color: #666666; 
} a.blacklink2:hover { 
        color: #CC0033; 
}             


a.redlink:link { 
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        text-decoration: none;
        color: #CC0033; 
}
a.redlink:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        text-decoration: none;
        color: #CC0033; 
}
a.redlink:hover { 
        color: #000000; 
}             

a.showlink:link { 
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: normal;
        text-decoration: none;                    
        font-weight: 500;
        text-transform: uppercase;
        color: #CC0033; 
}
a.showlink:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: normal;
        text-decoration: none;
        font-weight: 500;
        text-transform: uppercase;
        color: #CC0033; 
}
a.showlink:hover { 
        color: #000000; 
} 

.bignumber1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCCCCC;
	font-weight: bold;
}
.bignumber2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        color: #CCCCCC;
        font-weight: bold;
}

a.dropdown:link {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #CC0033;
    text-decoration: none;
}
a.dropdown:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: lowercase;
        color: #CC0033;
        text-decoration: none;
}
a.dropdown:active {
        color: #CC0033;
}
a.dropdown:hover {
        color: #000000;
}

a.dropdown_black:link {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: lowercase;
        text-decoration: none;
        color: #000000;
}
a.dropdown_black:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: lowercase;
        text-decoration: none;
        color: #000000;
}
a.dropdown_black:active {
        color: #000000;
}
a.dropdown_black:hover {
        color: #CC0033;
}

.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
}
.bignumbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #CCCCCC;
}
.headers {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        color: #666666;
}
.doc_headers {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        color: #CC0033;
}
.headers2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.redtext {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: 500;
        text-transform: uppercase;
        color: #cc0033;
}
.blacktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
        font-weight: 500;
	text-transform: uppercase;
	color: #000000;
}

.style1 {font-size: 14px}
.style2 {color: #999999}
.style3 {font-size: 14px; color: #999999; }
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-transform: none;
	color: #666666;
}


.lightgreyBG{background-color:#E0E0E0}
.whiteBG{background-color:#ffffff}
.blueBG{background-color:#00578D; color:white;}


ul {
        margin:10px;
        padding:1px;
        list-style-position: inside; 
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        text-transform: none;
}
li {
        list-style-type:disc;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        text-transform: none;
        color: #666666;
}

.highlightit img{
        border: 1px solid #FFFFFF;
}
.highlightit:hover img{
        border: 1px solid #CC0033;
}
.highlightit:hover{
        color: red; 
        border: 0px;
}

.smalltxt {
font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#666666;
}
.borderbotgray {
    border-bottom: 1px solid #999999;
}



.home_menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        color: #cc0033;
}

div.project_links {
     width: auto;
} 

/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

.containerborder {
	border-top:0px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}
.headerhome {
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
height:64px;
padding-right:37px; 
text-align:right;
overflow:hidden;
}
.cslheader {
background-image:url(../images/header_interior.jpg);
background-repeat:no-repeat;
height:64px;
padding-right:37px; 
text-align:right;
overflow:hidden;
}
.chlheader {
background-image:url(../images/header_interior.jpg);
background-repeat:no-repeat;
height:64px;
padding-right:37px; 
text-align:right;
overflow:hidden;
}
.contentcell {

}
div.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	padding-bottom:5px;
}
div.footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	text-decoration:none;
}
div.footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#d32026;
	text-decoration:none;
}
/* Curved borders for bottom */

.inset {  
width:960px;
  background:transparent;
  margin-right:auto;
   margin-bottom:0px;
  margin-left:auto;  

  }
.inset h1, .inset p {
  margin:0 10px;
  }
.inset h1 {
  font-size:2em; color:#fff;
  }
.inset p {
  padding-bottom:0.5em;
  }
.inset .b1, .inset .b2, .inset .b3, .inset .b4, .inset .b1b, .inset .b2b, .inset .b3b, .inset .b4b {
  display:block; 
  overflow:hidden;
  font-size:1px;
  }
.inset .b1, .inset .b2, .inset .b3, .inset .b1b, .inset .b2b, .inset .b3b {
  height:1px;
  }
.inset .b2 {
  background:#fff; 
  border-left:1px solid #ccc; 
  border-right:1px solid #ccc;
  }
.inset .b3 {
  background:#fff; 
  border-left:1px solid #ccc; 
  border-right:1px solid #ccc;
  }
.inset .b4 {
  background:#fff; 
  border-left:1px solid #ccc; 
  border-right:1px solid #ccc;
  }
.inset .b4b {
  background:#fff; 
  border-left:1px solid #ccc; 
  border-right:1px solid #ccc;
  }
.inset .b3b {
  background:#fff; 
  border-left:1px solid #ccc; 
  border-right:1px solid #ccc;
  }
.inset .b2b {
  background:#fff; 
  border-left:1px solid #ccc; 
  border-right:1px solid #ccc;
  }
.inset .b1 {
  margin:0 5px; 
  background:#ccc;
  }
.inset .b2, .inset .b2b {
  margin:0 3px; 
  border-width:0 2px;
  }
.inset .b3, .inset .b3b {
  margin:0 2px;
  }
.inset .b4, .inset .b4b {
  height:2px; margin:0 1px;
  }
.inset .b1b {
  margin:0 5px; 
  background:#ccc;
  }
.inset .boxcontent {
  display:block; 
  background:#fff; 
  border-left:1px solid #ccc; 
  border-right:1px solid #ccc;
  padding-bottom:0px;
  }
  /********************************************************/



#assoctable {
}
#assoctable td {
    padding-top:20px;
    padding-bottom:20px;
    padding-left:0px;
}
#assoctable img {
}

#client_table {
}
#client_table td {
    padding-top:20px;
    padding-bottom:20px;
    padding-left:0px;
}

img {border: 0px;}

.indented ul {width: 500px;}