﻿/*
-----------------------------------------------
Young Basile Base Styles
----------------------------------------------- */

html	{
	min-width: 802px;
	}
	
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 62.5%/12px Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bkg.jpg) top left;
}


/* Containers
----------------------------------------------- */


#background {
	margin: 0px;
	padding: 0px;
}


#wrapper {
	height: auto;
	width: 712px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #fff;
}

#header {
	height: 259px;
	width: 712px;
}

#header2 {
	height: 259px;
	width: 712px;
}

#header.home {
	height: 400px;
	width: 712px;
	background: url(images/bkg_home.jpg) top left no-repeat;
}

#header.home-french {
	height: 380px;
	width: 712px;
	background: url(images/bkg-french.jpg) top left no-repeat;
}

#header.home-japanese {
	height: 380px;
	width: 712px;
	background: url(images/bkg-japanese.jpg) top left no-repeat;
}

.attorneys {
	background: url(images/yb_web_header_att.jpg) top left no-repeat;
}

.attorneys-chinese {
	background: url(images/yb_web_header_att-chinese.jpg) top left no-repeat;
}

.attorneys-french {
	background: url(images/yb_web_header_att-french.jpg) top left no-repeat;
}

.attorneys-german {
	background: url(images/yb_web_header_att-german.jpg) top left no-repeat;
}

.attorneys-japanese {
	background: url(images/yb_web_header_att-japanese.jpg) top left no-repeat;
}

.industries {
	background: url(images/yb_web_header_i.jpg) top left no-repeat;
}

.clients {
	background: url(images/yb_web_header_c.jpg) top left no-repeat;
}

.clients-chinese {
	background: url(images/yb_web_header_c-chinese.jpg) top left no-repeat;
}

.clients-french {
	background: url(images/yb_web_header_c-french.jpg) top left no-repeat;
}

.clients-german {
	background: url(images/yb_web_header_c-german.jpg) top left no-repeat;
}

.clients-japanese {
	background: url(images/yb_web_header_c-japanese.jpg) top left no-repeat;
}

.portfolio {
	background: url(images/yb_web_header_port.jpg) top left no-repeat;
}

.portfolio-chinese {
	background: url(images/yb_web_header_port-chinese.jpg) top left no-repeat;
}

.portfolio-japanese {
	background: url(images/yb_web_header_port-japanese.jpg) top left no-repeat;
}

.patents-chinese {
	background: url(images/yb_web_header_pat-chinese.jpg) top left no-repeat;
}

.trademarks-chinese {
	background: url(images/yb_web_header_trade-chinese.jpg) top left no-repeat;
}

.litigation-chinese {
	background: url(images/yb_web_header_lit-chinese.jpg) top left no-repeat;
}

.portfolio-french {
	background: url(images/yb_web_header_port-french.jpg) top left no-repeat;
}

.portfolio-german {
	background: url(images/yb_web_header_port-german.jpg) top left no-repeat;
}

.portfolio-japanese {
	background: url(images/yb_web_header_port-japanese.jpg) top left no-repeat;
}

.firmprofile {
	background: url(images/yb_web_header_fp.jpg) top left no-repeat;
}

.firmprofile-chinese {
	background: url(images/yb_web_header_fp-chinese.jpg) top left no-repeat;
}

.firmprofile-french {
	background: url(images/yb_web_header_fp-french.jpg) top left no-repeat;
}

.firmprofile-german {
	background: url(images/yb_web_header_fp-german.jpg) top left no-repeat;
}

.firmprofile-japanese {
	background: url(images/yb_web_header_fp-japanese.jpg) top left no-repeat;
}

.practice {
	background: url(images/yb_web_header_prac.jpg) top left no-repeat;
}

.patents {
	background: url(images/yb_web_header_pat.jpg) top left no-repeat;
}

.trademarks {
	background: url(images/yb_web_header_trade.jpg) top left no-repeat;
}

.litigation {
	background: url(images/yb_web_header_lit.jpg) top left no-repeat;
}

.transactions {
	background: url(images/yb_web_header_tran.jpg) top left no-repeat;
}

.emerging {
	background: url(images/yb_web_header_emer.jpg) top left no-repeat;
}

.careers {
	background: url(images/yb_web_header_careers.jpg) top left no-repeat;
}

.opportunities {
	background: url(images/yb_web_header_opp.jpg) top left no-repeat;
}

.contact {
	background: url(images/yb_web_header_con.jpg) top left no-repeat;
}

.contact-chinese {
	background: url(images/yb_web_header_con-chinese.jpg) top left no-repeat;
}

.contact-french {
	background: url(images/yb_web_header_con-french.jpg) top left no-repeat;
}

