/*--------------------------------------------------------
Global Reset - Eric Meyer v1.0 | 20080212
--------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 13px;
	vertical-align: baseline;
	background: transparent;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
cite, blockquote, span, a, em, strong, u, i, abbr {font-size:100%;}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*--------------------------------------------------------
Clear DIV Styles
--------------------------------------------------------*/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

/*--------------------------------------------------------
Basic Styles
--------------------------------------------------------*/
body {
	background:url(../img/background.jpg) repeat center center;
	margin-bottom:10px;
	}
h1 {font-size:130%}
h2 {font-size:120%}
h3 {font-size:110%}
h4 {font-size:100%}
h5 {font-size:90%}
h6 {font-size:80%}
p{
	line-height:1.3em;
	}
.mt {margin-top:1em;}
.mht {margin-top:.5em;}
.mb {margin-bottom:1em;}
.mhb {margin-bottom:.5em;}
a:link, a:visited {
	}
a:hover {
	text-decoration:underline;
	}
a img {
	border: 0;
	}
.hidden {
	display: none;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
/*--------------------------------------------------------
Site Layout Style
--------------------------------------------------------*/
#main-container {
	clear:both;
	background: url(../img/body-middle.png) repeat-y left 5px;
	padding:0 11px 10px 11px;
	overflow:hidden;
	position:relative;
	}
#main-container-top {
	clear:both;
	width:760px;
	margin:0 auto;
	background:url(../img/body-top.png) no-repeat left top;
	padding-top:9px;
	}
#main-container-bottom {
	background:url(../img/body-bottom.png) no-repeat left bottom;
	padding-bottom:17px;
	}
#left {
	float:left;
	width:220px;
	text-align:center;
	}
#left h2#logo a {
	display:block;
	background:url(../img/logo.gif) no-repeat center top;
	margin:10px 0; 
	height:100px;
	text-indent:-999px;
	}
#right {
	float:right;
	width:512px;
	text-align:center;
	}
#right h1 {padding:20px; text-transform: uppercase; color:#666666; line-height:130%;}
#right p {padding:0 35px}
#content-header {
	background: #D30409 url(../img/red-header.jpg) no-repeat center top;
	min-height:90px;
	padding:10px 0;
	}
#right #content-header h1, #content-header h2, #content-header h4{
	text-transform: uppercase; 
	color:#FFFFFF; 
	text-align: center; 
	font-style:italic;
	
	}
#content-header h1 {padding:0; font-size:190%}
#content-header h2 {font-size:155%}
#content-header h4 {
	font-size:110%;
	padding-top:30px;
	}
object.video {
	margin:0 auto;
	}
#footer {
	width:750px;
	margin:0 auto;
	color:#FFFFFF;
	position:relative;
	}
#footer a, #footer p{
	color:#FFFFFF;
	text-decoration:none;
	}
#footer p {
	padding-top:2px
	}
#footer a:hover {
	text-decoration:underline;
	}
#footer .right {font-size:90%;}
a#footer-tab {
	position:absolute;
	top:-8px;
	left:0;
	display:inline;
	margin-left:25px;
	padding-left:15px;
	text-align:center;
	background:url(../img/tab-left.png) no-repeat left top;
	}
a#footer-tab span {
	font-size:100%;
	height:25px;
	display:block;
	color:#FFFFFF;
	background:url(../img/tab-right.png) no-repeat right top;
	padding:12px 24px 8px 7px;
	cursor:pointer;
	}
a.icon-link {
	display:block;
	float:left;
	height:20px;
	font-size:95%;
	margin-left:160px;
	padding:4px 0 0 25px;
	}
a.shockwave {
	background:url(../img/icon-shockwave.gif) no-repeat left top;
	}
a.acrobat {
	margin-left:20px;
	background:url(../img/icon-acrobat.gif) no-repeat left top;
	}
a.flash {
	background:url(../img/icon-flash.gif) no-repeat left top;
	}
/*--------------------------------------------------------
Head Menu Style
--------------------------------------------------------*/	
ul#head-links {
	width:750px;
	margin:0 auto;
	padding:0;
	}
ul#head-links li{
	float:right;
	list-style:none;
	margin:0;
	padding:0;
	}
ul#head-links li a {
	font-size:95%;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding:3px 10px 3px 20px;
	margin:4px 0 0;
	}
ul#head-links li a:hover {
	text-decoration:underline;
	}
ul#head-links li a.site-map {}
ul#head-links li a.home {}
ul#head-links li a.downloads {}

/*--------------------------------------------------------
Main Menu Style
--------------------------------------------------------*/
ul#main-menu {
	border-top:#CCCCCC 1px solid;
	margin:15px auto;
	width:195px;
	list-style:none;
	}
ul#main-menu li {
	display:inline;
	margin:0;
	padding:0;
	}
ul#main-menu li a {
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:90%;
	color:#666666;
	display:block;
	padding:10px 0;
	border-bottom:#CCCCCC 1px solid;
	text-transform: uppercase;	
	}
ul#main-menu li a:hover, ul#main-menu li a.active {
	color:#990000;
	}
