body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#fff;
	/*background-image:url(/inc/html/intrepidations/pix/body_bg.jpg);*/
	background-position:top left;
	background-repeat:repeat-x;
	font:0.9em Arial, Helvetica, sans-serif;
	line-height:105%;
}
 
#wrapper {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
	border:2px solid #ADC3DE;
	background-color:#fff;
	background-image:url(/inc/html/intrepidations/pix/header_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.clear {
	clear:both;
}
 
#header {
	height:210px;
	margin-bottom:10px;
}

.logo {
	margin:30px 0 0 20px;
}

img {
	border:none;
	padding:2px;
}

/*----------- LEFT CONTENT ----------*/

#left-content {
	float:left;
	width:180px;
	margin-right:20px;
	margin-left:10px;
	padding:5px;
	font-size:0.9em;	
}

#left-content a, #left-content a:visited {
	color:#003399;
}

#left-content h2 {
	font-size:1em;
	padding:10px;
	margin-top:0;
	margin-bottom:8px;
	margin-top:10px;
	line-height:120%;
	color:#000066;
}

#left-content .scm-sidebar {
	font-size:0.9em;

	padding:1px;
	margin-bottom:10px;
}




#left-content h2 {
	font-size:1em;
	background-color:#8E9DC6;
	padding:10px;
	margin:-1px -1px 10px -1px;
	color:#fff;
	text-transform:uppercase;
}

#left-content h3 {
	font-size:1.3em;
	color:#8E9DC6;
}

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

#left-content ul li {
	 margin-bottom:8px;
	 padding-left:15px;
	 background-image:url(/inc/html/intrepidations/pix/rightcontent_bullet.gif);
	 background-position:0px 5px;
	 background-repeat:no-repeat;
}

#left-content ul a, #right-content ul a:visited {
	color:#000066;
	display:block;
	text-decoration:none;
	font-weight:bold;
}

#left-content ul a:hover {
	color:#000066;
}

#left-content a, #right-content a:visited {
	color:#000066;
}

#left-content input {
	width:100px;
}



 #left-content #scm-sidebar-navigation ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:1em;
	
}

 #left-content #scm-sidebar-navigation ul ul {
	margin:0;
	padding:0;
	background-color:#E8EFF7;
}

 #left-content #scm-sidebar-navigation ul li {
	border-bottom:1px solid #fff;
	background-image:none;
		margin:0;
	padding:0
}

/*
#left-content ul li:last-child {
	border-bottom:none;
}
*/

 #left-content #scm-sidebar-navigation ul ul li {
	border-bottom:none;
	padding:2px 5px 2px 26px;
	background-position:left;
	background-repeat:no-repeat;
	 background-image:url(/inc/html/intrepidations/pix/rightcontent_bullet.gif);
	 background-position:15px 10px;
	 background-repeat:no-repeat;

} 

 #left-content #scm-sidebar-navigation ul a,  #left-content #scm-sidebar-navigation ul a:visited {
	text-decoration:none;
	color:#2B3655;
	background-color:#E8EFF7;
	padding:7px 5px 7px 8px;
	display:block;
	text-transform:uppercase;
	font-size:1em;
}

 #left-content #scm-sidebar-navigation ul ul a,  #left-content #scm-sidebar-navigation ul ul a:visited {
	text-decoration:none;
	color:#2B3655;
	background-color:#E8EFF7;
	padding:4px 5px 5px 5px;
	display:block;
	text-transform:none;
	font-size:0.9em;
}

 #left-content #scm-sidebar-navigation ul a:hover {
	background-position:top right;
	background-repeat:repeat-y;
	color:#376A9D;
}

 #left-content #scm-sidebar-navigation ul ul a:hover {
	background-image:none;
	color:#376A9D;
}

 #left-content #scm-sidebar-navigation .current {
	font-weight:bold;
}

/*---------- CENTER CONTENT ----------*/

