﻿@import url("Reset.css");

/*******************************************************
Theme Name: Immix Group
Theme URI: http://www.immixgroup.com/
Description: Theme for Immix Group website
Author: Beveridge Seay
Author URI: http://www.bevseay.com/
Template: 
Version: 1.0
********************************************************/

html {
	height: 100%;
	overflow-y: scroll; /* Not valid CSS2, but required for scroll bar */
}

body
{
    color: #000;
    font: 12px/16px 'Segoe UI' , Arial, Helvetica, sans-serif;
    height: 100%;
}

textarea, input, label, div, li, th
{
    font: 'Segoe UI' , Arial, Helvetica, sans-serif;
}

.content
{
    margin-left: 15px;
    margin-right: 15px;
}

.pageTitle 
{
    font-size: 20px;
    color: #1E6076;
    font-weight: bold;
}

.sectionHeading 
{
    font-size: 14px;
    color: #1E6076;
    font-weight: bold;
}


.page_container {
	background-color: #fff;
	/* width: 960px; */
	margin: 0 auto;
	position: relative;
}

.preloaded_images {
	display: none;
}

.failureNotification 
{
    background-color: #FFCCCC;
    border: 1px solid #FF9999;
    margin: 5px;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
}

.successNotification
{
    background-color: #CCFFCC;
    border: 1px solid #00FF00;
    margin: 5px;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
}

.generalNotification
{
    background-color: #FFF5CC;
    border: 1px solid #FFE680;
    margin: 5px;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
}

.dataGridBox
{
    background-color: #DDDDDD;
    margin: 0px;
    padding: 10px 2px 2px 0px;
    border-radius: 5px 5px 5px 5px;
}

.filterHeader
{
    background-color: #CCCCCC;
    padding-top: 3px;
    margin: 0px;
    height: 13px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;  
    cursor: pointer; 
    text-align: center; 
    color: #FFFFFF;

}

.filterFooter
{
    background-color: #CCCCCC;
    margin: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; 
    height: 5px;   
    text-align: center;
    vertical-align: middle;
    /* cursor: pointer; */
    /*background: #DDDDDD url("../Images/collapse.png") no-repeat center center;*/
}

.filter
{
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    margin: 0px;
    padding: 10px;
}

.fieldsetHeader
{
    background-color: #CCCCCC;
    padding-top: 12px;
    margin: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;  
}

.fieldsetFooter
{
    background-color: #DDDDDD;
    margin: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; 
    height: 12px;   
    text-align: center;
}

.fieldset
{
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    margin: 0px;
    padding: 10px;
}

.gridsetHeader
{
    background-color: #CCCCCC;
    padding-top: 12px;
    margin: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;  
}

.gridsetFooter
{
    background-color: #DDDDDD;
    margin: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; 
    height: 12px;   
    text-align: center;
}

.gridset
{
    background-color: #EEEEEE;
    border: none;
    margin: 0px;
    padding: 0px;
}

.gridsetSeparator
{
    background-color: #CCCCCC; 
    min-height: 6px;
}

.partnerAddresses
{
    padding-left: 15px;
    cursor: pointer;
    background-color: #DDDDDD;
    vertical-align: middle;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; 
    background: #DDDDDD url("../Images/triangle_expand12.gif") no-repeat left center;
}

.partnerAddress
{
    background-color: #EEEEEE;
    margin: 0px;
    padding: 10px;
    border: none;
}

.dynamicTab
{
    cursor: pointer;
    background-color: #DDDDDD;
    padding: 5px 15px 5px 15px;
    float: left;
    border-top: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #BBBBBB;
}

.dynamicTabOpen
{
    background-color: #CCCCCC;
    font-weight: bold;
    border-top: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #AAAAAA;
}

.dynamicTabBody
{
    background-color: #EEEEEE;
    margin: 0px;
    padding: 10px;
    border: none;
}

