/* Bilingual City CSS */

/* Reset default positioning values */
@import "reset.css";


/*************** Tags */

html, body {
	background: url(../image/bg.jpg) repeat-x;
}

p {
	float: left;
	display: inline;
	width: 535px;
	height: auto;
	line-height: 17px;
	margin: 8px 0px;
}

p.half {
	width: 371px;
	height: auto;
	padding: 0px 10px 0px 0px;
}

a:link, a:visited {
	color: #33681f;
}

a:hover, a:active {
	color: #669933;
}

div.list {
	float: left;
	width: 400px;
	height: auto;
	margin: 8px 0px 8px 0px;
	padding: 0;
}

ul, ol {
	margin: 0px;
}

ul {
	list-style: disc;
	padding: 0px 0px 0px 15px;	
}

ol {
	list-style: decimal;
	padding: 0px 0px 0px 25px;	
}

ul li, ol li {
	font-size: 14px;
	line-height: 17px;
	margin: 4px 0px;
	padding: 0px;
}

ul li ul, ol li ol {
	margin: 4px 0px;
	padding: 0px 0px 0px 15px;	
}

ul li ul li, ol li ol li {
	font-size: 12px;
	line-height: 15px;
	margin: 4px 0px;
	padding: 0px;
}

table {
	float: left;
	display: inline;
	height: auto;
}

th {
	padding: 4px 10px 4px 4px;
	font-weight: bold;
	background: #ccbbaa;
}

td {
	padding: 4px 10px 4px 4px;
	vertical-align: top;
	line-height: 15px;
	text-align: left;
	font-family: inherit;
}

h1 {
	float: left;
	display: inline;
	width: 535px;
	height: auto;
	margin: 0px 0px 8px 0px;
	font-size: 28px;
	font-variant: small-caps;
	letter-spacing: -1px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	line-height: 30px;
	font-weight: normal;
	color: #111111;
}

h2 {
	float: left;
	display: inline;
	width: 400px;
	height: auto;
	margin: 0px 0px 8px 0px;
	font-size: 20px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	line-height: 22px;
	font-weight: normal;
	color: #776666;
}

h3 {
	float: left;
	display: inline;
	width: 400px;
	height: auto;
	margin: 0px 0px 6px 0px;
	font-size: 16px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	line-height: 18px;
	font-weight: bold;
	color: #111111;
}

h4 {
	float: left;
	display: inline;
	width: 400px;
	height: auto;
	margin: 0px 0px 6px 0px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #776666;
}




/*************** Common Classes */

.small { font-size: 11px; line-height: 14px; }
.normal { font-size: 12px; line-height: 15px; }
.big { font-size: 14px; line-height: 17px; }
.italic { font-style: italic; }
.bold { font-weight: bold; }
.red { color: #CC0000; }


/*************** Layout */

#wrapper {
  width: 900px;
  height: auto;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  font-family: tahoma, helvetica, sans-serif;
  font-size: 14px;
}

#header {
	float: left;
	display: inline;
	width: 900px;
	height: 150px;
	margin-bottom:15px;
	background: url(../images/header.jpg) no-repeat;
}

#container {
	margin-left:auto;
	margin-right:auto;
	display: inline;
	width: 900px;
	background: url(../image/content_divider.gif) no-repeat top;
	padding: 23px 0px;
	line-height: 17px;
}

#footer {
	float: left;
	display: inline;
	width: 900px;
	height: 34px;
	text-align: center;
	padding: 16px 0px;
	background: url(../image/content_divider.gif) no-repeat top;
}

#index_body {
width:900px;
position:relative;
float:left;

}


/*************** Headr */

#logo {
	float: left;
	display: inline;
	width: 167px;
	height: 51px;
	margin: 14px 0px 0px 9px;
}

#nav {
	position:absolute;
	width: 900px;
	height: 26px;
	margin: 120px 0px 0px 0px;		
	text-align:center;
}