/*--------------------------------------------------------
Page Styles
--------------------------------------------------------*/	
dl#solutions {
	margin:0 20px;
	}
dl#solutions dt img {
	float:left;
	margin:2px 6px 2px 0;
	}
dl#solutions dt {
	font-weight:bold;
	font-size:100%;
	margin:8px 0 2px;
	}
dl#solutions dd {
	min-height:60px;
	}
dl#solutions dd a.solutions {
	float:right;
	margin-top:5px;
	padding-left:15px;
	background:url(../img/arrow.gif) no-repeat left center;
	text-decoration:none;
	color:#990000;
	font-size:90%;
	font-weight:bold;
	}
dl#solutions dd a.solutions:hover {
	background-position:.2em center;
	}
dl.innovations {
	margin:0 30px;
	}
dl.innovations p {margin:0 !important; padding:0 !important;}
dl.innovations img {
	border:#CCC solid 1px;
	}
dl.innovations img:hover {
	border:#999 solid 1px;
	}
dl.innovations dt{
	clear:left;
	width:190px;
	}
dl.innovations dd {
	width:180px;
	min-height:6em;
	margin:0 5px;
	}
ul#customers {
	margin:0 auto 20px;
	}
ul#customers li{
	width:38%;
	min-height:100px;
	display:block;
	margin:2% 5%;
	float:left;
	text-align:center;
	}
ul#customers li img {
	margin:auto;
	}
/* Contact Page */
ul#directions {
	font-size:90%;
	margin:0 25px 0 15px;
	}
ul#directions li{
	margin-bottom:15px;
	}
ul#directions li.directions-airport a{
	padding-left:1em;
	background:url(../img/arrow.gif) no-repeat left center;
	}
ul#directions li.directions-custom a{
	padding-left:1em;
	background:url(../img/arrow.gif) no-repeat left center;
	}
ul#directions li a:hover {
	background-position:.2em center;
	}
.vcard {
	font-size:90%;
	margin-left:25px;
	line-height:1.2em;
	}
.vcard .organization-name {
	font-weight:bold;
	}
#map {
	margin:20px auto;
	}
ul#directory {
	border-bottom:#CCCCCC solid 1px;
	border-top:#CCCCCC solid 1px;
	padding:15px;
	font-size:90%;
	margin:0 25px 20px 0;
	}
ul#directory li{
	width:45%;
	float:left;
	margin-bottom:10px;
	}
ul#directory li a {
	padding-left:1em;
	background:url(../img/arrow.gif) no-repeat left center;
	text-decoration:none;
	}
ul#directory li a:hover {	
	background-position:5px center;
	text-decoration:underline;
	}
/* News Page */
ul#news-list {
	width:95%;
	margin:0 auto;
	font-size:100%;
	border-bottom:1px solid #efefef;
}
ul#news-list li {
	padding:6px 2% 8px;
	width:96%;
	border-top:1px solid #efefef;
	overflow:hidden;
}
ul#news-list .even {background:#fcfbfb;}
ul#news-list p {
	clear:both;
	margin:0;
	padding:4px 0 0;
}
ul#news-list h3 {
	width:65%;
	float:left;
}
ul#news-list em, #news-credits em {
	color:#666666;
	float:right;
	width:30%;
	font-size:90%;
	text-align:right;
	text-transform:lowercase;
}
ul#news-list a.read-more {
	float:right;
	padding-left:15px;
	background:url(../img/arrow.gif) no-repeat left center;
	text-decoration:none;
	color:#990000;
	font-size:90%;
	font-weight:bold;
}
ul#news-list a.read-more:hover {
	background-position:.2em center;
}
#paginate {
	padding-top:5px;
	text-align:right;
	color:#666;
}
#paginate a, #paginate em {color:#666;}

#news-credits {
	padding:6px 2%;
	width:91%;
	overflow:hidden;
	margin:10px auto 0;
	background:#fcfbfb;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
}
#news-credits em {width:100%;}
/* Site Map */
ul#sitemap {
	margin-left:25px;
	}
ul#sitemap li {
	padding:.2em 0 .1em 0;
	font-size:90%;
	}
ul#sitemap li a{
	text-transform:uppercase;
	text-decoration:none;
	padding-left:1em;
	background:url(../img/arrow.gif) no-repeat left .3em;
	font-weight:bold;
	}
ul#sitemap li a:hover {
	background-position:.3em .3em;
	color:#990000;
	}
ul#sitemap li ul {
	padding-left:1em;
	}
ul#sitemap li ul li a{
	text-transform:none;
	text-decoration:none;
	padding-left:1em;
	font-weight:normal;
	background:none;
	}
ul#sitemap li ul li a:hover{
	background:url(../img/arrow.gif) no-repeat .3em .3em;
	color:#990000;
	}
/*--------------------------------------------------------
COPY
--------------------------------------------------------*/	
.copy img {
	margin-right:20px;
	margin-bottom:10px;
}
.copy p {
	line-height:150%;
	margin:5px 0 10px;
	padding:0 25px !important;
}
.copy h1 {
	padding:20px 20px 10px !important;
}
