/***
 * CSS code to support http://www.henningsen.com
 * Last updated: 17 December, 2008
 * Xhtml/CSS Designed by: Murdoch Marketing
 * Contact Info:
 *      E-mail tom@murdochmarketing.com
 *      Phone 616-392-4893
 ***/


/************* Defaults *******************/

*{
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

body{
    text-align: center;
    padding: 0 50px 10px 50px;
	background: #091D46 url(images/body_bg.jpg) repeat-x 100% 0%;
	font: 10px Arial, Helvetica, sans-serif;
}

fieldset, img{
	border: none;
}

a{
    text-decoration: none;
}

li{
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;	
}

h1{
    color: #4A4947;
    font: 2.6em Georgia;
}

h1.style1{
    color: #204379;
    font-variant: small-caps;
}

h2{
    color: #0E346E;
    font: 1.1em Georgia;
}

/**************** Global Classes *****************/

.left{
    float: left;
}

.right{
    float: right;
}

.clear{
    clear: both;
}

.invisible{
	display: none;
	visibility: hidden;
}

.visible{
	display: block;
	visibility: visible;
}

/*click*/

.click{
	color: #003366;
	border-bottom: dotted 1px;
}

.click:hover{
	border-bottom: solid 1px;
}

.hr1{
    border-bottom: solid 1px #FFF;
	padding-top: 7px;
	margin-bottom: 7px;
}

.hr2{
    border-bottom: solid 1px #CCC;
	padding-top: 7px;
	margin-bottom: 7px;
}

/*arrow*/

ul.arrow li{
    padding-left: 10px;
    margin-bottom: 4px;
}

* html ul.arrow li{
    height: 0px;
}

ul.arrow.white li{
	background: url(images/arrow_white.gif) no-repeat;
}

ul.arrow.blue li{
	background: url(images/arrow_blue.gif) no-repeat;
}

ul.arrow li .num{
    margin-right: 5px;
    font-size: 19px;
    font-weight: bold;
    font-style: italic;
    color: #67B7CE;
}

/* pin */

ul.pin li{
    padding-left: 20px;
    margin-bottom: 4px;
	background: url(images/smpin.png) no-repeat;
}

/*text and textarea*/

.button{
    height: 30px;
    padding: 0 10px 0 10px;
    background: url(images/button.jpg) repeat-x left;
    border: none;
    color: #FFF;
    font-size: 1.1em;
    cursor: pointer;
}

.smbutton{
    width: 30px;
    height: 20px;
    background: url(images/smbutton.jpg) repeat-x left;
    border: none;
	margin-top: 5px;
    color: #FFF;
    font-size: .9em;
    cursor: pointer;
}

.text, .textarea{
    background: #FFF url(images/box_body_bg1.jpg) repeat-x;
    border: 1px solid #DDD;
    padding-top: 2px;
    color: #264681;
    font-size: 1.3em;
    font-weight: bold;
}

.smtext, .smtextarea{
    background: #FFF url(images/box_body_bg1.jpg) repeat-x;
    border: 1px solid #DDD;
	margin-top: 5px;
    padding-top: 6px;
    color: #264681;
    font-size: .9em;
    font-weight: normal;
}

#follow_us_bar {
	background:#fff url("images/follow_us_tab2.png") no-repeat 0 0 ;
	height:235px;
	right:0;
	position:fixed;
	top:133px;
	width:35px;
	height:115px;
}
#follow_us_bar ul {
	margin:0;
	padding:0;
	margin-top:10px;
	overflow:hidden;
}
#follow_us_bar ul li {
	display:inline;
	margin-left:4px;
	margin-top:5px;
}
#follow_us_bar ul li, #friend_share a, #linked_in a, #tweeter a, #facebook a, #rss_feed a {
	clear:left;
	display:block;
	float:left;
	height:25px;
	width:25px;
	text-decoration:none;
}
#friend_share a {
	background:url("images/share_friend.png") no-repeat scroll 0 0 transparent;
}
#friend_share a:hover, #linked_in a:hover, #tweeter a:hover, #facebook a:hover, #rss_feed a:hover {
	background-position:-25px 0;
}
#linked_in a {
	background:url("images/linked_in.png") no-repeat scroll 0 0 transparent;
}
#tweeter a {
	background:url("images/tweeter.png") no-repeat scroll 0 0 transparent;
}
#facebook a {
	background:url("images/facebook.png") no-repeat scroll 0 0 transparent;
}
#rss_feed a {
	background:url("images/rss_feed.png") no-repeat scroll 0 0 transparent;
}

