/* @group RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent;}
body {	line-height: 1;}
ol, ul {	list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';}/* remember to define focus styles! */:focus {	outline: 0;}/* remember to highlight inserts somehow! */ins {	text-decoration: none;}del {	text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {	border-collapse: collapse;	border-spacing: 0;}
/* @end */

/* @group SITE DEFAULTS */
a {
	color: #2971a7;
	text-decoration: none;
	outline: none;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

#main_content p {
	margin-bottom: 18px;
}

#main_content h1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 18px;
}

#main_content h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 18px;
}

#main_content h3 {
	font-weight: bold;
	font-size: 1em;
	line-height: 18px;
}

#main_content h4 {
	font-weight: bold;
	font-size: 10px;
	line-height: 18px;
}

#main_content ul {
	margin-bottom: 18px;
	list-style: none outside;
}

#main_content ol {
	margin-bottom: 18px;
	list-style: decimal;
	margin-left: 2.2em;
}

/* @end */

/* @group GLOBAL MARKUP */

body {
	margin: 0;
	text-align: center;
	background: url(/images/shared/default_bg.jpg) repeat;
	background-color: #fff;
	color: #333;
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

.small_gray {
	font-size: 11px;
	color: #686868;
}

.standard_gray {
	font-size: 12px;
	color: #686868;
}

.large_gray {
	font-size: 1.1em;
	color: #686868;
}

.breadcrumb {
	clear: both;
	line-height: 0;
	height: 0;
}

/* @end */

/* @group HEADER */

#container_top {
	margin: 0 auto;
	width: 737px;
	text-align: left;
	background: url(/images/shared/default_bg_shadow.png) repeat-y;
	padding: 0 0 1px 0;
}

#header {
	padding: 0;
}

#logo {
	float: left;
}

#hiring {
	float:right;
	padding-right:25px
}

/* @end */

/* @group MAIN CONTENT */

#main_content {
	clear: both;
	padding: 0 0 15px 0;
	margin: 0;
}

#content_wrapper {
	margin: 0;
	padding: 0 9px;
}

/* @end */

/* @group FOOTER */

#container_bottom {
	clear: both;
	margin: 0 auto;
	width: 737px;
	text-align: left;
	background: url(/images/shared/footer_bg_shadow.png) no-repeat left bottom;
}

#footer {
	border-top: 1px solid #d5d5d5;
	margin: 0 25px;
	color: #686868;
	font-size: 11px;
}

#footer p {
	padding: 0;
	height: 40px;
	margin: 10px 0 0 0;
}

#footer p.left {
	width: 400px;
	float: left;
}

#footer p.right {
	text-align: right;
}

/* @end */

/* @group GLOBAL NAV MENU */

#navigation_menu {
	clear: both;
	height: 33px;
	width: 718px;
	

/* Why do i have to specify this? */
	margin: 0;
	padding: 0;
	line-height: 33px;
	background: url(/images/shared/global_navbar.png);
}

#navigation_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation_menu li {
	float: left;
}

#navigation_menu li a {
	float: left;
	width: 81px;
	height: 0pt;
	text-indent: -900px;
	padding-top: 33px;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	background: url(/images/shared/global_navbar.png);
	background-repeat: no-repeat;
}

/* @end */

/* @group NAV BUTTONS */

#navigation_menu li#m1 a {background-position: 0 0;}
#navigation_menu li#m2 a {background-position: -81px 0;}
#navigation_menu li#m3 a {background-position: -162px 0;}
#navigation_menu li#m4 a {background-position: -243px 0;}

/* @end */

/* @group HOVER STATES */

#navigation_menu li#m1 a:hover {background-position: 0 -33px;}
#navigation_menu li#m2 a:hover {background-position: -81px -33px;}
#navigation_menu li#m3 a:hover {background-position: -162px -33px;}
#navigation_menu li#m4 a:hover {background-position: -243px -33px;}

/* @end */

/* @group ON STATES */

#main #navigation_menu li#m1 a {background-position: 0 -66px;}
#contact #navigation_menu li#m1 a {background-position: 0 -66px;}
#menu #navigation_menu li#m2 a {background-position: -81px -99px;}
#cruise #navigation_menu li#m3 a {background-position: -162px -99px;}
#about #navigation_menu li#m4 a {background-position: -243px -99px;}

/* @end */