﻿body
{
	font: 100% Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height: 17px;
}

a
{
	color: #000000;
	text-decoration: none;
}

#container #header
{
	height: 80px;
	position: relative;
}

#container #header a#logo
{
	position: absolute;
	height: 80px;
	width: 291px;
	background-color: Aqua;
	background-image: url(/_img/pathfinder_logo_new.gif);
}

#container
{
	width: 850px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#frontContent
{
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-top: 50px;
	margin-bottom: 45px;
	text-align: left;
}

div.horizontalbreak
{
	border-top: solid 1px #eeeeee;
	margin-top: 15px;
	padding-bottom: 15px;
}

#footer
{
	border-top: solid 1px #cecece;
	color: #cecece;
	font-size: 10px;
	margin-top: 35px;
	margin-bottom: 25px;
}

#container #flashArea
{
	height: 267px;
	background-image: url(/_img);
clear:both;
}
#container #header #topLevelMenu
{
	position: absolute;
	bottom: 5px;
	right: 5px;
}

#container #header #languageMenu
{
	position: absolute;
	top: 5px;
	right: 189px;
}
/*
.SearchBoxIndputField
{
    width: 150px;
   
}
    
.buttonposition
{
    float:right;
    margin-top: 1px;
}

.inputposition
{
    float:left; 
    margin-top: 3px;

}

.searchButton
{
    background-image: url(/_img/search.png);
    cursor: pointer;
    background-repeat: no-repeat;
    width: 32px;
    height: 28px;
    border: none;
    background-color: White;
   
}


.searchbox
{
    position:absolute;
    top: 2px;
	right: 0px;
	font-size: 12px;


 }
*/

/* SEARCH */

#search,
			#search-results-query {
				background:#f9f9f9 url(/_img/icon-search-button.png) no-repeat 153px 1px;
				width:178px;
				height:21px;
				border:1px solid #d7d7d7;
				z-index:100;
				
			}
				#search {
					position:absolute;
					right:0px;
					top:6px;
				}
				#search-results-query {
					position:relative;
					margin-top:1em;
				}

			#search label, 
			#search-results-query label {
				display:none;
			}
			#search input.text-search, 
			#search-results-query input.text-search {
				margin:0 0 0 0;
				padding:3px 6px 0 6px;
				font-size: 1em;
				min-height:18px;
				width:138px;
				border:0;
				background:transparent;
				color:#000;
				z-index:110;
				}
				#search input.text-search {
					position:absolute;
					left:0;
					top:0;
					bottom:0;
				}
				
			#search input.text-search:focus,
			#search-results-query input.text-search:focus,
			#search input.text-search:active,
			#search-results-query input.text-search:active,
			#search input.text-search:hover,
			#search-results-query input.text-search:hover,
			#search input.text-search.active
			#search-results-query input.text-search:active
			{
				color:#000;
			}
			#search input.submit,
			#search-results-query input.submit {
				width:28px;
				margin:0;
				padding:0;
				float:left;
				background:transparent;
				border:0;
				position:absolute;
				right:0;
				top:0;
				bottom:0;
			    cursor: pointer;
				}
				
			
			
			
/* SEARCH END */			

#cse-search-results IFRAME
{
    width:455px;
}

#container #header #topLevelMenu A
{
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
}

#container #header #topLevelMenu td.expandedTop A, #container #header #topLevelMenu td.selected A
{
	border-bottom: solid 1px #aa172c;
}

#container #header #languageMenu A
{
	font-size: 10px;
}

#container #frontContent .titleRow td.text
{
	background-image: url(/_img/GreyGradientBar2.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	height: 24px;
}

#container #frontContent .titleRow a
{
	color: #aa172c;
	font-size: 11px;
	font-weight: 700;
	padding-left: 15px;
	background-image: url(/_img/arrow-right.gif);
	background-repeat: no-repeat;
}

#container #frontContent .thumbMenuItem
{
	width: 207px;
	height: 109px;
	cursor: pointer;
}

.jq_slideshow {
    position:relative;
    height:267px;
}

.jq_slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 267px;
    background-color: #FFF;
}

.jq_slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

.jq_slideshow DIV.last-active {
    z-index:9;
}

.jq_slideshow DIV IMG {
    display: block;
    border: 0;
}

.jq_slideshow_right{
 float:right;
width:662px;
overflow:hidden;
}

#jq_slideshow_left{
 float:left;
width:181px;
overflow:hidden;
}





