@charset "UTF-8";
/*@import url("//hello.myfonts.net/count/25c73e");*/

@font-face {font-family: 'ITCAvantGardeStd-Demi';src: url('../webfonts/25C73E_1_0.eot');src: url('../webfonts/25C73E_1_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/25C73E_1_0.woff') format('woff'),url('../webfonts/25C73E_1_0.ttf') format('truetype');}
@font-face {font-family: 'ITCAvantGardeStd-Bk';src: url('../webfonts/25C73E_0_0.eot');src: url('../webfonts/25C73E_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/25C73E_0_0.woff') format('woff'),url('../webfonts/25C73E_0_0.ttf') format('truetype');}
/*===========================================================================================
*	*******************************************
*	CSS Document
*	EXENT
*	*******************************************
*
*	Global Styling
*
===========================================================================================*/

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body {
    background-color: #fff;
    background-image: url(../img/bg_tile.jpg);
    font-family: 'ITCAvantGardeStd-Bk', Arial, sans-serif;
    font-size: 12px;
    color: #646363;
}

#top-container {
    position: absolute;
    top: 130px;

}

img {
    border: 0;
}

a {
    color: #ff6400;
    text-decoration: none;
}

.clearBoth {
    clear: both;
}

/*===========================================================================================
*
*	Site Container
*
===========================================================================================*/

#container {
    width: 960px;
    height: auto;
    position: relative;
    margin: 0 auto;
    /*margin-bottom: 40px;*/
}

/*===========================================================================================
*
*	Header
*
===========================================================================================*/

#header {
    height: 150px;
    background-color: #ffffff;
    position: relative;
}

#header h1 {
    margin: 20px 20px 10px 20px;
    float: left;
}

#header h1 a.exent_logo {
    display: block;
    width: 162px;
    height: 43px;
    background-image: url(../img/logo-exent.gif);
    background-repeat: no-repeat;
    text-indent: -99999px;
}

/*-------------------------------------------------------------------------------------------
*	Header - Main Menu
--------------------------------------------------------------------------------------------*/

menu {
    padding: 20px 0 0 0;
    /*float: left;*/
}
menu > div {
    font-size: 14px;
    float: left;
    /*text-indent: 5px;*/
    margin: 0 10px;
    /*width: 20%;*/
}

menu > div > a {
    color: #5d5c5c;
    display: block;
    /*background: url('../img/menu-icons.png') scroll 10px 15px no-repeat #fff;*/
    padding: 10px;
    position: relative;
    overflow:hidden;
    background: #fff;
    z-index: 10;
    height: 21px;
    line-height: 21px;
}
menu a:hover{
    font-family: 'ITCAvantGardeStd-Demi', sans-serif;
}

menu > div > a.active{
    /*background: url('../img/menu-icons.png') scroll 10px -31px no-repeat #fff;*/
    color: #ff6400;
}
menu > div.mouseover:hover{
    -moz-box-shadow: 0 -3px 5px rgba(136,146,136,0.5);
    -webkit-box-shadow: 0 -3px 5px rgba(136,146,136,0.5);
    box-shadow: 0 -3px 10px rgba(136,146,136,0.5);
}
menu > div > a:hover {
    /*background: url('../img/menu-icons.png') scroll 10px -26px no-repeat #fff;*/
    /* color: #ff6400; */
    color:#fff;
    background-color:#ff6400;
    font-weight:400;
}

menu .submenu{
    display: none;
    position: absolute;
    /*width: 20%;*/
    z-index: 101;
    background: #fff;
    /*padding-top: 10px;*/
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(235,235,235,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
}
menu .submenu:hover{
    display: block;
}
.mouseover:hover > a{
    z-index: 100;
    padding: 10px 10px 9px 10px;
    border-bottom: 1px solid #e7e7e7;
}
.mouseover:hover .submenu{
    -moz-box-shadow: 0 3px 5px rgba(136,146,136,0.5);
    -webkit-box-shadow: 0 3px 5px rgba(136,146,136,0.5);
    box-shadow: 0 3px 10px rgba(136,146,136,0.5);

}
menu .submenu h2{
    font-size: 14px;
    color: #5d5c5c;
    text-decoration: none;;
    border: none;
    margin: 0;
    background: none;
    /*text-indent: 10px;*/
    /*background: url('../img/menu-icons.png') scroll 10px 15px no-repeat;*/
    border-bottom: 1px solid #e7e7e7;
}
menu .submenu h2 a{
    display: block;
    padding: 10px;
    color: #5d5c5c;
    height: 21px;
    line-height: 21px;
}
menu .submenu h2:hover{
    border-bottom-color: #ff6400;
}
menu .submenu h2 a:hover, menu .submenu h2.active a:hover{
    color:#fff;
    background-color:#ff6400;
}
menu .submenu h2.active a{
    /*background: url('../img/menu-icons.png') scroll 10px -31px no-repeat;*/
    color: #ff6400;
}

#header ul#main-menu {
    height: 32px;
    line-height: 32px;
    margin-top: 10px;
    position: absolute;
    right: 0;
    padding-right: 25px;
    background-color: #ffffff;
}