.contact-german {
	background: url(images/yb_web_header_con-german.jpg) top left no-repeat;
}

.contact-japanese {
	background: url(images/yb_web_header_con-japanese.jpg) top left no-repeat;
}

.disclaimer {
	background: url(images/yb_web_header_dis.jpg) top left no-repeat;
}

.testimonials {
	background: url(images/yb_web_header_test.jpg) top left no-repeat;
}

.testimonials-chinese {
	background: url(images/yb_web_header_test-chinese.jpg) top left no-repeat;
}

.testimonials-french {
	background: url(images/yb_web_header_test-french.jpg) top left no-repeat;
}

.testimonials-german {
	background: url(images/yb_web_header_test-german.jpg) top left no-repeat;
}

.testimonials-japanese {
	background: url(images/yb_web_header_test-japanese.jpg) top left no-repeat;
}

.news {
	background: url(images/yb_web_header_news.jpg) top left no-repeat;
}



#language {
	font: 12px Arial, Helvetica, Verdana, sans-serif; color: #333;
	height: 30px;
	width: 150px;
	padding: 72px 0px 13px 0px;
	margin-left: 550px;
}

html>body #language {
	padding: 72px 0px 24px 0px;
}


#content {
	height: auto;
	width: 712px;
	background-color: none;
}

#content-index {
	height: auto;
	width: 780px;
	background-color: none;
}


	
/* Left Content
----------------------------------------------- */

#quote {
	display: block;
	float: left;
	font: 11px/12px Arial, Helvetica, Verdana, sans-serif; color: #666;
	height: auto;
	width: 238px;
	margin: 0px 0px 0px 0px;
}

#leftcontent {
	display: block;
	float: left;
	height: auto;
	width: 238px;
	margin: 20px 0px 20px 0px;
}

#leftcontentheader {
	width: 238px;
	height: 36px;
	margin: 0px;
	background: url(images/yb_leftcontent_header.jpg) top left no-repeat;
}

#leftcontentheader h4 {
	font: 15px Georgia, serif; color: #59607C;
	letter-spacing: 1px;
	padding: 8px 0px 0px 23px;
}

#leftcontenttext {
	font: 11px/14px Arial, Helvetica, Verdana, sans-serif; color: #59607C;
	height: auto;
	width: 200px;
	margin: 0px 14px 0px 22px;
}
#leftcontenttext h4 {
	font: 15px Arial, Helvetica, Verdana, sans-serif; color: #59607C;
	letter-spacing: 1px;
	padding: 0px 0px 0px 0px;
}
#leftcontentbullet {
	list-style-position: inside;
}

#leftcontenttext a, #leftcontentbullet a {
	color: #59607C;
}

#leftcontenttext a:hover, #leftcontentbullet a:hover {
	color: #333;
}

#leftcontentbullet {
	font: 11px/14px Arial, Helvetica, Verdana, sans-serif; color: #59607C;
	margin: 0;
	padding: 0;
}

.youarehere {
	color: #333;
}


	
/* Main Content
----------------------------------------------- */

#maincontent {
	display: block;
	float: left;
	height: auto;
	width: 474px;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

#maincontent2 {
	display: block;
	float: left;
	height: auto;
	width: 700px;
	margin: 20px 0px 20px 20px;
	padding: 0px;
}

#maincontent-index {
	display: block;
	float: left;
	height: auto;
	width: 510px;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

#maincontentheader {
	height: 35px;
	width: 474px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-color: #E7E4D5;
}

#maincontentheader h4 {
	font: 15px Georgia, serif; color: #59607C;
	letter-spacing: 1px;
	padding: 8px 0px 0px 10px;
}

#maincontenttext {
	width: 440px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	font: 1.1em/1.4em Arial, Helvetica, Verdana, sans-serif; color: #666;
}

#maincontenttext-index {
	width: 510px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	font: 11px/14px Arial, Helvetica, Verdana, sans-serif; color: #666;
}

#maincontenttext-our_people {
	width: 470px;
	margin: 0px;
	padding: 0px;
	font: 11px/14px Arial, Helvetica, Verdana, sans-serif; color: #666;
}

#maincontenttext h5 {
	font: 10px/14px Arial, Helvetica, Verdana, sans-serif; color: #444;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#maincontenttext p {
	margin: 3px 0px 10px 0px;
}

#maincontenttext a, #maincontentrighttext a, #maincontenttext-index a{
	color: #59607C;
}

#maincontenttext a:hover, #maincontentrighttext a:hover, #maincontenttext-index a:hover{
	color: #666;
}

#maincontenttext dl{
	margin: 3px 0px 10px 0px;
}


