/*-----------------------------------------------------------------
  General
-------------------------------------------------------------------*/

* {
	border: 0;
	margin: 0;
	padding: 0;
	}

#content a:link,
#content a:visited,
#content a:active {
	text-decoration: underline;
	color: #C7762F;
	}
	
#content a:hover {
	text-decoration: none;
	}

body {
	background: #2c2b29 url("images/site_bg.jpg") no-repeat center top;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #2b2b2b;
	}

ul.body_text {
	list-style-type: none;
	margin: 0 0 12px 0px;
	}
	
ol.body_text {
	margin: 0 0 12px 30px;
	}

ul.body_text li {
	background: url("images/bullet_1.gif") no-repeat 0 4px;
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
	line-height: 150%;
	}
	
ul.top_text {
	list-style-type: none;
	margin: 5px 0 18px 15px;
	}
	
ol.top_text {
	margin: 0 0 12px 30px;
	}

ul.top_text li {
	background: url("images/bullet_1.gif") no-repeat 0 4px;
	padding: 0 0 0 15px;
	margin: 0 0 8px 0;
	line-height: 150%;
	}

strong {
	color: #C7762F;
	}
	
img#whale {
	margin-left: 280px;
	margin-top: 10px;
	}

img.profile {
    float: left;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 15px;
	}
	
/*-----------------------------------------------------------------
  Header
-------------------------------------------------------------------*/	

#header {
	margin: 0 auto 0;
	width: 972px;
	height: 20px;
	margin-top: 75px;
	}
	
	
/*-----------------------------------------------------------------
  Content
-------------------------------------------------------------------*/	

#content {
	background: #fcfcfa url("images/foreground_bg.jpg") repeat-y scroll 0;
	margin: 0 auto 0; 
	margin-top: 12px;
	width: 972px;
	min-height: 1100px;
	overflow: hidden;
	}
	
h1 {
	background: url("images/logo_tab.jpg") no-repeat top left;
	margin-left: 18px;
	height: 20px;
	width: 311px;
	text-indent: -9999px;
	}
	
h2 {
	background: url("images/title.jpg") no-repeat top left;
	height: 57px;
	width: 403px;
	float: left;
	text-indent: -9999px;
	}



/* Navigation -----------------*/

#nav_box {
	background: url("images/nav_bg.jpg") no-repeat top left;
	width: 569px;
	height: 57px;
	float: left;
	}

ul#nav {
	width: 538px;
	height: 9px;
	margin-top: 38px;
	}
	
ul#nav li {
	display: block;
	float: left;
	height: 9px;
	text-indent: -9999px;
	}
	
ul#nav li a {
	display: block;
	width: 100%;
	height: 9px;
	}

ul#nav li#home {
	background: url("images/home.jpg") no-repeat top left;
	width: 50px;
	height: 9px;
	}
	
ul#nav li#home a:hover {
	background: url("images/home.jpg") no-repeat 0 -9px;
	}

ul#nav li#started {
	background: url("images/started.jpg") no-repeat top left;
	width: 139px;
	height: 9px;
	}
	
ul#nav li#started a:hover {
	background: url("images/started.jpg") no-repeat 0 -9px;
	}

ul#nav li#guides {
	background: url("images/guides.jpg") no-repeat top left;
	width: 123px;
	height: 9px;
	}
	
ul#nav li#guides a:hover {
	background: url("images/guides.jpg") no-repeat 0 -9px;
	}
	
ul#nav li#resources {
	background: url("images/resources.jpg") no-repeat top left;
	width: 95px;
	height: 9px;
	}
	
ul#nav li#resources a:hover {
	background: url("images/resources.jpg") no-repeat 0 -9px;
	}

ul#nav li#about {
	background: url("images/about.jpg") no-repeat top left;
	width: 67px;
	height: 9px;
	}
	
ul#nav li#about a:hover {
	background: url("images/about.jpg") no-repeat 0 -9px;
	}

ul#nav li#gallery {
	background: url("images/gallery.jpg") no-repeat top left;
	width: 64px;
	height: 9px;
	}
	
