@charset "utf-8";
/* CSS Document */

body  {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background:url(images/bkgd.png) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.jobsurvival #container { 
	/* width: 80%;   this will create a container 80% of the browser width */
	width: 1024px;
	background: #FFFFFF;
	margin: 0.4em auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* @font-face {
  font-family: "Offshore Banking Business";
  src: url(http://www.yourjobsurvivalguide.com/offshore.ttf) format{"truetype");
  } 
 
  @font-face {
  font-family: "Kimberley";
  src: url(http://www.princexml.com/fonts/larabie/kimberle.ttf) format("truetype");
} */

#utilnav {
	/*position:absolute;
	width:760px;
	height:25px;
	z-index:1;
	left: 5px;*/
	text-align:left; 
	padding-left:2.5em;
	line-height:1.0em;
	height:1.6em;
}

#utilnav a {text-decoration:none;
	font:1.0em Verdana, Geneva, sans-serif; 
	color:#555; 
	}

.jobsurvival #header { 
	background: url(images/kayak_header2.jpg) no-repeat;
	width:1024px;
	overflow:hidden;
	height:200px; 
	/*padding: 0 10px;*/  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.jobsurvival #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 4px 3.0em; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#369;
	font-size:3.0em;
	font-family: Candara, Verdana, Helvetica, sans-serif;
}

.jobsurvival #header h2 {
	margin: 0; 
	padding: 0 0 3px 3.8em; 
	color:#369;
	font-size:2.4em;
	font-family: Candara, Verdana, Helvetica, sans-serif;
}

.jobsurvival #header3 { 
	background: url(images/swimmers_header.jpg) no-repeat;
	width:1024px;
	overflow:hidden;
	height:200px; 
}

	.jobsurvival #header3 h1 {color:#fff; margin-left:2.0em; Verdana, Helvetica, sans-serif;}
	
img {border:0;}

#header .ribbon {position:absolute; left:75.5%; top:0.4em; z-index:15; height:150px; overflow:hidden; clear:both;}

.jobsurvival #mainContent {
	position:absolute;
	width:1024px;
  	margin: 0; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
  	font:1.4em Verdana, Arial, Helvetica, sans-serif;
  	background:#fff;
	padding: 0;
} 

.book {
	position:absolute;
	top:-50px;
	float:left;
	margin:0 0.5em 1.2em;
	padding:0 0.5em;
	color: #fff;
	clear:both;
	text-align:center;
}

.read {
	position:absolute;
	top:65%;
	left:50%;
	z-index:10;
	border:0;
}

.hpcontent {
	margin-top:0;
	margin-left:250px;
	font-size:1.0em;
	padding:0 1.0em 0;
}

.hpcontent h1 {
	font-size:1.6em;
	margin-top:0.5em;
	margin-bottom:0.2em;
}

.hpcontent h2 {
	font-size:1.2em;
	margin-top:0.1em;
}

.hpcontent ul {
	width:50%;	
}


.content {
	margin-top:0;
	margin-left:1.0em;
	font-size:0.9em;
	padding:0 1.0em 0 0;
}

.content h1 {
	font-size:1.6em;
	margin-top:0.5em;
}

blockquote {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:normal;
	float:right;
	width:32%;
	text-align:right;
	padding: 0.3em 1em 0.3em 0.3em;
	margin: 0 0 0 0.6em;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}

blockquote .normtype {font-weight:normal; font-size:0.9em; font-style:italic;}

.promo {
	text-align:center;
	margin:0 1.0em 1.0em;
	padding:0;
}

.promo img {margin:0 1.5em; border:0;}

.jobsurvival #footer { 
	height:1.5em;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.jobsurvival #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#mainnav {
	width:100%;
	height:40px;
	z-index:2;
	font:1.0em Verdana, Geneva, sans-serif;
	margin:95px auto 0;
	padding:0;
	background:#111;
	text-align:right;
}

#mainnav ul {
	display:inline;
	text-align:center;
	margin:0 4% 0 20%;
	padding:0;
}


#mainnav ul li {
	display:inline;
	height:40px;
	margin:0 auto;
	/*margin-left:2px;*/
	padding:0em 3.0em 0.5em 3.0em;
	font:1.4em Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#333;
	list-style-type:none;
}

#mainnav ul li a:link, #mainnav ul li a:visited {color:#fff;text-decoration:none;text-align:center;}
#mainnav ul li a:hover, #mainnav ul li a:active, #mainnav ul li a:focus {color:#666;text-decoration:none;text-align:center;}

a:link, a:visited {color:#369;text-decoration:none;}
a:hover, a:active, a:focus {color:#666;text-decoration:none;}

#booksell {
	float:right;
	width:225px;
	background:url(images/background.png) no-repeat;
	border:2px double #c7c7c7;
	color:#fff;
	font-size:1.3em;
	font-weight:bold;
	text-align:left;
	margin:0 0 0 2.0em;
	padding:1.0em 1.2em 0.5em 0.6em;
}

#booksell h2 {font-size:1.0em;font-variant:small-caps;margin-top:0;}

#booksell p {font-size:0.7em;font-weight:normal;}
#booksell .isbn {font-size:0.6em; font-weight:normal;}

.buyzone {margin:0.8em auto;}
.buyzone a {color:#0cf;}

.press p {margin-left:1.5em;}

.author1 {
	position:relative;
	width:85%;
	text-align:left;
	clear:both;
}

.author2 {
	position:relative;
	width:90%;
	text-align:right;
	margin: 1.0em 0 1.0em 4.0em;
	clear:both;
}

.author1 .authorname {font-weight:bold;font-size:1.4em;}
.author2 .authorname {text-align:right; font-weight:bold;font-size:1.4em;}

.authorleft {
	float:left;
	padding:2px;
	margin-left:1.0em;
	margin-right:1.0em;
	border: 1px solid #c7c7c7;
}

.authorright {
	float:right;
	padding:2px;
	margin:0 1.0em 1.0em 1.0em;
	border: 1px solid #c7c7c7;
}

dl {margin-bottom:2.0em;}
dt {font-weight:normal;font-size:1.0em; margin-left:0.6em; margin-right:0.6em;border-top:1px solid #aaa;}
dd {margin-left:2.0em; color:#333333;margin-bottom:1.2em; margin-right:0.6em;}


dl.bookinfo dt {border:0;}

img.bookthumbs {border-left:1px solid #ddd; border-bottom:2px solid #ccc; border-right:2px solid #ccc; border-top:1px solid #ddd;}

/*.stone1 {position:absolute;
left:80%;
top:10%;
background:url(images/stone_01.png) no-repeat;
width:205px;
height:233px;
z-index:9;
overflow:hidden;
}

.stone2 {position:absolute;
left:0px;
bottom:0;
background:url(images/stone_02.png) no-repeat;
width:169px;
height:183px;
z-index:10;
}

.stone3 {position:absolute;
left:86%;
bottom:1%;
background:url(images/stone_04.png) no-repeat;
width:150px;
height:175px;
z-index:8;
overflow:hidden;
}

*html .stone3 {left:77%; bottom:0;}*/

a[href$='.pdf'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(images/page_white_acrobat.png) center left no-repeat;
}

.pdf {
	margin:2.0em auto 2.0em;
	padding:0.4em 4.0em;
	margin-top:2px solid #999;
	width:80%;
	background:#efdedc;
}