@charset "UTF-8";
/* CSS Document */

#inner{ font: 11px Arial, Verdana, sans-serif; color:#868686; }


#homeBlocks{ font: 11px Arial, Verdana, sans-serif; color:#868686; }

object { outline:none; }




/* ------------------------- */
/* REUSE STYLE: GENERAL */
/* ------------------------- */
body{
	font: 11px Arial, Verdana, sans-serif; 
	color: #868686;
    margin: 0px;
    padding: 0px;
    background-image: url(/_images/background.jpg);
    background-repeat: repeat-x;  
}

a {
    text-decoration: none;
    color:#f8981d;
}
a:visited {
    text-decoration: none;
    color:#f8981d;
}

a:hover {
    text-decoration: none;
    color:#6b6b6b;
}
.orangesmallarrow{
    background:transparent url(/_images/orangesmallarrow.gif) no-repeat scroll 0 center;
    float:left;
    height:7px;
    width:7px;
    margin-top:5px;
    margin-right:6px;
}
.sitetoolLink a {
    text-decoration: none;
    color:#f8981d;
}

.sitetoolLink a:hover {
    text-decoration: none;
    color:#6b6b6b;
}



/* ------------------------- */
/* REUSE STYLE: HEADER */
/* ------------------------- */

#leopardlogo {
    margin-top: 10px;
    margin-left: 20px;
    border-width: 0px;
    border-style: solid;
    border-color: #000;
	
}
#contactLink {
	position: absolute;
	left: 900px;
    border-width: 0px;
    border-style: solid;
    border-color: #000;
}
#contactLink a {
    text-decoration: none;
    color:#6b6b6b;
}
#contactLink a:hover {
    text-decoration: none;
    color:#f8981d;
}

/* ------------------------- */
/* REUSE STYLE: FOOTER */
/* ------------------------- */
#footerPlacement{
	position: absolute;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 50px;
    width: 930px;
    height: 22px;
    border-width: 0px;
    border-style: solid;
    border-color: #000;    
    background-color: #e7e7e7;
}
.footerEachLink{
    float:left; 
    margin-top: 4px;
    margin-left: 15px;
    border-width: 0px;
    border-style: solid;
    border-color: #000;
}
.footerEachLink a {
    text-decoration: none;
    color:#6b6b6b;
}
.footerEachLink a:hover {
    text-decoration: none;
    color:#f8981d;
}
#copyright{
    float:right;
    margin-top: 4px;
    margin-right: 15px;
    font-size: 10px;
    border-width: 0px;
    border-style: solid;
    border-color: #000;
}



/* ------------------------- */
/* REUSE STYLE: MENU */
/* ------------------------- */
#navwrapper {
    margin-top: 60px; 
}


/* ------------------------- */
/* REUSE STYLE: COLUMNS LAYOUT
   [http://fu2k.org/alex/css/layouts/3Col_NN4_FMFM.mhtml]
/* ------------------------- */
.dottedline {
    float: left;
    border-left-style: dashed ; 
    border-left-color: #a1a1a1; 
    border-left-width: 1px; 
    height: 2000px;
}

.clear {
    clear: both;  /* CSS HACK: only for NN4, so now use Caio hack to cleanse palette */
} 
.clear {
    display: none; /* box-wrap is only needed if you want to set a background color for the columns, put a border round the content block or fix the content width */
}

.boxWrap{
    width: 1000px;
}
.boxHeader {
    color: #000000;
    margin: 0px;
    padding: 0.5em;
    border: none;
}
.boxFooter {
    padding: 0.5em;
    clear: both;
    border: none
}
#columnsFloat {
    margin-top: 16px;
    float: left;
    width: 1000;
    border-width: 0px;
    border-style: solid;
    border-color: #000;
}
#columnSpacer {
    float: left;
    width: 30px;
    border-width: 0px;
    border-style: solid;
    border-color: #000;
}
#columnOne { 
    float: left;
    width: 230px;
    border-width: 0px;
    border-style: solid;
    border-color: #000;
}
#columnTwo {
    float: left;
    width: 230px;
}
#columnThree {
    float: left;
    width: 230px;
}
#columnCombinationTwoThree {
    float: left;
    width: 460px;
    border-width: 0px;
    border-style: solid;
    border-color: #000;
}
#columnFour {
    float: left;
    width: 230px;
}

#combinationOf3Columns {
    float: left;
    width: 690px;
    border-width: 0px;
    border-style: solid;
    border-color: #000;
}

#columnSpacerContent, #columnOneContent, 
#columnTwoContent, #columnThreeContent, #columnCombinationTwoThreeContent, 
#columnFourContent {
    padding: 1px;
    border: none;
}
    
/* VERTICAL PADDING ABOVE COLUMNS */
#boxHeader
    { margin-bottom: 0px; }
/* CSS HACK:  position:relative needed by IE6 otherwise the header 
    and col 2 don't show up on initial rendering - they're there but 
    you have to minimise the window or switch to another app and back 
    to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
    NB. the use of pos:rel has to go way beyond skin-deep - any nested element 
    that needs a background colour appears to require to be be 
    relatively positioned */ 
#boxWrap, #columnsFloat, #columnSpacer, #columnOne, 
#columnTwo, #columnThree, #columnFour, #columnFive, #columnCombinationTwoThree
    { position: relative; }
    
    
/* ------------------------------------------ */
/* REUSE STYLE: Content area and its text */
/* ------------------------------------------ */
.tableContent {
	height: 560px;
    padding: 20px 20px 0px 20px;
    margin-top: 0px;

    /*background-color: #f4f4f4;*/
}
.titleText {
    font-size: 30px;
    color: #595959;
    font-weight: bold;
    letter-spacing:-0.01em;
    line-height:110%;
}
.subPhraseText {
	font-size: 13px;
	font-weight: bold;
}
.subTitleText {
    color: #f8981d;
}

.iconPdf {
    background:transparent url(/_images/icon_pdf.gif) no-repeat scroll 0 center;
    height:17px;
    width:19px;
    float: right;
}