#header ul#main-menu li, #header ul#main-menu li a {
    float: left;
}

#header ul#main-menu li {
    list-style-type: none;
    margin-left: 30px;
}

#header ul#main-menu li a {
    padding-left: 12px;
    color: #5d5c5c;
    background-image: url(../img/bullet-mainmenu-off.gif);
    background-repeat: no-repeat;
    background-position: 0 50%;
}

#header ul#main-menu li a:hover, #header ul#main-menu li a.active {
    color: #ff6400;
}

#header ul#main-menu li a:hover {
    background-image: url(../img/bullet-mainmenu-on.gif);
}

#header ul#main-menu li a.active, #header ul#main-menu li a:hover.active {
    background-image: url(../img/bullet-mainmenu-active.gif);
}

/*-------------------------------------------------------------------------------------------
*	Header - Sub Menu
--------------------------------------------------------------------------------------------*/

#header #sub-menu {
    width: 960px;
    height: 35px;
    margin-top: 0;
    background-image: url(../img/bg-submenu.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}

#header #sub-menu ul {
    margin-right: 25px;
    float: right;
}

#header #sub-menu ul li, #header #sub-menu ul li a {
    float: left;
}

#header #sub-menu ul li {
    list-style-type: none;
    margin-left: 35px;
}

#header #sub-menu ul li a {
    height: 33px;
    line-height: 33px;
    display: block;
    color: #5d5c5c;
    padding-left: 12px;
    background-image: url(../img/bullet-submenu-off.gif);
    background-repeat: no-repeat;
    background-position: 0 50%;
}

#header #sub-menu ul li a:hover, #header #sub-menu ul li a.active {
    color: #ff6400;
}

#header #sub-menu ul li a:hover {
    background-image: url(../img/bullet-submenu-on.gif);
}

#header #sub-menu ul li a.active, #header #sub-menu ul li a:hover.active {
    background-image: url(../img/bullet-submenu-active.gif);
}

/*===========================================================================================
*
*	Media - Flash area
*
===========================================================================================*/

#media {
	margin-top:50px;
    height: 330px;
    display: block;
    background-color: #ffffff;
    position: relative;
}

#media.inner {
    height: 260px;
}

#topFlash {
    width: 960px;
    height: 320px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

#media.inner #topFlash {
    height: 258px;
    display: block;
}

/*===========================================================================================
*
*	Inner Navigation - 960px
*
===========================================================================================*/

#innerNav {
    width: 960px;
    height: 47px;
    background-image: url(../img/bg-feature-curve.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 50;
}

#innerNav ul {
    height: 47px;
    padding: 0;
}

#innerNav ul li, #innerNav ul a {
    float: left;
}

#innerNav ul li {
    height: 47px;
    margin-left: 24px;
    list-style-type: none;
    background-image: url(../img/bg-feature-orange.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
}

#innerNav ul.blue li {
    background-image: url(../img/bg-feature-blue.png);
}

#innerNav ul li a {
    width: 208px;
    height: 33px;
    display: block;
    color: #ffffff;
    font-size: 11px;
    line-height: 21px;
    padding-left: 10px;
    margin-top: 14px;
}

#innerNav ul li.active a, #innerNav ul li a:hover {
    height: 47px;
    margin-top: 0;
    background-image: url(../img/bg-feature-on.png);
}

#innerNav ul li#first {
    margin-left: 0;
}

#innerNav ul li#first a {
    padding-left: 25px;
    width: 209px;
}

#innerNav ul li#second, #innerNav ul li#second a {
    background-position: -239px 100%;
}

#innerNav ul li#third, #innerNav ul li#third a {
    background-position: -495px 100%;
}

#innerNav ul li#last, #innerNav ul li#last a {
    background-position: 100% 100%;
}

/*-------------------------------------------------------------------------------------------
*	Inner Navigation - Custom overrides
--------------------------------------------------------------------------------------------*/

#innerNav ul li#first a.custom1 {
    width: 200px;
}

#innerNav ul li#second a.custom1 {
    width: 189px;
}

#innerNav ul li#third a.custom1 {
    width: 236px;
}

#innerNav ul li#first a.custom2 {
    width: 200px;
}

#innerNav ul li#second a.custom2 {
    width: 182px;
}

#innerNav ul li#third a.custom2 {
    width: 275px;
}

