﻿/*
-----------------------------------------------------------------------------
 Initial Styles that came with starter master page 
-----------------------------------------------------------------------------
*/
/* fix scrolling on list pages */
#s4-bodyContainer
{
    position: relative;
}

/* hide body scrolling (SharePoint will handle) */
body
{
    height: 100%;
    overflow: hidden;
    width: 100%;
}

/* popout breadcrumb menu needs background color for firefox */
.s4-breadcrumb-menu
{
    background: #F2F2F2;
}

/* if you want to change the left nav width, change this and the margin-left in .s4-ca */
body #s4-leftpanel
{
    /* width:155px; */
}

/* body area normally has a white background */
.s4-ca
{
    background: transparent none repeat scroll 0 0; /* margin-left:155px; */
}
/*
-----------------------------------------------------------------------------
 END - Initial Styles that came with starter master page
-----------------------------------------------------------------------------
*/

/****************************
 Begin HTML Elements
 ****************************/
*
{
    margin: 0;
    padding: 0;
}
body
{
    font-family: Arial, Helvetica, sans-serif;
    background: #FFFFFF;
}
ul
{
    list-style: none;
}

img
{
    border-bottom: medium none;
    border-left: medium none;
    border-top: medium none;
    border-right: medium none;
}


h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
}

h5 span
{
    font-weight: normal;
    color: #000000;
    float: left;
    padding: 3px 0 3px 0;
}

h4 span
{
    font-weight: normal;
    color: #000000;
    float: left;
    padding: 0 0 4px 0;
}

h3 span
{
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    padding: 6px 0 6px 0;
}

h2 span
{
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    padding: 8px 0 8px 0;
}

p
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
    line-height: 1.4em;
    font-weight: normal;
    padding: 6px 0 6px 0;
}

p span
{
    font-weight: bold;
}

p a
{
    color: #333333;
    text-decoration: none;
}
p a:hover
{
    text-decoration: underline;
}

h2
{
    font-size: 28px;
    color: #cc9900;
    line-height: 1em;
    font-family: Arial, Helvetica, sans-serif;
}
h2 a
{
    color: #cc9900;
    text-decoration: none;
}
h2 a:hover
{
    text-decoration: underline;
}

h3
{
    font-size: 18px;
    color: #cc9900;
    line-height: 1em;
    font-family: Arial, Helvetica, sans-serif;
}
h3 a
{
    color: #cc9900;
    text-decoration: none;
}
h3 a:hover
{
    text-decoration: underline;
}

h4
{
    font-size: 16px;
    color: #6b0014;
    font-weight: bold;
    line-height: 1em;
    padding: 4px 0 4px 0;
}
h4 a
{
    color: #6b0014;
    text-decoration: none;
}
h4 a:hover
{
    text-decoration: underline;
}

h5
{
    font-size: 13px;
    color: #333333;
    font-weight: bold;
    line-height: 24px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}
h5 a
{
    color: #cc9900;
    text-decoration: none;
}
h5 a:hover
{
    text-decoration: underline;
}

/* Test - to have background for selected top nav menu item */
div.s4-toplinks .s4-tn A.selected
{
    background: #C90;
}

/****************************
 End HTML Elements
 ****************************/


/****************************
 Begin IDs 
 ****************************/

#topLinks
{
    float: right;
}

#customLogo
{
    clear: both;
    background-repeat: no-repeat;
    padding: 20px 0 19px 16px;
    line-height: .5em;
    float: left;
}

#searchContainer
{
    float: right;
    top: 23px;
    position: relative;
}

#searchContainer #fieldset
{
    width: 190px;
    height: 28px;
    background: #e6e7e8;
    border: 1px solid #d5d6d6;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    behavior: url(/_layouts/internetbranding/css/PIE.htc);
    padding: 0 6px;
}

/* Use custom search button */
#searchContainer input.ms-sbplain
{
    width: 155px !important;
    float: left;
    border: none !important;
    background: none;
    font-size: 11px;
    color: #4C4C4C;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 5px 2px;
}
#searchContainer .ms-sbcell
{
    width: 15px;
    height: 26px;
    background: #e6e7e8;
    border: none;
    position: relative;
    padding: 0 5px;
}

#searchContainer .ms-sbgo a
{
    display: block;
    height: 26px;
    width: 15px;
    background: transparent url('http://cdn.inin.com/baseimages/icon_search.gif') no-repeat scroll left top;
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 0px;
    float: left;
}

/* search button hider - needed to override the master page search button */
#searchContainer .ms-sbgo img
{
    display: none;
}
/* END - Use custom search button */


/* top links */
#customHeader
{
    width: 950px;
    margin: 0 auto;
    position: relative;
    padding: 0 0 16px 0;
}