.openPartnerAddress
{
    background-color: #CCCCCC;
    font-weight: bold;
    background: #CCCCCC url("../Images/triangle_collapse12.gif") no-repeat left center;
}
/*
.edit-fieldset input
{
    vertical-align:bottom;
}

.edit-fieldset select
{
    vertical-align:bottom;
}
*/

.edit-fieldset label
{
    float: left;
    width: 225px;
    margin-right: 0.5em; /*padding-top:0.2em;*/
    text-align: right;
    font-weight: bold;
    vertical-align: bottom;
    padding-top: 1px;
}

.popup-fieldset-label
{
    float: left;
    width: 100px;
    margin-right: 0.5em; /*padding-top:0.2em;*/
    text-align: right;
    font-weight: bold;
    vertical-align: top;
    padding-top: 1px;
}

.popup-fieldset-text
{
    width: 400px;
    text-align: left;
    vertical-align: top;
}


.contact-edit-fieldset label
{
    float: left;
    width: 75px;
    margin-right: 0.5em; /*padding-top:0.2em;*/
    text-align: right;
    font-weight: bold;
    vertical-align: bottom;
    padding-top: 1px;
}

.indented-label
{
  float:left;
  width:175px;
  margin-right:0.5em;
  /*padding-top:0.2em;*/
  text-align:right;
  font-weight:bold;
}

.threeTabHeader div
{
    width:24.9%;
    float:left;
}

.indented-button
{
    margin-left: 183px;
}

.textEntryVeryWide
{
    width: 500px;
}

.textEntryWide
{
    width: 300px;
}

.textEntry
{
    width: 250px;
}

.passwordEntry
{
    width: 250px;
}

/* Make disabled controls easier to read */
input[disabled="disabled"], input.disabled, input[disabled], input[readonly], select[disabled], select[readonly], checkbox[disabled], checkbox[readonly], textarea[disabled], textarea[readonly] 
{ 
 background-color: #F9F9F9; 
 border: silver 1px solid; 
 color: #000000; 
 cursor: default; 
}

/* Fix the mouse pointer when it's over a grid header.*/
th 
{
    cursor: default;
}

.faq_question
{
    font-weight: bold;
    color: #004165;
}

.faq_answer
{
    font-weight: normal;
    color: #1083C7;
    margin-bottom: 20px !important;
}

/*******************************************************
Hyperlink styles.
********************************************************/

a {
	color: #1083c7;
	text-decoration: none;
}


a:visited 
{
    color: #1083c7;
	/*color: #4c9ac9; */
}


a:hover 
{
    color: #B61C1E;
	text-decoration: underline;
}

.dynamicTabBody a
{
    color: #B61C1E;
	text-decoration: underline;
}

/*******************************************************
Header styles.
********************************************************/

.header {
	height: 100px;
	position: relative;
	overflow: hidden;
	font-size: 12px;
}

    .right_justified 
    {
        text-align:right;
    }

	.logo {
		position: absolute;
		top: 48px;
		left: 23px;
	}

	.contact_link {
		position: absolute;
		top: 58px;
		left: 650px;
	}

	.social_media_links {
		position: absolute;
		top: 55px;
		left: 720px;
	}
	
	.search {
		position: absolute;
		top: 55px;
		left: 798px;
	}
	
		.search_term {
			width: 99px;
			height: 20px;
			border: 1px groove #CFD4d8;
			font: 12px/16px Arial, Helvetica, sans-serif;
			padding: 0 20px 0 5px;
			color: #134d6e;
		}
		
		.search_submit {
			position: relative;
			top: 2px;
			left: -21px;
		}
		
		/* Hack for IE7 only. */
		*:first-child+html .search_submit {
			top: 1px;
		}

	.nav_menu {
		position: relative;
		/* top: 85px; */
		top: -14px;
		*top: 0px;
		/*left: -1px; */
		height: 26px;
		background: url("../Images/nav-menu-bg.png") left top repeat-x #004165;
		/* width: 985px; */
		width: 100%;
		font-size: 13px;
	}
	
	.nav_menu_hover 
	{
	    background: url("../Images/nav-menu-bg-active.png") left top repeat-x #b22140;
		/*border-top: 1px solid #f8cbc8;*/
		border-right: 1px solid #f5d6dc;
		border-left: 1px solid #cd7e93;
	}
	
		.nav_menu li {
			float: left;
			border-right: 1px solid #e7e9eb;
			/*border-left: 1px solid #a8b0b7; */
			/*border-top: 1px solid #eff1f2;*/
			line-height: 27px;
			padding: 0 25px;
		}
		
			.nav_menu li.active {
				background: url("../Images/nav-menu-bg-active.png") left top repeat-x #b22140;
				/*border-top: 1px solid #f8cbc8;*/
				border-right: 1px solid #f5d6dc;
				border-left: 1px solid #cd7e93;
			}
		
		.nav_menu a {
			color: #fff !important;
		}

		
		
