﻿/*--------------------layout---------------------*/
*
{
    margin: 0;
    padding: 0;
}
form
{
    text-align: center;
}
#pgWrapper
{
    width: 770px;
    text-align: left;
    background: #fff;
    margin: 0 auto;
}
#pgHeader
{
    width: 770px;
    height: 95px;
    clear: both;
}
#wrapLogo1 
{
    float: left;
    width: 267px;
    height: 85px;
}
#wrapLogo2 
{
    float: left;
    width: 244px;
    height: 85px;
    vertical-align: top;
}
#wrapSearch 
{
    float: left;
    width: 259px;
    height: 85px;
}
.sf_searchBox 
{
    width: 230px !important;
    border: none !important;
    margin: 0 auto !important;
    padding-top: 30px !important;
}
.sf_searchText 
{
    float: left !important;
    width: 140px !important;
    height: 20px !important;
}
#pgMain
{
    float: left;
    height: auto;
}
#pgLeft
{
    float: left;
    width: 199px;
}
#pgNav 
{
    float: left;
    width: 199px;
    height: 240px;
}
#pgLeftLinks 
{
    float: left;
    width: 199px;
}
.lftLinks 
{
    width: 160px;
    margin: 20px auto;
}
#pgContent 
{
    float: left;
    width: 571px;
    vertical-align: top;
}
#hpFlash
{
    float: left;
    clear: both;
    width: 570px;    
    height: 240px;
    border-left: solid 1px #fff;
}
#hpContent 
{
    float: left;
    clear: both;
    width: 570px;
    height: auto;
    border-left: solid 1px #d3d3d3;
}
#secBreadcrumbs
{
    float: left;
    clear: both;
    width: 569px;
    border-left: solid 1px #fff;
}
#secTitle 
{
    float: left;
    clear: both;
    width: 557px;
    padding: 5px 2px 10px 10px;
    border-left: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;    
}
#wrapPgTitle 
{
    float: left;
    width: 368px;
}
#wrapPgPrint 
{
    float: right;
    width: 153px;
    padding-right: 16px;
}
#secContent 
{
    float: left;
    clear: both;
    width: 533px;
    height: auto;
    vertical-align: top;
    min-height: 360px;
    border-left: solid 1px #d3d3d3;    
    border-right: solid 1px #d3d3d3;
    padding: 0 14px 0 22px;
}
#secCallGEB 
{
    float: left;
    clear: both;
    width: 569px;
    padding-top: 30px;
    border-left: solid 1px #d3d3d3;    
    border-right: solid 1px #d3d3d3;
}
.btnVid
{
    float: left;
    margin: 0 0 10px 0;
}
#secCallGEB .btnCenter
{
    width: 330px;
    margin: 0 auto;
}
#secCallGEB .btnCorner, .btnCorner
{
    float: left;
}
#secCallGEB .btnText, .btnText
{
    float: left;
    height: 20px;
    background: #222;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 3px 5px 0 5px;
}
#secCallGEB .btnText a, .btnText a
{
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
#hpLeft 
{
    width: 369px;
    vertical-align: top;
    padding-bottom: 30px;
}
#hpRight 
{
    width: 200px;
    vertical-align: top;    
    background: #f2f2f2;
    border-left: solid 1px #fff;
    padding-bottom: 30px;    
}
#secLeft 
{
    width: 255px;
    vertical-align: top;
    padding-right: 12px;
}
#secRight 
{
    width: 255px;
    vertical-align: top;
    padding-left: 10px;
}
#pgFooter
{
    float: left;
    clear: both;
}

/*--------------------style---------------------*/
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 12px;
    background: white;
    margin: 0;
    padding: 0;
}
a 
{
    color: #ea1b23;
}
#pgHeader
{
    background: #ea1b23;
}
#wrapLogo1 
{
    background: #ffffff;
}
#wrapLogo2 
{
    background: #ffffff;
}
#wrapSearch
{
    text-align: center;
    background: #ffffff;
}
#pgMain
{
    border-top: solid 1px #fff;
}
a.lftSubNav 
{
    display: block;
    font-weight: bold;
    color: #ea1b23;
    padding: 5px 0 0 0;
}
#hpServices a
{
    line-height: 1.7em;
}
#secBreadcrumbs 
{
    width: 550px;
    min-height: 17px;
    height: auto;
    color: #fff;
    background: #da0a0d url(Images/breadcrumbbg.gif) repeat-x;
    padding: 6px 10px;
}
#secBreadcrumbs a 
{
    color: #fff;
}
#wrapPgTitle 
{
    font-size: 24px;
    color: #ea1b23;
    margin-top: -2px;
    padding: 0 10px;
}
#wrapPgPrint 
{
    padding-top: 5px;
}
#secContent .RadTreeView .rtIn 
{
    font-size: 16px;
    color: #666;
}
#secContent .RadTreeView .rtIn:hover
{
    color: #ea1b23;
    background: #f2f2f2;
}
#pgFooter
{
    width: 559px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #c1c1c1;
    background: #000;
    padding: 10px 0 10px 12px;
}
#pgFooter a 
{
    color: #c1c1c1;
    text-decoration: none;
}
#pgFooter a:hover 
{
    color: #c1c1c1;
    text-decoration: underline;
}
#cright 
{
    margin-top: 1em;
}
.sf_simpleList
{
    list-style-image: url(Images/liarrow12.gif);
    margin: 0 20px 20px 20px !important;
    padding: 0 !mportant;
}
.sf_simpleList li
{
}
.sf_simpleList a 
{
    color: #666 !important;
    text-decoration: none !important;
}
.sf_simpleList a:hover
{
    text-decoration: underline !important;
}
#secContent h3
{
    font-size: 12px;
    color: #ea1b23;
    margin: 1em 0 5px 0;
}
#secContent h2
{
    margin: 1em 0;
}
#secContent p
{
    line-height: 1.4em;
    white-space: normal;
    margin: 0 0 1em 0;
}
.searchResults dt 
{
    margin: 2em 0 0 0;
}
#pgFooter p 
{
    margin: 1em 0;
}
/* Management Team */
ul.mgmtTeamList 
{
    list-style-type: none;
    margin: 20px 0;
}
ul.mgmtTeamList li
{
    margin: 20px 0 30px 0;
}
ul.mgmtTeamList img
{
    margin-right: 10px;
    border: 3px solid #d3d3d3;
}
ul.mgmtTeamList .mgmtName
{
    font-weight: bold;
    padding-top: 5px;
}
ul.mgmtTeamList hr
{
    width: 75%;
    text-align: left;
    color: #fff;
    background-color: #fff;
    border: 1px dashed #666;
    border-style: none none dashed;
}
/* End Management Team */
/* Video Overlay */
#hpVideoWrap 
{
    float: left;
    padding: 0 0 30px 14px;
}
#vidOverlay
{
	display: none;
	width: 550px;
	height: 402px;
	background-image: url(Images/overlays/pgVideo.png);
	margin: 0;
	padding: 0;
}
#vidOverlay div.close 
{
	position: absolute;
	bottom: -9px;
	right: 0;
	width: 35px;
	height: 35px;
	background: url(Images/overlays/icnClose.gif) no-repeat;
	cursor: pointer;
}
/* generic styling for elements inside overlay */
#ovrVidWrap
{
    padding: 15px 12px 0 12px;
}
#ovrVidWrap #player
{
    display: block;
    width: 526px;
    height: 350px;
}
/* End Video Overlay */
/* Generic Lists */
.eQXList
{
    width: 100%;
    margin: 0;
    padding: 0;
}
a.xlst
{
    font-weight: bold;
}
.xlstTitle
{
    font-size: 16px;
    font-weight: bold;
    color: #ea1b23;
}
.xlstControls
{
    width: 530px;
    text-align: right;
    margin: 0;
    padding: 0;
}
.xlstControls a
{
    font-size: 13px;
}
.xList
{
    width: 530px;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
}
.expLI
{
    margin: 0;
    padding: 0 0 10px 0;
}
.expAltLI
{
    margin: 0;
    padding: 0 0 10px 0;
}
h3.xlstItemTitle a
{
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: #ea1b23;
    padding: 10px;
}
h3.xlstItemTitleexp a, h3.xlstItemTitleexpexp a
{
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;    
    background: #ea1b23;
    padding: 10px;
}
.xlstItemBody
{
}
.xlstItemBody ul
{
    list-style: url(Images/bulBadge.gif);
    margin: 0;
    padding: 0 0 0 20px;
}
.xlstItemBody ul li
{
    margin: 0;
    padding: 10px 0;
}
.xlstItemBody ol
{
    margin: 0;
    padding: 0 0 0 20px;
}
.xlstItemBody ol li
{
    margin: 0;
    padding: 10px 0;
}
.xlstItemBody hr
{
    width: 50%;
    height: 1px;
    text-align: left;
    color: #e9cc42;
    background: #ea1b23;
    border: 1px solid #ea1b23;
    margin-left: 0;
}
.xlstItemBody hr.full
{
    width: 100% !important;
}
/* End Generic Lists */
/* Locate-A-Sales-Representative */
#Locate-A-Sales-Representative .xlstTitle 
{
    display: none;
}
.srepTable 
{
    margin: 15px 0;
}
.srepName 
{
    font-weight: bold;
}
/* End Locate-A-Sales-Representative */
/* IN Overlay */
#inOverlay
{
	display: none;
	width: 445px;
	height: 604px;
	background-color: #fff;
	background-image: url(Images/overlays/trans.gif);
	margin: 0;
	padding: 0;
}
#inOverlay div.close 
{
	position: absolute;
	bottom: -9px;
	right: 0;
	width: 35px;
	height: 35px;
	background: url(Images/overlays/icnClose.gif) no-repeat;
	cursor: pointer;
}
/* generic styling for elements inside overlay */
#ovrINWrap
{
    text-align: center;
}
/* End IN Overlay */
/* KY Overlay */
#kyOverlay
{
	display: none;
	width: 800px;
	height: 402px;
	background-color: #fff;
	background-image: url(Images/overlays/trans.gif);
	margin: 0;
	padding: 0;
}
#kyOverlay div.close 
{
	position: absolute;
	bottom: -9px;
	right: 0;
	width: 35px;
	height: 35px;
	background: url(Images/overlays/icnClose.gif) no-repeat;
	cursor: pointer;
}
/* generic styling for elements inside overlay */
#ovrKYWrap
{
    text-align: center;
}
/* End KY Overlay */
/* OH Overlay */
#ohOverlay
{
	display: none;
	width: 566px;
	height: 596px;
	background-color: #fff;
	background-image: url(Images/overlays/trans.gif);
	margin: 0;
	padding: 0;
}
#ohOverlay div.close 
{
	position: absolute;
	bottom: -9px;
	right: 0;
	width: 35px;
	height: 35px;
	background: url(Images/overlays/icnClose.gif) no-repeat;
	cursor: pointer;
}
/* generic styling for elements inside overlay */
#ovrOHWrap
{
    text-align: center;
}
/* End OH Overlay */
/* TN Overlay */
#tnOverlay
{
	display: none;
	width: 800px;
	height: 341px;
	background-color: #fff;
	background-image: url(Images/overlays/trans.gif);
	margin: 0;
	padding: 0;
}
#tnOverlay div.close 
{
	position: absolute;
	bottom: -9px;
	right: 0;
	width: 35px;
	height: 35px;
	background: url(Images/overlays/icnClose.gif) no-repeat;
	cursor: pointer;
}
/* generic styling for elements inside overlay */
#ovrTNWrap
{
    text-align: center;
}
/* End TN Overlay */