#innerNav ul li#last a.custom2 {
    width: 176px;
}

/*===========================================================================================
*
*	Content
*
===========================================================================================*/

#content {
    padding: 40px 0 0 20px;
    background-color: #ffffff;
}

#content.noPad {
    padding: 0;
}

#content .comingsoon {
    height: 220px;
    line-height: 220px;
    margin: 0 35px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #b3b2b3;
}

h2 {
    color: #ff6400;
    font-size: 18px;
    font-weight: normal;
    background-image: url(../img/hr-h2.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
    margin-bottom: 20px;
}

h5 {
    color: #ff6400;
    font-size: 14px;
    font-weight: normal;
    margin-top: 15px;
}

/*===========================================================================================
*
*	Content | Product Design
*
===========================================================================================*/

/*design*/
#design {

    position: relative;
    top: 0px;
}

#design p {

    line-height: 17px;
    position: absolute;
    top: 20px;
    left: 320px;
    margin: 24px;
    text-align: justify;
    text-justify: newspaper;

}

#design ul li {

    position: relative;
    top: 20px;
    margin: 20px;
    padding-bottom: 50px;
}

#content a:hover, #content p a:hover, #content ul li a:hover {
    font-weight: normal;
    color: #ff0000;
}

#content ul {
}

#content ul li {
    list-style-type: none;
    padding-left: 10px;
    background-image: url(../img/bullet-orange.gif);
    background-repeat: no-repeat;
    background-position: 0 6px;
    line-height: 16px;
}

#content p {
    line-height: 17px;
}

#content p strong {
    font-size: 18px;
    font-weight: normal;
    color: #ff6400;
}

#content p em, #features p em {
    font-size: 14px;
    font-style: normal;
    color: #ff6400;
}

#content a.bullet {
    display: block;
    font-size: 12px;
    color: #f57c20;
    margin-top: 15px;
    padding-left: 12px;
    border-bottom: 1px solid #f57c20;
    background-image: url(../img/bullet-triangle.gif);
    background-repeat: no-repeat;
    background-position: 0 50%;
    float: left;
}

#content a.buttonLink {
    height: 17px;
    line-height: 17px;
    display: block;
    color: #595858;
    font-size: 12px;
    padding-right: 22px;
    float: left;
    background-image: url(../img/bullet-more-off.gif);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

#content a.buttonLink:hover {
    background-image: url(../img/bullet-more-on.gif);
    color: #ff0000;
}

#content #mediaCoverageVideo {
    width: 190px;
    height: 190px;
    display: block;
}

/*-------------------------------------------------------------------------------------------
*	Content - Page Information
--------------------------------------------------------------------------------------------*/

#content #page-information {
    width: 475px;
    margin-left: 10px;
    float: left;
}

#content #page-information.inner {
    width: 580px;
}

/*-------------------------------------------------------------------------------------------
*	Content - One Columns
--------------------------------------------------------------------------------------------*/

#content .singlecol {
    margin: 0 25px 0 10px;
}

#content .singlecol p {
    margin-top: 16px;
}

/*-------------------------------------------------------------------------------------------
*	Content - 2 Columns (Default equal size, with vertical rule. Override with inline style)
--------------------------------------------------------------------------------------------*/

#content .page-cols {
    width: 430px;
    margin: 0 0 0 15px;
    padding-right: 10px;
    border-right: 1px solid #b3b2b3;
    float: left;
}

#content .page-cols#right {
    width: 430px;
    border-right: 0;
    border-left: 1px solid #b3b2b3;
    margin-left: -1px;
    padding-left: 25px;
}

#content .nodivider {
    border: 0 !important;
}

/*---------------------------------------------------------
 Content -3 Columns ( main rules for / Product Content ID / )
---------------------------------------------------------*/

#product-content .page-3cols {

    width: 300px;
    margin: 0 0 0 15px;
    padding-left: 20px;
    float: left;

}

/*--------------------------------------------------------
 Content -paragragh rules
---------------------------------------------------------*/

#product-content p {

    margin-left: 10px;
    text-align: justify;
    text-justify: newspaper;

}

#product-content img {

    margin-left: 20px;
}

#product-content a img {

    margin-left: 177px;
}

/*-------------------------------------------------------------------------------------------
*	Product Content 2 Rules
--------------------------------------------------------------------------------------------*/

#product-content-2 {

    position: absolute;
    top: -10px;
    margin-left: 330px;

}

#product-content-2 p {
    margin-left: 0px;
    text-align: justify;
    text-justify: newspaper;

}

#product-content-2 img {

    margin-left: 45px;
}

#product-content-2 a img {

    margin-left: 177px;
}

/*-------------------------------------------------------------------------------------------
*	Product Content 2 Rules
--------------------------------------------------------------------------------------------*/