ul#nav li#gallery a:hover {
	background: url("images/gallery.jpg") no-repeat 0 -9px;
	}
	
	
/* Home Page -----------------*/

#home_band {
	background: url("images/home_band.jpg") no-repeat top left;
	width: 972px;
	height: 323px;
	position: relative;
	float: left;	
	}	

#click_here {
	background: url("images/click_here.jpg") no-repeat top left;
	float: right;
	width: 219px;
	height: 25px;
	margin-top: 209px;
	margin-right: 130px;
	cursor: pointer;
	}

*html #click_here {
	margin-right: 65px;
	cursor: pointer;
	}	

#main_col {
	margin-left: 30px;
	margin-top: 0px;
	width: 595px;
	position: relative;
	padding-right: 22px;
	float: left;
	min-height: 1250px;
	border-right: 1px solid #e6dbc4;
	}

#side_col {
	position: relative;
	margin-top: 0px;
	padding-left: 22px;
	float: left;
	width: 279px;
	min-height: 1250px;
	border-left: 1px solid #fff;
	}
	
h4#introduction_title {
	background: url("images/introduction_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	margin-bottom: 14px;
	width: 179px;
	height: 25px;
	}

h4#about_title {
	background: url("images/about_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	margin-bottom: 14px;
	width: 248px;
	height: 26px;
	}

h4#contact_title {
	background: url("images/contact_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	margin-bottom: 14px;
	width: 186px;
	height: 26px;
	}
	
h4#industries_title {
	background: url("images/industries_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	margin-bottom: 14px;
	width: 146px;
	height: 27px;
	}

h4#more_info_title {
	background: url("images/more_info_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	margin-bottom: 14px;
	margin-top: 35px;
	width: 246px;
	height: 25px;
	}
		

/* Industry Title -----------------*/

#industry_title_band {
	background: url("images/industry_title_bg.jpg") no-repeat top left;
	width: 972px;
	height: 125px;
	position: relative;
	float: left;	
	}
	
#industry_title_band2 {
	background: url("images/industry_title_bg2.jpg") no-repeat top left;
	width: 972px;
	height: 125px;
	position: relative;
	float: left;	
	}

#non_industry_title_band {
	background: url("images/non_industry_title_bg.jpg") no-repeat top left;
	width: 972px;
	height: 125px;
	position: relative;
	float: left;	
	}

h3#fishing_title {
	background: url("images/fishing_title.jpg") no-repeat top left;
	width: 648px;
	height: 40px;
	margin-left: 21px;
	margin-top: 51px;	
	text-indent: -9999px;
	}

h3#processing_title {
	background: url("images/processing_title.jpg") no-repeat top left;
	width: 349px;
	height: 40px;
	margin-left: 28px;
	margin-top: 51px;	
	text-indent: -9999px;
	}
	
h3#management_title {
	background: url("images/management_title.jpg") no-repeat top left;
	width: 652px;
	height: 30px;
	margin-left: 18px;
	margin-top: 55px;	
	text-indent: -9999px;
	}

h3#aquaculture_title {
	background: url("images/aquaculture_title.jpg") no-repeat top left;
	width: 401px;
	height: 46px;
	margin-left: 28px;
	margin-top: 52px;	
	text-indent: -9999px;
	}
	
h3#msn_title {
	background: url("images/msn_title.jpg") no-repeat top left;
	width: 642px;
	height: 30px;
	margin-left: 20px;
	margin-top: 55px;	
	text-indent: -9999px;
	}
	
h3#tourism_title {
	background: url("images/tourism_title.jpg") no-repeat top left;
	width: 650px;
	height: 39px;
	margin-left: 20px;
	margin-top: 50px;	
	text-indent: -9999px;
	}
	
h3#transportation_title {
	background: url("images/transportation_title.jpg") no-repeat top left;
	width: 652px;
	height: 36px;
	margin-left: 17px;
	margin-top: 52px;	
	text-indent: -9999px;
	}
	
h3#trades_title {
	background: url("images/trades_title.jpg") no-repeat top left;
	width: 446px;
	height: 39px;
	margin-left: 30px;
	margin-top: 51px;	
	text-indent: -9999px;
	}

