@charset "utf-8";
/* CSS Document */

body{

	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
	background-repeat:repeat-y;
	background-position:center;

}

/*---------------------------------------------*/


.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	

	background:#FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	background-image: url(../images/mapSide_N.jpg);
	background-position:bottom;
	background-repeat: no-repeat;

} 
.twoColFixLtHdr #header { 
	/*background: #DDDDDD;*/ 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header{

	width: 900px;
	height: 105px;

}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 0px;
	
	
	
	/*border: 1px solid #000000;*/
}

.twoColFixLtHdr #mainContent { 

	background:#FFFFFF;

	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 
.twoColFixLtHdr #footer {
 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 

	background-image:url(../images/footer_bg_N.jpg);

	height: 100px;

	/*border: 1px solid #000000;*/

} 

#footer{

	text-align: center;
	
	margin-top: 20px;
	
	padding-top: 230px;
	
	/*border: 1px solid #000000;*/

}

#footerAdjust{

	margin-top: 69px;

}

#subFooter{

	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	
	
	background:#CC9933;
	
	height:100%;
	
	
}


.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*---------------------------------------------*/


div{

/*
border-style: solid;
border-width: thin;
border-color:#99CCCC;
*/

}

#flashContainer{

height: 340px;

}

#siteArea{

/*
border-style: solid;
border-width: thin;*/


padding: 20px;

background-image:url(../images/bgImageShort.jpg);
background-repeat:no-repeat;
/*background-position: center; */

height:720px;
width:920px;

margin-right:auto;
margin-left:auto;

}



#siteAreaHome{

/*
border-style: solid;
border-width: thin;*/


padding: 20px;

background-image:url(../images/bgImageHome.jpg);
background-repeat:no-repeat;
/*background-position: center; */

height:720px;
width:920px;

margin-right:auto;
margin-left:auto;

}

/*---alternate site background for taller pages---*/

#siteAreaB{

/*
border-style: solid;
border-width: thin;
border-color:#666666;*/


padding: 20px;

background-image:url(../images/bgImageLong.jpg);
background-repeat:no-repeat;
/*background-position: center; */

height:1100px;
width:920px;

margin-right:auto;
margin-left:auto;

}

#siteAreaC{

/*
border-style: solid;
border-width: thin;
border-color:#666666;*/


padding: 20px;

background-image:url(../images/bgImageShort.jpg);
background-repeat:no-repeat;
/*background-position: center; */

height:720px;
width:920px;

margin-right:auto;
margin-left:auto;

}

#siteAreaD{
/*
border-style: solid;
border-width: thin;
border-color:#FF9900;*/


padding: 20px;

background-image:url(../images/bgImageXtraLong.jpg);
background-repeat:no-repeat;
/*background-position: center; */

height:1600px;
width:920px;

margin-right:auto;
margin-left:auto;

}

/*-------------------------------------------------*/


#headerArea{
/*
border-style: solid;
border-width: thin;
*/
padding: 0px;

width: 900px;
height: 105px;

margin-bottom:auto;
margin-left:-11px;
margin-right:auto;
margin-top:auto;

}
    
#bodyArea{
/*
border-style: solid;
border-width: thin;
padding: 3px;*/

width: 850px;

}
    
	
/*--------------------------------------*/	
	
	
#subNav{
/*
border-style: solid;
border-width: thin;
padding: 0px;*/

margin-bottom:0px;
margin-left:-30px;
margin-right:0px;
margin-top:-420px;

width: 255px;

}


#subNavMid{
/*
border-style: solid;
border-width: thin;
padding: 0px;

margin-bottom:0px;
margin-left:-30px;
margin-right:0px;
margin-top:-767px;*/

width: 250px;

}



#subNavPart{
/*
border-style: solid;
border-width: thin;
padding: 0px;*/

margin-bottom:0px;
margin-left:-30px;
margin-right:0px;
margin-top:-1217px;

width: 400px;

}


/*--------------------------------------*/	


.partnerName{

color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;

text-decoration:none;

margin-bottom:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;

}
    
#contentHeader{
/*
border-style: solid;
border-width: thin;*/
padding: 0px;

height:75px;

width: 630px;

margin:0px;
margin-top: 30px;

}

#h2Flash{
/*
border-style: solid;
border-width: thin;
padding: 3px;*/

margin-bottom:0px;
margin-left:350px;
margin-right:0px;
margin-top:-88px;

}


