﻿@import url('reset.css');
@import url('PressEvents.css');
@import url('Team.css');
@import url('PressReleases.css');
@import url('Customers.css');
@import url('SiteMap.css');

/**   --------- Global ---------   **/

html
{
    overflow-y: scroll;
}
body
{
    _behavior: url( "hover.htc" );
    margin: 0;
    padding: 0;
    xbackground: url( '../Image/Default/top.gif' ) no-repeat;
    font-family: Verdana;
    font-size: 11px;
}

a
{
    color: #0186C6;
    text-decoration: none;
    -moz-outline: none;
    font-size:11px;
}
a:hover
{
    color: #4077B9;
}

input
{
	color: #595959;
    -moz-outline: none;
    margin: 0;
    padding: 0;
    xfont-family: Arial;
}

.right
{
    float: right;
}
.left
{
    float: left;
}

/**    ---------- Structure -----------   **/
#page
{
    xbackground: url( '../Image/Default/top.gif' ) no-repeat;
    position: relative;
    margin: 0 auto;
    width: 809px;
    xheight: 500px;
}

/** Top Menu **/
#page #top
{
    height: 100px;
    margin-bottom: 10px;
    position: relative;
}
#page #top .logo
{
    position: absolute;
    bottom: 3px;
    left: 18px;
}

/*search box*/
#page #top .searchBox
{
    position: absolute;
    right: 10px;
    width: 160px;
    height: 32px;
    background: url( '../Image/Site/bg_search.gif' ) no-repeat;
    padding-top: 10px;
    padding-left: 10px;
}
#page #top .searchTextbox
{
    width: 72px;
    background: url( '../Image/Site/search.gif' ) no-repeat;
    border: 1px solid #C3C3C3;
    float: left;
    margin-right: 5px;
    padding-left: 17px;
    height: 16px;
    font-size: 10px;
    padding-top:3px;
}
#page #top .searchButtonWrap
{
    display: block;
    float: left;
    padding-right: 2px;
    background: url( '../Image/Buttons/right_button.gif' ) no-repeat right 0px;
}
#page #top .searchButton
{
    font-size: 10px;
    text-transform: uppercase;
    border: none;
    height: 20px;
    background: url( '../Image/Buttons/left_button.gif' ) no-repeat;
    line-height: 20px;
    color: #F26522;
    letter-spacing: -0.05em;
}
.back
{
    text-align:right;
    width:100%;
    border-top:solid 1px #595959;
    }
    
/*top menu*/
#page #top #TopMenu
{
    position: absolute;
    bottom: 3px;
    right: 16px;
    vertical-align: bottom;
    font-family: Arial;
    line-height: 15px;
    text-transform: uppercase;
     
}
#page #top #TopMenu a
{
    padding: 0 6px 0 8px;
    border-left: 1px solid #666666;
    xletter-spacing: -0.03em;
    font-size: 10px;
    color: #666666;
}
#page #top #TopMenu a.globalSite
{
    padding-left: 15px;
    background: url( '../Image/Bullets/arrowOrange2.gif' ) no-repeat 0 2px;
    border-left: none;
    color: #666666;
}

/** Body **/
#page #content
{
	height: auto;
	width:809px;
    background: url( '../Image/Site/contentBG.png' ) no-repeat 0px 77px;
    _background:url( '../Image/Site/bg_content.gif' ) no-repeat 5px 51px;
}

/*main menu*/
#page #content .menuHolder
{
    position: relative;
    margin:0 auto;
    width: 779px;
    background: url( '../Image/Menu/bg_menu.gif' ) no-repeat 0 0;
    height: 44px;
    overflow: hidden;
}