#product-content-3 {

    position: absolute;
    top: -10px;
    margin-left: 650px;

}

#product-content-2 p {
    margin-left: 0px;
    text-align: justify;
    text-justify: newspaper;

}

#product-content-2 img {

    margin-left: 45px;
}

#product-content-2 a img {

    margin-left: 177px;
}

/*-------------------------------------------------------------------------------------------
*	Content - Promos (Home)
--------------------------------------------------------------------------------------------*/

#promos_container {
    float: left;
    margin-right: 20px;

}

#promos-rotation {
    width: 413px;
    height: 202px;
    position: relative;
    left: 20px;
    overflow: hidden;
}

#freegames {
    width: 205px;
    height: 85px;
    background-image: url(../img/promos/06_FRG.jpg);
}

/*-------------------------------------------------------------------------------------------
*	Content - Right Columns
--------------------------------------------------------------------------------------------*/

.rightcol {
    width: 290px;
    height: auto;
    margin-left: 32px;
    float: left;
}

/*-------------------------------------------------------------------------------------------
*	Content - News Ticker/Scroller
--------------------------------------------------------------------------------------------*/

#content #news {
    height: 413px;
    width: 202px;
    float: right;
    overflow: none;
    padding: 0px 30px 0px 0px;
    margin-top: -15px;

    position: relative;
    list-style-type: none;

}

#content #news ul#nav {
    width: 30px;
    padding: 5px 0;
    list-style: none;
    float: right;
}

#content #news ul#nav li {
    list-style-type: none;
    background-image: none;
    float: left;
    padding: 0;
}

#content #news ul#nav li a {
    display: block;
    width: 9px;
    height: 9px;
    float: left;
    text-indent: -99999px;
    background-repeat: no-repeat;
}

#content #news ul#nav li a#newsleft {
    background-image: url(../img/arrow-left-off.gif);
    margin-right: 3px;
}

#content #news ul#nav li a:hover#newsleft {
    background-image: url(../img/arrow-left-on.gif);
    color: #ff0000;
}

#content #news ul#nav li a#newsright {
    background-image: url(../img/arrow-right-off.gif);

}

#content #news ul#nav li a:hover#newsright {
    background-image: url(../img/arrow-right-on.gif);
    color: #ff0000;

}

#content #news ul#items {
    height: 250px;
    overflow: hidden;
}

/* edit "all" content */
#content #news ul#items li {
    width: 100px;
    height: 190px;
    padding: 0;
    line-height:%;
    list-style-type: none;
    background-image: none;
    top: 0;
    left: 0;
}

/*-------------------------------------------------------------------------------------------
*	Content - Inner Columns (Pages with third tier navigation through left column)
--------------------------------------------------------------------------------------------*/

#content #innerCol, #content .innerContent {
    float: left;
}

#content #innerCol {
    width: 210px;
    height: auto;
    color: #8d8d8d;
    margin-left: -5px;
    margin-right: 35px;
}

#innerCol .box {
    background-image: url(../img/bg-newsCol-h2.gif);
    background-repeat: repeat-x;
    margin-bottom: 25px;
}

#innerCol .box strong {
    color: #ff6400;
    font-size: 14px;
    font-weight: normal;
}

#innerCol .box h2 {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 25px;
    color: #595858;
    padding: 5px;
    padding-left: 35px;
    border: 1px solid #8c8c8c;
    border-bottom: 0;
    background-image: url(../img/bg-newsCol-h2-button.gif);
    background-repeat: no-repeat;
    background-position: 10px 50%;
}

#innerCol .box ul {
    border: 1px solid #8c8c8c;
    border-top: 0;
    padding: 10px 0 5px 0;
}

#innerCol .box ul li {
    list-style-type: none;
    background-image: url(../img/bullet-triangle.gif);
    background-repeat: no-repeat;
    background-position: 10px 2px;
    padding-left: 25px;
    padding-right: 10px;
    margin-bottom: 10px;
}

#innerCol .names ul li, #innerCol .employee_names ul li {
    margin-bottom: 3px;
}

#innerCol .box ul li, #innerCol .box ul li a {
    display: block;
}

#innerCol .box ul li a {
    text-decoration: underline;
    display: block;
}

#innerCol .box ul li a:hover {
    color: #ff0000;
}

#innerCol .box ul li.selected a {
    font-weight: bold;
}

#content .innerContent {
    width: 685px;
}

#content .innerContent h2 {
    clear: both;
    background-image: url(../img/hr-h2-long.png);
    margin-bottom: 12px;
}

#content .innerContent p {
    margin-bottom: 10px;
    margin-right: 10px;
}

#content .innerContent p a {
    text-decoration: underline;
}

#content .innerContent p strong {
    color: #646363;
}