/*******************************************************
Content container styles.
Affects everything below header and above footer.
********************************************************/

.content_container {
	position: relative;
	min-height: 428px;
	/* Clear the floats. */
	width: 100%;
	overflow: hidden;
}

	.content_container h2 {
		font: bold 16px/24px Arial, Helvetica, sans-serif;
		color: #000000;
	}
	
	.content_container h3 {
		font: bold 14px/18px Arial, Helvetica, sans-serif;
		color: #000000;
	}


	.content_container h3.awards {
		padding-bottom: 14px;
	}
	
	.content_container p {
		margin: 6px 0 6px 0;
	}

	.content_container p.teaser {
		margin: 0 0 16px 0;
	}
	
	.content_container ul {
		list-style-type: disc;
		margin: 6px 0 16px 0;
	}
	
		.content_container ul.paragraph_style {
			list-style-type: none;
		}
		
			.content_container ul.paragraph_style li {
				margin-bottom: 16px;
				margin-left: 0;
			}
		
		.content_container ul.inline_images {
			margin: 20px 0;
			list-style-type: none;
		}
		
			.content_container ul.inline_images li {
				display: table-cell;
				padding: 0 20px 0 0;
				margin: 0;
				vertical-align: middle;
			}

			.content_container ul.vertical_images {
				margin: 10px 0;
				list-style-type: none;
			}
		
			.content_container ul.vertical_images li {
				padding: 0 0 10px 0;
				margin: 0;
			}
			
		.content_container ul.dash_style li {
			list-style-image: url("../Images/sidebar-list-dash-0.png");
			margin-left: 12px;
		}
	
	.content_container ol {
		list-style-type: decimal;
		margin: 6px 0 16px 0;
	}
	
	.content_container li {
		margin-bottom: 4px;
		margin-left: 16px;
	}
	
	.content_container .single_space, .content_container .single_space li {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}


/*******************************************************
Left sidebar styles.
********************************************************/
.sidebar_left {
	float: left;
	width: 160px;
	padding: 0 20px 20px 20px;
}

	.section_nav {
		width: 160px;
		margin-top: 0;
		/*border-right: 1px solid #a8b0b7;*/
	}

	.section_nav ul {
		list-style-type: none !important;
		margin: 0;
	}
	
	.section_nav ul li {
		font-weight: bold;
		padding: 4px 0 4px 4px;
		margin: 0;
		color: #004165;
	}

	.section_nav ul li ul {
		margin: 0 0 10px 0;
	}

	.section_nav ul li ul li.level3 {
		padding-left: 10px!important;
	}

	.section_nav ul li ul li {
		font-weight: normal!important;
		border: none!important;
		margin: 3px 0 0 0!important;
		padding: 1px 0!important;
		list-style-type: none;
		background: none!important;
		}

	.section_nav ul li ul li a {
		padding-left: 10px;
		display: block;
		background: url("../Images/sidenav-bluearrow.png") no-repeat 3px 5px;
	}

	.section_nav ul ul ul {
		margin: 0;
	}


/*******************************************************
Main content styles.
Affects everything in content container except left sidebar.
This includes the right sidebar.
********************************************************/

