
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	line-height:1.4em;
}
p {
	margin-bottom:18px;
}
p.reducedMargin {
	margin-bottom:9px;
}
h1 {
	font-size:14px;
	margin-bottom:12px;
	color:#000033;
}
h2 {
	font-size:13px;
	margin-bottom:8px;
	color:#000033;
}
a {
	color:#5979a5;
}
a:hover {
	text-decoration:none;
}
a.altStyle {
	text-decoration:none;
}
a.altStyle:hover {
	text-decoration:underline;
}


#container {
	width:978px;
	margin:0 auto;
	background:url(../images/global/body_bkg.gif) top left repeat-y;
}

/* --- Header --- */

#header {
	position:relative;
	height:114px;
}
#header a.branding  {
	display:block;
	position:absolute;
	text-indent:-9999px;
	width:332px;
	height:64px;
	top:26px;
	left:45px;
	overflow:hidden;
	background:url(../images/global/sharkansky_logo.gif) top left no-repeat;
}
#header .links {
	position:absolute;
	right:24px;
	top:85px;
}
#header .links li {
	float:left;
	padding-left:7px;
}
#header .links .divider {
	font-weight:bold;
	color:#b7ccdd;
	padding-top:2px;
	padding-left:8px;
	display:block;
	float:left;
}
#header .links a {
	font-weight:bold;
	color:#855a2e;
	text-decoration:none;
	padding-top:2px;
	display:block;
	float:left;
}
#header .links a:hover {
	color:#40514e;
}
#header .links a.newsletter {
	padding-left:22px;
	background:url(../images/global/icon_newsletter.gif) top left no-repeat;
}
#header .links a.newsletter:hover {
	background-position:0 -25px;
}

/* --- Nav --- */

.mainNav {
	position:absolute;
	top:0;
}
.mainNav li {
	float:left;
	clear:left;
}
.mainNav a {
	display:block;
	width:166px;	
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	clear:left;
	cursor:pointer;
}
.mainNav a.firm {
	background:url(../images/global/nav_firm.png) top left no-repeat;
	height:35px;
}
.mainNav a.firm:hover, .mainNav li.active a.firm {
	background:url(../images/global/nav_firm_roll.png) top left no-repeat;
}
.mainNav a.working {
	background:url(../images/global/nav_working.png) top left no-repeat;
	height:34px;
}
.mainNav a.working:hover, .mainNav li.active a.working  {
	background:url(../images/global/nav_working_roll.png) top left no-repeat;
}
.mainNav a.stories {
	background:url(../images/global/nav_stories.png) top left no-repeat;
	height:35px;
}
.mainNav a.stories:hover, .mainNav li.active a.stories  {
	background:url(../images/global/nav_stories_roll.png) top left no-repeat;
}
.mainNav a.articles {
	background:url(../images/global/nav_articles.png) top left no-repeat;
	height:34px;
}
.mainNav a.articles:hover, .mainNav li.active a.articles  {
	background:url(../images/global/nav_articles_roll.png) top left no-repeat;
}
.mainNav a.contact {
	background:url(../images/global/nav_contact.png) top left no-repeat;
	height:35px;
}
.mainNav a.contact:hover, .mainNav li.active a.contact  {
	background:url(../images/global/nav_contact_roll.png) top left no-repeat;
}


/* ----------------------------*/


#content {
	position:relative;
	padding:0 0 24px 26px;
	background:url(../images/global/body_bkg_bottom.gif) bottom left no-repeat;
	min-height:530px;
}

#footer {
	clear:both;
	width:978px;
	height:18px;
	margin:0 auto;
	padding-bottom:12px;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
}
#footer a {
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .legal {
	width:390px;
	padding-left:10px;
	font-size:9px;
}
#footer .links {
	float:right;
	width:560px;
	padding-right:10px;
	font-size:10px;
	text-align:right;
}


/* --- GENERAL PURPOSE ------------------------------------------------*/



/* Holly Hack - give layout to IE 6 elements */
/* \*/
* html .gainlayout { height: 1%; }
/* */

/* Give layout to IE 7 elements */
.gainlayout { 
	min-height: 0; 
}

.floatLeft {
	float:left;
}
.clearBoth {
	clear:both;
}