/*-------------------------------------------------------------------------------------------
*	Content - Inner Columns > Personnel & Employee Profiles
--------------------------------------------------------------------------------------------*/

.personnelContainer {
    height: auto;
    min-height: 600px;
}

.innerContent .personnel {
}

.innerContent .personnel img, .innerContent .employee img {
    float: left;
}

.innerContent .personnel h3, .innerContent .personnel h4, .innerContent .personnel p {
    font-weight: normal;
    margin-left: 205px;
    padding-right: 75px;
}

.innerContent .personnel h3, .innerContent .employee h3 {
    font-size: 18px;
    color: #ff6400;
    margin-bottom: 3px;
}

.innerContent .personnel h4, .innerContent .employee h4 {
    font-size: 14px;
    margin-bottom: 20px;
    padding-right: 15px;
}

.innerContent .personnel p, .innerContent .employee p {
    line-height: 17px;
    margin-bottom: 15px !important;
}

/*-------------------------------------------------------------------------------------------
*	Content - Inner Columns > Employee Profiles Overrides
--------------------------------------------------------------------------------------------*/

.employeeContainer {
}

.employeeContainer a {
    color: #004585;
}

.employeeContainer h2 {
    color: #004585;
    background-image: url(../img/hr-h2-blue.png);
    margin-left: -3px;
    margin-bottom: 30px;
}

#employee_list {
}

.employeeContainer #innerCol .box h2 {
    background-image: url(../img/bg-newsCol-h2-button-blue.gif);
}

.employeeContainer #innerCol .box ul li {
    background-image: url(../img/bullet-triangle-blue.gif);
    background-position: 10px 50%;
}

.employeeContainer #innerCol .box ul li a {
}

.innerContent .employee {
    margin-left: 75px;
    min-height: 210px;
}

.innerContent .employee h3, .innerContent .employee h4, .innerContent .employee p {
    font-weight: normal;
    margin-left: 210px;
    padding-right: 75px;
}

.innerContent .employee h3 {
    color: #004585;
}

.employeeContainer .innerContent ul li {
    background-image: none !important;
}

/*-------------------------------------------------------------------------------------------
*	Content - Careers
--------------------------------------------------------------------------------------------*/

#content .careers #innerCol {
    width: 225px !important;
}

#content .careers #innerCol a {
    display: block;
    color: #666565;
    padding: 5px;
    line-height: 18px;
    margin-bottom: 10px;
}

#content .careers #innerCol a:hover {
    color: #ff0000;
}

#content .careers #innerCol a.selected {
    color: #ff6400;
    font-weight: bold;
}

#content .careers .innerContent {
    width: 650px !important;
    line-height: 20px;
}

#content .careers .innerContent h4 {
    color: #ff6400;
    font-weight: normal;
}

#content .careers .innerContent ul {
    margin: 10px 0;
}

#content .careers .innerContent li {
    padding-left: 15px;
    background-position: 3px 7px;
    line-height: 18px;
}

#content .careers .innerContent .job-description {
}

/*-------------------------------------------------------------------------------------------
*	Content - Employee Awards
--------------------------------------------------------------------------------------------*/

#content .innerContent ul.awardYears {
    width: 90px;
    float: left;
}

#content .innerContent ul.awardWinners {
    width: 150px;
    height: auto !important;
    min-height: 300px;
    height: 300px;
    float: left;
}

#content .innerContent ul.awardYears li, #content .innerContent ul.awardWinners li {
    padding: 0;
    margin-bottom: 10px;
}

#content .innerContent ul.awardYears li a, #content .innerContent ul.awardWinners li a {
    font-weight: normal;
    color: #646363;
}

#content .innerContent ul.awardYears li.selected a, #content .innerContent ul.awardWinners li.selected a {
    color: #004684;
}

#content .innerContent ul.awardWinners li a {
    font-size: 12px;
}

#content .innerContent ul.awardYears li a {
    font-size: 18px;
}

.innerContent #awardDetails {
    margin-left: 0;
}

.innerContent #awardDetails h3 em {
    font-size: 12px;
    color: #646363;
}

.employee_heading {
    background-image: none !important;
}

/*-------------------------------------------------------------------------------------------
*	Content - Employee Policies
--------------------------------------------------------------------------------------------*/

#content .policies {
    width: 290px;
    margin-right: 25px;
    float: left;
}

#content .last {
    margin-right: 0;
}

#content .policies h3 {
    margin-top: 20px;
    color: #004585;
    font-weight: normal;
}

#content .policies ul {
    margin-top: 10px;
}

#content .policies ul li, .policies ul li a {
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

#content .policies ul li {
    background-image: none;
    padding-left: 25px;
    background-image: url(../img/icon-DOC_16x16.gif);
    background-repeat: no-repeat;
    background-position: 5px 50%;
}

