﻿@charset "utf-8";
/* 
Client: Altair Corporate 2011 Reskin
Author: Media Genesis
interior.css
*/

figure#int {
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	-moz-box-shadow: 0 2px 5px 0 #444;
	-webkit-box-shadow: 0 2px 5px 0 #444;
	box-shadow: 0 2px 5px 0 #444;
	height:155px;
	margin:2px 0 23px 0;
	width:962px;
}

.ie7 figure#int, .ie8 figure#int {
	border:1px solid #666;
	height:153px;
	overflow:hidden;
	width:960px;
}

.corners {
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	padding:0;
}

#interior {
	min-height:565px;
	width:962px;
}

aside, #content, #imagery, .intern {
	float:left;
	min-height:525px;
}

aside {
	background:url(http://resources.altair.com/corp/images/bg_aside.png) no-repeat right 0;
	font-size:14px;
	min-height:541px;
	padding:12px 23px;
	text-align:center;
	width:138px;
}

aside nav a {
	background:url(http://resources.altair.com/corp/images/bg_aside_link.png) no-repeat 0 bottom;
	color:#434244;
	display:block;
	min-height:16px;
	padding:10px 0;
	text-decoration:none;
	-moz-transition:color 0.3s ease-in-out;
	-webkit-transition:color 0.3s ease-in-out;
	-o-transition:color 0.3s ease-in-out;
	transition:color 0.3s ease-in-out;
	width:138px;
}

aside a.uppernav {
	font-family:"DaxComp-BoldRegular", "Arial Narrow", Helvetica, sans-serif;
}

aside a:last-child {
	background:none;
}

aside #graphic_ads 
{
    margin-top: 50px;
}

aside #graphic_ads a img
{
    margin: 5px 0;
}

#content {
	color:#434244;
	font-size:16px;
	line-height:24px;
	padding:20px 50px 20px 38px;
	width:452px;
}

#content.full {
	padding:20px 20px 20px 38px;
	width:615px;
}

#content.full_width {
	padding:20px 0 20px 38px;
	width:740px;
}

#content.full_width_2 {
	padding-right:0;
	width:730px;
}

    #content.full_width_3 {
        padding: 20px 20px 20px 38px;
        width: 900px;
    }

#content.wide {
    width:650px;
}

#content.news_events table {
	line-height:18px;
}

#content h2 {
	cursor:default;
	font-family:"DaxComp-BoldRegular", "Arial Narrow", Helvetica, sans-serif;
	font-size:32px;
	line-height:38px;
	padding-bottom:18px;
	min-height:30px;
}

#content h3 {
	cursor:default;
	font-family:"DaxComp-BoldRegular", "Arial Narrow", Helvetica, sans-serif;
	font-size:24px;
	line-height:30px;
	padding-bottom:20px;
}

#content ul {
    list-style:none;
    margin:0 0 0 4px;
    padding:0 0 0 20px;
}

#content li, #content ol li {
    background:url(http://resources.altair.com/corp/images/g_bullet.png) no-repeat;
    background-position:0 9px;
    line-height:18px;
    padding:3px 0 3px 16px;
}

#content ol {
	margin:0;
}

#content ol li {
	background:none;
	padding:3px 0;
}

#imagery {
	padding:20px 0;
	width:228px;
}

#imagery img {
	border:1px solid #424243;
}

/* =============================================================================
   Magazines
   ========================================================================== */
#issue_cover {
	float:left;
	margin-right:22px;
	width:200px;
}

#issue_contents {
	float:left;
	padding:10px;
	width:373px;
}

#ceo_message_outer {
	background-color:#004A7F;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	color:#FFF;
	cursor:default;
	font-size:14px;
	line-height:18px;
	margin-top:10px;
	min-height:180px;
	padding:20px;
	width:160px;
}

#ceo_message_outer h2 {
	font-family:"DaxComp-BoldRegular", "Arial Narrow", Helvetica, sans-serif;
	font-size:20px;
	line-height:24px;
	margin:0;
	padding-bottom:4px;
}

#issue_contents h2 {
	font-size:18px;
	line-height:22px;
	min-height:20px;
	padding-bottom:5px;
}

.pagenumber {
	border-bottom:1px solid #FFF;
	font-size:20px;
	margin-bottom:5px;
	padding-bottom:5px;
	width:150px;
}

.mag_cover {
	border:1px solid #333;
}

.issue_article {
	margin-bottom:40px;
}

.issue_article .image {
	float:left;
	margin-right:26px;
	overflow:hidden;
	width:112px;
}

.issue_article .text {
	float:left;
	width:235px;
}

.viewarchives {
	color:#333;
	float:right;
}

/* =============================================================================
   Locations
   ========================================================================== */
table#offices {
	font-size:14px;
}

table#offices div {
	padding:0 15px 15px 0;
	width:190px;
}

table#offices h2 {
	font-size:28px;
	padding-bottom:0;
}

table#offices p {
	line-height:20px;
	margin:0;
	padding:0;
}

/* =============================================================================
   Search Results
   ========================================================================== */
#cse-search-results iframe {
	border:none;
	height:1060px;
	width:580px;
}

/* =============================================================================
   Popup Windows
   ========================================================================== */
#popup {
	font-family:"DaxCompRegular", "Arial Narrow", Helvetica, sans-serif;
	padding:2%;
	width:96%;
}

#popup h2 {
	color:#D10031;
	font-family:"DaxComp-BoldRegular", "Arial Narrow", Helvetica, sans-serif;
	font-size:20px;
	margin:0;
	padding:0;
}

#popup p {
	margin:15px 0;
	padding:0;
}

/* =============================================================================
   Links
   ========================================================================== */
aside a:hover, #content a, #imagery a, #popup a, .viewarchives a {
	color:#D10031;
}

#content.news_events table a {
	display:block;
}