#nav a:link, #nav a:visited {
	display: inline;
	width: auto;
	height: 24px;
	line-height: 24px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif; 
	font-weight: bold;
	color: #111111;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 0px;
	margin: 0 10px 0 0;
}

#nav a.last {
	margin: 0;
}

#nav a:hover, #nav a:active, #nav a.here:link, #nav a.here:visited, #nav a.here:hover, #nav a.here:active {
	color: #33681f;
	background: url(../image/nav_bg_hover.gif) 50% 20px no-repeat;
	text-decoration: none;
}



/*************** Content */
/*************** Homepg */

#yellowBox {
	float: left;
	display: inline;
	width: 323px;
	height: 99px;
	padding: 15px 10px 15px 10px;
	line-height: 1px;
	text-align: center;
	margin: 0px 0px 12px 0px;
	background: #ffffff url(../image/home_block.gif) no-repeat;
}

#yellowBox img.divider {
	display: inline;
	margin: 6px 0px;
}

#slideshow {
	float: right;
	display: inline;
	width: auto;
	height: auto;
}

#promos {
	position:relative;
	float: left;
	display: inline;
	width: 900px;
	height: auto;
	line-height: 15px;
	text-align: center;
	margin: 10px 0px 0px 0px;
}

#promos a {
	font-size: 11px;
	position: relative;
	top: -2px;
	margin: 0px 0px 0px 2px;
}

img.mLeft {
	margin-left: 15px;
}

img.mRight {
	margin-right: 15px;
}

p.home {
	width: 343px;
	height: auto;
	font-size: 12px;
	line-height: 15px;
	padding-left: 1px;
}


#index_image {
margin:0px 0px 0px 15px;
padding-top:6px;
padding-left:6px;
width: 525px;
height: 326px;
position:relative;
float:left;
background-image:url(../images/index_image.jpg);
background-repeat:no-repeat;
}



#index_left {
width: 324px;
padding-left:10px;
position:relative;
float:left;
color:#863f04;
}

.index_left_title {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	margin-bottom:8px;
	margin-top:8px;
	padding-top:0px;
}

#index_left p {
font-family:"Times New Roman", Times, serif;
font-size:14px;
margin-bottom:5px;
width:200px;
}


#blog_box {
	overflow:hidden;
	padding:10px 25px 5px 10px;
	margin-bottom:5px;
	width:300px;
	height:125px;
	background-image:url(../images/blogborder.jpg);
	background-repeat:no-repeat;
	position:relative;
	float:left;
}

#sotheby {
position:relative;
float:left;
width:338px;
height:106px;
background-image:url(../images/sotheby.jpg);
margin-top:5px;
}

#divider {
	height:1px;
	width:900px;
	position:absolute;
	float:left;
	background-image:url(../images/divider.jpg);
	padding:0px;
	bottom:0px;
}

#body_copy {
	margin-top:0px;
	padding-top:10px;
	position:relative;
	float:left;
	width:460px;
	font-size: 12px;
	line-height: 15px;
	padding-left: 15px;
}

#usda_logo {
	background-repeat:no-repeat;
	background-position:bottom;
	width:55px;
	height:80px;
	float:left;
	position:relative;
}

#image_header {
	position:absolute;
	margin-top:15px;
	margin-left:35px;
	color:#863f04;
	z-index:200;
	font-family:"Times New Roman", Times, serif;
	height: 100px;
	width: 300px;
}

#greendev {
	text-align:center;
	margin:15px 0px 0px 0px;
	color:#060;
	font-size: 13px;
	text-transform: uppercase;
	font-family: verdana;
	line-height:18px;
}


#greendev a:link {
	text-align:center;
	text-decoration:underline;
	margin:15px 0px 0px 0px;
	color:#060;
	text-transform: uppercase;
	font-family: verdana;
}


#greendev a:visited {
	text-align:center;
	text-decoration:underline;
	margin:15px 0px 0px 0px;
	color:#060;
	text-transform: uppercase;
	font-family: verdana;
}


