/* @override http://imac.local:8089/style.css */

/*
    AUTHOR: COBDESIGN
            hass@cobdesign.com
*/

/* @group CSS Reset */

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { 
	font: 62.5% /*Lucida Grande, */Verdana, sans-serif;
	color: #6a747c;
	overflow: hidden;	
}
ul { list-style: square;
	margin-left: 2em;
	margin-bottom: 3em;
}
ul .sidenav { 
	margin-left: 1.6em;
	margin-bottom: 1.4em;
	list-style-type: none;
}
ul .active { 
	list-style-image: url(images/plane.png);
}
li {
	margin-bottom: 1em;
	line-height: 1.4em;
	font-size: 1.2em;	
}
p { margin-bottom: 1em;
	line-height: 1.4em;
	font-size: 1.2em;
}

td {border-bottom: 1px solid gray; padding: 25px; vertical-align: middle}

tr:last-child{border-bottom: none}

/* @group headlines */

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.4em;
	line-height: 1em;
	margin-bottom: .4em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
	text-transform: uppercase;
}

/* @end */
a {
	outline: none; 
	text-decoration: none;
	color: #00435F;
}
li a {
	text-decoration: none;
}
a img { border: none; }
/* END RESET */

/* @end */

/* @group Toolbox CSS */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.transpBlack { background: url(transpBlack.png); }
/* END TOOLBOX */

/* @end */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
body {
	background-color: #818b93;
}

/* @group Outer */

#container {
	width: 980px;
	margin: 0 auto;
	padding: 10px;
}

#top {
	background-image: url(images/top.png);
	width: 980px;
	height: 20px;
}

#content {
	background: url(images/content_bg.png) repeat-y center;
	width: 940px;
	padding: 0 20px;
}

/* @end */

#bottom {
	background-image: url(images/bottom.png);
	width: 980px;
	height: 20px;
}

div#masthead {
	background: white;
	width: 940px;
	height: 154px;
	border-bottom: 1px solid white;
	position: relative;
}

div#masthead p#global {height: 108px; position: relative}
div#masthead a#home-link {display: block; float: left; height: 100%; width: 450px; background: ;}
div#masthead a#email-link {display: block; float: right; height: 100%; width: 200px; padding-right: 25px; background: ; text-transform: uppercase; text-align: right}
div#masthead p#global a span#hldgs {color: white}
div#masthead p#global a span#svcs {color: #00334d}

div#masthead ul#nav {
	background: ;
	position: absolute;
	padding: 0;
	margin: 0;
	bottom: 0px;
	height: 44px;
	width: 100%
}

body.holdings-index div#masthead {
	background: url(images/holdings_nav_index.png) no-repeat center top;
}
body.holdings-about div#masthead {
	background: url(images/holdings_nav_about.png) no-repeat center top;
}
body.holdings-news div#masthead {
	background: url(images/holdings_nav_news.png) no-repeat center top;
}
body.holdings-moreinfo div#masthead {
	background: url(images/holdings_nav_moreinfo.png) no-repeat center top;
}
body.services-index div#masthead {
	background: url(images/services_nav_index.png) no-repeat center top;
}
body.services-vip div#masthead {
	background: url(images/services_nav_vip.png) no-repeat center top;
}
body.services-smallfleets div#masthead {
	background: url(images/services_nav_smallfleets.png) no-repeat center top;
}
body.services-news div#masthead {
	background: url(images/services_nav_news.png) no-repeat center top;
}

ul#nav li {list-style-type: none; width: 25%; float: left; padding: 0; margin: 0; text-indent: -2600px}
ul#nav li a {display: block; height: 44px; padding: 0; margin: 0;}
ul#nav li.holdings-about a:hover {background: url(images/holdings_nav_about.png) no-repeat left bottom}
ul#nav li.holdings-news a:hover {background: url(images/holdings_nav_news.png) no-repeat -235px bottom}
ul#nav li.holdings-moreinfo a:hover {background: url(images/holdings_nav_moreinfo.png) no-repeat -470px bottom}
ul#nav li.holdings-services a:hover {background: url(images/holdings_nav_services.png) no-repeat -705px bottom}
ul#nav li.services-vip a:hover {background: url(images/services_nav_vip.png) no-repeat left bottom}
ul#nav li.services-smallfleets a:hover {background: url(images/services_nav_smallfleets.png) no-repeat -235px bottom}
ul#nav li.services-news a:hover {background: url(images/services_nav_news.png) no-repeat -470px bottom}
ul#nav li.services-holdings a:hover {background: url(images/services_nav_holdings.png) no-repeat -705px bottom}


#hero {
	width: 690px;
	height: 340px;
	overflow: hidden;	
}

#heroblank {
	background-image: url(images/hero_bg.png);
	width: 610px;
	height: 260px;
	overflow: hidden;
	padding: 40px;
}

#heroblank img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 5px;
	margin-bottom: 40px;
}

#newsbox {
	background-image: url(images/newsbox.png);
	width: 210px;
	height: 270px;
	overflow: hidden;
	padding: 50px 20px 20px;
}

#newsbox .newsitem {
	color: white;
	margin-bottom: 2em;
}

#captionbox {
	background-image: url(images/caption_bg.png);
	width: 210px;
	height: 300px;
	padding: 20px;
	overflow: hidden;
	color: white;
}

#captionbox a {
	color: white;
}

#shadow1 {
	background-image: url(images/shadow1.png);
	width: 940px;
	height: 20px;
}

#sidebar {
	width: 200px;
	padding: 0 10px;
	color: gray;
}

#sidebarhome {
	width: 210px;
	padding: 0 0 0 10px;
	color: #00435F;
}

#sidebar a {
	text-transform: uppercase;
	color: gray;	
}

#sidebar .current {
	color: #00435F;
}

#sidebar h4 {
	margin-bottom: 1em;
	text-align: left;
}

#sidebar h5 {
	margin-bottom: 1em;
	text-align: left;
}

#main {
	width: 679px;
	padding: 0 20px;
	border-left: 1px solid #828B93;
}

body.services-index #main {
	border-left: none
}

#mainhome {
	width: 680px;
	padding: 0 20px;
}

#main .tour {
	width: 120px;
	margin: 20px;
	float: left;
}

#google {
}

#google .ss-logo {
	display: none;
}

#google small {
	display: none;
}

#shadow2 {
	background-image: url(images/shadow2.png);
	width: 940px;
	height: 20px;	
}

#footer {
	width: 940px;
	height: 24px;
	background-color: #6a747c;
}

#footer ul { 
	list-style: none inside; 
	margin: 0;
}

#footer li, li a {
	display: inline;
	font-size: 1em;
	line-height: 2.2em;
	color: white;
	margin: 0 1.5em;
}





/* END STRUCTURE */