h3#science_title {
	background: url("images/science_title.jpg") no-repeat top left;
	width: 524px;
	height: 38px;
	margin-left: 30px;
	margin-top: 51px;	
	text-indent: -9999px;
	}
	
h3#business_title {
	background: url("images/business_title.jpg") no-repeat top left;
	width: 650px;
	height: 35px;
	margin-left: 20px;
	margin-top: 52px;	
	text-indent: -9999px;
	}
	
h3#media_gallery_title {
	background: url("images/media_gallery_title.jpg") no-repeat top left;
	width: 441px;
	height: 39px;
	margin-left: 25px;
	margin-top: 52px;	
	text-indent: -9999px;
	}
	
h3#gallery_title {
	background: url("images/photo_gallery_title.jpg") no-repeat top left;
	width: 445px;
	height: 39px;
	margin-left: 25px;
	margin-top: 52px;	
	text-indent: -9999px;
	}

h3#guides_title {
	background: url("images/fishing_guides_title.jpg") no-repeat top left;
	width: 445px;
	height: 39px;
	margin-left: 25px;
	margin-top: 52px;	
	text-indent: -9999px;
	}

h3#careers_title {
	background: url("images/careers_title.jpg") no-repeat top left;
	width: 233px;
	height: 39px;
	margin-left: 25px;
	margin-top: 52px;	
	text-indent: -9999px;
	}

h3#started_title {
	background: url("images/getting_started_title.jpg") no-repeat top left;
	width: 501px;
	height: 39px;
	margin-left: 35px;
	margin-top: 52px;	
	text-indent: -9999px;
	}

h3#resources_title {
	background: url("images/resources_maintitle.jpg") no-repeat top left;
	width: 313px;
	height: 39px;
	margin-left: 35px;
	margin-top: 52px;	
	text-indent: -9999px;
	}
	
h3#about_title {
	background: url("images/about_main_title.jpg") no-repeat top left;
	width: 187px;
	height: 37px;
	margin-left: 35px;
	margin-top: 52px;	
	text-indent: -9999px;
	}	

/* Industry Nav -----------------*/
	
#indy_nav {
	position: relative;
	float: right;
	width: 270px;
	height: 16px;
	margin-right: 15px;
	margin-top: -24px;
	}

#prev_indy {
	background: url("images/prev_indy.jpg") no-repeat top left;
	float: left;
	width: 148px;
	height: 16px;
	text-indent: -9999px;
	}
	
#prev_indy a:hover {
	background: url("images/prev_indy.jpg") no-repeat 0 -16px;
	}

#next_indy {
	background: url("images/next_indy.jpg") no-repeat top left;
	float: left;
	width: 122px;
	height: 16px;
	display: block;
	text-indent: -9999px;
	}
	
#next_indy a:hover {
	background: url("images/next_indy.jpg") no-repeat 0 -16px;
	}
	
	
/* Industry Main Pic -----------------*/

#industry_mainpic {
	position: relative;
	float: right;
	width: 356px;
	height: 308px;
	}
	
	
/* Top Text -----------------*/

#top_text {
	display: block;
	float: left;
	width: 570px;
	height: 288px;
	margin-left: 30px;
	margin-top: 20px;
	}
	
h4#top_italics {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #c7762f;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 15px;
	}


/* Top Three Columns -----------------*/

h4#background_title {
	background: url("images/background_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	margin-bottom: 4px;
	width: 156px;
	height: 34px;
	}
	
h4#education_title {
	background: url("images/education_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	margin-bottom: 4px;
	width: 132px;
	height: 34px;
	}

h4#earnings_title {
	background: url("images/earnings_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	margin-bottom: 4px;
	width: 108px;
	height: 34px;
	}

h4#purchasing_title {
	background: url("images/purchasing_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	margin-bottom: 4px;
	width: 477px;
	height: 34px;
	}

h4#planning_title {
	background: url("images/planning_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	margin-bottom: 4px;
	width: 602px;
	height: 34px;
	}

h4#accommodation_title {
	background: url("images/accommodation_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	margin-bottom: 4px;
	width: 377px;
	height: 29px;
	}

