@CHARSET "UTF-8";

.GEdit {
	min-height:40px; height:auto !important; height:20px;
	width:435px;
}
a img {
	border:0; 
}
* {
	margin:0; padding:0;
	font-family:arial;
}
html, body {
	direction:ltr;
	height:100%;
	background:none;
}

body {
	width:912px;
	margin:0 auto;
}

ul.depth_1 ul li {
	padding-left:20px;
}


#container {
width:912px; 
background:url('appProxy/bodyBg.jpg') repeat-y top left #DCD0A9;
}

#logoBar {	
	width:912px; height:104px;
	background:#EBE1C2 url(appProxy/logoBarBg.jpg) top right no-repeat;
	padding-top:20px;
}

#logoBar a#logo {
	background:url(appProxy/logo.gif) center no-repeat;
	display:block;
	width:344px; height:51px;
}
div.lang{
	margin-left:17px;
}
div.middleContainer
{
	float:left;
	width:654px;
}


div.mainColumn {
	float:right;
	margin-left:10px;
	width:442px;
	background:white;
}


div.separator {
	background: url(appProxy/pages/separator.gif) top left no-repeat;
	width: 442px;
	height: 1px;
}

/*----------------*
 | Search Results |
 *----------------*/

div#searchResults ul {
	list-style: none;
	margin-top: 10px;
}

div#searchResults ul li {
	padding-bottom: 5px;
	background: url(appProxy/pages/separator.gif) bottom no-repeat;
	padding-left:10px;
	
}
div#searchResults ul li h3 {
	font-size: 14px;
}


div#searchResults ul li div.learnMore a {
	margin-top: 10px;
	display: block;
	text-decoration: none;
	color: rgb(83, 59, 35);
	font-weight: bolder;
	float: right;
	padding-right: 14px;
	font-size: 14px;
	margin-right: 3px;
	background: url(appProxy/nav/arrow.gif) right no-repeat;
	
}

div#searchResults ul li div,
div#searchResults div.GEdit,
div#searchResults ul li h3 a {
	
	margin-top: 10px;
	color:#3E2304;
	font-size:12px;
	line-height:17px;
}
div#searchResults span.location
{
	color:#3E2304;
	font-weight:bold;
	font-size:12px;
}
div#searchResults span.title
{
	color:#3E2304;
	font-weight:bold;
	font-size:14px;
}
div#searchResults span.title a
{
	text-decoration: none;
	color: rgb(83, 59, 35);
}
div#searchResults div.GEdit {
	width: 415px;
}

