﻿/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4em; height: 100%; text-align: center; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #ff2a34; color: #fff; text-shadow: none; }
::selection { background: #ff2a34; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
caption { margin:15px 0; color: #000000; font-size: 16px;font-weight: bold; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

body {
    text-align  : center;
}

header {
	margin-top  : 10px;
}

/* general styles */
p {
    margin      : 0px 0 18px 0;
}

a,
a:link,
a:visited {
    color           : #1C75BB;
    text-decoration : none;
}

a:hover {
    text-decoration : underline;
}

.red {
    color           : #E31B23 !important;
}

.blue {
    color           : #1C75BB !important;
}

.text-right {
    text-align  : right;
}

.float-right {
    float       : right;
}

.width50 {
    width       : 50%;
}

.no-margin-bottom {
    margin-bottom   : 0px !important;
}

.border-bottom {
    margin-bottom   : 9px;
    padding-bottom  : 9px;
    border-bottom   : 1px solid #231F20;
}
.border-bottom-dotted {
    margin-bottom   : 9px;
    padding-bottom  : 9px;
    border-bottom   : 1px dotted #231F20;
}

ul.horizontal {
    list-style  : none outside none;
    margin      : 0;
    padding     : 0;
}

ul.horizontal > li {
    display     : inline;
    list-style  : none outside none;
    margin      : 0;
    padding     : 0;
}

ul.vertical {
    list-style  : none outside none;
    margin      : 0;
    padding     : 0;
}

ul.vertical > li {
    display     : block;
    list-style  : none outside none;
    margin      : 0;
    padding     : 0;
}


/* footer always at bottom */
#content-wrap {
    min-height  : 100%;
}

#content-main {
    overflow    : auto;
    padding     : 0 0 160px 0; /* must be same height as the footer */
    margin     : 0 0 40px 0; /* must be same height as the footer */
}

body:before {
    content     : "";
    height      : 100%;
    float       : left;
    width       : 0;
    margin-top  : -32767px;
}

#footer_tag {
    position    : relative;
	margin-top  : -240px; /* negative value of footer height */
	height      : 140px;
	padding-top : 100px;
    clear       : both;
}

/* general wrappers and layout styles */
.wrapper960 {
    width       : 960px;
    margin      : 0px auto;
    text-align  : left;
}

#page-top {
    height      : 73px;
}

#logo {
    float       : left;
    width       : 200px;
    height      : 73px;
}

#page-top-nav {
    width       : 400px;
    float       : left;
    margin      : 27px 40px 0 0;
    text-align  : right;
}
body.internal #page-top-nav {
	width:700px;
}

#search-box {
    float       : left;
    width       : 180px;
    margin      : 29px 20px 0 0;
    padding     : 0;
}

#social-icons {
    float       : left;
    width       : 120px;
    margin      : 27px 0 0;
    padding     : 0;
}

#navigation {
    position    : relative;
    background  : #E51B24;
    height      : 45px;
}
#sub-nav {
    position    : relative;
    background  : #808285;
    height      : 30px;
}
#masthead {
    height      : 319px;
    width       : 960px;
}

#phone-number {
    background  : url( http://www.forumresearch.com/img/questions.png ) no-repeat;
    color       : #fff;
    font-size   : 18px;
    font-family : Helvetica, Arial, sans-serif;
    padding     : 10px 0 0 30px;
    width       : 265px;
    height      : 30px;
    margin-left : 665px;
}


#footer {
    padding     : 40px 0 0;
    height      : 60px;
    background  : #F0F1F1;
}


/* top & bottom navigation lists */
#page-top-nav ul li {
    font-family     : Square721ExBTRoman, Helvetica, Arial, sans-serif;
    font-size       : 12px;
    color           : #5F6062;
    margin          : 0px 3px;
}

#page-top-nav ul li a {
    font-family     : Square721ExBTRoman, Helvetica, Arial, sans-serif;
    color           : #5F6062;
    text-decoration : none;
    text-transform  : uppercase;
}

#page-top-nav ul li a.selected,
#page-top-nav ul li.selected a,
#page-top-nav ul li a:hover {
    color           : #E51B24;
}

#footer ul.first {
    margin-bottom   : 5px;
}

#footer ul.first li {
    font-family     : Helvetica, Arial, sans-serif;
    font-size       : 11px;
    color           : #6D6E71;
    margin-right    : 4px;
    padding-right   : 8px;
    border-right    : 1px solid #6D6E71;
}

#footer ul.first li:last-child {
    border          : 0px;
}

#footer ul.first li a {
    font-family     : Helvetica, Arial, sans-serif;
    color           : #6D6E71;
    text-decoration : none;
    font-weight     : bold;
}

#footer ul.first li.selected a,
#footer ul.first li a.selected,
#footer ul.first li a:hover {
    color           : #E51B24;
}

#footer ul.second li {
    font-family     : Helvetica, Arial, sans-serif;
    font-size       : 11px;
    color           : #929497;
    margin-right    : 4px;
    padding-right   : 8px;
    border-right    : 1px solid #929497;
}