#cFooter{

background:url(../images/footerBg.gif);

width:630px;
height:20px;

margin: 0px;
margin-top: 22px;

}

    
#contentArea{
/*
border-style: solid;
border-width: thin;*/

padding: 0px;

background-color:#FFFFFF;

width:600px;
height:300px;

margin-top: -20px;
margin-right: auto;
margin-left: 220px;
margin-bottom: auto;

}


#contentAreaB{
/*
border-style: solid;
border-width: thin;*/
padding: 0px;

background-color:#FFFFFF;

width:600px;
height:650px;

margin-top: -20px;
margin-right: auto;
margin-left: 220px;
margin-bottom: auto;

}


#contentAreaC{
/*
border-style: solid;
border-width: thin;*/
padding: 0px;

background-color:#FFFFFF;

width:600px;
height:1100px;

margin-top: -20px;
margin-right: auto;
margin-left: 220px;
margin-bottom: auto;

}

#contentAreaF{
/*
border-style: solid;
border-width: thin;*/

padding: 0px;

background-color:#FFFFFF;

width:600px;
height:320px;

margin-top: -51px;
margin-right: auto;
margin-left: 220px;
margin-bottom: auto;

}
  
  
h1{

font-family: Arial, Helvetica, sans-serif;
font-size:40px;
font-weight: bold;
color:#CC6600;
/*color: #2f7036;*/
	
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;

}

.headerHome{

font-family: Arial, Helvetica, sans-serif;
font-size:40px;
font-weight: bold;
color:#CC6600;
/*color: #2f7036;*/
	
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
}
        
h2{
/*
border-style: solid;
border-width: thin;*/

color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
background-color:#307137;

background-image:url(../images/headerBg.gif);

background-repeat:no-repeat;
	
padding: 2px;

margin-top:22px;
	
}

h2.contactHeader{



color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
background-color:#307137;

background-image:url(../images/headerBg.gif);

background-repeat:no-repeat;
	
padding: 2px;

margin:0px;
margin-left:200px;
	

}

#headflash{

	margin:0px;
	margin-top:-94px;
	margin-left: 330px;
	position:absolute;
	z-index: 2;

}

h3{
   color:#666666;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight: bold;
   font-style:normal;
   
}

h4{
   color:#307137;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight: bold;
   font-style:normal;
   
}

        
p{
/*
	border-style: solid;
	border-width: thin;*/

	font: 12px Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	color: #000000;


}

p.parS{

float:left;
position:absolute;


   width: 380px; 

}

p.par1{
/*
border-style: solid;
border-width: thin;*/

   width: 250px; 

}

p.par2{
/*
border-style: solid;
border-width: thin;*/

   width: 400px; 

}

.boldText{

font: 12px Arial, Helvetica, sans-serif;

font-weight:bold;

color:#666666;

width: 410px; 


}

.homeCopy{

font: 12px Arial, Helvetica, sans-serif;

font-weight:bold;

color:#666666;

width: 320px; 


}

        
ul{
   color:#333333;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   font-style:italic;	
}

ul.subSec{

color:#777777;
font-size:12px;
font-style:normal;
font-weight:bold;
list-style-type: none;

}

ul.partnerList{

color:#666666;
font-size:12px;
font-style:normal;
font-weight:bold;
list-style-type: none;

margin-top:-300px;
margin-right:0px;
margin-bottom:0px;
margin-left:200px;
}

ul.servList{


padding:60px;

width: 300px;
height: 350px;

/*
border-style: solid;
border-width: thin;*/

color:#333333;
font-size:13px;
font-style:normal;
font-weight:bold;

background-image:url(../images/listBG.jpg);
background-repeat:no-repeat;

margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;

}


ul.servListSub{
   color:#333333;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   font-style:italic;	

}


ul.csList{

padding:30px;
padding-left: 60px;

width: 550px;
height: 130px;

color:#333333;
font-size:13px;
font-style:normal;
font-weight:bold;

background-image:url(../images/listBGsm.jpg);
background-repeat:no-repeat;

margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}

ul.alliance{
/*
border-style: solid;
border-width: thin;*/

list-style-type: none;

padding-top:0px;
padding-right:0px;
padding-bottom:0px;
padding-left:0px;

margin-top:-60px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;

}

li{

padding-top:8px;
padding-right:0px;
padding-bottom:0px;
padding-left:0px;

}

