@charset "iso-8859-1";

/*******************************************************************************
*  skidoo_lean.css : 2004-08-17 : Ruthsarian Layouts
* ------------------------------------------------------------------------------
*  lean and mean version of the original skidoo layout seen at:
*  http://webhost.bridgew.edu/etribou/layouts/skidoo/
*  CSS for horizontal and vertical nav elements based on unordered lists
*  isn't here to help reduce the layout to its core components.
*******************************************************************************/

/* this is an OLD and SIMPLE version */
/* see http://webhost.bridgew.edu/etribou/layouts/ for an updated much more sophisticated way of doing *//

body
{
	background-color: #333;
	color: #fff;
	font-size: 100.1%;
	margin: 0;
	padding: 2em;		/* remove this to stretch the layout 
				   across the screen edge-to-edge */
}
#pageWrapper
{
	border-style: solid;
	border-width: 0 1px;	/* layout's side borders */
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;		/* arial looks better with a smaller size */
	margin: 0;
	min-width: 500px;	/* IE doens't understand this property */
	width: auto;
}
* html #pageWrapper
{
	word-wrap: break-word;	/* invalid CSS but keeps IE from breaking 
				   horribly under narrow viewports */
}
#masthead
{
	background-color: #133D68;
	border-style: solid;
	border-width: 1px 0;
	color: #fff;
}
#masthead h1
{
	display: inline;	/* easier than setting 0 padding and margin */
}

#subhead
{
	background-color: #FDC5D0;
	border-style: solid;
	border-width: 1px 0;
	color: #fff;
}

#outerColumnContainer
{
	background-color: #fff;
	border-style: solid;
	border-width: 0 200px;	/* side border widths must equal the
				   widths of the left and right columns. 
				 */
	border-left-color: #AABBD5;	/* left hand column background color */
	border-right-color: #AABBD5;	/* right hand column background color */
	color: #000;
	z-index: 1;
}
* html #outercolumncontainer
{
	/* IE5.0/Win fix for 1px whitespace between masthead and body. 
	 * The case-incorrect selector is on purpose. IE5.0 and IE5.5 are
	 * case insensitive and I'm targeting IE 5.0. 5.5 doesn't get hurt
	 * by this extra margin work.
	 */
	margin-top: -1px;
	border-top: solid 1px #000;
}
#innerColumnContainer
{
	border-style: solid;
	border-width: 0 1px;	/* puts borders between middle and the side 
				   columns. */
	margin: 0 -1px;		/* compensate for the borders because of
				   100% width declaration */
	width: 100%;
	z-index: 2;
}
html[xmlns] .mozclear
{
	/* this selector should be valid CSS, but Opera 7.5 (and above) will pick
	 * this up as well. Shouldn't be a problem, Opera should handle this fine,
	 * but it's a Mozilla-targeted hack, and it should probably only affect
	 * mozilla. You can do that by replacing the INVALID CSS selector
	 * :root .mozclear for what's give here.
	 */
	border-bottom: 1px solid;
	border-color: transparent;
	margin-bottom: -1px;
}
#leftColumn, #rightColumn, #contentColumn
{
	float: left;
	overflow: visible;	/* fix for IE italics bug */
	position: relative;
	z-index: 10;
}
#leftColumn
{
	margin: 0 1px 0 -200px;	/* the margin on the side the column is to be
				   rendered on must be the negative equal of 
				   the column's width. The opposite border must
				   be 1px */
	width: 200px;
}
#rightColumn
{
	float: right;	/* doesn't have to be floated right, but if using some
			   original skidoo tweaks, you need it this way */
	margin: 0 -200px 0 1px;	/* same as in the #leftColumn but reversed */
	width: 200px;
}
#rightColumn .inside
{
	
}
#contentColumn
{
	margin: 0 -1px;		/* required to get the negative margin-based
				   layout to work. if #contentColumn does not
				   overlap the left and right columns, then
				   the whole layout will break */
	width: 100%;

}

#contentColumn img
{	
    float: right; 
    margin: 4px; 

}

#footer
{
	background-color: #efefef;
	border-style: solid;
	border-width: 1px 0;	/* border for bottom of layout and top of 
				   footer area */
	color: #909090;
	position: relative;
	text-align: center;

}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer li {
	display: inline;
}

