@charset "utf-8";
/* CSS Document */

/*
*
* Main document styles
*
*/
body {
	background: white;
	color: #525051;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
}

/* Hides text that you only want to show up if CSS is turned off */
.noCss {
	display: none;
	}

.floatleft {
	float: left;
	}
/*
* end main document styles
*/

/*
*
* header styles
*
*/
/* Header bar across the top of most pages; graphics will not display if CSS turned off */
#header {
	position: relative;
	background: #CDD896 url(images/HeaderBar.jpg) left no-repeat;
	height: 95px;
	border-bottom: 3px solid #CB0024;
	clear: both;
	}
	
/* Circle logo in header */
#CircleLogo {
	float: right;
	margin: 10px 5px 0 0;
	border: 0;
	}
	
/* "Better solutions all around" graphic in header */
#BetterSolutions {
	float: right;
	}
/* end header styles */

/*
*
* "metacontainer" holding left menu and page content
*
*/
#metacontainer {
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url(images/divider.gif) 207px top repeat-y;
}

.clearit {
	height: 1px;
	clear: both;
	width: 1px;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	}

/*
*
* Left menu bar
*
*/
#leftmenu {
	width: 185px;
	margin: 0;
	padding: 10px;
	padding-top: 0;
	list-style: none;
	font-size: 12px;
	float: left;
	height: 100%;
	/* position: absolute; */
	}
#leftmenu li {
	padding: 0.2em 0;
	list-style: none;
	}
#leftmenu li a {
	color: #525051;
	display: block;
	width: 100%;
	text-decoration: none;
	}
#leftmenu li a:hover {
	color: #CB0024;
	text-decoration: underline;
	}
#leftmenu li a.currentpage {
	color: #CB0024;
	}
#leftmenu ul {
	font-size: 10px;
	margin-left: 15px;
	padding-left: 0;
	}
#leftmenu ul ul {
	font-size: 10px;
	font-style: italic;
	margin-left: 15px;
	padding-left: 0;
	}
	
#content {
	height: 100%;
	padding: 2em;
	padding-top: 0;
	margin-left: 205px;
	vertical-align: top;
	position: relative;
	/* min-height: 440px; */
	}
	
#content h1 {
	font-size: 18px;
	font-weight: normal;
	color: #CB0024;
	}

#content h2 {
	font-size: 15px;
	color: #CB0024;
	font-weight: normal;
	}

#content h3 {
	font-size: 13px;
	color: #CB0024;
	font-weight: normal;
	}
	
#content a {
	color: #525051;
	text-decoration: underline;
	}
	
#content a:hover {
	color: #CB0024;
	text-decoration: none;
	}

/*
* "Clients and Partners" bulleted list
*/	
ul#clientsandpartners {
	padding-left: 20px;
	margin-left: 20px;
	left: 20px;
	}

ul#clientsandpartners li {
	list-style: none;
	font-weight: bold;
	margin-left: -5px;
	padding-top: 0.6em;
	}

ul#clientsandpartners ul li {
	list-style: disc;
	font-weight: normal;
	padding-top: 0.4em;
	}
	
#clientsandpartners ul ul li {
	list-style: circle;
	font-size: 11px;
	font-weight: normal;
	padding-top: 0;
	}
/* end "Clients and Partners" list */

/*
*  bulleted lists in the main content pane
*/
#content ul {
	padding-left: 20px;
	margin-left: 20px;
	left: 20px;
	}
	
#content ul ul {
	margin-left: 18px;
	}
	
#content ul ul ul {
	margin-left: 18px;
	}
	

	
#content .doublespace {
	padding-bottom: 1em;
	margin-bottom: 1em;
	}
	
#content table {
	border-collapse: collapse;
	border: 1px solid #404040;
	margin-bottom: 10px;
	}
	
#content table th {
	color: white;
	background-color: #CB0024;
	border-bottom: 1px solid #404040;
	font-size: 10px;
	vertical-align: bottom;
	}
	
#content table td {
	vertical-align: text-top;
	padding: 0.5em;
	}
	
#content table td.bottomrow {
	border-bottom: 1px solid #404040;
	}
	
#content table p {
	padding-top: 0;
	margin-top: 0;
	}

/* VEHICLES TABLE STYLES */
#content table th.sched_col {
	width: 20%;
	}
	
#content table th.contr_col {
	width: 22%;
	}
	
#content table th.sin_col {
	width: 13%;
	}
	
#content table th.code_col {
	width: 15%;
	}
	
#content table th.descr_col {
	width: 40%;
	}
	
.portfolio_thumbnail {
	float: left;
	border: 0;
	}
	
#portfolio_submenu {
	text-align: center;
	margin-top: 160px;
	}
	
.gsalogo {
	float: right;
	padding-left: 1em;
	}
	
#footer {
	border-top: 1px solid #404040;
	padding-top: 1em;
	margin: 0;
	font-size: 10px;
	clear: both;
	text-align: center;
	}
	
#footer a {
	color: #525051;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #CB0024;
	text-decoration: none;
	}