a.subNavLink{

color:#333333;

font-size:12px;
font-style:normal;
font-weight:bold;

padding-top:0px;
padding-right:0px;
padding-bottom:0px;
padding-left:12px;

background-image:url(../images/greenArrow.gif);
background-repeat:no-repeat;

text-decoration:none;

}

a.partnerLink{

color:#f38120;

font-size:10px;
font-style:normal;
font-weight:bold;

padding-top:0px;
padding-right:0px;
padding-bottom:0px;
padding-left:10px;

background-image:url(../images/greenArrow.gif);
background-repeat:no-repeat;

text-decoration:none;

}
            
#contentFooter{
/*
border-style: solid;
border-width: thin;*/

padding: 3px;

width:620px;
height:15px;

margin-top: 30px;
margin-right: auto;
margin-left: 220px;
margin-bottom: auto;

background-image:url(../images/footerBg.gif);

background-color: #666666;

position:relative;

z-index: 2;

}


/*-------footer code----------*/
    
#footerAreaA{

font: 10px Arial, Helvetica, sans-serif;
font-weight: normal;
color: #F38120;
	
margin-top: 200px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;

padding:0px;
padding-left:100px;
	
width: 800px;

text-align:center;

position:absolute;

top:497px;

}


#footerAreaB{

	font: 10px Arial, Helvetica, sans-serif;
	font-weight: normal;

	border: 1px solid #000000;
	
	margin: 0px;

	padding:0px;
	/*padding-left:100px;*/
	
	width: 800px;

	text-align:center;

	position:absolute;

/*top:1050px;*/

}


#footerAreaC{

font: 10px Arial, Helvetica, sans-serif;
font-weight: normal;
color: #F38120;
	
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;

padding:0px;
padding-left:100px;
	
width: 800px;

text-align:center;

position:absolute;

top:1550px;

}

#footerAreaD{

font: 10px Arial, Helvetica, sans-serif;
font-weight: normal;
color: #F38120;
	
margin-top: 200px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;

padding:0px;
padding-left:100px;
	
width: 800px;

text-align:center;

position:absolute;

top:498px;

}

#footerLink{

padding:0px;
padding-left:100px;


}



.sizeChange{

font-size: 11px;

}

/*-------footer code----------*/
/*--------------------IMAGE CSS BELOW----------------------------*/



#imgHoldAbout{

margin:0px;

}

.csImage{

	margin-top: 10px;
	margin-right: 0px;
	margin-left: -120px;
	margin-bottom: 0px;
}

#imgHoldSub{

	float:right;

	width:180px;
	height: 400px;
	
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: -80px;

}


#imgHoldSubLg{
/*
border-style: solid;
border-width: thin;*/

margin-top: -9px;
margin-right: 0px;
margin-left: 364px;
margin-bottom: -320px;

position:relative;

z-index: 1;

}

#csImgHolder{

text-align:center;

width:630px;

margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;

position:relative;

z-index: 1;



}


#imgHoldPartner{
/*
border-style: solid;
border-width: thin;*/

margin-top: 0px;
margin-right: 0px;
margin-left: 430px;
margin-bottom: -220px;

}

img.pageImage{

margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;

}

img.pageImageAbout{

margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 10px;

}

#imgHoldPartSet1{
/*
border-style: solid;
border-width: thin;
border-color:#990000;*/

width:250px;

padding:10px;


margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;

}

#imgHoldPartSet2{
/*
border-style: solid;
border-width: thin;
border-color:#009900;*/

width:250px;

padding:10px;

margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;

}

#imgHoldPartSet3{
/*
border-style: solid;
border-width: thin;
border-color:#FF6600;*/

width:259px;

padding:10px;

margin-top: -278px;
margin-right: 0px;
margin-left: 275px;
margin-bottom: 0px;

}

#imgHoldPartSet4{
/*
border-style: solid;
border-width: thin;
border-color:#006699;*/

width:259px;

padding:10px;

margin-top: 0px;
margin-right: 0px;
margin-left: 275px;
margin-bottom: 0px;

}

#contentShift{

margin-top: -25px;
margin-bottom: 40px;

}

#contentShiftStrat{

margin-top: 40px;
margin-bottom: -40px;

}


/*------------------------------------------------*/


.listHeader{    
	color:#666666;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight: bold;
   font-style:normal;

}

.pushText{  
 
   color:#666666;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight: bold;
   font-style:normal;

}


