﻿* {margin:0;padding:0;}

html{ padding: 0; }

body {
    padding: 0;
    border: 0;
    background: #fff url(../images/interface_background.jpg) repeat-x top center;
    /*font-family: Arial, sans-serif;*/
    font-family: Century Gothic, sans-serif;
    font-size: 80%;
}
img{ border: none; }

a{ text-decoration: none; color: #fff; }
a:hover, a.hoverLink:hover{ color: #f00; }
#footer a:hover{ color: #fff; }

#mainHead{ 
    position: relative; 
    padding: 0;
    top: 0; 
    width: 878px;
    height: 126px;
    margin: 0 auto 0 auto;
    z-index: 10;
    }
    
#homeLink{ position: absolute; left: 50%; margin: 0 0 0 -385px; top: 13px; line-height: 26px; z-index: 12; }
    #homeLinkImg{ border: none; width: 310px; height: 40px; }
     
#contentHolder{
    position: relative; 
    padding: 0;
    width: 878px;
    margin: 0 auto 0 auto;
}

#footer {
    position: relative;
	height: 64px;
	margin: 0 auto 0 auto;
    text-align: center;
    font-size: 10px;
    padding: 0;
    color: #000;
    width: 878px;
    top: -9px;
    z-index: 29;
	} 

.footContent{ padding: 26px 0 0 0; line-height: 16px; }
.footContent a{ font-size: 11px; color: #000; }
.orangeText{ color: #fa8304; }
.orangeBack{ background-color: #fa8304; }
.bolded{ font-weight: bold; }
.inlineBlock{ display: inline-block; }
.textTop{ vertical-align: text-top; }


#rightColumn a.arrowButton, #flowpanes a.arrowButton, #clientLogin a.arrowButton, a.arrowButton{ color: #fff; display:block; height: 34px; width: 150px; background: url(../images/arrowButton.gif) no-repeat;  padding: 5px 0 0 16px; font-size: 12px; font-weight:bold; line-height: 24px; }
#rightColumn a.arrowButton:hover, #flowpanes a.arrowButton:hover, #clientLogin a.arrowButton:hover, a.arrowButton:hover{ color: #000; }

#clientLogin{ 
    position: absolute; left: 50%; margin: 0 0 0 265px; top: 17px; 
    font-size: 13px; font-weight: bold; line-height: 24px; 
    z-index: 12; 
    }
    /*#clientLogin a{ padding: 3px 0 0 0; display: inline-block; height: 30px; width: 107px; text-align: center; }
    #clientLogin a:hover{ background: url(../images/login_over.png) top left no-repeat; color: #000; }*/