#footer ul.second li:last-child {
    border          : 0px;
}

#footer ul.second li a {
    font-family     : Helvetica, Arial, sans-serif;
    color           : #929497;
    text-decoration : none;
}

#footer ul.second li a:hover {
    color           : #E51B24;
}


/* Search Box in <header> */
#search-box .wrapper {
	position    : relative;
    border      : 2px solid #DCDDDE;
    padding     : 1px 3px;
    line-height : 0em;
    overflow    : hidden;
}

#search-box input {
    border      : 0px;
    color       : #333;
    font        : 11px Helvetica, Arial, sans-serif;
    width       : 155px;
    height      : 15px;
    margin      : 0px;
    padding     : 0px;
}

#search-box input.button {
    background  : transparent;
    cursor      : pointer;
	height      : 13px;
    width       : 13px;
	position    : absolute;
	right       : 4px;
    top         : 2px;
	margin      : 0px;
    padding     : 0px;
	border      : 0px;
}


/* Dropdown navigation */
#navigation ul.menu {
    position        : relative;
    margin-left     : 48px;
}

#navigation ul.menu > li {
    zoom            : 1;
    height          : 45px;
    margin          : 0px 50px 0px 0px;
    display         : block;
    float           : left;

}

#navigation ul.menu > li > a {
    display         : block;
    padding-top     : 12px;
    font-size       : 20px;
    height          : 33px;
    color           : #fff;
    text-decoration : none;
    font-family     : Helvetica, Arial, sans-serif;
}


#navigation ul.menu > li.hover > a {
    position        : relative;
    background      : url( http://www.forumresearch.com/img/bg-main-menu-hover.png ) center bottom no-repeat;
    z-index         : 60000;
}

#navigation ul.menu > li.selected > a {
    color           : black;
}

#navigation ul.menu ul {
    margin          : 0;
    padding         : 0;
    list-style      : none outside none;
}

#navigation ul.menu ul {
	zoom                    : 1;
    border                  : 1px solid #ccc;
    border-radius           : 5px;
    -webkit-border-radius   : 5px;
    -moz-border-radius      : 5px;
    -webkit-box-shadow      : #666 0px 2px 3px;
    -moz-box-shadow         : #666 0px 2px 3px;
    box-shadow              : #666 0px 2px 3px;
    behavior                : url( http://www.forumresearch.com/styles/PIE.htc );

    padding                 : 15px 50px 20px 20px;

    position                : absolute;
    top                     : 44px;
    left                    : -20px;
    margin                  : 0;
    z-index                 : 10000;
    visibility              : hidden;

    /* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.95);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff)";
}


#navigation ul.menu li.active,
#navigation ul.menu li.hover,
#navigation ul.menu li:hover {
    position        :relative;
}

#navigation ul.menu ul li {
    float           : none;
}

#navigation ul.menu ul li > a {
    display         : block;
    padding         : 2px 0px;
    font-size       : 13px;
    color           : #231F20;
    text-decoration : none;
    font-family     : Helvetica, Arial, sans-serif;
    white-space     : nowrap;
}

#navigation ul.menu ul li > a:hover {
    color           : #1C75BB;
    text-decoration : underline;
}

#navigation ul.menu > li:hover > ul {
    visibility      : visible;
}


/* Dropdown navigation **NEW SUB-NAV bar** */
#sub-nav ul.menu {
    position        : relative;
    margin-left     : 48px;
}

#sub-nav ul.menu > li {
    zoom            : 1;
    height          : 30px;
    margin          : 0px 0px 0px 0px;
    display         : block;
    float           : left;
	padding-left: 13px;
	padding-right: 12px;
	position: relative;
	right: 13px;

}
#sub-nav ul.menu > li:hover 
{
	background-color: black;
}

#sub-nav ul.menu > li > a {
    display         : block;
    padding-top     : 4px;
    font-size       : 14px;
    height          : 33px;
    color           : #d1d3d4;
	
	text-transform: uppercase; 
    text-decoration : none;
    font-family     : Helvetica, Arial, sans-serif;
	margin: 0;
	
}


#sub-nav ul.menu > li.hover > a {
    position        : relative;
    background      : url( http://www.forumresearch.com/img/bg-main-menu-hover.png ) center bottom no-repeat;
    z-index         : 60000;
	background-color: #414142;
	text-align: center;
}

#sub-nav ul.menu > li.selected > a {
    color           : black;
}

#sub-nav ul.menu ul {
    margin          : 0;
    padding         : 0;
    list-style      : none outside none;
}

#sub-nav ul.menu ul {
    zoom                    : 1;
    border                  : 1px solid #ccc;
    border-radius           : 5px;
    -webkit-border-radius   : 5px;
    -moz-border-radius      : 5px;
    -webkit-box-shadow      : #666 0px 2px 3px;
    -moz-box-shadow         : #666 0px 2px 3px;
    box-shadow              : #666 0px 2px 3px;
    behavior                : url( http://www.forumresearch.com/styles/PIE.htc );

    padding                 : 15px 50px 20px 20px;

    position                : absolute;
    top                     : 44px;
    left                    : -20px;
    margin                  : 0;
    z-index                 : 10000;
    visibility              : hidden;

    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background: rgba(255, 255, 255, 0.95);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff)";
}