a.listLink{
   color:#FF9900;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight: bold;
   font-style:normal;
   
}

/*--- inline links ---*/
a.inline:link {

   color:#f38120;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight: bold;
   font-style:normal;

}


a.inline:visited {
color: #307137
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight: bold;
   font-style:normal;

}

a.inline:hover {
color:#FF9900;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight: bold;
   font-style:normal;

}

a.inline:active {
color: #f38120;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight: bold;
   font-style:normal;}



a.inlineSmall:link {

   color:#f38120;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:10px;
   font-style:normal;
   
   	margin: 0px;
	margin-right: 70px;
	/*
	border-style: solid;
	border-width: thin;
	border-color:#FFFFFF;
*/

}


a.inlineSmall:visited {
	color: #FF9900; 
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:10px;
   font-style:normal;	
	margin: 0px;
	margin-right: 70px;

}

a.inlineSmall:hover {
	color:#FFFFFF; 	
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:10px;
   font-style:normal;
	margin: 0px;
	margin-right: 70px;

}

a.inlineSmall:active {
	color: #f38120;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:10px;
   font-style:normal; 	
	margin: 0px;
	margin-right: 70px;
	
	}




/*--- ------------- ---*/



.infoBreakout{

padding:20px;
padding-left: 30px;

width: 294px;
height: 96px;

color:#333333;
font-size:13px;
font-style:normal;
font-weight:bold;

background-image:url(../images/breakoutGB.gif);
background-repeat:no-repeat;

}


a{

text-decoration:none;

}

.testi{
       color:#f38120;
	   font-family:Verdana, Arial, Helvetica, sans-serif;
	   font-size:12px;
       font-weight:bold;
       font-style:Italic;
	   }

#testParagraph{

padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 10px;

}

/*---------------------Home page only styles--------------------*/

#contentPadding{

padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;

}

#homeFlash{


padding: 0px;

width: 900px;
height: 250px;

margin-bottom:auto;
margin-left:-11px; 
margin-right:auto;
margin-top:-0px;

background-color:#FFFFFF;
}

#introParagraph{

padding: 0px;

width: 300px;
height: 297px;

margin-bottom:auto;
margin-left: -11px;
margin-right:auto;
margin-top:1px;

background-image:url(../images/footerPartA2.gif);
background-repeat:no-repeat;

}

#bodyFlash{

padding: 0px;

width: 550px;
height: 297px;

margin-bottom:auto;
margin-left:339px;
margin-right:auto;
margin-top:-298px;

background-color:#333333;

}


#servicesPreview{

padding: 0px;

width: 320px;
height: 297px;

margin-bottom:auto;
margin-left: 569px;
margin-right:auto;
margin-top:-297px;

background-color:#FFCC66;

}

#homeBorder{

background-image:url(../images/homeBorder.gif);
background-repeat:repeat-x;

width: 900px;
height: 5px;

margin-bottom:auto;
margin-left:-11px; /*NOTE  -15px is needed here for FF compliance*/
margin-right:auto;
margin-top:10px;

}

.title{

color:#f38120;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;


}


/*----- form CSS ------*/

input{

border:none;
background:#999999;


}


nameFields{

margin-bottom:0px;
margin-left:0px; 
margin-right:0px;
margin-top:0px;


}

addressFields  {


}
                                                                                          
phoneField{


}
                                                       
faxField{


}
                                                        
emailField{


}
                                                        
checkBoxes{


}
                                                   
messageField{


}




/*----------------------for flash temp site---------------------*/

#topBar {


	margin-top: 8px;


}


#contentHome {


	margin-top: 0px;
	margin-left: 15px;


}

#homeFlashMovie {

	margin-top: 0px;
	margin-left: 0px;


}

#tableShift {


	margin-top: 0px;
	margin-left: -23px;


}


/*-------------------------------------------*/



.controlFormat
{
	border: solid 0px;
	background-color: #d6d6d8;
	
}

.hrDotted
{
	border: dotted 2px #949494;
	width: 250px;
}

.headerFont
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
}

.controlLabelFont
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 9pt;
	color: #666666;
	padding-top:6px;
}

.controlFont
{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
}

.controlFontSmall
{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 7pt;
	color: #000000;
}

.errMessage
{
	font-family: Verdana;
	font-size: 7pt;
	color: #ff0000;

}

.checkBox{

border-color:#FFFFFF;
background-color:#999999;

}