#content .policies ul li.ppt {
    background-image: url(../img/icon-PPT_16x16.gif);
}

#content .policies ul li.pdf {
    background-image: url(../img/icon-PDF_16x16.gif);
}

#content .policies ul li a {
    color: #004585;
    text-decoration: underline;
}

#content .policies ul li a:hover {
    background-color: #eeeeee;
}

#content #feature_contents {
    width: 960px;
    height: 300px;
    display: block;
    position: relative;
    top: 14px;
}

/*-------------------------------------------------------------------------------------------
*	Content - Letter Listing Navigation
--------------------------------------------------------------------------------------------*/

#letterNav {
    height: 60px;
    background-color: #ffffff;
    background-image: url(../img/hr-curve.gif);
    background-repeat: no-repeat;
    background-position: 0 100%;
    text-align: center;
}

#letterNav a {
    color: #686767;
    font-weight: bold;
    line-height: 37px;
    padding: 5px 2px 0 2px;
    margin: 0 4px 2px 4px;
    border-bottom: 2px solid #ffffff;
}

#letterNav a:hover, #letterNav a.selected {
    color: #004585;
    border-bottom: 2px solid #004585;
}

#letterNav a.noEmployee {
    color: #eeeeee;
    font-weight: normal;
}

#letterNav a.noEmployee:hover {
    border-bottom: 0;
}

/*===========================================================================================
*
*	Features
*
===========================================================================================*/

#features {
    width: 960px;
    height: 330px;
    background-color: #ffffff;
    display: block;
    position: relative;
}

#features .feature a.buttonLink {
    height: 17px;
    line-height: 20px;
    display: block;
    color: #595858;
    font-size: 12px;
    padding-right: 22px;
    background-image: url(../img/bullet-more-off.gif);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    position: absolute;
    right: 20px;
    bottom: 15px;
}

#features .feature a.buttonLink:hover {
    background-image: url(../img/bullet-more-on.gif);
}

#features .comingsoon {
    height: 220px;
    line-height: 220px;
    margin: 0 35px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #b3b2b3;
}

#features img {
    margin-right: 2px;
    float: left;
}

#features .feature {
    height: 220px;
    position: relative;
    float: left;
    background-repeat: no-repeat;
}

#features .feature#box1up {
    width: 919px;
    margin-left: 23px;
    background-image: url(../img/bg-feature-1up.png);
}

#features .feature#box1 {
    width: 453px;
    background-image: url(../img/bg-feature1.png);
    margin-left: 20px !important;
}

#features .feature#box2 {
    width: 249px;
    background-image: url(../img/bg-feature2.png);
    margin-left: 3px;
}

#features .feature#box3 {
    width: 212px;
    background-image: url(../img/bg-feature3.png);
    margin-left: 3px;
}

#features .feature#col2-box1 {
    width: 273px;
    background-image: url(../img/bg-feature-2col1.png);
    margin-left: 30px;
}

#features .feature#col2-box1 ul {
    margin-top: 20px !important;
    margin-left: 10px;
}

#features .feature#col2-box1 ul li {
    list-style-type: none;
    background-image: url(../img/bullet-triangle.gif);
    background-repeat: no-repeat;
    background-position: 10px 2px;
    padding-left: 25px;
    padding-right: 10px;
    margin-bottom: 10px;
}

#features .feature#col2-box1 ul li a {
    text-decoration: underline;
}

#features .feature#col2-box2 {
    width: 624px;
    background-image: url(../img/bg-feature-2col2.png);
    margin-left: 3px;
    position: relative;
}

#features .feature#col2up-box1 {
    width: 459px;
    background-image: url(../img/bg-feature-2up1.png);
    position: relative;
    margin-left: 25px;
}

#features .feature#col2up-box2 {
    width: 450px;
    background-image: url(../img/bg-feature-2up2.png);
    margin-left: 5px;
}

#features .feature#col2b-box1 {
    width: 612px;
    background-image: url(../img/bg-feature-2colb1.png);
    margin-left: 23px;
}

#features .feature#col2b-box2 {
    width: 301px;
    background-image: url(../img/bg-feature-2colb2.png);
    margin-left: 3px;
    position: relative;
}

#features .feature#col2b-box2b {
    width: 301px;
    background-image: url(../img/bg-feature-2colb2b.png);
    margin-left: 3px;
    position: relative;
}

#features .feature#col3-box1 {
    width: 308px;
    background-image: url(../img/bg-feature-3col1.png);
    position: relative;
}

#features .feature#col3-box2 {
    width: 301px;
    background-image: url(../img/bg-feature-3col2.png);
    position: relative;
    margin-left: 5px;
}

