@charset "utf-8";
/*  ----------------------------------------------------------------------------------- */
/*  This is the layout CSS file                                                         */
/*  http://www.crucialwebhost.com/blog/master-stylesheet-the-most-useful-css-technique/ */
/*  ----------------------------------------------------------------------------------- */

/*  ------------------------------------------ */
/*  Sitewide Layout Styles                     */
/*  ------------------------------------------ */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background-color: #1f1f1f;
	background-repeat: no-repeat;
	background-position: top left;
	min-width: 1000px;
}

table {
	border: none;
}

.comparison_table td {
border-bottom: solid 1px #444444;
}

input[type="image"] {
	background-color: transparent;
	border: none;
	width: auto;
	height: auto;
}
.clear {
	clear: both;
}
.align_left {
	float: left;
}
.align_right {
	float: right;
}
img.align_left {
	float: left;
	margin: 2px 20px 16px 0;
}
img.align_right {
	float: right; 
	margin: 2px 0 16px 20px;
}

input,textarea,select {
	background-color: #c5c5c5;
	height: 20px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

input.footer-submit {
        text-transform:uppercase;
        margin: 0 0 0 15px;
	background-color: transparent;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
        padding: 0 6px;
        background: #FFF;
}

/*  ------------------------------------------ */
/*  Shared & Main Layout Divs                  */
/*  ------------------------------------------ */
#bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	min-width: 1000px;
}

#navigation {
	position: absolute;
	top:20px;
	clear: both;
	left: 20px;
	z-index: 100;
}
#navigation ul {padding:0; margin:0; list-style-type:none; }
#navigation ul li {float:left; position:relative; font-size: 10px; font-weight:bold; text-transform:uppercase;}

/*  Used for the navigation   */
#navigation a:link {text-decoration: none; color: #ffffff;}
#navigation a:visited {text-decoration: none; color: #ffffff;}
#navigation a:active {text-decoration: none; color: #ffffff;}
#navigation a:hover {text-decoration: underline; color: #ffffff;}

#logo {
	position: absolute;
	top: 10px;
	left: 40px;
	z-index: 100;
	width: 120px;
	height: 33px;

}

#searchbar, #footer-form
{
	position:relative;
	z-index: 102;
	margin-top: 10px;
	margin-left: 20px;
	padding: 10px;
	height: auto;
	width: 170px;
	background-color: #171717;
	padding: 10px 20px 10px 20px;
	filter: alpha (opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
        display: inline-block;
        border: 1px solid #171717;
}

#brucar-link
{
	position:relative;
	z-index: 102;
	margin-top: 10px;
	margin-left: 20px;
	padding: 10px;
	height: 16px;
	width: 170px;
        background: #eeeeee; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* IE10+ */
        background: linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	opacity: 0.9;
	-moz-opacity:0.9;
        color: #252525;
        display: inline-block;
        border-color: #FFFFFF #FFFFFF #E5E5E5;
        border-style: solid;
        border-width: 3px;
        outline: 1px solid #171717;
        
}

.brucar-green { color: #008A5F;}

#brucar-link img.logo { height: 24px; display: inline; vertical-align:middle }

#search_btn
{
	height:auto;
	margin-left: 10px;
	filter: alpha (opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

.side_sub_menu
{
	padding-bottom: 10px;
}

/*  ------------------------------------------ */
/*  Page Specific Layout Divs                  */
/*  ------------------------------------------ */

.page_content
{
	position: relative;
	margin-top: 150px;
	margin-left: 20px;
	z-index: 102;
	height: auto;
	background-color: #171717;
	padding: 20px;
	filter: alpha (opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

#home-page-content {
	width: 670px;
}

#team-page-content {
	width: 440px;
}

#services-page-content {
	width: 900px;
}

#assurances-page-content {
	width: 670px;
}

#fleet-page-content {
	width: 900px;
}

#casestudies-page-content {
	width: 670px;
}

#careers-page-content {
	width: 900px;
}

#locations-contact-page-content {
	width: 670px;
}

#locations-contact-page-content ul ul li
{
	/* temporary */
	padding-left: 20px;
}