.main_content {
	float: left;
    width: 80%;
    /* width: 769px; */
    padding-right: 10px;
}

	.content_intro {
		padding-top: 17px;
	}
	
		.content_intro p {
			margin-bottom: 0;
		}

	.content_body_one_col, .content_body_two_cols, .content_body_three_cols, .content_body_four_cols {
		float: left;
		width: 590px;
	}
	
	.no_right_sidebar {
		/* width: 740px !important; */
	}
	
		.content_body_one_col .content_column {
			margin: 20px 20px 0 0;
		}
	
		.content_body_two_cols .content_column {
			float: left;
			width: 260px;
			margin: 20px 20px 0 0;
		}
		
		.content_body_two_cols.no_right_sidebar .content_column {
			width: 340px !important;
		}
		
		.content_body_three_cols .content_column {
			float: left;
			width: 170px;
			margin: 20px 20px 0 0;
		}
		
		.content_body_four_cols .content_column {
			float: left;
			width: 132px;
			margin: 20px 15px 0 0;
		}
		
	.sidebar_interior {
		float: right;
		width: 170px;
		margin-left: 20px;
	}

	.headline_area {
		border-bottom: 1px solid #c8cdd2;
		min-height: 60px;
		padding-bottom: 8px;
		margin-bottom: 18px;
	}

		.headline_area h1 {
			font: bold 18px/24px Arial, Helvetica, sans-serif; 
			margin-bottom: 12px;
			margin-top: -3px;
		}
	
		.headline_area h2 {
			font-weight: normal;
			color: #000;
		}
	
	.main_content h3 {
		color: #000;
		margin-top: 12px;
	}
	
		.main_content h3.first {
			margin-top: 0;
		}
	
	.main_content h4 {
		font: bold 12px/16px Arial, Helvetica, sans-serif;
		color: #000;
		margin: 0;
	}
	
	.main_content .company_logo {
		float: right;
		margin-right: 15px;
	}
	
	.main_content .list_selector {
		float: left;
		position: relative;
		left: -12px;
		top: 5px;
		margin-right: -9px;
	}


/*******************************************************
Section header and section description styles.
********************************************************/

.section_header {
	height: 200px;
}


.section_header_with_line {
	border-bottom: 1px solid #c8cdd2;
	min-height: 60px;
	padding-bottom: 8px;
	margin-bottom: 18px;
	margin-right: 15px;
}

.section_header_with_line h1 {
	font: bold 18px/24px Arial, Helvetica, sans-serif; 
	margin-bottom: 12px;
	margin-top: -3px;
}

.section_descriptions_three_cells, .section_descriptions_four_cells {
	/* Clear the floats. */
	width: 773px;
	overflow: hidden;
}
	
	.section_three_cells { /* DIV */
		float: left;
		width: 222px;
		height: 190px;
		padding: 12px 15px;
		margin: 4px 4px 0 0;
		line-height: 13px;
		position: relative;
	}
		
	.section_four_cells { /* DIV */
		float: left;
		width: 158px;
		height: 190px;
		padding: 12px 15px;
		margin: 4px 4px 0 0;
		line-height: 13px;
		position: relative;
	}
		
			.who_we_are {
				border: 2px solid #dee2e4;
				height: 186px !important;
			}
		
			.three_cells .who_we_are {
				width: 216px;
			}
			
			.four_cells .who_we_are {
				width: 155px;
			}
			
				.who_we_are h2 {
					color: #000;
					line-height: 18px;
				}
		
			.tech_manufacturers {
				background: url("/images/section-box-bg-tech-manufacturers.jpg") left top repeat-x #a61c41;
				color: #fff;
			}
			
				.tech_manufacturers h2 {
					color: #fff;
					line-height: 18px;
				}
				
				.tech_manufacturers ul li {
					margin-bottom: 0;
				}

			.gsa_compliancheck {
				background: url("/images/section-box-bg-gsa-compliancheck.jpg") left top repeat-x #ccd1d5;
			}
			
				.gsa_compliancheck h2 {
					color: #000;
					line-height: 18px;
				}
				
			.channel_participants {
				background: url("/images/section-box-bg-channel-participants.jpg") left top repeat-x #004635;
				color: #fff;
			}
			
				.channel_participants h2 {
					color: #fff;
					line-height: 18px;
				}
				
			.govt_agencies {
				background: url("/images/section-box-bg-govt-agencies.jpg") left top repeat-x #00374d;
				color: #fff;
			}
			
				.govt_agencies h2 {
					color: #fff;
					line-height: 18px;
				}
				
			.learn_more_button {
				position: absolute;
				bottom: 12px;
				left: 12px;
			}
			
	.section_clients h2 {
		margin: 16px 0 0 0;
	}
			
	.section_clients ul.inline_images li {
		padding-right: 45px;
	}



