/* CSS Document */

body{
	background-image:url(images/background.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	background-position: left top;
}

p a:link{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFCC00;
	text-decoration: underline;
}

p a:hover{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
}

p a:visited{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
	color: #FFCC00;
}

#container{
	width:700px;
	height: auto;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

#banner{
	width:700px;
	height:100px;
	background-color: #FFCC00;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	}
	
/* -------------------- left column -------------------- */

#leftColumn{
	width:450px;
	height:auto;
	margin-right: 220px;
	}
	
#leftColumn h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFCC00;
	letter-spacing: -2px;
	margin-top: 10px;
	}
	
#leftColumn h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFCC00;
	letter-spacing: -1px;
	margin-bottom: -10px;
	}
	
#leftColumn p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	}
	
/* -------------------- right column -------------------- */

#rightColumn{
	width:220px;
	height:auto;
	float: right;
	}
	
#rightColumn p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-right: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
#rightColumn p a:link{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration: underline;
}

#rightColumn p a:hover{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
	color: #000000;
	text-decoration: none;
}

#rightColumn p a:visited{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
	color: #000000;
}

/* navigation
--------------------------------------------------*/
#navigation {background-color:#4E4E4E;}

#navigation li {border-color:white;}

#navigation a {color:white;}

#navigation .selected,
#navigation a:hover
  {background-color:#9A9A9A}


#navigation {
  height:2.5em;
  line-height:2.5em;
}

#navigation ul {
  margin:0;
  padding:0;
}

#navigation li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  border-right:1px solid;
  white-space:nowrap;
}


#navigation li a {
  display:block;
  padding:0 10px;
  font-size:0.9em;
  text-transform:none;
  letter-spacing:normal;
  font-weight:bold;
}

* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

#footer{
	height:auto;
	margin-top: 50px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#footer p{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#999999;
text-align:center;
}

#navBar ul a:link, #navBar ul a:visited {display: block;} 
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #E8E8E8;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
 #navBar li {border-bottom: 1px solid #EEE;} 

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/* -------------- Form ------------- */
.formField{
	background-color:#ECF1F7;
	width:300px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #6699CC;
}

/*------------------------ Full width --------------------------*/
#fullWidth{
width:700px;
height:200px;
background-color:#CCCCCC;
}

/*------------------------------- Pod info -------------------------------*/


#pod_info{
	color:#2C6C52;
	background:url(images/pod_middle.gif) repeat-y;
	padding-left: 10px;
	padding-right: 20px;
	width: 220px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

}

* html #pod {padding-top:32px;} /* dirty fix for IEWIN; temporary! */



/* pod text styles
--------------------------------------------------*/
#rightColumn h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	background:url(images/pod_top.gif) no-repeat;
	height: 30px;
	width: 220px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: normal;
	padding-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
}


#pod_btm {
	width:220px;
	height:13px;
	background-image: url(images/pod_bottom.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}




/* pod list
--------------------------------------------------*/

#pod ul li {
	margin:0px;
	padding-bottom:2px;
	list-style-type: none;
	border-bottom-color:#FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    /* padding-right: 20px; */
    /* width: 265px; */
}

#pod li a {
  display:block;
  padding:1px 0;
  height:1%; /* IE WIN */
}

#pod ul.categories li ul {margin:0;}

#pod ul.categories li li {
  margin:0;
  padding:0 0 3px 0;
  border-bottom:1px;
}

#pod ul.categories li ul ul {margin:0 0 0 16px;}



#pod li a:hover {
	background-color:#A0BFB5;
	}

