/***

FILE:   home2006.css
DATE:   February 2006
AUTHOR: Christoph Champ

Element Order Guide: (not complete)
   display, float, width, height, margin, 
   padding, border, background, font, text, color

***/

/*** The Essential Code ***/

body {
	min-width:630px;	/* 2 x (LC fullwidth + CC padding) + RC fullwidth */
	font-family: arial, helvetica, sans-serif;
	}

#container {
	padding-left:200px;	/* LC fullwidth */
	padding-right:190px;	/* RC fullwidth + CC padding */
	}

#container .column {
	position:relative;
	float:left;
	}

#center {
	width:100%;
	padding:0px 20px;	/* CC padding */
	}

#left {
	width:180px;		/* LC width */
	padding:0 10px;		/* LC padding */
	right:240px;		/* LC fullwidth + CC padding */
	margin-left: -100%;
	}

#right {
	width:130px;		/* RC width */
	padding:0 10px;		/* RC padding */
	margin-right: -100%;
	}

#footer { clear:both; }

/*** IE Fix ***/
* html #left { left:150px;	/* RC fullwidth */ }

/*** Equal-height Columns ***/

#container { overflow:hidden; }

#container .column {
	padding-bottom:1001em;	/* X + padding-bottom */
	margin-bottom: -1000em;	/* X */
	}

/*** Footer Fix ***/

* html body { overflow:hidden; }

* html #footer-wrapper {
	float:left;
	position:relative;
	width:100%;
	padding-bottom:10010px;
	margin-bottom: -10000px;
	background:#fff;	/*** Same as body background ***/
	}

/*** Just for Looks ***/

body {
	margin:0 0.3em;
	padding:0 0.3em;
	background:#fff;
	border-left:1px solid #c1c1c1;
	border-right:1px solid #c1c1c1;
	}

#header, #footer {
	padding:0.3em 0;
	font-size:0.95em;
	text-align:center;
	background:#85C329;
	color:#fff;
	}

#header {
	height:41px;
	height:5px;
	/*margin-bottom:0.3em;*/
	background:#fff url("../images/header.png") 0 0 repeat-x;
	background:#85C329 0 0 repeat-x;
	}
#footer { margin:0.3em 0; }

#left,#center,#right { background:#fff; }
#left { border-right:1px solid #c1c1c1; }
#right { border-left:1px solid #c1c1c1; }

#container .column {
	padding-top:1em;
	padding-top:0em;
	text-align:justify;
	}

#left h2 {
/*
	height: 40px;
	margin: 0 0 3px 0;
	padding: 0;
*/
	}
#left ul {
	width:100%;
	margin:0;
	padding:0;
	border-top:1px solid #c1c1c1;
	}
#left ul li {
	margin:0;
	padding:0;
	border-bottom:1px solid #c1c1c1;
	list-style:none;
	}
#left ul li a {
	display:block;
	margin:8px 0 8px 12px;
	padding:0 0 0 28px;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	line-height:26px;
	background-position:center left;
	background-repeat:no-repeat;
	}

#left ul li a:link, #left ul li a:visited { color:#636363; }
#left ul li a:hover, #left ul li a:active {
	color:#74a8f5;
	background-position:center left;
	background-repeat:no-repeat;
	}
#left ul li a.current { background-color:#f4f4f4; }
#left ul li a.current:active, #left ul li a.current:hover { color:#74a8f5; }

#left ul li a#navhome { background-image: url("../images/nicon.png"); }
#left ul li a#navhome:hover { background-image: url("../images/sicon.png"); }
#left ul li a#navbrowse { background-image: url("../images/nicon.png"); }
#left ul li a#navbrowse:hover { background-image: url("../images/sicon.png"); }
#left ul li a.navsearch { background-image: url("../images/nicon.png"); }
#left ul li a.navsearch:hover { background-image: url("../images/sicon.png"); }
#left ul li a#navfavorites { background-image: url("../images/nicon.png"); }
#left ul li a#navfavorites:hover { background-image: url("../images/sicon.png"); }

#logo h1 {
	position:relative;
	overflow:hidden;
	width:215px;
	height:168px;
	margin:0 0 0 8px;
	padding:0;
	background:#fff url("../images/logo2.gif") 0 0 no-repeat;
	text-indent: -1000em;
	}


#footer a {
	font-weight:bold;
	text-decoration:none;
	}

#footer a:link, #footer a:visited { color:#fff; }
#footer a:hover, #footer a:active { text-decoration:underline; }
#footer img { border:0;}

#footer #footertopbg {
	width:744px;
	height:2px;
	background-image:url("/img/footertopbg.gif");
	background-position:top center;
	background-repeat:no-repeat;
	line-height:2px;
	font-size:2px;
	}

#footer #footerbottombg {
	width:744px;
	height:2px;
	background-image:url("/img/footerbottombg.gif");
	background-position:bottom center;
	background-repeat:no-repeat;
	line-height:2px;
	font-size:2px;
	}

#copyright {
	padding:10px 20px 0 0;
	font-size:1.25em;
	text-align:right;
	}

#navigationfooter {
	padding:0px 0 15px 0;
	font-size:0.95em;
	text-align:left;
	}

#navigationfooter ul {
	margin:0 0 0 20px;
	padding:0;
	list-style:none;
	}
#navigationfooter ul li {
	margin:0;
	padding:0;
	}
/*** END FOOTER ***/

#right h2 {
	/*background:#fff url("../images/right.png") 0 0 repeat-x;*/
	background:#FFD600 0 0 repeat-x;
	padding:0 0.3em;
	}
#center h1 {
	/*background:#fff url("../images/title.png") 0 0 repeat-x;*/
	background:#FB9622 0 0 repeat-x;
	color:#fff;
	padding:0 0.3em;
	}
#left h2 {
	/*background:#fff url("../images/h2_left.png") 0 0 repeat-x;*/
	background:#74A8F5 0 0 repeat-x;
	color:#fff;
	padding:0 0.3em;
	}

#center a { color:#85C329; color:#74A8F5; text-decoration:none; }