/*******************************************************
Right sidebar styles.
********************************************************/

.sidebar_right {
	float: right;
	width: 135px;
	margin: 20px;
}

	.sidebar_right h3 {
		color: #ee2717;
		margin-top: 0;
	}
	
	.sidebar_right ul {
		margin-top: 2px;
		line-height: 15px;
	}
	
	.pricelist_finder {
		background: url("/images/pricelist-finder-bg.png") left top repeat-x #005f92;
		height: 182px;
		width: 109px;
		margin: 20px 0;
		padding: 7px;
	}
	
		.pricelist_finder h3 {
			color: #fff;
			line-height: 21px;
			padding-left: 3px;
			margin-bottom: 18px;
		}
		
		.pricelist_finder .pricelist_finder_text {
			width: 103px;
			height: 18px;
			line-height: 20px;
			font: normal 11px Arial, Helvetica, sans-serif;
			color: #b6bec4;
			padding: 0;
			margin-bottom: 7px;
			border: 1px solid #d5e6f0;
		}
		
		.pricelist_finder .pricelist_finder_button_container {
			width: 67px;
			margin: 10px auto 0 auto;
		}
	
	.sidebar_right .sidebar_right_featured {
		border: 1px solid #cfd4d8;
		padding: 9px 9px 0 9px;
		margin-bottom: 20px;
	}
	
		.sidebar_right .sidebar_right_featured h3 {
			margin-bottom: 12px;
		}



/*******************************************************
Footer styles.
********************************************************/

.footer 
{
    /*First two lines are for a floating footer */
    /* top: 100%;
	margin-top: -24px; */
	height: 24px;
	width: 100%;
	background: url("../Images/footer-bg-24.png") left top repeat-x #002133;
	position: relative;
	/* padding: 10px 0 10px 0; */
	color: #000000;
	vertical-align: middle;
	padding-top: 7px;
}

.footer ul li {
	padding: 0 0 4px 0!important;
	margin: 0!important;
	text-align: left!important;
	line-height: normal!important;
	display: list-item!important;
	color: #ffffff;
}

ul.footer1 {
	padding: 0 30px 0 40px;
	list-style: none;
	margin: 0;
	float: left;
	}

ul.footer1 li {
	color: #ffffff;
	}

ul.footer2 {
	padding: 0 20px 0 20px;
	border-left: 1px solid #00527e;
	list-style: none;
	margin: 0;
	float: left;
}

ul.footer2 li a {
	color: #ffffff;
	text-decoration: none;
	text-align: left!important;
	font-weight: normal!important;
	display: inline!important;
	margin-bottom: 5px;
}

ul.footer2 li a:hover {
	color: #ffffff;
	text-decoration: underline;
	line-height: normal!important;
}

ul.footer3 {
	padding: 0 20px 0 20px;
	border-left: 1px solid #00527e;
	border-right: 1px solid #00527e;
	list-style: none;
	margin: 0;
	float: left;
}

ul.footer3 li a {
	color: #ffffff;
	text-decoration: none;
	text-align: left!important;
	font-weight: normal!important;
	display: inline!important;
	margin-bottom: 5px;
}

