/*
-------------------------------------------
INTEGRITY LIMO HOUSTON, STYLE SHEET
©2006 TOPSPOT INTERNET MARKETING SOLUTIONS
WWW.TOPSPOTIMS.COM
CASCADING STYLE SHEET (SCREEN)
===========================================
COLOR TABLE
-------------------------------------------
BLUE GRAY		#C4CDD7
MED GRAY		#8F9CA4
NAVY BLUE		#193344
-------------------------------------------
*/

BODY {
	margin: 10px;
	padding: 0px;
	color: #193344;
	background: #C4CDD7;
	text-align: center;
	font: 9pt Arial, Geneva, Helvetica, sans-serif;
	behavior: url('../includes/whateverhover.htc');

}
A {
	color: #193344;
}
A:HOVER {
	text-decoration: none;
}

H1, H2, H3, H4, H5, H6 {
	margin-top: 2px;
	font-family: "Century Gothic", Arial, sans-serif;
}
H1 {
	font-size: 2em;
	font-weight: normal;
}

#outerContainer {
	border: solid 1px #000;
	width: 750px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	position: relative;
	
	background: #B2BDC9;
}

/*******************   HEADER  **************************************/
#header {
	background: #FFF url(../images/shade_up_and_over.gif) repeat-x left top;
	border-bottom: solid 3px #193344;
	
}
#headerLogo {
	width: 217px;
	height: 217px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
#headerLogo a {
	height: 217px;
	width: 217px;
	text-indent: -2500px;
	display: block;
}
#header > #headerLogo { /* FOR ALL BUT IE */
	background: url(../images/integrity_circle_logo.png) no-repeat left top;
}
* html #header #headerLogo {/* IE ONLY */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/integrity_circle_logo.png', sizingMethod='scale'); /*PNG Alpha IE Win*/
}
* html .headerImage {
	margin-bottom: -3px;

}
/*****************  NAVIGATION *************************/

#navigation {
	padding: 8px 0px 7px 0px;
	font: bold 1em Tahoma, Arial, sans-serif;
	margin: 0px 0px 2px;
	text-align: right;
}
#navigation a {
	margin: 0px;
	text-decoration: none;
	padding: 8px .9em;
	border-left: solid 1px #193344;
}
#navigation a:hover {
	background: url(../images/shade_up_and_over.gif) repeat-x left -30px;
	color: #FFF;
}
/********************************************************/
#outerContainer {}
#bodyWrapper {
	color: #000;
	width: 724px;
	margin: 12px;
	background: #FFF url(../images/sidebar_bkg.gif) repeat-y right top;
	border: solid 1px #8F9CA4;
	
}


#bodyContent {
	width: 550px;
	padding: 5px 10px 20px;
	float: left;
}

/***************************** HOMEPAGE BUTTONS ***********************************/
#homepageButtons {
	padding: 0;
	margin: 0 auto;
	font-size: 1.2em;
	width: 410px;
	
}
#homepageButtons li {
	margin: 0;
	list-style: none;
	float: right;
}
#homepageButtons li a {
	width: 150px;
	display: block;
	margin: 10px;
	color: #FFF;
	text-align: center;
	text-decoration:none;
	padding: .8em;
	height: 2em;
	background: #193344;
	border: solid 1px #8F9CA4;
	
}
#homepageButtons li a:hover {
	background: #8F9CA4;
	color: #193344;
	border: solid 1px #193344;
}

/**********************************************************************************/
#sidebar {
	color: #FFF;
	width: 150px;
	float: right;
	text-align: center;
}
#sidebar a {
	color: #FFF;
	text-decoration: underline;
}
#sidebar img {
	margin-top: 30px;
}
.subHeader {
	color: #193344;
	font-weight: bold;
	background: url(../images/shade.gif) repeat-x left top;
	width: 100%;
	text-align: center;
}
.subHeader h3 {
	font-size: 15px;
	margin: 0px;
	padding-top: 6px;
}
.subHeaderLeft {
	background: url(../images/left_shade.gif) no-repeat left top;
}
.subHeaderRight {
	background: url(../images/right_shade.gif) no-repeat right top;
	height: 30px;
}
#footer {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	width: 750px;
	margin: 5px auto;
	line-height: 1.4em;

}

#footer a {
	margin-right: 8px;
}
#footer a:hover {
	text-decoration: none;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
display: inline-block;
}  

/* Holly Hack - IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */

/******************** FLEET *******************/
.fleetItem {
	border: solid 1px silver;
	margin-bottom: 7px;
	padding: 7px;
	text-align: justify;
	background: #FFF url(../images/fleet_item_fade-light.gif) repeat-x left bottom;
}
.fleetItem:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.fleetItem {
display: block;
}  

/* Holly Hack - IE Win only \*/
* html .fleetItem {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */

.fleetItem IMG {
	float: right;
	border: solid 1px silver;
	margin-left: 10px;
}
.fleetItem H3 {
	margin: 0px 0px 2px 0px;
}

/******************** FORMS*******************/
.altRow {
	background: #C4CDD7;
}

#contactFormTable {
	border: solid 1px #193344;
}
#contactFormTable th {
	background: #193344;
	color: #FFF;
	padding: 5px 0px;
	text-align: center;
}
#contactFormTable tr {

}
#contactFormTable td {
	padding: 5px;
}
#contactFormTable input, #contactFormTable select, #contactFormTable textarea {
	border: solid 1px #193344;
	width: 210px;
}
#contactFormTable input:focus, #contactFormTable select:focus, #contactFormTable textarea:focus {background-color: #FF9}
#contactFormTable input.checkbox, #contactFormTable input.radio {width: 15px; border: none;}
#contactFormTable input.shortField {width: 75px;}
#contactFormTable input.shortFieldOptional {width: 75px; background: #DBE9FA;}
.optional { background-color: #DBE9FA;}
#contactFormTable input#clearForm, #contactFormTable input#submitForm {width: 120px;}

/*********************** THANK YOU ************************/
#charterRateTable, #transferRateTable {
	border: solid 1px silver;
	margin-bottom: 12px;
	
}
#charterRateTable TD, #transferRateTable TD {
	padding: 8px 5px;
	font-weight: bold;
}
#charterRateTable TH, #transferRateTable TH {
	background: #193344;
	color: #FFF;
	font: bold 13px Arial, Helvetica, "sans-serif";
	padding: 7px;
	text-align: left;
}

/*********************** THANK YOU ************************/
#thankyouContainer {
	text-align: center;
}
.thankYou {
	font-size: 56px;
	font-style: bold;
}