#features .feature#col3-box3 {
    width: 303px;
    background-image: url(../img/bg-feature-3col3.png);
    position: relative;
    margin-left: 4px;
}

#features .feature#col4-box1 {
    width: 244px;
    background-image: url(../img/bg-feature-4col1.png);
    position: relative;
}

#features .feature#col4-box2 {
    width: 229px;
    background-image: url(../img/bg-feature-4col2.png);
    position: relative;
    margin-left: 5px;
}

#features .feature#col4-box3 {
    width: 216px;
    background-image: url(../img/bg-feature-4col3.png);
    position: relative;
    margin-left: 5px;
}

#features .feature#col4-box4 {
    width: 215px;
    background-image: url(../img/bg-feature-4col4.png);
    position: relative;
    margin-left: 5px;
}

#features .feature h4 {
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 10px;
}

#features .feature p {
    padding: 5px 10px;
    color: #595858;
}

#features .feature .feature-container {
    margin: 15px 0 10px 10px;
}

#features .feature .products {
    width: 303px;
    height: 200px;
    float: left;
    position: relative;
}

#features .feature #BSPvideo {
    width: 180px;
    height: 132px;
    display: block;
    position: relative;
    left: 60px;
    top: 5px;
}

#features .feature #feature-list {
    width: 435px;
    height: 170px;
    overflow: auto;
}

#features .feature #feature-list ul {
    line-height: 16px;
}

#features .feature #feature-list ul li {
    list-style-type: none;
    padding-left: 15px;
    background-image: url(../img/bullet-orange.gif);
    background-repeat: no-repeat;
    background-position: 0 6px;
    margin-bottom: 8px;
}

#features .feature ul li strong {
    color: #ff6400;
    font-size: 14px;
    font-weight: normal;
}

#features .feature ul.solutions {
    margin: 50px 35px 0 20px;
}

#features .feature ul.solutions li {
    list-style-type: none;
    height: 17px;
    line-height: 17px;
    text-align: right;
    margin-bottom: 15px;
    padding-right: 21px;
    background-image: url(../img/bullet-arrow-right.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
}

#features .feature ul.link li {
    background-image: none;
    padding-right: 0;
}

#features .feature ul.link li a.buttonLink {
    color: #646363;
    height: 17px;
    line-height: 17px;
    display: block;
    font-size: 12px;
    padding-right: 22px;
    background-image: url(../img/bullet-arrow-right.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    position: relative;
}

#features .feature ul.link li a.buttonLink:hover {
    color: #ff6400;
    background-image: url(../img/bullet-more-on.gif);
}

#features .feature .gametanium {
    margin: 70px 15px;
}

#features .feature a.go {
    display: block;
    width: 50px;
    height: 35px;
    text-indent: -99999px;
    background-image: url(../img/button-go-off.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#features .feature a:hover.go {
    background-image: url(../img/button-go-on.png);
}

#features .feature #scroller {
    width: 17px;
    height: 185px;
    position: absolute;
    right: 8px;
    bottom: 5px;
}

#features .feature #scroller a {
    display: block;
    width: 17px;
    height: 17px;
    background-image: url(../img/arrow-up-off.png);
    background-repeat: no-repeat;
    text-indent: -99999px;
}

#features .feature #scroller a:hover {
    background-image: url(../img/arrow-up-on.png);
}

#features .feature #scroller a.down {
    margin-top: 140px;
    background-image: url(../img/arrow-down-off.png);
}

#features .feature #scroller a.down:hover {
    background-image: url(../img/arrow-down-on.png);
}

/*-------------------------------------------------------------------------------------------
*	Features - Single Column HTML
--------------------------------------------------------------------------------------------*/

#features .feature#oneCol {
    width: 916px;
    height: 220px;
    background-image: url(../img/bg-feature1.png);
    background-repeat: repeat-x;
}

#features .feature#oneCol h2 {
    width: 916px;
    height: 220px;
    background-image: url(../img/bg-feature1.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
}

#features .feature#right {
    width: 250px;
    height: 220px;
    background-image: url(../img/bg-feature3.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
}

#features .feature#right p {
    margin-top: 30px;
}

#spacer {
    width: 960px;
    height: 40px;
    background-color: #ffffff;
}

/*-------------------------------------------------------------------------------------------
*	Features - features inside contents overrides
--------------------------------------------------------------------------------------------*/

#content #features {
    width: 930px;
}

#features .feature#box1 {
    margin-left: 0;
}

/*===========================================================================================
*
*	Forms
*
===========================================================================================*/

#contact_form table td {
    height: 28px;
}

#contact_form input.text {
    width: 240px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #a2a2a2;
    background-image: url(../img/bg-form-field.jpg);
    background-repeat: no-repeat;
}