ul.footer3 li a:hover {
	color: #ffffff;
	text-decoration: underline;
	line-height: normal!important;
}

ul.footer4 {
	width: 170px;
	padding: 0 20px 0 20px;
	list-style: none;
	margin: 0;
	float: left;
}

ul.footer4 li a {
	color: #ffffff;
	text-decoration: none;
	text-align: left!important;
	font-weight: normal!important;
	display: inline!important;
	margin-bottom: 5px;
}

ul.footer4 li a:hover {
	color: #ffffff;
	text-decoration: underline;
	line-height: normal!important;
}

ul.footer5 {
	padding: 0 30px 0 40px;
	list-style: none;
	margin: 0;
	float: left;
	}

ul.footer5 li.iso {
	background: url("../Images/icon-iso.png") no-repeat;
	padding-left: 26px!important;
	color: #ffffff;
	line-height: 20px!important;
	}

		
/*******************************************************
End general styles, begin styles for specific pages.
********************************************************/


/*******************************************************
Home Page Graphic styles.
********************************************************/

#myContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	margin-top: 40px;
	color: #FFFFFF;
}
#myContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #FFFFFF;
}
#myContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #FFFFFF;
}
#myContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

#myContent h4 a {
	color: #FFFFFF;
}

#myContent h4 a:hover {
	color: #FFFFFF;
}


	
/*******************************************************
Home page styles.
********************************************************/

.home_feature_container {
	width: 948px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 18px;
	/* Clear the floats. */
	overflow: hidden;
}

	.home_feature_pic_container {
		height: 247px;
		position: relative;
		background: url("/images/home-feature-pic-1.jpg") left top no-repeat;
		overflow: hidden;
	}
	
	#home_feature_container_link1 {
		position: absolute;
		display: block;
		top: 136px;
		left: 89px;
		width: 103px;
		height: 30px;
		z-index: 5;
	}
	
		#home_feature_container_link1 span {
			visibility: hidden;
		}
		
		a#home_feature_container_link1:hover {
			text-decoration: none;
		}
	
		#home_feature_pic_2, #home_feature_pic_3, #home_feature_pic_4 {
			position: absolute;
			/*top: 250px;*/
		}
		
	.home_feature_box {
		float: left;
		border-top: 4px solid #fff;
		width: 264px;
		height: 63px;
		color: #fff;
		padding: 9px 20px 9px 28px;
		z-index: 50;
		cursor: pointer;
	}
	
		.home_feature_box a:hover {
			text-decoration: none;
		}

	#home_govt_box {
		background: url("/images/home-govt-box-bg-0.jpg") left bottom repeat-x #fff;
		border-right: 6px solid #fff;
	}
	
		#home_govt_box:hover,
		.home_govt_box_hover {
			background: url("/images/home-govt-box-bg-1.jpg") left bottom repeat-x #fff !important;
		}
		
		#home_govt_box a {
			color: #fff;
		}
	
	#home_tech_box {
		background: url("/images/home-tech-box-bg-0.jpg") left bottom repeat-x #fff;
		border-right: 6px solid #fff;
	}
	
		#home_tech_box:hover,
		.home_tech_box_hover {
			background: url("/images/home-tech-box-bg-1.jpg") left bottom repeat-x #fff !important;
		}
		
		#home_tech_box a {
			color: #fff;
		}
	
	#home_channel_box {
		background: url("/images/home-channel-box-bg-0.jpg") left bottom repeat-x #fff;
	}
	
		#home_channel_box:hover,
		.home_channel_box_hover {
			background: url("/images/home-channel-box-bg-1.jpg") left bottom repeat-x #fff !important;
		}
		
		#home_channel_box a {
			color: #fff;
		}
	
	.home_feature_container h2 {
		color: #fff; 
	}
	
  .home_feature_link {
		font-size: 12px;
		font-weight: bold;
		line-height: 20px;
	}



  .services_span {
    display:inline-block;
    margin-bottom: 5px;
  }
	
	.home_column_1 {
		width: 270px;
		float: left;
		margin-left: 34px;
	}
	
	.home_column_2 {
		width: 597px;
		float: left;
		margin-left: 49px;
	}
	
		.home_column_2_top {
			/* Clear the floats. */
			width: 100%;
			overflow: hidden;
		}
	
			.home_column_2_top_column {
				width: 144px;
				float: left;
				margin-right: 50px;
				padding-bottom: 15px;
			}
		
		.home_column_2_bottom {
			/* Clear the floats. */
			width: 100%;
			overflow: hidden;
		}
		
			.home_column_2_bottom_left {
				width: 358px;
				border-top: 1px solid #c8cdd2;
				padding-top: 6px;
				float: left;
				margin-right: 30px;
			}
			
			.home_column_2_bottom_right {
				width: 144px;
				border-top: 1px solid #c8cdd2;
				padding-top: 6px;
				float: left;
			}