#customHeader #topLinks
{
    height: 24px;
    background: url(http://cdn.inin.com/baseimages/bg_gradiant01.gif) repeat-x bottom left;
    border-radius: 0 0 6px 6px;
    position: relative;
    float: right;
    behavior: url(/_layouts/internetbranding/css/PIE.htc);
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    z-index: 100;
}
#customHeader #topLinks ul
{
    float: left;
    font-size: 9px;
    text-transform: uppercase;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#customHeader #topLinks ul li
{
    height: 24px;
    float: left;
    font-weight: bold;
    background: url(http://cdn.inin.com/baseimages/divider01.png) no-repeat 0 0;
    padding: 0 0 0 2px;
}
#customHeader #topLinks ul li a
{
    height: 12px;
    float: left;
    color: #FFFFFF;
    text-decoration: none;
    padding: 6px 10px;
}
#customHeader #topLinks ul li.country
{
    background: url(http://cdn.inin.com/baseimages/icon_country.png) no-repeat 11px 4px;
    padding-left: 41px;
}
#customHeader #topLinks ul li.country .selectbox
{
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    background: url(http://cdn.inin.com/baseimages/Country-Button.png) no-repeat center 0px;
    font-size: 9px;
    float: left;
    text-decoration: none;
    border: 0px;
    margin: 7px 10px 6px 0;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #fff;
    font-weight: bold;
    width: 65px;
    height: 11px;
}
#customHeader #topLinks ul li.country .selectbox-wrapper ul li.selected
{
    display: none;
}
#customHeader #topLinks ul li.country a
{
    background: url(http://cdn.inin.com/baseimages/icon_country.png) no-repeat 11px 4px;
    padding-left: 41px;
}
#customHeader #topLinks ul li.country a span
{
    background: url(http://cdn.inin.com/baseimages/arrow01.png) no-repeat right 4px;
    padding: 0 17px 0 0;
}
#customHeader #topLinks ul li.country .selectbox-wrapper
{
    width: 113px !important;
    position: absolute;
    top: 24px;
}
#customHeader #topLinks ul li.country .selectbox-wrapper ul
{
    background-color: #fff;
    border: 1px solid #C2C2C2;
    box-shadow: 3px 3px 3px #CCCCCC;
}
#customHeader #topLinks ul li.country .selectbox-wrapper ul li
{
    height: 100%;
    width: 113px;
    font-weight: normal;
    background: none;
    padding: 2px 4px;
    float: left;
    clear: left;
}
#customHeader #topLinks ul li.country .selectbox-wrapper ul li:hover
{
    background-color: #c39924;
    color: #fff;
    cursor: pointer;
}
#customHeader #topLinks ul li.Call-Us span
{
    padding: 6px 19px;
    color: #fff;
    float: left;
}

/* fixing scroll to have fixed width and auto vertical scroll*/
body #s4-workspace
{
    overflow-x: auto;
    overflow-y: auto;
}

#customTopNav
{
    display: block;
    height: 40px;
    position: relative;
    width: 950px;
    background: #4c4c4c;
    font-size: 13px;
    float: left;
}

#customStatus
{
    float: left;
}

#bannerBackground
{
    width: 100%;
    height: auto;
    float: left;
    background: #E2E3E4 url(http://cdn.inin.com/baseimages/bg_heading.jpg) repeat-y top center;
}

#customBanner
{
    width: 950px;
    margin: 0 auto;
    font-size: 0pt !important;
}

#customMainArea
{
    width: 950px;
    margin: 0 auto;
    font-size: 0pt !important;
}

#customBody
{
    min-height: 435px;
    padding: 20px 0px 40px;
    width: 950px;
    margin: 0 auto;
}

/****************************
 End IDs 
 ****************************/

/****************************
 Begin Classes 
 ****************************/
.customClear
{
    clear: both;
}

/* Styles for Sharepoint Top Navigation bar */
.s4-tn li.static > .menu-item
{
    height: 27px;
    color: white;
    white-space: nowrap;
    padding: 12px 22px 0 22px;
    border-left: 1px solid #8C8C8C;
    border-right: 1px solid #8C8C8C;
    text-transform: uppercase;
    border-image: url(http://cdn.inin.com/baseimages/divider02.gif) repeat-y top right;
}

.static:hover
{
    background: #C90;
}

.s4-tn li.static > a:hover, .s4-tn li.static > a:active
{
    color: white;
    background: #C90;
    text-decoration: none;
}

/* flyout item hover */
.dynamic > a:hover, .dynamic > a:visited
{
    font-weight: normal;
    text-decoration: underline;
    background-color: white !important;
    color: #4C4C4C;
}

/* hide arrows for top level items with flyouts */
.menu-horizontal a.dynamic-children span.additional-background, .menu-horizontal span.dynamic-children span.additional-background
{
    padding-right: 0px;
    background-image: none;
}

.s4-tn li.dynamic > .menu-item
{
    color: #4C4C4C;
}


/* TO DO: Decide if required, currently based on the htmls provided, links are bold and dark grey */
.ms-WPBody
{
    padding: 18px 0 2px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ms-WPBody H2
{
    font-size: 28px;
    font-weight: normal;
}


.ms-WPBody H3
{
    font-size: 18px;
    font-weight: normal;
}

.ms-WPBody H4
{
    font-size: 16px;
    font-weight: bold;
}

.ms-WPBody H5
{
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ms-WPBody a:visited, .ms-WPBody a:link
{
    color: #4C4C4C;
    font-weight: bold;
    text-decoration: none;
}

.ms-WPBody a:hover
{
    text-decoration: underline;
}

/* Web Parts for Banner shouldnot have any padding */
#customBanner .ms-WPBody
{
    padding: 0px;
}

#customBanner .customBannerProducts
{
    padding: 0px;
}

p.extraSpacePara
{
	padding: 25px 300px;	
}

a.pagebuttonLink, a:link.pagebuttonLink, a:hover.pagebuttonLink
{
	border: 3px solid #cc9900;
	text-decoration: none;
	padding: 2px;
}

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

/****************************
 End Classes 
 ****************************/

/* 
-----------------------------------------------------------------------------
Styles that are used in page layouts 
-----------------------------------------------------------------------------
*/
/* Quick Nav */
#s4-leftpanel
{
    padding: 15px 0px;
}

.welcome-content
{
    margin: 0px !important;
}

.currentNav
{
    border-bottom: 1px solid #dddddd;
}

.currentNavHeader
{
    width: 150px;
    float: left;
    color: #4C4C4C;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
    padding: 4px 0px;
    vertical-align: middle;
    border-top: 1px solid #dddddd;
}

.currentNavHeader:hover, .currentNavHeader:active
{
    color: #FFFFFF !important;
    text-decoration: none;
    background: #cc9900;
}

.currentNavHeaderMenu:hover
{
    color: #FFFFFF;
}

.currentNavHeader a:link, .currentNavHeader a:visited
{
    color: #4C4C4C;
    font-weight: bold;
}

.currentNavItem
{
    width: 150px;
    float: left;
    color: #4C4C4C;
    text-transform: uppercase;
    line-height: 1em;
    padding: 4px 0px 4px 10px;
    vertical-align: middle;
    border-top: 1px solid #dddddd;
}

.currentNavItem:hover, .currentNavItem:active
{
    color: #FFFFFF !important;
    text-decoration: none;
    background: #cc9900;
}

.currentNavItemMenu:hover
{
    color: #FFFFFF;
}

.currentNavItem a:link, .currentNavItem a:visited
{
    color: #4C4C4C;
}

.customMainLeft
{
    width: 540px;
    overflow: hidden;
    float: left;
}
.customMainRight
{
    width: 400px;
    overflow: hidden;
    float: right;
    font-size: 0pt !important;
    padding: 0 0 0 6px;
}

.customBottom
{
    width: 950px;
    overflow: hidden;
    float: left;
    height: auto;
}



.headerZone
{
    overflow: hidden;
    padding: 18px 0 2px 16px;
    min-height: 51px;
}

.customLandingLeft
{
    width: 558px;
    overflow: hidden;
    float: left;
    padding: 0px 0px 13px 5px;
    background: url(http://cdn.inin.com/images/bg_aboutusshadow.gif) no-repeat bottom left;
}

.customTwoColumnMain
{
    width: 780px;
    overflow: hidden;
    float: left;
    padding: 0px 0px 13px 5px;
    background: url(http://cdn.inin.com/images/bg_shadow.gif) no-repeat bottom left;
}

.middleContent
{
    float: left;
    background: #fdfdfd;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: inset #eeeeee 0px 0px 35px;
    -moz-box-show: inset #eeeeee 0px 0px 35px;
    box-shadow: inset #eeeeee 0px 0px 35px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    behavior: url(/_layouts/internetbranding/css/PIE.htc);
    position: relative;
    padding: 18px 35px 8px;
}

.middleContent ul, .middleContent ol
{
    background: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 0 0 0 30px;
}
.middleContent ul li
{
    font-size: 13px;
    color: #333333;
    background: url(http://cdn.inin.com/baseimages/bullet01.png) no-repeat 0 7px;
    line-height: 19px;
    padding: 0 0 11px 22px;
}
.middleContent ol li
{
    font-size: 13px;
    color: #333333;
    line-height: 19px;
    padding: 0 0 11px 22px;
}

.customLandingRight
{
    width: 209px;
    overflow: hidden !important;
    float: right;
}

.customProductLeft
{
    width: 730px;
    overflow: hidden;
    float: left;
}
.customProductRight
{
    width: 215px;
    overflow: hidden;
    float: right;
}

.customShowcaseTab
{
    width: 950px;
    overflow: hidden;
    float: left;
}
.customShowcaseBanner
{
    width: 950px;
    overflow: hidden;
    float: left;
}

.customBanner
{
    width: 680px;
    overflow: hidden;
    max-height: 350px;
    float: left;
}
.customBannerProducts
{
    width: 270px;
    float: right;
    max-height: 350px;
}

/*
-----------------------------------------------------------------------------
Class defined to be used in jQuery Script
-----------------------------------------------------------------------------
*/
.custom-s4-tn-static
{
    background: #C90;
}
/****************************
 End Classes 
 ****************************/

/*
-----------------------------------------------------------------------------
  Overrides for out of the box Sp css
-----------------------------------------------------------------------------
*/

/* hide body scrolling (SharePoint will handle) */
body
{
    height: 100%;
    overflow: hidden;
    width: 100%;
}

/* popout breadcrumb menu needs background color for firefox */
.s4-breadcrumb-menu
{
    background: #F2F2F2;
}

/* body area  */
.s4-ca
{
    margin-left: 165px;
}

/* fix the font on some ootb menus */
.propertysheet, .ms-authoringcontrols
{
    font-family: Verdana,Arial,sans-serif;
    line-height: normal;
}

/* fix the font on forms like the survey */
.ms-ltviewselectormenuheader .ms-viewselector a, .ms-ltviewselectormenuheader .ms-viewselectorhover a, .ms-formlabel
{
    font-family: calibri, arial, sans-serif;
}

/* hide the hover state for the ribbon links */
#s4-ribbonrow a:hover
{
    text-decoration: none;
}

/* fix ribbon line height */
#s4-ribbonrow
{
    line-height: normal;
}

/* make the ribbon color match the branding - otherwise it is showing a white'ish color which isnot showing the context menus properly */
body #s4-ribboncont
{
    background-color: #4C4C4C;
}

/* fix margins when dialog is up */
.ms-dialog .customPageWidth, .ms-dialog #customBody
{
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: auto !important;
    height: auto !important;
    background-color: white !important;
    background-image: none !important;
    padding: 0px !important;
    overflow: inherit;
}

/* dialog bg */
.ms-dialog body
{
    background-color: white;
    background-image: none;
}

/* fix dialog padding */
.ms-dialog .s4-wpcell-plain
{
    padding: 4px;
}

/* fix field edit mode width problems */
.ms-formfieldvaluecontainer
{
    overflow: hidden;
}

/* fix the blog font size */
.ms-PostBody
{
    font-size: 100%;
}

/* Fix double ribbon issue for Search Center */
body #s4-ribbonrow div#s4-ribbonrow
{
    display: none;
}

/* Change SiteActions button Color */
.ms-siteactionsmenuinner
{
    background: #4A4A4A;
}

/* To Fix ContextMenu Positioning Issue */
#customBody .ms-MenuUIPopupBody
{
    position: relative !important;
    left: 0px !important;
    top: 0px !important;
}

/*
-----------------------------------------------------------------------------
  End Overrides for out of the box Sp css
-----------------------------------------------------------------------------
*/


/*
-----------------------------------------------------------------------------
  BEGIN Styles Used for all the Custom Controls 
-----------------------------------------------------------------------------
*/

/* Hide SharePoint Top Nav */
.s4-tn
{
    display: none;
}

/*
----------------------------------------
 Mega Menu Flyout styles
----------------------------------------
*/

#nav
{
    width: 950px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}
#nav ul
{
    width: 950px;
    height: 40px;
    float: left;
    background: #4c4c4c;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
}
#nav ul li
{
    height: 40px;
    float: left;
    line-height: 1.1em;
    background: url(http://cdn.inin.com/baseimages/divider02.gif) repeat-y top right;
    padding-right: 1px;
    position: relative;
}
#nav ul li a
{
    height: 27px;
    float: left;
    color: #FFFFFF;
    text-decoration: none;
    padding: 13px 22px 0 22px;
}
#nav ul li a:hover
{
    background: #cc9900;
}
#nav ul li:hover > a
{
    background: #cc9900;
}
#nav ul li h2
{
    display: none;
}
#nav ul li:hover .bgmenubox
{
    position: absolute;
    display: block;
}
#nav ul li .bgmenubox
{
    position: absolute;
    display: none;
    top: 40px;
    left: -2px;
    width: 783px;
    float: left;
    z-index: 5000;
}

#nav ul li #Contact.bgmenubox
{
    left: -382px;
}

#nav ul li .bgmenubox ul
{
    width: auto;
    height: auto;
    float: none;
    background: none;
    text-transform: none;
    padding: 0;
    margin: 0;
}
#nav ul li .bgmenubox ul li
{
    width: auto;
    height: auto;
    float: none;
    background: none;
    text-transform: none;
    padding: 0;
    margin: 0;
}
#nav ul li .bgmenubox ul li a
{
    width: auto;
    height: auto;
    float: none;
    background: none;
    text-transform: none;
    padding: 0;
    margin: 0;
}
#nav ul li .bgmenubox ul li a:hover
{
    width: auto;
    height: auto;
    float: none;
    background: none;
    text-transform: none;
    padding: 0;
    margin: 0;
}
#nav ul li .bgmenubox ul li:hover > a
{
    width: auto;
    height: auto;
    float: none;
    background: none;
    text-transform: none;
    padding: 0;
    margin: 0;
}

#nav ul li .menubox
{
    width: 761px;
    float: left;
    background: #FFFFFF;
    border: 1px solid #c2c2c2;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    -moz-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
    behavior: url(/_layouts/internetbranding/css/PIE.htc);
    position: relative;
    padding: 10px;
}
#nav ul li .menubox .articles
{
    border-top: 1px solid #E0E0E0;
    width: 761px;
    float: left;
    padding: 10px 0 10px 0;
    margin-bottom: 10px;
}
#nav ul li .menubox .articles.last
{
    border-bottom: none;
    border-top: none;
}
#nav ul li .menubox .aside
{
    width: 213px;
    float: left;
    padding-right: 28px;
}
#nav ul li .menubox .asidecolumn
{
    width: 213px;
    float: left;
    padding-right: 28px;
    padding-top: 14px;
}
#nav ul li .menubox .figure
{
    width: 213px;
    height: 70px;
    float: left;
    background: url(http://cdn.inin.com/baseimages/shadow01.gif) no-repeat bottom left;
}
#nav ul li .menubox .figure img
{
    width: 200px;
    height: 45px;
    float: left;
    background: #f8f8f8;
    border: 1px solid #f2f2f2;
    border-bottom: none;
    padding: 5px;
}
#nav ul li .menubox h5
{
    text-transform: uppercase;
    padding-bottom: 5px;
}
#nav ul li .menubox ul
{
    width: 213px;
    float: left;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nav ul li .menubox ul li
{
    color: #4c4c4c;
    line-height: 1.7em;
}
#nav ul li .menubox ul li a
{
    color: #4c4c4c;
}
#nav ul li .menubox ul li a:hover
{
    text-decoration: underline;
}

#nav ul li .menubox .products
{
    float: left;
    padding-top: 5px;
}
#nav ul li .menubox .products h5
{
    width: 761px;
    float: left;
}
#nav ul li .menubox .products ul
{
    width: 190px;
}

/*
----------------------------------------
 Menu dropdown styles
----------------------------------------
*/
#nav ul li:hover #drop
{
    display: block;
    position: absolute;
}
#drop
{
    float: left;
    left: -2px;
    position: absolute;
    top: 40px;
    display: none;
    width: 200px !important;
    height: auto !important;
    z-index: 5000;
    padding-top: 4px;
    border: 1px solid #C2C2C2;
    box-shadow: 3px 3px 3px #bbbbbb !important;
    background-color: #fff !important;
}
#drop li a
{
    color: #4C4C4C !important;
    float: left;
    font-size: 12px;
    height: auto !important;
    padding: 4px 10px 4px 22px !important;
    text-decoration: none;
    text-transform: none;
    width: 160px !important;
}
#drop li a:hover
{
    cursor: pointer;
    background-color: #fff !important;
    text-decoration: underline;
}
#nav ul#drop li
{
    background: none;
    float: left;
    height: auto;
    line-height: 1.1em !important;
    padding-right: 1px;
    position: relative;
    width: 100%;
}

/*
----------------------------------------
 Contact-Us
----------------------------------------
*/
#contactus
{
    width: 844px;
    float: left;
    background: #fdfdfd;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: inset #eeeeee 0 0 45px;
    -moz-box-shadow: inset #eeeeee 0 0 45px;
    box-shadow: inset #eeeeee 0 0 45px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    behavior: url(/_layouts/internetbranding/css/PIE.htc);
    position: relative;
    padding: 28px 52px 10px 52px;
}

.menubox #contactus
{
    width: 100%;
    float: left;
    background: #fff;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 1px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
}

.menubox #contactus p
{
    text-transform: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 18px;
    padding-bottom: 24px;
}
.menubox #contactus .articles
{
    border: none !important;
    width: 98%;
    float: left;
    background: url('http://cdn.inin.com/baseimages/divider03.gif') repeat-x top left;
    padding: 18px 0 27px 3px !important;
}
.menubox #contactus .articles.last
{
    background: none;
}

.menubox #contactus .articles .aside
{
    width: 352px;
    float: left;
    padding: 0px;
}
.menubox #contactus .articles .aside .figure
{
    width: 84px;
    float: left;
    line-height: .5em;
    padding-right: 18px;
    background: none;
}
.menubox #contactus .articles .aside .info
{
    width: 250px;
    float: left;
    padding: 6px 0 0 0;
}
.menubox #contactus .articles .aside .info h3
{
    padding-bottom: 8px;
}
.menubox #contactus .articles .aside .info h3 a:hover
{
    text-decoration: none;
}
.menubox #contactus .articles .aside .info h3 a
{
    color: #CC9900;
    height: auto;
    padding: 0px;
    background-color: #fff;
    text-transform: none;
}
.menubox #contactus .articles .aside .info h3 a:link
{
    cursor: pointer;
}
.menubox #contactus .articles .aside .info h3:hover a:link
{
    cursor: pointer;
    text-decoration: underline;
}
.menubox #contactus .articles .aside .info h3 span
{
    float: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}
.menubox #contactus .articles .aside .info h3 span a
{
    color: #333333;
}
.menubox #contactus .articles .aside .info h3 .nolink
{
    color: #CC9900;
    height: auto;
    padding: 0px;
    background-color: #fff;
    text-transform: none;
    float: left;
}
.menubox #contactus .articles .aside .info p
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.6em;
    padding: 0;
}
.menubox #contactus .articles .aside .info p
{
    line-height: 18px;
}
.menubox #contactus .articles .aside .figure img
{
    width: 100%;
    height: 100%;
    background: none #fff;
    border: none;
}

/*
----------------------------------------
            Footer	
----------------------------------------
*/

#footer
{
    width: 887px;
    float: left;
    background: #333333 url(http://cdn.inin.com/baseimages/bg_footer.gif) no-repeat top center;
    padding: 0 0 0 63px;
}
#footer p
{
    font-size: 11px;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer p a
{
    color: #FFFFFF;
}

#footer .articles
{
    width: 215px;
    min-height: 206px;
    float: left;
}
#footer .articles h4
{
    width: 215px;
    height: 28px;
    float: left;
    font-size: 12px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 20px 0 15px;
}
#footer .articles p
{
    float: left;
    line-height: 1.6em;
    padding-top: 3px;
}

#footer .articles ul
{
    width: 109px;
    float: left;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-right: 10px;
}
#footer .articles ul li
{
    width: 109px;
    float: left;
    color: #FFFFFF;
    border-bottom: 1px solid #757575;
    line-height: 1em;
    padding: 4px 0 3px 0;
}
#footer .articles ul li a
{
    color: #FFFFFF;
    text-decoration: none;
}
#footer .articles ul li a:hover
{
    text-decoration: underline;
}

#footer .sitemap
{
    width: 430px;
}
#footer .sitemap h4
{
    width: 430px;
}

#footer .sitemap h4 a, #footer .sitemap h4 a:visited, #footer .sitemap h4 a:active
{
    color: #FFFFFF;
}

#footer .social
{
    width: 150px;
}
#footer .social h4
{
    width: 150px;
}

.footer
{
    width: 887px;
    min-height: 30px;
    float: left;
    padding: 13px 0 20px 0;
}

/*
-----------------------------------------------------------------------------
  Content Slider Web Part CSS
-----------------------------------------------------------------------------
*/

*
{
    margin: 0px;
    padding: 0px;
}

h2
{
    font-weight: normal !important;
}

#slideshow
{
    width: 676px;
    height: 337px;
    float: left;
}
.sliderwrapper
{
    width: 676px;
    height: 337px;
    float: left;
}

.contentdiv
{
    width: 676px;
    height: 337px;
    float: left;
}
.contentdiv .figure
{
    width: 676px;
    height: 337px;
    float: left;
}
.contentdiv .article
{
    width: 243px;
    height: 300px;
    float: right;
    background: url(http://cdn.inin.com/baseimages/bg_trans01.png) repeat;
    padding: 37px 0px 0px 17px;
    margin-top: -337px;
    position: relative;
    z-index: 50;
}
.contentdiv .article h2
{
    font-size: 26px;
    line-height: 29px;
    padding-bottom: 24px;
}
.contentdiv .article h2.msize
{
    font-size: 28px;
    line-height: 1em;
}
.contentdiv .article h2.msize2
{
    font-size: 28px;
    line-height: 1.1em;
    letter-spacing: -1px;
    padding-top: 60px;
}
.contentdiv .article h2 span
{
    color: #000000;
}
.contentdiv .article p
{
    font-size: 11px;
    color: #000000;
    text-transform: uppercase;
    font-family: Arial;
}
.contentdiv .article p a
{
    color: #000000;
}

.contentdiv .article ul
{
    width: 208px;
    float: left;
    border-bottom: 1px solid #000000;
}
.contentdiv .article ul li
{
    width: 208px;
    float: left;
    font-size: 11px;
    color: #000000;
    text-transform: uppercase;
    font-family: Verdana, Arial;
    border-top: 1px solid #000000;
    line-height: 1em;
    padding: 6px 0px;
}
.contentdiv .article ul li a
{
    color: #000000;
    text-decoration: none;
}
.contentdiv .article ul li a: hover
{
    text-decoration: underline;
}

#paginate-slider
{
    width: 368px;
    height: 100px;
    float: left;
    padding: 0px 0px 0px 25px;
    margin-top: -110px;
    position: relative;
}
#slide-scroll.scrollable
{
    width: 368px;
    height: 100px;
    position: relative;
    overflow: hidden;
    position: relative;
}
#slide-scroll.scrollable .slideritems
{
    width: 20000em;
    height: 100px;
    position: absolute;
    clear: both;
}
#slide-scroll.scrollable .slideritem
{
    width: 302px;
    height: 40px;
    float: left;
    padding: 60px 33px 0px 33px;
}
#slide-scroll.scrollable .slideritem .figure
{
    width: 57px;
    height: 40px;
    float: left;
    margin-right: 4px;
    position: relative;
}
#slide-scroll.scrollable .slideritem .figure img
{
    width: 56px;
    height: 38px;
    float: left;
    border: 1px solid #FFFFFF;
}
#slide-scroll.scrollable .slideritem .last
{
    margin-right: 0px;
}
#slide-scroll.scrollable .slideritem a
{
    text-decoration: none;
}

#slide-scroll.scrollable .slideritem .hightlight
{
    width: 56px;
    height: 38px;
    float: left;
    border: 1px solid #705117;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
#slide-scroll.scrollable .slideritem a:hover .hightlight, #slide-scroll.scrollable .slideritem a.selected .hightlight, #slide-scroll.scrollable .slideritem a:hover .tooltip
{
    display: block;
    cursor: pointer;
}

#slide-scroll.scrollable .slideritem .tooltip
{
    width: 120px;
    height: 26px;
    float: left;
    background: url(http://cdn.inin.com/baseimages/bg_tooltip.png) no-repeat;
    font-size: 11px;
    color: #000000;
    text-transform: uppercase;
    font-family: Arial;
    text-align: center;
    position: absolute;
    display: none;
    top: -38px;
    left: -28px;
    z-index: 500;
    padding-top: 10px;
}


.prevPage, .nextPage
{
    width: 22px;
    height: 22px;
    background: url(http://cdn.inin.com/baseimages/arrow_previous.png) no-repeat;
    text-indent: -9999px;
    position: absolute;
    left: 26px;
    top: 68px;
    outline: 0px;
}
.nextPage
{
    background: url(http://cdn.inin.com/baseimages/arrow_next.png) no-repeat !important;
    left: auto !important;
    right: 0px !important;
}


/*
-----------------------------------------------------------------------------
  Customer Rotator Web Part CSS
-----------------------------------------------------------------------------
*/

#clients
{
    width: 820px;
    height: 130px;
    float: left;
    background: url(http://cdn.inin.com/baseimages/bg_clients.gif) no-repeat bottom center;
    padding: 0px 65px 12px 65px;
    position: relative;

    behavior: url(/_layouts/internetbranding/css/PIE.htc);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.inin.com/baseimages/bg_clients.gif', sizingMethod='scale');
    -ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://cdn.inin.com/baseimages/bg_clients.gif', sizingMethod='scale')";
}

#clients #customerRotator.scrollable
{
    width: 820px;
    height: 130px;
    overflow: hidden;
    position: relative;
}

#clients #customerRotator.scrollable .crItems
{
    width: 20000em;
    height: 115px;
    position: absolute;
    clear: both;
}

#clients #customerRotator.scrollable .crItem
{
    width: 820px;
    height: 130px;
    float: left;
}

#clients #crScroller
{
    text-align: center;
}

#clients #crScroller .crPreviousPage, .crNextPage
{
    width: 40px;
    height: 40px;
    float: left;
    background: url(http://cdn.inin.com/baseimages/button_previous.gif) no-repeat;
    text-indent: -9999px;
    top: 61px;
    left: 14px;
    position: absolute;
    cursor: pointer;
}

#clients #crScroller .crNextPage
{
    background: url(http://cdn.inin.com/baseimages/button_next.gif) no-repeat;
    left: auto;
    right: 13px;
}

#clients .article
{
    width: 192px;
    float: left;
    padding: 0px 0px 0px 16px;
}

#clients .article.first
{
    padding-left: 0px;
}

#clients .article .figure
{
    width: 172px;
    height: 47px;
    float: left;
    line-height: .5em;
    padding: 15px 0px 0px 22px;
}

#clients .article ul
{
    width: 192px;
    float: left;
    border-bottom: 1px solid #dcdcdc;
}

#clients .article ul li
{
    width: 172px;
    float: left;
    font-size: 11px;
    color: #dcdcdc;
    text-transform: uppercase;
    font-family: Arial;
    border-top: 1px solid #dcdcdc;
    line-height: 1em;
    padding: 7px 0px 7px 20px;
}

#clients .article ul li a
{
    color: #656565;
    text-decoration: none;
    font-weight: normal !important;
}

#clients .article ul li a:hover
{
    text-decoration: underline !important;
}


/*
-----------------------------------------------------------------------------
  News Feed Web Part CSS
-----------------------------------------------------------------------------
*/

.news_events
{
    width: 380px;
    float: left;
    background: url(http://cdn.inin.com/baseimages/bg_gradiant03.gif) repeat-x top left;
    padding: 17px 0px;
    margin-top: 8px;
}

.news_events h4
{
    width: 350px;
    padding: 0px 16px 12px;
}

.news_events .article
{
    width: 348px;
    float: left;
    background: url(http://cdn.inin.com/baseimages/divider03.gif) repeat-x top left;
    padding: 12px 0px;
    margin: 0px 16px;
}

.news_events p
{
    font-size: 12px;
    color: #666666 !important;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-right: -10px;
}

.news_events p .date
{
    color: #000000 !important;
    font-weight: normal;
}

.news_events p a
{
    text-decoration: underline !important;
    font-weight: normal !important;
    color: #333333 !important;
}

.news_events p a: hover
{
    text-decoration: none !important;
}

.news_events p .name
{
    color: #999999;
}

.news_events p .name a
{
    color: #999999 !important;
    text-decoration: none !important;
}

.news_events p .name a: hover
{
    text-decoration: underline;
}

.news_events .links
{
    width: 348px;
    float: left;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000 !important;
    padding: 6px 16px 4px;
    margin-top: 10px;
}

.news_events .links a
{
    float: left;
    color: #000000 !important;
    text-decoration: none;
}

.news_events .links a: hover
{
    text-decoration: underline !important;
}

.news_events .links .right
{
    float: right;
}

/*
-----------------------------------------------------------------------------
  Products Web Part CSS
-----------------------------------------------------------------------------
*/

.products
{
    width: 275px;
    height: 378px;
    float: right;
    margin: -28px 0 0 -8px;
}
.products h2
{
    width: 258px;
    height: 27px;
    float: right;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1.1em;
    text-transform: uppercase;
    background: #8c8c8c;
    padding: 13px 0 0 15px;
    margin-bottom: 10px;
    position: relative;
    z-index: 100;
    margin: -12px 0 10px 0;
}
.products h2 a,
h2 .nolink
{
    color: #FFFFFF !important;
    text-decoration: none;
    font-weight: normal !important;
}
.products .article
{
    width: 245px;
    height: 109px;
    float: left;
    background: url(http://cdn.inin.com/baseimages/bg_box01.jpg) no-repeat bottom center;
    padding: 0px 15px;
}
.products .aside
{
    width: 245px;
    height: 96px;
    float: left;
    position: relative;
}
.products .aside a
{
    width: 245px;
    height: 96px;
    float: left;
    text-decoration: none;
}
.products .aside h3
{
    padding: 6px 0 0 10px;
    letter-spacing: -1px;
}
.products .aside h3 span
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}
.products .aside h3.letter
{
    letter-spacing: -1px;
}
.products .aside h3.letter span
{
    letter-spacing: normal;
}
.products .aside p
{
    width: 106px;
    height: 21px;
    float: left;
    font-size: 11px;
    color: #000000;
    text-transform: uppercase;
    font-family: Verdana, Arial;
    bottom: 0;
    left: 0;
    position: absolute;
    padding: 3px 5px 0 10px;
    margin: 0px !important;
}
.products .aside a:hover h3
{
    color: #FFFFFF;
}
.products .aside a:hover p
{
    color: #FFFFFF;
    background: #333333;
}

.products .article.secondary
{
    height: 107px;
    background: url(http://cdn.inin.com/baseimages/bg_box02.jpg) no-repeat bottom center;
}

.products .article .aside a:hover
{
    background-color: #c79524 !important;
}

/*
-----------------------------------------------------------------------------
  Resource Library Web Part CSS
-----------------------------------------------------------------------------
*/

#ResourceLibrary
{
    width: 498px;
    float: left;
    background: url(http://cdn.inin.com/baseimages/bg_gradiant02.gif) repeat-x top left;
    padding: 19px 21px 24px 16px;
}
#ResourceLibrary h4
{
    width: 498px;
    float: left;
    line-height: 1.4em;
    padding-bottom: 8px;
}
#ResourceLibrary h4 span
{
    font-weight: normal;
    color: #000000;
    float: left;
    padding-top: 3px;
}

#ResourceLibrary .article
{
    height: auto;
    width: 498px;
    float: left;
    background: url(http://cdn.inin.com/baseimages/divider03.gif) repeat-x top left;
    padding: 18px 0 7px;
}
#ResourceLibrary .aside
{
    width: 240px;
    float: left;
}
#ResourceLibrary .aside.right
{
    float: right;
}
#ResourceLibrary .aside .figure
{
    width: 102px;
    float: left;
    line-height: .5em;
}

#ResourceLibrary .aside .info
{
    width: 138px;
    float: left;
}
#ResourceLibrary .aside .info p
{
    font-size: 13px;
    color: #4c4c4c;
    line-height: 1.4em;
    padding: 0 0 6px 0;
}
#ResourceLibrary .aside .info p span
{
    font-weight: bold;
}
#ResourceLibrary .aside .info p a
{
    color: #4c4c4c;
}
#ResourceLibrary .aside .info p span a:visited
{
    text-decoration: none;
}
#ResourceLibrary .aside .info p span a:hover
{
    text-decoration: underline;
}

/*
-----------------------------------------------------------------------------
  Tab Web Part CSS
-----------------------------------------------------------------------------
*/

#tabcontent
{
    width: 950px;
    float: left;
}

#tabcontent .idTabs
{
    width: 950px;
    float: left;
    font-size: 10px;
    color: #e2e3e4;
}
#tabcontent .idTabs li
{
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
    padding-right: 4px;
}
#tabcontent .idTabs li a
{
    width: 104px;
    height: 25px;
    float: left;
    color: #4c4c4c !important;
    text-decoration: none;
    text-align: center;
    background: #fefefe url(http://cdn.inin.com/images/tabs/icon_allevents.png) no-repeat center 5px;
    border: 1px solid #f6f6f6;
    -webkit-box-shadow: inset #eeeeee 0 0 13px;
    -moz-box-shadow: inset #eeeeee 0 0 13px;
    box-shadow: inset #eeeeee 0 0 13px;
    position: relative;
    padding: 40px 0 0 0;
}
#tabcontent .idTabs li a:hover
{
    width: 104px;
    height: 28px;
    float: left;
    color: #939393;
    text-decoration: none;
    background: #f3f3f3 url(http://cdn.inin.com/images/tabs/icon_allevents_hover.png) no-repeat center 2px;
    border: 1px solid #f2f2f2;
    border-bottom: 1px solid #e3e3e3;
    -webkit-box-shadow: inset #eeeeee 0 0 13px;
    -moz-box-shadow: inset #eeeeee 0 0 13px;
    box-shadow: inset #eeeeee 0 0 13px;
    behavior: url(/_layouts/testtabsolution/PIE.htc);
    position: relative;
    padding: 42px 0 0 0;
    margin-top: -5px;
}
#tabcontent .idTabs li a.selected
{
    width: 104px;
    height: 27px;
    float: left;
    color: #333333;
    text-decoration: none;
    background: #fefefe url(http://cdn.inin.com/images/tabs/icon_allevents_active.png) no-repeat center 8px;
    border: 1px solid #f6f6f6;
    border-bottom: none;
    -webkit-box-shadow: inset #f9f9f9 0 0 13px;
    -moz-box-shadow: inset #f9f9f9 0 0 13px;
    box-shadow: inset #f9f9f9 0 0 13px;
    behavior: url(/_layouts/testtabsolution/PIE.htc);
    position: relative;
    padding: 45px 0 0 0;
    margin: -5px 0 -2px 0;
    z-index: 1000;
}

#tabcontent .article
{
    width: 844px;
    float: left;
    background: #fdfdfd;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: inset re 0 0 45px;
    -moz-box-shadow: inset #eeeeee 0 0 45px;
    box-shadow: inset #eeeeee 0 0 45px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    behavior: url(/_layouts/testtabsolution/PIE.htc);
    position: relative;
    padding: 28px 52px 60px 52px;
}
#tabcontent .article ul
{
    width: 844px;
    float: left;
    background: url(http://cdn.inin.com/baseimages/divider05.png) repeat-y top left;
    padding: 9px 0 0 0;
}
#tabcontent .article ul li
{
    width: 844px;
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
    line-height: 1em;
    padding: 6px 0 11px 0;
}
#tabcontent .article ul li a
{
    color: #333333;
    text-decoration: none;
}
#tabcontent .article ul li a:hover
{
    text-decoration: underline;
}
#tabcontent .article ul li.heading
{
    width: 844px;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    background: url(http://cdn.inin.com/baseimages/divider04.gif) repeat-x bottom left;
    padding: 0 0 12px 0;
}
#tabcontent .article ul li .date
{
    width: 173px;
    float: left;
    padding-left: 12px;
}
#tabcontent .article ul li .type
{
    width: 109px;
    float: left;
    padding-left: 10px;
}
#tabcontent .article ul li .location
{
    width: 128px;
    float: left;
    padding-left: 11px;
}
#tabcontent .article ul li .details
{
    width: 385px;
    float: left;
    padding-left: 14px;
}
#tabcontent .article .figure
{
    width: 844px;
    float: left;
    line-height: .5em;
    padding-top: 40px;
}

#TabContainer
{
    width: 729px;
    float: left;
    background: url(http://cdn.inin.com/baseimages/bg_interaction.gif) no-repeat bottom left;
    padding: 6px 0 13px;
}
#TabContainer #tabcontent
{
    width: 729px;
    float: left;
}
#TabContainer #tabcontent .idTabs
{
    width: 729px;
    float: left;
}

#TabContainer #tabcontent .article
{
    width: 661px;
    float: left;
    background: #fdfdfd;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: inset #eeeeee 0 0 35px;
    -moz-box-shadow: inset #eeeeee 0 0 35px;
    box-shadow: inset #eeeeee 0 0 35px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    behavior: url(/_layouts/testtabsolution/PIE.htc);
    position: relative;
    padding: 42px 30px 65px 36px;
}
#TabContainer #tabcontent .article .aside
{
    width: 661px;
    float: left;
}
#TabContainer #tabcontent .article .aside h4
{
    background: url(http://cdn.inin.com/baseimages/divider04.gif) repeat-x bottom left;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#TabContainer #tabcontent .article .aside p
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.8em;
    word-spacing: -1px;
    padding-bottom: 24px;
}
#TabContainer #tabcontent .article .aside ul
{
    width: 631px;
    float: left;
    background: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 0 0 0 30px;
}
#TabContainer #tabcontent .article .aside ul li
{
    width: 609px;
    float: left;
    font-size: 13px;
    color: #333333;
    background: url(http://cdn.inin.com/baseimages/bullet01.png) no-repeat 0 7px;
    line-height: 19px;
    padding: 0 0 11px 22px;
}
#TabContainer #tabcontent .article .aside ul li a
{
    color: #333333;
    text-decoration: none;
}
#TabContainer #tabcontent .article .aside ul li a:hover
{
    text-decoration: underline;
}

.customProductRight .resources,
.customLandingRight .resources
{
    width: 179px;
    float: left;
    background: url(http://cdn.inin.com/images/bg_resources.gif) repeat-x top left;
    padding: 18px 15px 24px;
}
.customProductRight .resources h4,
.customLandingRight .resources h4
{
    width: 179px;
    float: left;
    line-height: 1.4em;
    padding: 0px 0px 6px 0px;
}
.customProductRight .resources .article,
.customLandingRight .resources .article
{
    float: left;
    width: 179px;
    padding: 12px 0;
    background: url(http://cdn.inin.com/baseimages/divider03.gif) repeat-x top left;
}
.customProductRight .resources .aside,
.customLandingRight .resources .aside
{
    width: 179px;
    float: left;
}
.customProductRight .resources .aside .figure,
.customLandingRight .resources .aside .figure
{
    width: 179px;
    padding-bottom: 12px;
    line-height: .5em;
}
.customProductRight .resources .aside .info,
.customLandingRight .resources .aside .info
{
    width: 179px;
    float: left;
}
.customProductRight .resources .aside .info p,
.customLandingRight .resources .aside .info p
{
    padding: 0px;
    color: #4c4c4c;
}

.fullPageResources
{
    width: 770px;
    float: left;
    background: url(http://cdn.inin.com/images/bg_resources.gif) repeat-x top left;
    padding: 18px 15px 24px;
    margin: 0px 75px;
}

.fullPageResources h4
{
    width: 770px;
    float: left;
    line-height: 1.4em;
    padding: 0px 0px 6px 0px;
}

.fullPageResources .article
{
    float: left;
    width: 770px;
    padding: 12px 0;
    background: url(http://cdn.inin.com/baseimages/divider03.gif) repeat-x top left;
}

.fullPageResources .aside
{
    width: 230px;
    padding: 0px 10px;
    float: left;
}

.fullPageResources .aside .figure
{
    width: 230px;
    padding-bottom: 12px;
    line-height: .5em;
}

.fullPageResources .aside .info
{
    width: 230px;
    float: left;
}

.fullPageResources .aside .info p
{
    padding: 0px;
    color: #4c4c4c;
}

#buttons
{
    width: 209px;
    float: left;
}
#buttons .button
{
    width: 209px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #4C4C4C;
    text-transform: uppercase;
    background: url(http://cdn.inin.com/images/bg_buttonshadow.gif) no-repeat bottom left;
    padding-bottom: 12px;
}
#buttons .button a
{
    width: 198px;
    height: 31px;
    float: left;
    color: #4C4C4C;
    text-decoration: none;
    background: #ffe794;
    background-position: right;
    background-repeat: no-repeat;
    border: 1px solid #ffdd00;
    -webkit-box-shadow: inset #f0d989 0 0 5px;
    -moz-box-shadow: inset #f0d989 0 0 5px;
    box-shadow: inset #f0d989 0 0 5px;
    -webkit-border-radius: 1x;
    -moz-border-radius: 1px;
    border-radius: 1px;
    behavior: url(/_layouts/internetbranding/css/PIE.htc);
    position: relative;
    padding: 11px 0 0 9px;
}
#buttons .button a:hover
{
    color: #FFFFFF;
    background: #cc9900;
    background-position: right;
    background-repeat: no-repeat;
    border: 1px solid #e7a71b;
    -webkit-box-shadow: inset #b5871f 0 0 5px;
    -moz-box-shadow: inset #b5871f 0 0 5px;
    box-shadow: inset #b5871f 0 0 5px;
    -webkit-border-radius: 1x;
    -moz-border-radius: 1px;
    border-radius: 1px;
    behavior: url(/_layouts/internetbranding/css/PIE.htc);
    position: relative;
}

/*
-----------------------------------------------------------------------------
  END Styles Used for all the Custom Controls 
-----------------------------------------------------------------------------
*/

/* Search CSS */
.ms-ptabarea
{
    margin-top: 100px;
}

.s4-ba
{
    margin: 0px auto;
    width: 950px;
}

.srch-maintopright
{
    visibility: hidden;       
}

.srch-federationarea
{
	border: none;
}

.ms-searchref-filterlink,
.ms-searchref-filterlink a,
.ms-searchref-filterlink a:link,
.ms-searchref-filterlink a:hover,
.ms-searchref-filterlink:hover,
.ms-searchref-morelink,
.ms-sblink a,
.ms-sblink a:link,
.ms-sblink a:hover
{
    color: #4c4c4c !important;
}

.ms-dlgContent,
.ms-dlgBorder
{
    border-color: #4c4c4c;   
}

.ms-dlgTitleText
{
    font-weight: bold;
}

.ms-dlgTitle
{
    background-color: #4c4c4c;   
}