* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
	height: auto;
}

body {
	background: #6A6A6A;
	color: #333;
	font: 0.90em 'Trebuchet MS', Helvetica, Arial, sans-serif;
	text-align: left;
}
a { color: #333; text-decoration: underline; }

a:hover { color: #004A79; }

ul { list-style-type: none; }

h1, h2, h3, h4, h5 { font-weight: normal; }
h1 span, h2 span, a span, blockquote span { display: none; }

hr { display: none; }

fieldset { border: 0; }

.clearer { clear: both; }

#wrapper {
	width: 100%;
	background: #C5C3C4 url(images/wrapper_bg.jpg) 0 0 repeat-x;
}
#container {
	width: 900px;
	margin: 0 auto;
}
/*---Header---*/
#header {
	position: relative;
	z-index: 0;
	width: 900px;
	height: 377px;
	background: transparent url(images/header_bg.jpg) 0 0 no-repeat;
}
#header p span { display: none; }

#header_overlays {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 316px;
	overflow: hidden;
}
.header_overlay, .header_overlay_new {
	float: left;
	width: 100%;
	height: 316px;
}
.header_overlay_new { margin-left: 3000px; }
.header_overlay_inner {
	display: block;
	width: 884px;
	margin: 0 auto;
	padding: 0px 8px 8px 8px;
	background: transparent url(images/header_overlay_bg.gif) bottom left repeat-x;
}
.header_overlay_inner[class] { background-image: url(images/header_overlay_bg.png); }

.header_overlay_inner  img {
	border: 2px solid #003F67;
	border-top: 0 !important;
}

/*---Main Menu---*/
ul#menu {
	height: 40px;
	padding-top: 345px;
	list-style-type: none;
	text-align: center;
}
ul#menu li {
	display: inline;
	padding: 0px 8px;
	background: transparent url(images/menu_spacer.gif) left center no-repeat;
}
ul#menu li.menu_first { background-image: none !important; }

ul#menu li a {
	height: 30px;
	padding: 8px 12px;
	font-size: 0.90em;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
	color: #FFF;
	background-color: transparent;
}
ul#menu li a:hover, ul#menu li a.selected {
	text-shadow: 0px 1px 0px #FFF;
	color: #494949;
	border-bottom: 2px solid #003B61;
	background: #D7D5D5 url(images/menu_hover.gif) 0 0 repeat-x;
}
ul#menu li ul { display: none; }

/*---Content---*/
#content_loadwrapper { min-height: 600px; }
.content_loading { background: transparent url(images/loading_graphic.gif) center 50px no-repeat; }
#content { padding: 30px 0 0; }

.cb_index, .cb_white, .cb_blue {
	float: left;
	margin-bottom: 25px;
	border-bottom: 5px solid #BBB;
	text-align: left;
	background: #F7F7F7 url(images/cb_white_bg.gif) 0 0 repeat-x;
}
.cb_index { width: 580px; }
.cb_blue {
	border-bottom: 5px solid #AAA;
	color: #FFF;
	background: #002D4B url(images/cb_blue_bg.gif) 0 0 repeat-x;
}

.cb_inner {
	padding: 20px 30px 5px;
	border: 1px solid #FFF;
	border-top: 0px !important;
}
.cb_index .cb_inner { border: 0px; }
.cb_blue .cb_inner {
	padding: 20px 30px 0px !important;
	border: 1px solid #00406A;
	border-top: 0px !important;
}

.cb_left { margin-right: 30px; }
.cb_right { float: right; }

.cb_full { width: 898px; clear: both; }
.cb_half { clear: left; float: left; width: 433px; }
.cb_half_right { clear: right; float: right; width: 433px; }
.cb_float_half { float: right; width: 434px; }
.cb_lrg { width: 578px; }
.cb_med { width: 578px; }
.cb_sml { width: 288px; }