/*******************************************************
Leadership page styles.
********************************************************/

.leadership_profile {
	margin-bottom: 9px;
	/* Clear the floats. */
	width: 100%;
	overflow: hidden;
}

	.leadership_profile_pic {
		float: left;
		width: 137px;
		padding-top: 3px;
	}

	.leadership_profile_text {
		float: right;
		width: 453px;
	}


/*******************************************************
Benefits page styles.
********************************************************/

.benefit_profile {
	margin-bottom: 9px;
	/* Clear the floats. */
	width: 100%;
	overflow: hidden;
}

	.benefit_profile_pic {
		float: left;
		width: 150px;
		padding-top: 3px;
	}

	.benefit_profile_text {
		float: right;
		width: 440px;
	}



/*******************************************************
Awards page styles.
********************************************************/

.awards_profile {
	margin-bottom: 1px;
	/* Clear the floats. */
	width: 100%;
	overflow: hidden;
}

	.awards_profile_pic {
		float: left;
		width: 125px;
	}

	.awards_profile_text {
		float: right;
		width: 465px;
	}

	
	
/*******************************************************
Client logo grid page styles.
********************************************************/

.client_logo_grid {
	width: 610px;
	padding-top: 10px;
}

	.client_logo_grid_row {
		clear: left;
	}

	.client_logo_grid .client_logo {
		width: 126px;
		padding: 0 25px 25px 0;
		float: left;
	}
	
	
	
/*******************************************************
Newsletter page styles.
********************************************************/

.newsletter {
	width: 560px;
}

	.newsletter th {
		text-align: left;
	}
	
		.newsletter th.item_date {
			width: 80px;
			font-size: 12px;
		}
	
		.newsletter th.item_topic {
			width: 100px;
			font-size: 12px;
		}
		
		.newsletter th.item_title {
			width: 380px;
			font-size: 12px;
		}
	
	.newsletter .item_date {
		font-weight: bold;
		padding-top: 20px;
		white-space: nowrap;
	}
	
	.newsletter .item_title {
		font-weight: bold;
		padding-top: 20px;
	}
	
		.newsletter .item_details {
			display: none;
			padding-top: 10px;
		}
	
		.newsletter .item_details td {
			padding-bottom: 5px;
		}

		.newsletter .item_details .item_topic {
			white-space: nowrap;
			width: 100px;
		}

		
		
/*******************************************************
Resource registration page styles.
********************************************************/

.article_registration_form {
	background-color: #f6f6f8;
	padding: 15px;
	width: 100%;
}

	.article_registration_form .text_field {
		width: 98%;
		display: block;
	}
	
	.article_registration_form select {
		width: 100%;
		display: block;
	}
	
	.article_registration_form label {
		display: block;
		margin-bottom: 12px;
	}
	

/*******************************************************
Four column list page styles.
********************************************************/