h4#tourism_title {
	background: url("images/tourism_resources_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	margin-bottom: 4px;
	width: 274px;
	height: 24px;
	}
	
h4#businesses_title {
	background: url("images/businesses_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	margin-bottom: 4px;
	width: 261px;
	height: 31px;
	}

h4#southwest_title {
	background: url("images/southwest_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	margin-bottom: 4px;
	width: 653px;
	height: 36px;
	}

h4#pacific_rim_title {
	background: url("images/pacific_rim_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	margin-bottom: 4px;
	width: 618px;
	height: 36px;
	}

h4#pacific_rim_title {
	background: url("images/pacific_rim_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	margin-bottom: 4px;
	width: 618px;
	height: 36px;
	}


h4#northwest_title {
	background: url("images/northwest_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	margin-bottom: 4px;
	width: 648px;
	height: 36px;
	}

h4#fyi_title {
	background: url("images/fyi_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	margin-bottom: 6px;
	width: 257px;
	height: 64px;
	}

#content #background_col {
	margin-left: 30px;
	margin-top: 5px;
	width: 279px;
	position: relative;
	padding-right: 22px;
	float: left;
	min-height: 350px;
	border-right: 1px solid #e6dbc4;
	}

#content #education_col {
	position: relative;
	margin-top: 5px;
	padding-left: 22px;
	padding-right: 22px;
	float: left;
	width: 257px;
	min-height: 350px;
	border-left: 1px solid #fff;
	border-right: 1px solid #e6dbc4;
	}

#content #earnings_col {
	position: relative;
	margin-top: 5px;
	padding-left: 22px;
	float: left;
	width: 279px;
	min-height: 350px;
	border-left: 1px solid #fff;
	}
	
	
/* Quote Band -----------------*/

img#quote_band {
	width: 972px;
	height: 290px;
	}
	
img#no_quote {
	width: 972px;
	height: 37px;
	}

/* Bottom Three Columns -----------------*/

h4#employers_title {
	background: url("images/employers_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	margin-bottom: 6px;
	width: 243px;
	height: 34px;
	}
	
h4#jobs_title {
	background: url("images/jobs_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	margin-bottom: 6px;
	width: 170px;
	height: 34px;
	}

h4#dyk_title {
	background: url("images/dyk_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	margin-bottom: 6px;
	width: 198px;
	height: 34px;
	}

#content #employers_col {
	margin-left: 30px;
	margin-top: 15px;
	width: 279px;
	position: relative;
	padding-right: 22px;
	float: left;
	min-height: 190px;
	border-right: 1px solid #e6dbc4;
	}

#content #jobs_col {
	position: relative;
	margin-top: 15px;
	padding-left: 22px;
	padding-right: 22px;
	float: left;
	width: 257px;
	min-height: 190px;
	border-left: 1px solid #fff;
	border-right: 1px solid #e6dbc4;
	}

#content #dyk_col {
	position: relative;
	margin-top: 15px;
	padding-left: 22px;
	float: left;
	width: 279px;
	min-height: 190px;
	border-left: 1px solid #fff;
	}
	

/* Career Snapshots -----------------*/

#snapshots {
	position: relative;
	float: left;
	width: 912px;
	margin-top: 40px;
	margin-left: 30px;
	}

h4#snapshots_title {
	background: url("images/snapshots_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	width: 242px;
	height: 33px;
	}

img.snapshots {
	background: url("images/snapshots_bg.jpg") no-repeat top left;
	position: relative;
	float: left;
	width: 92px;
	height: 92px;
	margin-right: 15px;
	margin-top: 15px;
	padding: 7px 9px 10px 11px;
	}

img.snapshots_left {
	background: url("images/snapshots_bg2.jpg") no-repeat top left;
	position: relative;
	float: left;
	width: 92px;
	height: 92px;
	margin-right: 15px;
	margin-top: 15px;
	margin-left: -7px;
	padding: 7px 9px 10px 11px;
	}

/* Videos -----------------*/

#videos {
	position: relative;
	float: left;
	width: 912px;
	margin-left: 30px;
	min-height: 450px;
	margin-top: 40px;
	}