.cb_blue a { text-decoration: none; color: #FFF; }
.cb_blue a:hover { text-decoration: underline; color: #FFF; }

.cb_white h2, .cb_index h2, .cb_blue h2 {
	margin: 0;
	padding: 15px 30px 20px;
	font-size: 1.5em;
	letter-spacing: 0.025em;
	text-shadow: 0px 1px 0px #EEE;
	color: #002943;
	background: transparent url(images/cb_white_h2_bg.gif) left bottom repeat-x;
}
.cb_blue  h2 {
	padding: 15px 30px 20px;
	border: 1px solid #00406A;
	border-bottom: 0px !important;
	font-size: 1.1em !important;
	text-shadow: 0px -1px 0px #000;
	color: #FFF;
	background-image: url(images/cb_blue_h2_bg.gif);
}

.cb_pageheader h2 { padding: 20px 30px 0; background: transparent; }
.cb_highlight h2 { text-align: center; }
.cb_header h2 { padding-bottom: 10px; background: transparent; }

.cb_inner h3, .cb_inner h4 { padding-bottom: 20px; line-height: 1.5em; text-shadow: 0px 1px 0px #DDD; color: #002943; }
.cb_inner h4 { font-size: 1.1em; }
.cb_blue h3, .cb_blue h4 { padding-bottom: 0; text-shadow: 0px -1px 0px #000; color: #FFF; }

.cb_inner h2 a, .cb_inner h3 a, .cb_inner h4 a { text-decoration: none; color: #004A79; }
.cb_blue h2 a, .cb_blue h3 a, .cb_blue h4 a { text-decoration: none; color: #FFF; }
.cb_inner h2 a:hover, .cb_inner h3 a:hover, .cb_inner h4 a:hover { text-decoration: underline; }

.cb_white p, .cb_index p, .cb_blue p { line-height: 1.8em; }
.cb_white p {
	padding-bottom: 20px;
	text-shadow: 0px 1px 0px #F5F5F5;
	color: #333;
}
.cb_blue p { padding-bottom: 30px; text-shadow: 0px -1px 0px #000; }
.cb_index p, .cb_pageheader p {
	padding-bottom: 20px;
	/*font-weight: bold;
	color: #002943;
	*/
	text-shadow: 0px 1px 0px #EEE;
	color: #333;
}
.cb_copy p,.cb_copy li { font-size: 0.90em !important; }
.cb_highlight p { font-size: 1.0em; line-height: 1.6em; }
.cb_header p { padding: 10px 30px; }

.cb_inner ul { padding-bottom: 10px; }
.cb_blue ul { padding-bottom: 30px; }

.cb_inner li {
	padding: 0 0 10px 15px;
	font-size: 1.0em;
	background: transparent url(images/cb_white_li_even.gif) left 8px no-repeat;
}
.cb_inner li.li_even { background-image: url(images/cb_white_li_odd.gif); }

.cb_white li { background-position: left 6px; }

.cb_blue li {
	text-shadow: 0px -1px 0px #000;
	background-image: url(images/cb_blue_li_odd.gif);
}
.cb_blue li.li_even { background-image: url(images/cb_blue_li_even.gif); }

.cb_blue li.selected { background-image: url(images/cb_blue_li_selected.gif); }
.cb_blue li.selected a { color: #FFF !important; }

.cb_blue li a { text-decoration: none; color: #CCC; }
.cb_blue li a:hover { text-decoration: underline; color: #FFF; }

.cb_pageheader em { font-size: 1.2em; text-shadow: 0px 1px #DDD; color: #004A79; }

.cb_calgin { text-align: center; }

.cb_header { padding: 10px 0 20px; background: transparent url(images/cb_white_h2_bg.gif) left bottom repeat-x; }
.cb_blue .cb_header { background-image: url(images/cb_blue_h2_bg.gif); }

.cb_xsml { float: left; margin: 0 0 30px 30px !important; width: 201px; }
.cb_xsml .cb_inner { padding-bottom: 20px !important; }
.cb_xsml h4 { padding-bottom: 20px; font-size: 0.90em; }
.cb_xsml p { padding-bottom: 10px; font-size: 0.75em; line-height: 1.2em; color: #CCC; }
.cb_odd { clear: left; margin-left: 0px !important  }

.cb_office .cb_inner { height: 150px; }

/*---Contact---*/
#contact_form label {
	float: left;
	clear: left;
	width: 100px;
	padding: 5px;
	margin-bottom: 15px;
	font-size: 0.90em;
	text-align: right;
}
.contact_input {
	float: right;
	width: 240px;
	padding: 5px;
	border: 1px solid #DDD;
	border-top: 1px solid #CCC;
	margin-bottom: 15px;
	font: 0.9em 'Trebuchet MS', Helvetica, Arial, sans-serif;
}

#contact_submit {
	float: right;
	clear: left;
	padding: 10px 30px;
	margin-bottom: 20px;
	border: 0;
	border-bottom: 1px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0px -1px 0px #000;
	font: 0.90em 'Trebuchet MS', Helvetica, Arial, sans-serif;
	color: #CCC;
	background: #002D4B url(images/cb_blue_bg.gif) left bottom repeat-x;
	cursor: pointer;
}
#contact_submit:hover { color: #FFF; background-position: left top !important; }

/*---Footer---*/
#footer_wrapper  {
	width: 100%;
	background: transparent url(images/footer_bg.jpg) 0 0 repeat-x;
}
#footer {
	width: 900px;
	margin: 0 auto;
	padding: 35px 0;
}
#footer .copyright {
	float: left;
	margin-top: -2px;
	font-size: 0.75em;
	text-transform: uppercase;
	text-shadow: 0px -1px 0px #333;	
	color: #FFF;
}
.copyright a { text-decoration: none; color: #FFF; }
.copyright a:hover { text-decoration: underline; color: #FFF; }

a#flexicrew_logo {
	display: block;
	float: right;
	width: 145px;
	height: 22px;
	background: transparent url(images/flexicrew_logo.gif) 0 0 no-repeat;
}