.four_column_list {
	width: 560px;
}

	.four_column_list th {
		text-align: left;
	}
	
		.four_column_list th.item_vendor {
			width: 150px;
		}
	
		.four_column_list th.item_contract {
			width: 130px;
		}
		
		.four_column_list th.item_pricelist {
			width: 130px;
		}
		.four_column_list th.item_viewnow {
			width: 150px;
		}
	
	.four_column_list td {
		padding-top: 15px;
		white-space: nowrap;
	}
	

/*******************************************************
Three column list page styles.
********************************************************/

.three_column_list {
	width: 560px;
}

	.three_column_list th {
		text-align: left;
	}
	
		.three_column_list th.item_date {
			width: 80px;
		}
	
		.three_column_list th.item_time {
			width: 80px;
		}
		
		.three_column_list th.item_title {
			width: 400px;
		}
	
	.three_column_list td {
		padding-top: 15px;
		white-space: nowrap;
	}
		


/*******************************************************
Two column list page styles.
********************************************************/

.two_column_list {
	width: 560px;
}

	.two_column_list th {
		text-align: left;
	}
	
		.two_column_list th.item_date {
			width: 80px;
		}
		
		.two_column_list th.item_title {
			width: 480px;
		}
	
	.two_column_list td {
		padding-top: 15px;
	}



/*******************************************************
Event landing page styles.
********************************************************/

table.agenda {
	margin: 10px 0 18px 0;
}

	table.agenda td {
		padding: 5px 10px;
		line-height: 20px;
		border: 1px solid #c8cdd2;
	}
	
	
	
/*******************************************************
Request a quote page styles.
********************************************************/

.request_quote_form {
	background-color: #f6f6f8;
	padding: 15px;
	width: 560px;
}

	.request_quote_form .field_block_small {
		float: left;
		width: 30%;
		margin-right: 3%;
	}
	
.request_quote_form .field_block_medium {
		float: left;
		width: 45%;
		margin-right: 5%;
	}
	
	.request_quote_form .field_block_wide {
		clear: left;
		width: 95%;
	}

	.request_quote_form .text_field {
		width: 100%;
		display: block;
	}
	
	.request_quote_form .select_list {
		width: 102%;
	}
	
	.request_quote_form .textarea_field {
		width: 100%;
		height: 60px;
	}
	
	.request_quote_form label {
		display: block;
		margin-bottom: 12px;
	}


/*******************************************************
Subscription form page styles.
********************************************************/

.subscription_form {
	background-color: #f6f6f8;
	padding: 15px;
	width: 560px;
}

.subscription_form .field_block_small {
		float: left;
		width: 30%;
		margin-right: 3%;
	}
	
.subscription_form .field_block_medium {
		float: left;
		width: 45%;
		margin-right: 5%;
	}
	
	.subscription_form .field_block_wide {
		clear: left;
		width: 95%;
	}

	.subscription_form .text_field {
		width: 100%;
		display: block;
	}
	
	.subscription_form .select_list {
		width: 102%;
	}
	
	.subscription_form label {
		display: block;
		margin-bottom: 12px;
	}	
	

/*******************************************************
Technology brands list page styles.
********************************************************/

.alpha_list {
	list-style-type: none !important;
	font-size: 12px;
	/* Clear the floats. */
	width: 100%;
	overflow: hidden;
}

	.alpha_list li {
		float: left;
		margin-left: 0;
		margin-right: 11px;
	}
	
.alpha_list_content {
	list-style-type: none !important;
}

	.alpha_list_content li {
		margin-left: 0;
	}
	
	
	
/*******************************************************
Contract vehicles page styles.
********************************************************/

.contract_menu {
	width: 560px;
}

	.contract_menu td, .contract_menu th {
		border: 1px solid #c8cdd2;
		padding: 3px 4px;
		text-align: left;
	}
	
	.contract_menu caption {
		background-color: #ffffff;
		font: bold 16px/24px Arial, Helvetica, sans-serif;
		text-align: left;
		padding-bottom: 6px;
	
	.contract_menu tbody th {
		background-color: #f5f5f5;
	}

/*******************************************************
Banner Ad styles.
********************************************************/

.banner {
	margin-bottom: 20px;
}