/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
   Title: Tritone Jazz master stylesheet
   Author: pj@boomdesigngroup.com
   Updated: 4 December 2006
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

body
{
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: center; /*For IE 5 PC*/
	color: #666;
	font: 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
}

/* Zeroes and General Styles */
img, div, td, th, table, form
{
	border: 0;
	margin: 0;
	padding: 0;
}

p, ul, ol, li, dl, dt, dd, td, th, form, address
{
	font: 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a, strong, em, span { font-size: inherit; }

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h2
{
	color: #f00;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 18px 0;
}

h3
{
	color: #000;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 18px 0;
}

h4
{
}

h5
{
}

p, ul, ol { margin: 0 0 18px 0; }

ul, ol { margin-left: 16px; }

li { margin-bottom: 6px; }

input, textarea, select
{
	padding: 2px;
	margin: 0;
	font: 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
}

strong
{
	font-weight: bold;
	color: #000;
}

em { font-style: italic; }

a, .clickable
{
	color: #60a192;
	text-decoration: underline;
}

a:hover, .clickable:hover { text-decoration: none; }

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Miscellaneous
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

a img { border: 0; }

hr,
a span,
.silent { display: none; }

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Structural CSS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#container
{
	width: 625px;
	margin: 0 auto;
}

#container_inner
{
	position: relative;
	float: left;
	text-align: left;
	width: 625px;
	background: url("/images/general/container_inner_background.jpg") 0 0 repeat-y;
}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

h1
{
	margin: 20px 0 0 0;
	width: 625px;
	height: 15px;
	background: url("/images/general/header_background.jpg") 0 0 no-repeat;
}

h1 a
{
	position: absolute;
	top: 64px;
	left: 34px;
	display: block;
	width: 554px;
	height: 27px;
}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Content Area
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#content
{
	margin: -15px 0 32px 0;
	padding: 240px 50px 0 50px;
	background-position: 13px 0;
	background-repeat: no-repeat;
}

body#home_index #content,
body#register_index #content,
body#register_thank_you #content { background-image: url("/images/general/headers/1.jpg"); }
body#about_us_index #content { background-image: url("/images/general/headers/2.jpg"); }
body#camps_index #content,
body#links_index #content { background-image: url("/images/general/headers/7.jpg"); }
body#camps_naz #content,
body#camps_bjorklunden #content,
body#camps_summit #content,
body#gallery_index #content { background-image: url("/images/general/headers/8.jpg"); }
body#news_index #content { background-image: url("/images/general/headers/3.jpg"); }
body#testimonials_index #content { background-image: url("/images/general/headers/6.jpg"); }
body#faq_index #content { background-image: url("/images/general/headers/4.jpg"); }
body#contact_index #content { background-image: url("/images/general/headers/5.jpg"); }

body#contact_index #content { padding-top: 300px; }
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Navigation
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#nav
{
	list-style: none;
	margin: 0;
	position: absolute;
	top: 0;
	left: -4px;
	width: 633px;
	height: 20px;
	background: url("/images/general/nav/background.jpg") 0 0 no-repeat;
	z-index: 10;
}

#nav li
{
	display: inline;
}

#nav li a
{
	display: block;
	position: absolute;
	top: 5px;
	height: 13px;
	z-index: 20;
}

#nav li#home a
{
	left: 0;
	width: 42px;
}

#nav li#about_us a
{
	left: 55px;
	width: 64px;
}

#nav li#camps a
{
	left: 133px;
	width: 51px;
}

#nav li#register a
{
	left: 198px;
	width: 57px;
}

#nav li#news a
{
	left: 268px;
	width: 38px;
}

#nav li#testimonials a
{
	left: 318px;
	width: 88px;
}

#nav li#faq a
{
	left: 419px;
	width: 30px;
}

#nav li#gallery a
{
	left: 462px;
	width: 53px;
}

#nav li#links a
{
	left: 528px;
	width: 33px;
}

#nav li#contact a
{
	left: 575px;
	width: 58px;
}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#footer
{
	clear: both;
	width: 625px;
	height: 30px;
	margin: 0 auto;
	text-align: left;
	background: url("/images/general/footer_background.jpg") 0 0 no-repeat;
}

#footer p { display: none; }

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
	About Us
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.bio_pic
{
	float: right;
	display: inline;
	margin: 0;
	border: 1px solid #000;
}

.bio { margin-right: 158px; }

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
	News
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.post
{
	margin-bottom: 18px;
	border-bottom: 1px solid #eee;
}

.download a
{
	font-size: 10px;
	text-decoration: none;
}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Testimonials
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

cite
{
	color: #999;
	font-size: 11px;
	font-style: italic;
}

.iwb { border: 1px solid #000; }


/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
	FAQ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#typical_day
{
	border-collapse: collapse;
	border: 0;
	margin: 0 0 18px 0;
}
#typical_day td
{
	border: 0;
	padding: 5px 10px 5px 0;
}

td.activity
{
	font-weight: bold;
}

.highlight {
  background: #ffc;
}