#sub-nav ul.menu li.active,
#sub-nav ul.menu li.hover,
#sub-nav ul.menu li:hover {
    position        :relative;
}

#sub-nav ul.menu ul li {
    float           : none;
}

#sub-nav ul.menu ul li > a {
    display         : block;
    padding         : 2px 0px;
    font-size       : 13px;
    color           : #231F20;
    text-decoration : none;
    font-family     : Helvetica, Arial, sans-serif;
    white-space     : nowrap;
}

#sub-nav ul.menu ul li > a:hover {
    color           : #1C75BB;
    text-decoration : underline;
}

#sub-nav ul.menu > li:hover > ul {
    visibility      : visible;
}


/* Content Page Elements */
div.content {
    padding-left    : 48px;
    width           : 626px;
    float           : left;
    margin-right    : 50px;
    margin-top      : 15px;
}

div.content.full-width {
    padding-left    : 48px;
    width           : 912px;
    float           : left;
    margin-top      : 15px;
}


div.sidebar {
    width           : 236px;
    float           : left;
    margin-top      : 15px;
}

body#home div.sidebar {
    width           : 295px;
    float           : left;
    margin-top      : 15px;
}

div.content h1 {
    color           : #231F20;
    font-size       : 22px;
    font-weight     : normal;
    margin-top      : 0px;
    margin-bottom   : 20px;
}

div.content h2 {
    color           : #000000;
    font-size       : 16px;
    font-weight     : normal;
    margin-bottom   : 5px;
}

div.content h3 {
    color           : #231F20;
    font-size       : 14px;
    margin-bottom   : 0px;
    font-weight     : normal;
}

div.content h4 {
    color           : #231F20;
    font-size       : 13px;
    font-weight     : bold;
    margin-bottom   : 5px;
}


div.content p, div.content li, div.content table.list td {
    color           : #231F20;
    font-size       : 12px;
    line-height     : 17px;
}

div.content p.small {
    color           : #231F20;
    font-size       : 11px;
    line-height     : 16px !important;
}

div.content li {
    list-style      : none outside none;
    padding-left    : 30px;
}

ul.arrow {
    margin-top      : 0px;
    padding-top     : 0px;
}