#greendev a:hover {
	text-align:center;
	text-decoration:none;
	margin:15px 0px 0px 0px;
	color:#060;
	text-transform: uppercase;
	font-family: verdana;
}


#greendev a:active {
	text-align:center;
	text-decoration:none;
	margin:15px 0px 0px 0px;
	color:#060;
	text-transform: uppercase;
	font-family: verdana;
}

#submitemail  {
	text-align:center;
	width: 324px;
	margin-bottom: 20px;
	position: relative;
}

/*************** Left Nav */

#leftNavWrap {
	position:relative;
	float: left;
	display: inline;
	width: 162px;
	height: auto;
}

#leftNav {
	position:relative;
	float: left;
	display: inline;
	width: 162px;
	height: auto;
	min-height: 110px;
	padding: 0px 0px 13px 0px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 13px;
	background: #eee5da url(../image/leftnav_bg.gif) bottom no-repeat;
}

p#leftNavHeader {
	float: left;
	display: inline;
	width: 136px;
	height: auto;
	margin: 0;
	padding: 13px 13px 0px 13px;
	color: #666666;
	font-weight: bold;
	background: url(../image/leftnav_top.gif) top no-repeat;
}

#leftNav img {
	float: left;
	display: inline;
	margin: 8px 13px 0px 13px;
}

#leftNav a {
	float: left;
	display: inline;
	width: 136px;
	height: auto;
	margin: 8px 13px 0px 13px;
	font-weight: normal;
	line-height: 16px;
}

#leftNav a.here {
	text-decoration: none;
	font-weight: bold;
}

#videoLink {
	float: left;
	display: inline;
	width: 162px;
	height: auto;
	text-align: center;
}

#videoLink img {
	float: left;
	display: inline;
	margin: 12px 0 4px 0;
}

#videoLink a {
	float: left;
	display: block;
	width: 162px;
	height: 15px;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
}


/*************** Side Bar */

#sideBar {
	position:relative;
	float: right;
	width: 166px;
	background: #ffd203 url(../image/sidebar_bg.gif) bottom no-repeat;
}


#sideBar p {
	margin: 0px 0px 13px 0px;
	padding: 0;
}

#sideBarHeader p {
	
	margin: 0px 0px 13px 0px;
	padding: 0;
}

#sideBarHeader2 p {
	
	margin: 0px 0px 3px 0px;
	padding: 0;
}

img.sideBarPhoto {
	margin: 0px 12px 12px 12px;
}


/*************** Internal Content */

#content {
	position:relative;
	float: left;
	display: inline;
	width: 535px;
	margin: 0px 0px 0px 19px;
}


#contentMap {
	position:relative;
	float: left;
	display: inline;
	width: 587px;
	height: auto;
	min-height: 160px;
	margin: 0px 0px 0px 19px;
}

#contentMap p {
	width: 587px;
	height: auto;
}

img.inline {
	margin: 0 10px 0 0;
}

#breadcrumb {
	position:relative;
	float: left;
	display: inline;
	width: 500px;
	height: auto;
	margin: 0px 0px 6px 0px;
	color: #ccbbaa;
}

#breadcrumb a:link, #breadcrumb a:visited {
	text-decoration: none;	
	text-transform: uppercase;
	color: #ac9d8c;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;	
}

#breadcrumb a:hover, #breadcrumb a:active {
	color: #886655;
}


/*************** Footer */

#footer a:link, #footer a:visited, #footer span {
	color: #bda889;
	text-decoration: none;
	margin: 0px 5px;
	font-size: 11px;
	line-height: 16px;
}

#footer a:hover, #footer a:active {
	color: #aa9966;
	text-decoration: underline;
}

#footer a.fusionbox:hover, #footer a.fusionbox:active {
	color: #ff9900;
}

#sub_nav2 {
	line-height:10px;	
	padding:0px;
	margin:0px 0px 0px 10px;
	text-align:left;
	width: 126px;
	height: auto;
	font-weight: normal;
	line-height: 16px;
	
}

#sub_nav2 a {
	line-height:14px;	
}
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 14px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
}