/*===========================================================================================
*
*	Footer
*
===========================================================================================*/

#footer {
    height: 160px;
}

#footer ul.textmenu {
    height: 156px;
    border-left: 1px solid #c4c4c4;
    float: left;
    margin-top: 20px;
    padding: 0 23px;
    line-height: 16px;
}

#footer ul.textmenu, #footer ul.textmenu li, #footer ul.textmenu li a {
    color: #868686;
}

#footer ul.textmenu li {
    margin-left: 10px;
}

#footer ul.textmenu li.heading {
    list-style-type: none;
    margin-left: 0;
}

/*-------------------------------------------------------------------------------------------
*	Footer - Our Products
--------------------------------------------------------------------------------------------*/

ul.textmenu#our-products {
    padding-left: 5px;
    border-left: 0;
}

/*-------------------------------------------------------------------------------------------
*	Footer - Built with Gametanium
--------------------------------------------------------------------------------------------*/

ul.textmenu#built-with-gametanium {
}

/*-------------------------------------------------------------------------------------------
*	Footer - Market Solutions
--------------------------------------------------------------------------------------------*/

ul.textmenu#market-solutions {
}

/*-------------------------------------------------------------------------------------------
*	Footer - Our Partners
--------------------------------------------------------------------------------------------*/

ul.textmenu#our-partners {
}

/*-------------------------------------------------------------------------------------------
*	Footer - Company Information
--------------------------------------------------------------------------------------------*/

ul.textmenu#company-information {

}

/*-------------------------------------------------------------------------------------------
*	Footer - Company Information
--------------------------------------------------------------------------------------------*/

ul.textmenu#support {
    padding-right: 0;
}

/*-------------------------------------------------------------------------------------------
*	SUPPORT PAGE STYLES
--------------------------------------------------------------------------------------------*/
/*
small {
			clear: both;
			font-size: 10px;
			font-style: italic;
}

.half {
			width: 49%
}

#support-chat-link {
			float: right;
			margin: 2px 0 0 12px
}

#support-section {
			width: 800px;
			margin: 0px auto;
}

#support-section h1 {
			float: left;
			font-size: 24px;
			color: #000000;
			margin-left: 4px;
			margin-top: 0px;
			margin-bottom: 10px; !
			margin-bottom: 0px;
}

.support-form {
			margin-top: 10px;
			border-top: 1px #cccccc solid;
			padding: 10px 5px;
			clear: both
}

.support-form label {
			margin: 15px 0 -12px 0;
			font-weight: bold;
			color: #000000;
			display: block
}

.support-form textarea {
			font-size: 12px
}

.support-form em {
			font-style: italic;
			color: #FF0000;
			display: inline-block;
			margin-left: 5px
}

#support-actions {
			border-top-style: dotted;
}

.support-list {
			list-style: outside decimal;
			padding: 0 0 0 20px
}

.support-list img {
			border: 2px #CC0000 solid;
}

.supportButton {
			font-family: "Trebuchet MS", "Myriad Pro", Sans-Serif;
			font-weight: bold;
			color: #333 !important;
			text-align: center;
			text-decoration: none;
			margin-left: 9px;
			background:
						url(http://games.verizon.com/webPortal/Common/images/buttons/button.gif)
						no-repeat right 0;
			padding: 0 9px 0 0;
			line-height: 23px;
			height: 23px;
			float: left;
}

.supportButton span {
			background:
						url(http://games.verizon.com/webPortal/Common/images/buttons/button.gif)
						no-repeat 0 0;
			padding: 0 0 0 9px;
			float: left;
			position: relative;
			margin-left: -9px;
}

.support_sublink {
			text-decoration: none;
			color: #336699;
			font-size: 17px;
			font-weight: bold;
}

.support_sublink:hover {
			text-decoration: underline;
}

.support_send_email_btn {
			position: relative;
			display: block;
			width: 273px;
			height: 68px;
			background:
						url(http://games.verizon.com/webPortal/Common/images/support/send_email_btn.jpg)
						;
			color: #336699;
			font-weight: bold;
			font-size: 22px;
			margin-right: 15px;
			cursor: pointer;
			float: left;
			text-decoration: none;
			padding: 7px 0px 0px 10px;
}

.support_header {
			font-size: 27px;
			font-weight: bold;
}*/
footer {
    background: url('../img/slideshow.png') center top no-repeat #fff;
    display:block;
    padding: 30px;
}

footer nav {
    float: left;
    width: 25%;
}

footer nav a {
    display: block;
    color: #5d5c5c;
    padding-left: 10px;
    background: url("../img/menu-dot.png") center left no-repeat;
    line-height: 150%;
}

footer nav a.head {
    font-size: 16px;
    background: none;
    padding: 0;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}