/**************** IDs and Inner Classes *******************/

/* wrapper */

#wrapper{
    min-width: 900px;
    width: 90em;
    margin: auto;
}

/* wrapper .inner-wrapper */

#wrapper .inner-wrapper{
    position: relative;
    height: 100%;
    background-color: #FFF;
}

/* wrapper .page-image */

#wrapper .page-image{
    position: absolute;
}

.inside #wrapper .page-image{
    z-index: 2;
    top: 0;
    left: 1px;
}

.inside #wrapper .page-image img{
    min-width: 227px;
    width: 22.7em;
    min-height: 545px;
    height: 54.5em;
}

.home #wrapper .page-image{
    z-index: 0;
    top: 0;
    left: 0;
}

/* header */

#header{
    position: relative;
    min-height: 89px;
    height: 8.9em;
    padding: 11px 0 11px 0;
    overflow: hidden;
}

.home #header{
    height: 89px;
}

/* logo */

#header .logo{
    float: left;
    min-width: 579px;
    width: 57.9em;
    min-height: 63px;
    height: 6.3em;
    padding-top: 7px;
}

#header .logo a,
#header .logo img{
    display: block;
    float: right;
    min-width: 262px;
    width: 26.2em;
    min-height: 63px;
    height: 6.3em;
    cursor: pointer;
}

.home #header .logo{
    min-width: 262px;
    width: 262px;
    min-height: 63px;
    height: 63px;
    padding-left: 317px;
}

.home #header .logo a,
.home #header .logo img{
    min-width: 100%;
    width: 100%;
    min-height: 100%;
    height: 100%;
}

/* contact */

#header .contact{
    float: right;
    padding-right: 20px;
    text-align: right;
    overflow: hidden;
	margin-top:3px;
}

.home #header .contact{
    height: 100%;
}

#header .contact p{
    color: #41403F;
    font-size: 1em;
}

/* social buttons */
.social {
	width:92px;
	overflow:hidden;
	margin-top:4px;
	float:right;
}
.social a {
	width:24px;
	height:24px;
	display:block;
	overflow:hidden;
	float:right;
	margin:0 0 0 5px;
	text-indent:-2000px;
	text-align:left;
}
.social a.fb {
	background:#fff url("images/social.gif") no-repeat 0 0 ;
}
.social a.in {
	background:#fff url("images/social.gif") no-repeat -87px 0 ;
}
.social a.bs {
	background:#fff url("images/social.gif") no-repeat -58px 0 ;
}
.social a.tw {
	background:#fff url("images/social.gif") no-repeat -29px 0 ;
}
.social a.fb:hover {
	background-position:0 -24px;
}
.social a.in:hover {
	background-position:-87px -24px;
}
.social a.bs:hover {
	background-position:-58px -24px;
}
.social a.tw:hover {
	background-position:-29px -24px;
}
.like-wrapper {
	width:52px;
	height:24px;
	float:right;
	overflow:hidden;
	margin-top:4px;
}

/* menu */

#menu{
    position: relative;
    padding: 1px 0 1px 0;
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    border-left: solid 1px #FFF;
    z-index: 1;
}

/* home #menu */

.home #menu{
    min-width: 670px;
    width: 67em;
    height: 18px;
    border-left: none;
}

#menu .menu-inner{
    position: relative;
    height: 100%;
    background: #034999;
}
.historynumbers   { color: #034999; font-style: italic; font-weight: bold; font-size: 1.3em }
#menu li{
    position: relative;
    float: right;
    text-align: center;
    border-right: solid 1px #FFF;
}

#menu li a{
    display: block;
    padding: 2px 5px 2px 5px;
    color: #FFF;
    font: 1.1em Georgia;
    font-weight: 100;
    overflow: hidden;
}

/*Safari and IE hack*/
html* #menu li a{
    font-size: 1.2em;
}

/*IE6 hack*/
* html #menu li a{
    display: inline-block;
    font-size: 1.1em;
}

/*IE7 hack*/
*:first-child+html #menu li a{
    font-size: 1.1em;
}

.home #menu li a{
    height: 14px;
}

#menu .home a{ background-color: inherit; }
#menu .home a:hover{ background-color: #002A5B; }

#menu .services a{ background-color: #67B7CE; }
#menu .services a:hover{ background-color: #356E7F; }

#menu .locations a{ background-color: #ADBA44; }
#menu .locations a:hover{ background-color: #6A741F; }