.content {
	position: relative;
	float: left;
	width: 912px;
	margin-left: 30px;
	margin-bottom: 40px;
	}

h4#videos_title {
	background: url("images/videos_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	width: 87px;
	margin-bottom: 20px;
	height: 25px;
	}
	
h4#home_title {
	background: url("images/home_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	width: 837px;
	margin-bottom: 10px;
	height: 32px;
	}

h4#note_title {
	background: url("images/anote.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	width: 470px;
	margin-bottom: 5px;
	height: 34px;
	}

h4#booking_title {
	background: url("images/booking.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: 0px;
	width: 585px;
	margin-bottom: 5px;
	height: 34px;
	}

h4#bring_title {
	background: url("images/bring.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	width: 501px;
	margin-bottom: 5px;
	height: 34px;
	}

h4#media_tourism_title {
	background: url("images/media_tourism_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	width: 301px;
	margin-bottom: 20px;
	height: 26px;
	}
	
h4#media_science_title {
	background: url("images/media_science_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	width: 238px;
	margin-bottom: 20px;
	height: 25px;
	}
	
h4#next_step_title {
	background: url("images/next_step_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	width: 199px;
	margin-bottom: 10px;
	height: 29px;
	}

h4#money_title {
	background: url("images/money_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	width: 280px;
	margin-bottom: 10px;
	height: 29px;
	}
	
h4#faq_title {
	background: url("images/faq_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	width: 75px;
	margin-bottom: 10px;
	height: 29px;
	}
	
h4#resources_title {
	background: url("images/resources_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	width: 148px;
	margin-bottom: 10px;
	height: 27px;
	}
	
h4#evaluation_title {
	background: url("images/evaluation_title.jpg") no-repeat top left;
	text-indent: -9999px;
	margin-left: -2px;
	width: 216px;
	margin-bottom: 10px;
	height: 28px;
	}

.video {
	background: url("images/videos_bg.jpg") no-repeat top left;
	position: relative;
	float: left;
	width: 349px;
	height: 300px;
	margin-right: 5px;
	margin-left: -5px;
	padding: 13px 16px 16px 13px;
	}

#career_button_left {
	position: relative;
	float: left;
	width: 285px;
	height: 316px;
	margin: 35px 0 0 30px;
	}

#career_button_center {
	position: relative;
	float: left;
	width: 285px;
	height: 316px;
	margin: 35px 30px 0 30px;
	}

#career_button_right {
	position: relative;
	float: left;
	width: 285px;
	height: 316px;
	margin: 35px 0 0 0px;
	}
	
/*-  footer
----------------------------------------------------------------------*/
	
#footer {
	background: url("images/footer.jpg") no-repeat top left;
	position: relative;
	width: 972px;
	height: 178px;
	margin: 0 auto 0;
	margin-bottom: 100px;
	clear: both;
	}

#footer a#top_of_page {
	display: block;
	width: 230px;
	height: 25px;
	float: right;
	margin-top: 76px;
	margin-right: 25px; 
	text-indent: -9999px;
	}
	
#footer a#clearconcept {
	display: block;
	width: 200px;
	height: 15px;
	position: absolute;
	top: 159px;
	right: 28px; 
	text-indent: -9999px;
	}

textarea {
	border: 1px solid #cdcdcd;
	margin-top: 5px;
	padding: 5px;
	}		
	
.form_input {
	border: 1px solid #cdcdcd;
	padding: 5px;
	}	

.input_field {
	padding: 3px;
	}	
	
#submit_button {
	display: block;
	width: 68px;
	height: 27px;
	background: url("images/submit.gif") no-repeat 0 0;
	text-indent: -9999px;
	cursor: pointer;
	}

#submit_button:hover { 
  	background-position: 0 -27px;
	text-indent: -9999px;
	}

#submit_button span {
	display: none;
	text-indent: -9999px;
	}

#msie-alert-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #000;
	z-index: 5000;
	filter:alpha(opacity=70);
	}
	
#msie-alert {
	width: 600px;
	background-color: #fff;
	text-align: center;
	margin: 0 auto;
	position: relative;
	height: 300px;
	}