/* CSS Document */

body {
	font-family: Trebuchet MS, Arial;
	line-height: 1.6em;
	font-size: 0.8em;
	color:#000000;
}

a:link {
	text-decoration: underline;
	color: #449588;
}
a:visited {
	text-decoration: underline;
	color: #449588;
}
a:hover {
	text-decoration: underline;
	color: #449588;
}
a:active {
	text-decoration: underline;
	color: #449588;
}


#main_wrapper {
	position: absolute; 
	left: 7px; 
	top: 0px; 
	width: 768px; 
	height:100%;
	z-index: 1;
}


/*********************/
/* TOP BANNER */
/*********************/
#top_banner {
	position: relative;
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 205px; 
	z-index: 2;
}

#breadCrumbs {
	position: relative;
	left: 19px; 
	float: left;
	top: 0px; 
	height: 32px; 
	width:600px;
	z-index: 20; 
	background: #FFFFFF;
}

#searchBox { 
	position:absolute;
	text-align: right;
	position:absolute;
	left:200px;
	top:102px;
	width:700px;

}

/*********************/
/* SIDEBARS */
/*********************/
#sideBar-left {
	top:10px;
	width: 210px;
	float: left;
	padding-right:13px;
}

#sideBar-left_box {
	margin-top:100px;
	background: #b5dc11;
	padding:7px;
}


/*********************/
/* MAIN NAVIGATION */
/*********************/


#mainNav a#first-level-nav-selected{
	/*background-color:#1898bf;**/
	color:#1898bf;
}

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position:absolute;
	left:0px;
	top:130px;
	float: left;
	width: 100%;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#mainNav li {
	float: left;
	/*padding: 0;*/
	margin: 0;
}


#mainNav li a, #mainNav li a:link {
	color: #626161;
	text-decoration: none;
	font-weight: bold;
	/*padding: .5em 0em;
	width:137px !important;
	width:137px;
	height:16px;*/
	padding-left:20px;
	padding-right:20px;
	padding-top:7px;
	padding-bottom:5px;
	margin-left:0px;
	
	display: block;
	font-size: 0.9em;
	
	background-image:url(../images/nav-bullet.gif);
	background-position:0px 4px;
	background-repeat:no-repeat;
	
	
	/*
	border: 1px solid #666666;
	background:#000000;	
	*/
}

#mainNav li a:hover {
	color: #FFFFFF;
	/*background-image:url(../images/2nd-level-over.gif);
	background:#000000;
	*/
	background-repeat:no-repeat;
}



#mainNav li.fuck {
	background-color:#fd0606;
	color:#FFFFFF;
	font-weight:bold;
}


/*********************/
/* SECOND LEVEL NAV */
/*********************/

body a#second-level-nav-selected {
	background-color:#FFFFFF;
	color:#5f700a;
}


#second-level-nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-left:15px;
	padding-right:5px;
	
	
	/*font-size: 1.5em;*/
	/*border-left: 1px dashed #294E56;
	
	border-right: 1px dashed #294E56;*/
}

#second-level-nav li {
	display: inline;
	/*font: 0.6em Arial, Verdana, Geneva, Lucida,  Helvetica, sans-serif;*/
}

#second-level-nav .title {
	font-weight: bold;
	display: block;
	color: #000000;
}
#second-level-nav a {
	text-decoration: none;
	display: block;
	padding-left:0px;
	padding-top:6px;
	padding-bottom:6px;
	color: #62c0b1;
	line-height: 120%;
	background-color:#FFFFFF;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px dashed #e4e7d7;
}
/* hack for IE 6 < to make entire block clickable */
* html #second-level-nav a {
	height: 1px; 
}

#second-level-nav a:hover {
	color: #5f700a;
}

/*********************/
/* THIRD LEVEL NAV   */
/*********************/

body a#third-level-nav-selected{
	background-color:#e9f4b7;
	border-right: 3px solid #91a208 ;
	color:#506207;
}

#third-level-nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	/*font-size: 1.5em;*/
}

#third-level-nav li {
	display: inline;
}

#third-level-nav a {
	text-decoration: none;
	padding-right:10px;
	display: block;
	padding-left:25px;
	background-image:url(../images/third-level-bullet.jpg);
	background-position:7px 10px;
	background-repeat:no-repeat;
	
	
	
	/*
	padding: 15px 15px;
		color: #91a208;
	
	*/
}
/* hack for IE 6 < to make entire block clickable */
* html #third-level-nav a {
	height: 1px; 
}

#third-level-nav a:hover {
	/*
	background-color:#e9f4b7;
	border-right: 3px solid #91a208 ;
	color:#506207;
	*/
	
}


/*********************/
/* FOOTER */
/*********************/

#footer {
margin-top:60px;
border-top: 1px solid #cccccc;
/*
	clear: left;
	width: 100%; 
	height: 40px; 
	z-index: 6; 
	background: #AAAAAA;
	*/
}

/*********************/
/* RANDOM */
/*********************/

.clear:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

.clear {
	min-height: 1px;
}

* html .clear {
	height: 1px;
}

#links-list ul{
	padding: 0px;
	margin-left:20px;
	list-style-image:url(../templates/images/bullets.gif);
	/*background: url(images/bg_nav.png) repeat-x left top;*/
	/* border-bottom: 1px solid #000; */
}