#menu .transportation a{ background-color: #947944; }
#menu .transportation a:hover{ background-color: #5B4721; }

#menu .technology a{ background-color: #D8AA3A; }
#menu .technology a:hover{ background-color: #876717; }

#menu .about-us a{ background-color: #B05230; }
#menu .about-us a:hover{ background-color: #6E2C13; }

#menu .media-room a{ background-color: #990303; }
#menu .media-room a:hover{ background-color: #660000; }

#menu .request-quote a{ background-color: #660000; }
#menu .request-quote a:hover{ background-color: #360101; }

#menu li ul{
    position: absolute;
    top: 100%;
    left: 0;
    padding: 2px;
    background: #FFF;
    border: solid 1px #CCC;
    display: none;
    visibility: hidden;
}

#menu .request-quote ul{ width: 11em; }
#menu .media-room ul{ width: 13em; }
#menu .about-us ul{ width: 20em; }
#menu .technology ul{ width: auto; }
#menu .transportation ul{ width: 16em; }
#menu .locations ul{ width: 23em; }
#menu .services ul{ width: 14em; }

#menu li:hover ul,
#menu li.hover ul{
    display: block;
    visibility: visible;
}

#menu li li{
    float: none;
    text-align: left;
    border: none;
}

#menu li li.separator{
    margin: 2px;
    border-bottom: solid 1px #CCC;
}

#wrapper #menu li li a{
    display: block;
    width: auto;
    height: 100%;
    padding: 2px 12px 2px 12px;
    color: #666;
    text-align: left;
    background: #FFF;
    overflow: visible;
}

#wrapper #menu li li a.pin{
    margin-left: 12px;
    padding-left: 18px;
    background: url(images/smpin.png) no-repeat;
}

#wrapper #menu li li a:hover{
    background-color: #D8E8ED;
}

/* left-content */

#left-content{
    display: block;
    min-width: 205px;
    width: 20.5em;
    min-height: 1px;
    padding: 20px 20px 20px 20px;
    margin-right: 10px;
    text-align: left;
}

#left-content p,
#left-content li{
    color: #41403F;
    font-size: 1.1em;
}

/* main-content */

#main-content{
    position: relative;
    min-width: 604px;
    width: 60.4em;
    padding: 20px 20px 20px 50px;
    text-align: left;
}

#main-content p,
#main-content li{
    color: #41403F;
    font-size: 1.1em;
}

.inside #main-content,
.home #main-content{
    padding-left: 0;
    padding-right: 0;
}

.home #main-content{
    min-width: 674px;
    width: 67.4em;
    padding-bottom: 0;
}

.inside #main-content{
    min-width: 404px;
    width: 40.4em;
    min-height: 390px;
}

* html .inside #main-content{
    height: 370px;
}

.home #main-content .home-content{
    min-width: 292px;
    width: 29.2em;
    min-height: 267px;
    padding-right: 10px;
}

* html .home #main-content .home-content{
    height: 267px;
}

.home #main-content .flash{
    position: relative;
    width: 100%;
    min-height: 325px;
    height: 32.5em;
    border-top: solid 1px #FFF;
}

.home #main-content .flash .bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-top: solid 1px #fff;
}

.home #main-content .flash object,
.home #main-content .flash embed{
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

/* #main-content location-img */

#main-content .location-img{
    display: block;
    min-width: 394px;
    width: 39.4em;
    padding: 1px;
    border: solid 1px #CCC;
    background: #FFF;
}

#main-content .location-img img{
    display: block;
    width: 100%;
}

/* #main-content .form */

#main-content .form p{
	margin-top: .3em;
}

#main-content .form .textinput{
	margin-bottom: 4px;
}

/*IE7 hack*/
*:first-child+html #main-content .form .textinput{
	margin-bottom: 2px;	
}

/*IE6 hack*/
* html #main-content .form .textinput{
	margin-bottom: 2px;	
} 

#main-content .form .textinput .text{
    min-height: 13px;
    height: 1.3em;
}

#main-content .form .textinput .textarea{
    min-height: 80px;
    height: 8em;
	min-width: 400px;
}

#main-content .form .textinput select{
    min-height: 13px;
    height: 1.3em;
}

#main-content .form .textinput .text,
#main-content .form .textinput select{
	min-width: 275px;
	width: 15em;
}

#main-content .form .checkinput{
	clear: both;
	padding-bottom: 20px;
}

#main-content .form .checkinput input{
	float: left;
	margin-right: 5px;
}