ul.arrow li {
    background      : url( http://www.forumresearch.com/img/arrow-red.gif) 0px 4px no-repeat;
    padding         : 0 0 2px 20px;
    list-style      : none;
}

a.fancybox img {
    border          : 1px solid #ccc;
}

img.right {
    float           : right;
    margin          : 0 0 16px 16px;
    border          : 1px solid #ccc;
}

img.left {
    float           : left;
    margin          : 0 16px 16px 0;
    border          : 1px solid #ccc;
}

img.no-border {
	border:0;
}

div.lightbox-image, div.lightbox-image-gal {
    font-size       : 11px;
    margin          : 10px 0 18px 0;
}

div.breadcrumb ul {
    padding         : 16px 0 50px 48px;
}

div.breadcrumb ul li {
    padding-left    : 0px !important;
    padding-right   : 8px;
    margin-right    : 8px;
    border-right    : 1px solid #747577;
    font-size       : 11px;
    line-height     : 11px;
    float           : left;
}

div.breadcrumb ul li:last-child {
    border-right    : 0px;
}

div.breadcrumb ul li a {
    color           : #5F6062;
    font-size       : 11px;
    text-decoration : none;
}

div.breadcrumb ul li.selected a,
div.breadcrumb ul li a.selected,
div.breadcrumb ul li.selected {
    color           : #1C75BB;
}

div.breadcrumb ul li a:hover {
    color           : #1C75BB;
    text-decoration : underline;
}

div.pagination {
    float           : right;
    width           : 164px;
    text-align      : right;
}

div.pagination a {
    font-size       : 11px;
    line-height     : 11px;
    height          : 14px;
    width           : 20px;
    float           : left;
    text-align      : center;
    background      : #F0F1F1;
    margin-right    : 4px;
    padding         : 4px 0px 2px 0;
}

div.pagination a.selected {
    background      : #fff;
    color           : #000;
}

div.pagination a.first {
    background      : #fff;
}

div.pagination a.last {
    background      : #fff;
    margin-right    : 0px;
}

div.pagination-alpha {
    float           : right;
    text-align      : right;
}

div.pagination-alpha a {
    font-size       : 11px;
    line-height     : 11px;
    height          : 14px;
    float           : left;
    text-align      : center;
    background      : #F0F1F1;
    margin-right    : 4px;
    padding         : 4px 8px 2px 8px;
}

div.pagination-alpha a.selected {
    background      : #fff;
    color           : #000;
}

div.pagination-alpha a.first {
    background      : #fff;
}

div.pagination-alpha a.last {
    background      : #fff;
    margin-right    : 0px;
}

div.pagination-alpha a.disabled {
    color           : #ccc;
}


table.feature {
    margin-bottom   : 18px;
}

table.feature th {
    padding         : 20px;
    background      : #67696F url( http://www.forumresearch.com/img/gradient-th.png );
    font-size       : 16px;
    color           : #fff;
    font-weight     : bold;
    line-height     : 19px;
}

table.feature td {
    background      : #F5F5F5;
    padding         : 20px;
    font-size       : 12px;
    color           : #231F20;
    line-height     : 16px;
}

table.feature tr.alt td {
    background      : #EBEBEB;
}

table.basic td {
    background      : #F5F5F5;
    font-size       : 12px;
    color           : #231F20;
    line-height     : 16px;
}

table.basic tr.alt td {
    background      : #EBEBEB;
}

tfoot.total-row td {
	border-top:1px solid #000;
}


table.list {
    margin-bottom   : 18px;
    width           : 100%;
}

table.list td {
    vertical-align  : top;
    padding-bottom  : 18px;
}


.content .col2 {
    width           : 275px;
    margin-right    : 76px;
    float           : left;
}

.content .col2.last {
    width           : 275px;
    margin-right    : 0px;
    float           : left;
}

.content.full-width .col2 {
    width           : 400px;
    margin-right    : 76px;
    float           : left;
}

.content.full-width .col2.last {
    width           : 400px;
    margin-right    : 0px;
    float           : left;
}


.content .col3 {
    width           : 158px;
    margin-right    : 76px;
    float           : left;
}

.content .col3.last {
    width           : 158px;
    margin-right    : 0px;
    float           : left;
}

.bio {
    background      : #F0F1F1;
    margin          : 0px 0 18px 0;
    overflow        : hidden;
}

.bio .bio-picture {
    width           : 365px;
    float           : left;
}

.bio .bio-text {
    width           : 231px;
    float           : left;
    padding         : 15px 10px 0px 15px;
}

.bio .bio-text p {
    font-size       : 11px;
    line-height     : 15px;
}

.bio .bio-text h2 {
    margin-top      : 0px;
}

.bio2 {
    background      : #F0F1F1;
    margin          : 0px 0 18px 0;
    overflow        : hidden;
}

.bio2 .bio-picture {
    width           : 200px;
    float           : left;
}

.bio2 .bio-text {
    width           : 396px;
    float           : left;
    padding         : 15px 10px 0px 15px;
}

.bio2 .bio-text p {
    font-size       : 11px;
    line-height     : 15px;
}

.bio2 .bio-text h2 {
    margin-top      : 0px;
}

.bio2 .bio-text p.intro-para {
    background-color:#fff;
    padding: 10px;
}

/* Content Area Icons */
.call-center {
    background      : url( http://www.forumresearch.com/img/icons/CallCenter.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.consulting-services {
    background      : url( http://www.forumresearch.com/img/icons/ConsultingServices.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.customer-experience {
    background      : url( http://www.forumresearch.com/img/icons/CustomerExperience.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.customer-satisfaction {
    background      : url( http://www.forumresearch.com/img/icons/CustomerSatisfaction.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.newspaper {
	background      : url( http://www.forumresearch.com/img/icons/Newspaper.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.enterprise-feedback-mgmt {
    background      : url( http://www.forumresearch.com/img/icons/EnterpriseFeedbackMgmt.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.forum-poll {
    background      : url( http://www.forumresearch.com/img/icons/ForumPoll.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.ivr {
    background      : url( http://www.forumresearch.com/img/icons/IVR.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.market-consumer-research {
    background      : url( http://www.forumresearch.com/img/icons/MarketConsumerResearch.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.predictive-dialer {
    background      : url( http://www.forumresearch.com/img/icons/PredictiveDialer.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.quality-monitoring {
    background      : url( http://www.forumresearch.com/img/icons/QualityMonitoring.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.pie-chart {
    background      : url( http://www.forumresearch.com/img/icons/PieChart.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.research {
    background      : url( http://www.forumresearch.com/img/icons/Research.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.internet {
    background      : url( http://www.forumresearch.com/img/icons/Internet.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.transform {
	background      : url( http://www.forumresearch.com/img/icons/Transform.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.electronic-mail {
	background      : url( http://www.forumresearch.com/img/icons/ElectronicMail.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.retail-branch-research {
    background      : url( http://www.forumresearch.com/img/icons/RetailBranchResearch.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.sentiment-analytics {
    background      : url( http://www.forumresearch.com/img/icons/SentimentAnalytics.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.social-media-monitorng {
    background      : url( http://www.forumresearch.com/img/icons/SocialMediaMonitorng.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.speech-analytics {
    background      : url( http://www.forumresearch.com/img/icons/SpeechAnalytics.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.survey-software {
    background      : url( http://www.forumresearch.com/img/icons/SurveySoftware.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.text-analytics {
    background      : url( http://www.forumresearch.com/img/icons/TextAnalytics.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}


.consulting-services {
    background      : url( http://www.forumresearch.com/img/icons/ConsultingServices.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.contact-email {
    background      : url( http://www.forumresearch.com/img/icons/ContactEmail.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.contact-fax {
    background      : url( http://www.forumresearch.com/img/icons/ContactFax.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.contact-telephone {
    background      : url( http://www.forumresearch.com/img/icons/ContactTelephone.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}
.questionmark {
	background      : url( http://www.forumresearch.com/img/icons/Questionmark.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}
.alert-icon {
	background      : url( http://www.forumresearch.com/img/icons/AlertIcon.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}
.results-icon {
	background      : url( http://www.forumresearch.com/img/icons/ResultsIcon.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}
.forum-poll {
    background      : url( http://www.forumresearch.com/img/icons/ForumPoll.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.social-media-data {
    background      : url( http://www.forumresearch.com/img/icons/SocialMediaData.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.structured-data {
    background      : url( http://www.forumresearch.com/img/icons/StructuredData.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.twitter {
    background      : url( http://www.forumresearch.com/img/icons/Twitter.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}
.unstructured-data {
    background      : url( http://www.forumresearch.com/img/icons/UnstructuredData.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.database-data {
	background      : url( http://www.forumresearch.com/img/icons/DatabaseData.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.security {
	background      : url( http://www.forumresearch.com/img/icons/Security.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.household {
	background      : url( http://www.forumresearch.com/img/icons/Household.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.report {
	background      : url( http://www.forumresearch.com/img/icons/Report.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}
.toolbox {
	background      : url( http://www.forumresearch.com/img/icons/Toolbox.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.dashboards {
	background      : url( http://www.forumresearch.com/img/icons/Dashboards.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.panel {
	background      : url( http://www.forumresearch.com/img/icons/Panel.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.vertical-consultants {
    background      : url( http://www.forumresearch.com/img/icons/VerticalConsultants.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.vertical-consumer-service {
    background      : url( http://www.forumresearch.com/img/icons/VerticalConsumerService.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.vertical-education {
    background      : url( http://www.forumresearch.com/img/icons/VerticalEducation.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.vertical-finance {
    background      : url( http://www.forumresearch.com/img/icons/VerticalFinance.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.vertical-government {
    background      : url( http://www.forumresearch.com/img/icons/VerticalGovernment.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.vertical-healthcare {
    background      : url( http://www.forumresearch.com/img/icons/VerticalHealthcare.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.vertical-manufacturing {
    background      : url( http://www.forumresearch.com/img/icons/VerticalManufacturing.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.vertical-media {
    background      : url( http://www.forumresearch.com/img/icons/VerticalMedia.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.vertical-retail {
    background      : url( http://www.forumresearch.com/img/icons/VerticalRetail.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}

.vertical-technology {
    background      : url( http://www.forumresearch.com/img/icons/VerticalTechnology.png ) top left no-repeat;
    margin-left     : -67px;
    padding-left    : 67px;
    min-height      : 58px;
}


.icon-align-bottom {
	background-position:left bottom;
}



/* Home Page Elements */
body#home div.left {
    width           : 650px;
    float           : left;
    margin-right    : 15px;
    margin-top      : 15px;
}

body#home div.right {
    width           : 295px;
    float           : left;
    margin-top      : 15px;
}


body#home div.left div.box,
body#home div.right div.box,
div.content div.box {
    background              : #fff url( http://www.forumresearch.com/img/gradient.png ) repeat-x;
    border                  : 1px solid #BBBCBF;
    margin-bottom           : 15px;
    padding                 : 25px 20px 20px 20px;
    border-radius           : 5px;
    -webkit-border-radius   : 5px;
    -moz-border-radius      : 5px;
    zoom                    : 1;
    behavior                : url( http://www.forumresearch.com/styles/PIE.htc );
    overflow                : hidden;
}

div.content div.box h4 {
	margin-top: 1em;
}

body#home div.left div.left50,
div.content div.left50 {
    padding     : 0 30px 0 0;
    width       : 205px;
    margin      : 0 20px 0 60px;
    float       : left;
    border-right: 1px solid #D2D3D5;
}

body#home div.left div.right50,
div.content div.right50 {
    padding     : 0 0px 0 0;
    width       : 225px;
    margin      : 0 0 0 60px;
    float       : left;
}
div.content  div.contentbox {
	width:324px;
}
div.content div.contentbox, div.content div.contentbox a {
	font-size:12px;
	line-height:1.3em;
}
#page2 div.contentbox table{
	width:100%;
	margin:0 auto;
	text-align:left;
}
#page2  div.contentbox td{
	padding:0;
}
body#home div.left h1 {
    color           : #E31B23;
    font-size       : 22px;
    font-weight     : normal;
    margin-bottom   : 28px;
    margin-top      : 0px;
}

body#home div.left h4 {
    color           : #231F20;
    font-size       : 15px;
    line-height     : 21px;
    font-weight     : normal;
    margin          : 0px;
}

body#home div.left p {
    color           : #1C75BB;
    font-size       : 12px;
    line-height     : 18px;
    font-weight     : normal;
    margin-bottom   : 20px;
}



/* Home Page News Items */
div.news-item {
    padding         : 0 0 13px 0;
    margin          : 0 0 13px 0;
    border-bottom   : 1px solid #D3D4D5;
    font-size       : 11px;
    line-height     : 14px;
}

div.news-item.last {
    margin          : 0px;
    border-bottom   : 0px !important;
}

div.news h2.news-title {
    color           : #E31B23;
    font-size       : 22px;
    font-weight     : normal;
    margin-bottom   : 10px;
    margin-top      : 0px;
}

div.news-item span.news-item-date {
    font-size       : 11px;
    line-height     : 14px;
    color           : #1C75BB;
}

div.news-item span.news-item-source {
    font-size       : 11px;
    line-height     : 14px;
    color           : #1C75BB;
}

div.news-item span.news-item-text {
    font-size       : 12px;
    color           : #231F20;
    line-height     : 17px;
}

div.box-dark {
    margin-bottom           : 15px;
    width                   : 265px;
    padding                 : 40px 20px 40px 40px;
    background              : #686A70 url( http://www.forumresearch.com/img/gradient-dark.png ) repeat-x;
    border-radius           : 5px;
    -webkit-border-radius   : 5px;
    -moz-border-radius      : 5px;
    position                : relative;
    zoom                    : 1;
    behavior                : url( http://www.forumresearch.com/styles/PIE.htc );
}


div.box-dark h2 {
    color           : #fff;
    font-size       : 22px;
    font-weight     : normal;
    margin-bottom   : 10px;
    margin-top      : 0px;
}

div.box-dark label {
    display         : block;
    color           : #fff;
    font-size       : 12px;
    font-weight     : bold;
    margin-bottom   : 4px;
}

div.box-dark div.input {
    margin-bottom   : 8px;
}

div.box-dark div.username input,
div.box-dark div.password input {
    width           : 210px;
}

div.box-dark div.button {
    margin-top      : 8px;
    background      : transparent;
    color           : #fff;
    font-size       : 11px;
}

div.box-dark div.button input.button {
    position        : relative;
    top             : 7px;
}

div.box-dark div.button input.checkbox {
    position        : relative;
    top             : 3px;
}

div.box-dark a {
    color           : #fff;
    text-decoration : none;
}


/* Form Elements */
form.horizontal label {
    width           : 110px;
    float           : left;
    font-size       : 12px;
    line-height     : 12px;
    margin-right    : 5px;
    text-align      : right;
    padding-top     : 5px;
    display         : block;
}

form.horizontal div.input {
    padding-bottom  : 8px;
}

form.horizontal div.input select,
form.horizontal div.input input{
    width           : 200px;
    display         : block;
    float           : left;
    font-size       : 12px;
    line-height     : 12px;
}

form.horizontal div.input span {
    margin-left     : 115px;
    display         : block;
    font-size       : 11px;
    color           : #999;
}

form.horizontal input.submit {
    margin-left     : 115px;
    font-size       : 12px;
}


/* TEST - START */

form.web-form table {
    cellpadding     : 3px;
    cellspacing     : 0px;
}

form.web-form table tr > td {
    text-align      : right;
    font-size       : 12px;    
    padding-right   : 5px;
}

form.web-form table tr > td + td {
    font-size       : 12px;
    text-align	    : left;
}

form.web-form table tr > td + td input[type="text"] {
    width	    : 98%;
}


form.web-form table tr > td + td + td  {
    text-align      : left;
    font-size       : 12px;
    font-style      : italic;
    color	    : #999;
    padding-left    : 5px;
}




form.web-form label123 {
    width           : 150px;
    float           : left;
    font-size       : 12px;
    line-height     : 12px;
    margin-right    : 5px;
    text-align      : right;
    padding-top     : 5px;
    display         : block;
}

form.web-form label.label-checkradio {
    width           : auto;
    float           : left;
    font-size       : 12px;
    line-height     : 12px;
    margin-left     : 5px;
    text-align      : left;
    display         : block;
    padding-top	    : 2px;
}

form.web-form div.input {
    padding-top  : 5px;
    clear:both;
}

form.web-form div.input select,
form.web-form div.input input{
    display         : block;
    float           : left;
    font-size       : 12px;
    line-height     : 12px;
    vertical-align  : baseline !important;
}

form.web-form div.input select,
form.web-form div.input input[type="text"],
form.web-form div.input input[type="password"]{
    width           : 200px;
}

form.web-form div.input span {
    margin-left     : 370px;
    display         : block;
    font-size       : 11px;
    color           : #999;
}

.asdasd {
    color           : #231F20;
    font-size       : 11px;
    line-height     : 16px !important;
}

form.web-form div.button {
    padding-top     : 5px;
    clear           : both;
    margin-left     : 155px;
    font-size       : 12px;
}

form.web-form div.error {
    background      : url( http://www.forumresearch.com/img/ErrorIcon.png ) transparent left no-repeat;
    background-position: 10px 10px;
    padding-left    : 60px;
    min-height      : 33px;
    font-size       : 14px;
    padding-top	    : 8px;
    background-color: #ffeeee;
    border          : solid 1px #cc3333;    
    margin-bottom   : 15px;
}

form.web-form div.error p {
    font-size       : 12px;
    line-height     : 12px;
    color	    : #cc3333;
}

form.web-form div.info {
    background      : url( http://www.forumresearch.com/img/InfoIcon.png ) transparent left no-repeat;
    background-position: 10px 10px;
    padding-left    : 60px;
    min-height      : 33px;
    font-size       : 14px;
    padding-top	    : 8px;
    background-color: #ffffcc;
    border          : solid 1px #ffcc66;    
    margin-bottom   : 15px;
}

form.web-form div.info p {
    font-size       : 12px;
    line-height     : 12px;
    color: #333;
}

.hide { display: none; }

/* TEST - END */


/* Twitter Feed */
div.twitter-post p b {
    line-height     : 12px;
}

div.twitter-post span.date {
    color           : #999;
    float           : right;
    width           : 80px;
    text-align      : right;
    display         : block;
    font-size       : 11px;
    line-height     : 12px;
}
span.twitter-name a {
	font-size:10px;
}
#tweetbox {
	display:none;
	border:1px solid #bbbcbf;
	padding:10px 67px;
	background              : #fff url( http://www.forumresearch.com/img/gradient.png ) repeat-x;
	-webkit-border-radius   : 5px;
    -moz-border-radius      : 5px;
	border-radius           : 5px;
    zoom                    : 1;
    behavior                : url( http://www.forumresearch.com/styles/PIE.htc );
}



/* Home Page NIVO Sliders */
div.mosaic {
    width       : 960px;
    height      : 319px;
    overflow    : hidden;
    z-index     : 0;
    position    : relative;
}

.nivo-controlNav {
	background  : transparent;
	position    : absolute;
    bottom      : 10px;
	left        : 25px;
	width       : 200px;
	z-index     : 900;
    text-align  :left;
}

.nivo-controlNav a {
	float       : left;
    display     : block;
	width       : 22px;
	height      : 22px;
	background  : url(http://www.forumresearch.com/img/nivo-bullets.png) no-repeat;
	text-indent : -9999px;
	border      : 0;
    z-index     : 1000;
    margin      : auto 0px;

}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(http://www.forumresearch.com/js/nivo/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#efe9d1;
    text-decoration:underline;
}


/* sidebar content boxes */
div.sidebar div.box {
    border                  : 1px solid #BBBCBF;
    margin-bottom           : 15px;
    padding                 : 20px 20px 2px 20px;
    background              : #fff url( http://www.forumresearch.com/img/gradient.png ) repeat-x;

    border-radius           : 5px;
    -webkit-border-radius   : 5px;
    -moz-border-radius      : 5px;
    zoom                    : 1;
    behavior                : url( http://www.forumresearch.com/styles/PIE.htc );
}

div.sidebar div.box h3 {
    color           : #E31B23;
    font-size       : 18px;
    font-family     : Helvetica, Arial, sans-serif;
    font-weight     : normal;
    margin          : 0 0 8px 0;
}

div.sidebar div.box p,
div.sidebar div.box li {
    color           : #5F6062;
    font-size       : 11px;
    line-height     : 15px;
    font-family     : Helvetica, Arial, sans-serif;
}

div.sidebar div.box a {
    color           : #1C75BB;
    text-decoration : none;
}


div.sidebar div.box.people {
    background      : #fff url( http://www.forumresearch.com/img/side-bar/people.png ) top center no-repeat;
    padding-top     : 125px;
}


div.sidebar div.box.dashboard {
    background      : #fff url( http://www.forumresearch.com/img/side-bar/dashboard.png ) top center no-repeat;
    padding-top     : 140px;
}

div.sidebar div.box.group-people {
    background      : #fff url( http://www.forumresearch.com/img/side-bar/group-people.png ) top center no-repeat;
    padding-top     : 125px;
}

div.sidebar div.box.hands {
    background      : #fff url( http://www.forumresearch.com/img/side-bar/hands.png ) top center no-repeat;
    padding-top     : 125px;
}

div.sidebar div.box.magnifying-glass {
    background      : #fff url( http://www.forumresearch.com/img/side-bar/magnifying-glass.png ) top center no-repeat;
    padding-top     : 125px;
}

div.sidebar div.box.news {
    background      : #fff url( http://www.forumresearch.com/img/side-bar/news.png ) top center no-repeat;
    padding-top     : 125px;
}

div.sidebar div.box.newspaper {
    background      : #fff url( http://www.forumresearch.com/img/side-bar/newspaper.png ) top center no-repeat;
    padding-top     : 115px;
}

div.sidebar div.box.whiteboard {
    background      : #fff url( http://www.forumresearch.com/img/side-bar/whiteboard.png ) top center no-repeat;
    padding-top     : 125px;
}

div.sidebar div.box.whiteboard-2 {
    background      : #fff url( http://www.forumresearch.com/img/side-bar/whiteboard-2.png ) top center no-repeat;
    padding-top     : 125px;
}

div.sidebar div.box.charts {
    background      : #fff url( http://www.forumresearch.com/img/side-bar/charts.png ) top center no-repeat;
    padding-top     : 125px;
}

div.sidebar div.box.woman {
    background      : #fff url( http://www.forumresearch.com/img/side-bar/woman.png ) top center no-repeat;
    padding-top     : 115px;
}

div.sidebar div.box.fuzion {
    background      : #fff url( http://www.forumresearch.com/img/side-bar/forum-fuzion.png ) top center no-repeat;
    padding-top     : 115px;
}

div.sidebar div.box.analytics {
    background      : #fff url( http://www.forumresearch.com/img/side-bar/bottom-analytics.png ) bottom left no-repeat;
    padding-bottom  : 90px;
}

div.sidebar div.box.download {
    background      : #fff url( http://www.forumresearch.com/img/side-bar/bottom-download.png ) bottom left no-repeat;
    padding-bottom  : 90px;
}

div.sidebar div.box.home-join {
    background      : url( http://www.forumresearch.com/img/side-bar/home-join.png ) top center no-repeat !important;
    padding         : 20px 115px 0px 20px !important;
}

div.sidebar div.box.home-join p {
    color           : #414042 !important;
    margin-bottom   : 13px;
}

div.sidebar div.box.home-join h3 {
    color           : #E31B23;
    font-size       : 22px;
    font-weight     : normal;
}

div.sidebar div.box.download h5,
div.sidebar div.box.analytics h5 {
    color           : #231F20;
    font-size       : 12px;
    line-height     : 15px;
    margin          : 0 0 16px 0;
    font-weight     : normal;
}

div.sidebar div.box.analytics p.button,
div.sidebar div.box.download p.button {
    position        : relative;
    top             : 40px;
}


div.sidebar div.menu {
    border                  : 1px solid #BBBCBF;
    border-radius           : 5px;
    -webkit-border-radius   : 5px;
    -moz-border-radius      : 5px;
    zoom                    : 1;
    behavior                : url( http://www.forumresearch.com/styles/PIE.htc );
    margin-bottom           : 15px;
    background              : url( http://www.forumresearch.com/img/gradient-reverse.png ) bottom center repeat-x;
}

div.sidebar div.menu-header {
    background      : #E51B24;
    padding         : 15px 5px 15px 20px;
    color           : #fff;
}

div.sidebar div.menu-header a, div.sidebar div.menu-header {
    display         : block;
    font-size       : 20px;
    color           : #fff;
    text-decoration : none;
    font-family     : Helvetica, Arial, sans-serif;
}

div.sidebar div.menu-content {
    padding         : 10px;
}

div.sidebar div.menu-content ul {
    margin          : 5px 0;
}

div.sidebar div.menu-content ul li {
    font-family     : Helvetica, Arial, sans-serif;
    font-size       : 12px;
    color           : #414042;
    padding         : 0px 8px 0 10px;
}

div.sidebar div.menu-content ul li a {
    font-family     : Helvetica, Arial, sans-serif;
    color           : #414042;
    text-decoration : none;
}

div.sidebar div.menu-content ul li.selected a,
div.sidebar div.menu-content ul li a.selected,
div.sidebar div.menu-content ul li a:hover {
    color           : #1C75BB;
    text-decoration : underline;
}

dd {
	color           : #231F20;
    font-size       : 12px;
    line-height     : 17px;
}

dl.faq dt { font-weight:bold; height:0px; }
dl.faq dd.Q { margin-bottom:8px; }
dl.faq dd.A { margin-bottom:16px; }

.number { text-align: right; padding-right: 8px!important; }

/* font face */
@font-face {
    font-family: 'Square721ExBTRoman';
    src: url('http://www.forumresearch.com/styles/fonts/square_721_extended_bt-webfont.eot');
    src: url('http://www.forumresearch.com/styles/fonts/square_721_extended_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.forumresearch.com/styles/fonts/square_721_extended_bt-webfont.woff') format('woff'),
         url('http://www.forumresearch.com/styles/fonts/square_721_extended_bt-webfont.ttf') format('truetype'),
         url('http://www.forumresearch.com/styles/fonts/square_721_extended_bt-webfont.svg#Square721ExBTRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix { font-size: 0px; line-height: 0px; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
#print-footer{ visibility: hidden}

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  header.top-header-nav { display: none}
  footer { display: none}
  .box	 { display: none}
  #article-actions{display: none;}
  #poll-search {display: none}
  .sidebar{display: none}
  .wrapper960{ width: 100%}
  h1,h2, h3{font-size: 2em}
  #footer-dark {display: none}
  #footer{display: none}
  #article-downloads{display: none}
  
 
  #navigation{display: none}
  #sub-nav{display: none}
  #logo a[href]:after
  {
  	content: '';
  }
  #print-footer{color:gray; font-size: 7px; visibility: visible}
#article-container{margin-top: 0px}
}

.clickable:hover
{
	cursor: pointer;

}

div.sidebar div.box a.popular-post-link:hover
{
	text-decoration: underline;
	
}