br.clear {clear: left;}



#maincontentleft {
	display: block;
	float: left;
	width: 174px;
	margin: 0px;
	padding: 0px;
}

#maincontentleftheader {
	height: 35px;
	width: 130px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-color: #fff;
}

#maincontentleft img{
	width: 110px;
	height: 154px;
	margin: 0px;
	padding: 0px;
}

#maincontentlefttext {
	font: 11px/14px Arial, Helvetica, Verdana, sans-serif; color: #888;
	display: block;
	clear: left;
	height: auto;
	width: 145px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	color: #786C53;
}

#maincontentlefttext-index {
	font: 11px/14px Arial, Helvetica, Verdana, sans-serif; color: #888;
	display: block;
	clear: left;
	height: auto;
	width: 210px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	color: #786C53;
}

#maincontentlefttext a {
	color: #786C53;
	text-decoration: none;
}

#maincontentlefttext a:hover {
	color: #888;
	text-decoration: none;
}

#maincontentlefttext h5
{
	color: #786C53;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
}

#index-c1 {
	width: 220px;
	margin-right: 30px;
	padding: 0;
	float: left;
}

#index-c2 {
	width: 220px;
	margin: 0;
	padding: 0;
	float: left;
}

#index-lang {
	width: 470px;
	margin-right: 30px;
	padding: 0;
	float: left;
}



#location1, #location2, #location3 {
	display: block;
	float: left;
	width: 130px;
	height: 350px;
	padding: 0px;
}

#location1, #location2, #location3 img{
	width: 120px;
	height: 200px;
	margin: 0px 9px;
	padding: 0px;
}

#locationstext {
	font: 11px/14px Arial, Helvetica, Verdana, sans-serif; color: #888;
	display: block;
	clear: left;
	height: auto;
	width: 114px;
	margin: 0px;
	padding: 0px;
	color: #786C53;
}

#locationstext h5 {
	font: 10px/14px Arial, Helvetica, Verdana, sans-serif; color: #444;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
}


#maincontentright {
	display: block;
	float: left;
	height: auto;
	width: 300px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#maincontentrightheader {
	height: 35px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-color: #E7E4D5;
}

#maincontentrightheader2 {
	height: 50px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-color: #E7E4D5;
}

#maincontentrightheader2 h4 {
	font: 15px Arial, Helvetica, Verdana, sans-serif; color: #59607C;
	letter-spacing: 1px;
	padding: 8px 0px 0px 10px;
}

#maincontentrightheader h4 {
	font: 15px Arial, Helvetica, Verdana, sans-serif; color: #59607C;
	letter-spacing: 1px;
	padding: 8px 0px 0px 10px;
}
#maincontentrightheader h3 {
	font: 13px Arial, Helvetica, Verdana, sans-serif; color: #59607C;
	letter-spacing: 1px;
	padding: 8px 0px 0px 10px;
}


#maincontentrighttext {
	font: 11px/14px Arial, Helvetica, Verdana, sans-serif; color: #666;
	width: 280px;
}

#maincontentrighttext h5 {
	font: 10px/14px Arial, Helvetica, Verdana, sans-serif; color: #444;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
}

#maincontentrighttext p {
	margin: 3px 0px 10px 0px;
}

#maincontentrighttext ul {
	margin: 3px 0px 10px 0px;
}


#maincontentrighttext ul li {
	margin: 0px 0px 0px -26px;
	padding: 0px;
}

#column1, #column2 {
	display: block;
	float: left;
	height: auto;
	width: 220px;
}

/* Safari Hack */
::root #leftcontentbullet li {
	float:right;
}

/* Safari Hack */
::root .bullet-fix {
	width:143px;
}

/* Safari Hack */
::root .career-troy-fix {
	width:435px;
}


	
/* Footer
----------------------------------------------- */

#footer {
	background-color: #fff;
	border-top: 1px solid #ab0534;
	height: 25px;
	width: 702px;
	margin: 0px 5px 0px 5px;
}

#footertext {
	font: 10px/12px Arial, Helvetica, Verdana, sans-serif; color: #333;
	margin: 5px;
}

#footertext a{
	color: #333;
}

#footertext a:hover{
	color: #000;
}



/* Typography
----------------------------------------------- */
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}





/* Links
----------------------------------------------- */
a {
	text-decoration: none;
	border: none;
}




/* Imagery
----------------------------------------------- */
img	{
	display: block;
	border: 0 none inherit;
	}




/* IE Overrides
----------------------------------------------- */
*html #leftcontentbullet {
	list-style-position: outside;
}

*:first-child+html #leftcontentbullet {
	list-style-position: outside;
}