/*IE7 hack*/
*:first-child+html #main-content .form .checkinput input{
	margin-right: 2px;
}

/*IE6 hack*/
* html #main-content .form .checkinput input{
	margin-right: 0;
}

#main-content .form .checkinput p{
	float: left;
	margin: 0;
}

/*IE7 hack*/
*:first-child+html #main-content .form .checkinput p{
	padding-top: 3px;
}

/*IE6 hack*/
* html #main-content .form .checkinput p{
	padding-top: 3px;
}

#main-content .form .subinput{
    margin-left: 25px;
}

/* links-grid */

#main-content .links-grid{
    min-width: 100%;
    width: 100%;
    margin: auto;
}

#main-content .links-grid .cell{
    width: 48%;
    margin-bottom: 45px;
    padding: 1px;
    text-align: center;
}

#main-content .links-grid .cell a .img{
    display: block;
}

#main-content .links-grid .cell a .txt{
	display: inline-block;
	margin-top: 2px;
	color: #003366;
    font-size: 1.1em;
	border-bottom: dotted 1px;
}

#main-content .links-grid .cell a:hover .txt{
	border-bottom: solid 1px;
}

/* #main-content management-photo */

#main-content .management-photo{
    float: left;
    margin-right: 10px;
}

/* #main-content .sitemap */

#main-content .sitemap .level_1{
	margin-top: 4px;
	padding-top: 5px;
	border-top: solid 1px #D8E8ED;
	width: 100%;
}

#main-content .sitemap .level_2{
	margin-top: 3px;
}

#main-content .sitemap li.left{
	min-width: 145px;
	width: 15em;
}

#main-content .sitemap li.center{
	float: left;
	min-width: 145px;
	width: 15em;
	margin-left: 20px;
}

#main-content .sitemap li.right{
	min-width: 145px;
	width: 15em;
}

/*IE7 hack*/
*:first-child+html #main-content .sitemap li.clear{
	display: inline;
}

/*IE6 hack*/
* html #main-content .sitemap li.clear{
	display: inline;
}

#main-content .sitemap .level_0 li{
	padding: 13px 0 13px 0;
	font-size: 1.3em;
	font-weight: bold;
}

#main-content .sitemap .level_1 li{
	padding: 1px 0 1px 0;
	font-size: .9em;
	font-weight: normal;
}

#main-content .sitemap .level_0 li a{
	padding: 8px 21px 5px 0;
	color: #003366;
	background: url(images/arrow_blue.gif) no-repeat right;
}

#main-content .sitemap .level_1 li a{
	padding: 0;
	background: none;
}

#main-content .sitemap .level_1 li a:hover{
	text-decoration: underline;
}

#main-content .sitemap .level_3,
#main-content .sitemap .level_4,
#main-content .sitemap .level_5,
#main-content .sitemap .level_6{
	margin-left: 8px;	
}

/* right-content*/

#right-content{
    min-width: 184px;
    width: 18.4em;
    padding: 0 20px 0 20px;
    border-right: solid 1px #FFF;
    text-align: left;
    background: #D8E8ED;
}

#right-content-inner{
    padding: 20px 0 20px 0;
}

.home #right-content-inner{
    padding-bottom: 0;
}

#right-content p,
#right-content li{
    color: #444;
    font-size: 1.1em;
}

#right-content p.date{
	color: #0E346E;
}

#right-content p a{
    color: #444;
    border-bottom: dotted 1px;
}

#right-content p a:hover{
    border-bottom: solid 1px;
}

/* download */

#right-content .download .left{
    display: block;
    min-width: 75px;
    width: 7.5em;
    height: 9.8em;
}

#right-content .download .left img{
    width: 100%;
    height: 100%;
}

#right-content .download .right{
    display: block;
    min-width: 104px;
    width: 10.4em;
    margin: 3em 0 1em 0;
    padding-bottom: 1px;
}

/* footer */

#footer .t{
    padding: 22px 20px 5px 30px;
    background: #034999;
    height: 100%;
    text-align: right;
}

#footer .t p{
    color: #FFF;
    font-size: 1.1em;
}

#footer .t li{
    float: right;
    margin-left: 18px;
    font-size: 1.1em;
}

#footer .t li a { color: #fff; float: left; border-bottom: 1px dotted }

#footer .t li a:hover{
    border-bottom: solid 1px;
}

#footer .copyright{
    padding: 5px 20px 0 0;
    text-align: right;
    color: #0857B2;
    font-size: 1.1em;
}