#page #content .menuHolder .menu
{
    height: 44px;
    
}
#page #content .menuHolder ul 
{
    width:779px;
    xbackground:red;
}
#page #content .menuHolder ul li
{
    vertical-align:middle;
    float:left;
    height: 44px;
    width: 108px;
    text-align: center;
    padding-top:6px;
    display:block;  
    margin: auto 0;
}
#page #content .menuHolder ul li a
{
	vertical-align:middle;
    text-align: center;
    display: block;
    font-weight: bold;
    color: #fff;
    padding-top:10px;
    font-size: 11px;
	margin: auto 0;
    position:relative;
}
#page #content .menuHolder ul li.sep
{
    width:3px;
    padding-top:10px;
    background: url( '../Image/Menu/border.gif' )  no-repeat right 10px;
}
#page #content .menuHolder ul li.regCurr
{
    background: url( '../Image/Menu/curr.jpg' ) repeat-x left 0px;
}
#page #content .menuHolder ul li.regRoll
{
    background: url( '../Image/Menu/curr.jpg' ) repeat-x left 0px;
}
#page #content .menuHolder ul li.first
{
	margin-left:0;
}
#page #content .menuHolder ul li.firstCurr, #page #content .menuHolder ul li.firstRoll
{
	margin-left:0;
	background: url( '../Image/Menu/first.jpg' ) no-repeat left 0px;
} 
#page #content .menuHolder ul li.last
{
	width:113px;
}
#page #content .menuHolder ul li.lastCurr, #page #content .menuHolder ul li.lastRoll
{
	width:113px;
	background: url( '../Image/Menu/last.jpg' ) no-repeat right 0px;
} 

/*////////////////////////////////*/

#page #content .menuHolder table tr td
{
    text-align: center;
    vertical-align:middle;
    float:left;
    height: 44px;
    margin-top:10px;
    
    width:106px;
    padding-right :4px;
    background: url( '../Image/Menu/border.gif' ) no-repeat right 0px;
}
#page #content .menuHolder table tr td a
{
    float: left;
    text-align: center;
    display: block;
    font-weight: bold;
    color: #fff;
    font-size: 11px;
    width: 100%;
}


#page #content .menuHolder table td .sep
{
    border-left: 1px solid green;
    width: 2px;
    float: left;
}





/** Footer **/
#page #bottom
{
	position: relative;
	top:15px;
	width:800px;
	height: 40px;
    background: url( '../Image/Site/bottom.gif' ) no-repeat center top;
    text-align: center;
    color: #E7E7E7;
    font-size: 11px;
    clear:both;
     
}
#page #bottom .links
{
	width:800px;
	text-align: center;
	position: absolute;
	top:14px;
	left:0;
}
#page #bottom a
{
    text-decoration: none;
    color: #fff;
    margin:0 6px 0 6px;    
    
}
#page #footer
{
	width:738px;
	height:20px;
    color: #585653;
    font-size: 10px;
    margin: 5px 20px 0 25px;
    xbackground:red;
    position:relative;
    top:15px;
}
#page #footer .mantis
{
    font-family: Verdana;
}

#page #footer A.mantis
{
	color: #585653;
}

#page #footer .mantis .mantisLogo
{
	font-size: 12px;
	font-family: Rockwell;
}



/**   --------- Typography ---------   **/

h1
{
    color: #F26522;
    font-size:20px;
    margin-bottom:10px;
}

h1.underlineHeader
{
	width: 100%;
	height: auto;
    padding: 2px 0 12px 0;
    xbackground: red !important;
    margin-bottom:18px;
	border-bottom: 1px solid #eae8e3;
}
h2.pleaseFill
{
	position:relative;
	top:13px;
	padding:0px;
}
h2
{
    color: #F26522;
    font-size:11px;
    font-weight:bold;
    margin-bottom:10px;
}
h3
{
    color: #393E41;
}
h4
{
}

h4.imageHeader
{
	color: #f26522;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	border-bottom: 1px solid #eae8e3;
}

h5
{
}
h6
{
}

.Coll33pr
{
    width:238px;
    float:left;
    margin-left:20px;
    margin-top:10px;
    margin-bottom:10px;
    font-size:11px;
    line-height:16px;
    color:#595959;
}

.Coll33pr.first
{
	_margin-left:12px;
}
.Coll33pr H4
{
	font-size:28px;
    line-height:32px;
}
.bold
{
    font-weight:bold;
    }

.relatedContent
    {
        
    margin-top:40px;
    clear:both;
    background-color:#eae7e3;
    color:#595959;
    height:22px;
    font-weight:bold;
    padding-top:5px;
    padding-left:10px;
    margin-bottom:10px;
    }
.relatedContentHeader
{
    
    color:#f26522;
    font-size:13px;
    font-weight:bold;
    padding-left:10px;
    }
    .relatedContentHeader IMG
    {
        margin-right:10px;
        }
.relatedContentBody
{
    padding-left:42px;
    margin-bottom:10px;
    width:450px;
    font-size:11px;
    
    }
strong ,b
{font-weight:bold;
    }
    
    @media print {
    .relatedContent{
		display:none;	
	}
	#page #top #TopMenu,#page #top .searchBox,#page #content .menuHolder
	{
		display:none;	
	}
}