html>body #footer
{
	padding-bottom: 1.01em;	/* attempt to fix Gecko engine's rounding errors
				   which can disrupt the layout. */
}
p, h1, h2, h3, h4, h5, h6
{
	margin: 1em 0;		/* for better consistency across platforms */
}
.clear
{
	clear: both;
}
.inside
{
	padding: 0 1.5em;	/* glitch in IE caused by vertical padding in
				   this class, so 0 padding is set here and
				   those blocks that need the vertical padding
				   must be applied to the parent element.
				   the purpose of this class is to provide 
				   horizontal padding without using hacks to
				   get around IE's broken box model. so it's
				   okay to apply vertical padding to the parent
				   element, just not horizontal padding. */
}


#leftColumn, #centerColumn, #rightColumn, #masthead, #subhead
{
	padding-top: 0.5em;
	padding-bottom: 0.5em;	/* this is the vert padding talked about in the
				   .inside selector comment. */
}
#masthead, #footer
{
	padding: 0.1em;	/* ditto from above */
}
#pageWrapper, #innerColumnContainer, #masthead, #footer
{
	border-color: #000;	/* one-stop control of border color used within
				   the layout */
}
#outerColumnContainer
{
	border-top-color: #000;	/* should match the above border color */
}

.boxcontent {
	background: #DF778E; padding: 1em;margin: 1em 0 1em 0;
}

a {
	color: red;
	text-decoration: none;
}

/******************** crazy container added **********************************************************/
/** see copy right http://www.cssplay.co.uk/boxes/krazy.html */

#krazy_container {display:block; position:relative; background:yellow; padding:5px 10px 10px 10px;}
#krazy_container {display:block; position:relative; background:yellow; padding:5px }
#krazy_container h2 {margin-bottom:1em;}
#krazy_container h3 {clear:both; margin-top:4em;}

/* Inset 3D Raised */
.raised {background: transparent; width:100%; margin:0 auto;}
.raised h1, .raised p {margin:0 10px;}
.raised h1 {font-size:2em; color:#fff; letter-spacing:1px;}
.raised p {padding-bottom:0.5em;}

.raised .top, .raised .bottom {display:block; background:transparent; font-size:1px;}
.raised .b1, .raised .b2, .raised .b3, .raised .b4, .raised .b1b, .raised .b2b, .raised .b3b, .raised .b4b {display:block; overflow:hidden;}
.raised .b1, .raised .b2, .raised .b3, .raised .b1b, .raised .b2b, .raised .b3b {height:1px;}
.raised .b2 {background:#ccc; border-left:1px solid #fff; border-right:1px solid #eee;}
.raised .b3 {background:#ccc; border-left:1px solid #fff; border-right:1px solid #ddd;}
.raised .b4 {background:#ccc; border-left:1px solid #fff; border-right:1px solid #aaa;}
.raised .b4b {background:#ccc; border-left:1px solid #eee; border-right:1px solid #999;}
.raised .b3b {background:#ccc; border-left:1px solid #ddd; border-right:1px solid #999;}
.raised .b2b {background:#ccc; border-left:1px solid #aaa; border-right:1px solid #999;}


.raised .b1 {margin:0 5px; background:#fff;}
.raised .b2, .raised .b2b {margin:0 3px; border-width:0 2px;}
.raised .b3, .raised .b3b {margin:0 2px;}
.raised .b4, .raised .b4b {height:2px; margin:0 1px;}
.raised .b1b {margin:0 5px; background:#999;}
.raised #quote {display:block;  background:#ccc; border-left:1px solid #fff; border-right:1px solid #999;}


/* -----------------the VERTICAL menu ist taken form listamatic  */
/* http://css.maxdesign.com.au/listamatic/vertical08.htm */ 


#navcontainer { width: 130px; }

#navcontainer ul
{
margin-left: 3px;
padding-left: 3px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 120px;
background-color: teal;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #DF778E;
color: #fff;
}

/*  the horizontal menu ---------------*/
ul#linklist
{

}

#linklist li
{
display: inline;
list-style-type: none;
}

#linklist a { padding: 2px 10px; }

#linklist a:link, #navlist a:visited
{
color: #fff;
background-color: #DF778E;
text-decoration: none;
}

#linklist a:hover
{
color: #fff;
background-color: #DF778E;
text-decoration: none;
}