#center-content {
	width:480px;
	float:left;
	line-height:1.5em;
	color:#000033;
	padding:0px 20px 10px 20px;
	min-height: 550px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.wide#center-content {
	width:680px;
}
.wider#center-content {
	width:900px;
}

#center-content table.data {
	border:solid 1px #cccccc;
}
#center-content table.data td {
	border-top:solid 1px #cccccc;
}
#center-content table.data td.table-header {
	background-color:#E8EFF7;
	color:#000066;
}

#center-content img {
	padding:10px;
}

#center-content p {
	margin:10px 0 10px 0;
	padding:0;
}

#center-content strong {
	color:#003399;
}

#center-content h1 {
	font-size:1.3em;
	color:#5E74AD;
	margin-top:0;
	line-height:1em;
}

#center-content h2 {
	font-size: 1em;
	font-style: normal;
	font-weight:bold;
	text-transform:none;
	letter-spacing: normal;
	line-height: 1.5em;
	color:#455389;
}

#center-content h3, #center-content h3 a, #center-content h3 a:visited {
	font-size:1em;
	font-weight:bold;
	color:#455389;
	background-color:white;
	line-height:1.4em;
}

#center-content h4 {
	font-size:1em;
	font-weight:bold;
	color:#003399;
}

#center-content a, #center-content a:visited {
	color:#0066CC;
	text-decoration:none;
}
#center-content a:hover {
	color:#003399;
	text-decoration:underline;
}

#center-content ul {
	list-style:url(../../intrepidations/css/pix/centercontent_li_bullet.gif);
}

#center-content ul li {
	margin-bottom:1px;
}

#page-functions {
	border-top:1px solid #ccc;
	text-align:right;
	margin-top:15px;
}
  

/*--------- RIGHT CONTENT ----------*/

#right-content {
	float:right;
	width:180px;
	background-color:#fff;
	margin-left:10px;
	margin-right:10px;
	line-height:120%;
	color:#000066;
}

#right-content .scm-sidebar {
	font-size:0.8em;

	padding:1px;
	margin-bottom:10px;
}

#right-content h2 {
	font-size:1em;
	background-color:#8E9DC6;
	padding:10px;
	margin:-1px -1px 10px -1px;
	color:#fff;
	text-transform:uppercase;
}

#right-content h3 {
	font-size:1.3em;
	color:#8E9DC6;
}

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

#right-content ul li {
	 margin-bottom:8px;
	 padding-left:15px;
	 background-image:url(/inc/html/intrepidations/pix/rightcontent_bullet.gif);
	 background-position:0px 5px;
	 background-repeat:no-repeat;
}

#right-content ul a, #right-content ul a:visited {
	color:#000066;
	display:block;
	text-decoration:none;
	font-weight:bold;
}

#right-content ul a:hover {
	color:#000066;
}

#right-content a, #right-content a:visited {
	color:#000066;
}

#right-content input {
	width:100px;
}

/*---------- FOOTER ----------*/

#footer {
	width:100%;
	height:75px;
	border-top:1px solid #ADC3DE;
	margin-top:10px;
	color:#fff;
	background-color:#A5BAD6;	
}

#footer a, #footer a:visited {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer a:hover {
	color:#fff;
}

.footer-left {
	float:left;
	padding:10px;
	font-size:0.9em;
	width:45%;
	line-height:1.4em;
}

.footer-right {
	float:right;
	padding:10px;
	font-size:0.7em;
	width:45%;
	text-align:right;
	padding-top:50px;
}

/*--------- MISC ----------*/

.news-byline {
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #ccc;
	width:100%;
	padding-bottom:5px;
	padding-top:5px;
	margin-top:15px; 
	margin-bottom:10px;	
}

pre {
	padding:10px;
	background-color:#efefef;
	color:#000;
	font-family:"Courier New", Courier, mono;
	font-size:1em;
	border:1px solid #ccc;
}

.comment {
	padding:10px;
	background-color:#efefef;
	border-bottom:2px solid #427eac;
	margin-bottom:10px;
}

.guestbook hr{
	color: #ccc;
	width:98%;
	height:1px;
}


