@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 				0px;
	padding:				0px;
	border: 				0px;
}


/* container positioning */

.global { 
	position: relative;  
	margin-left: auto; 
	margin-right: auto; 
	width: 950px; 
}

.innerContainer {
	width:950px; 
}


.floatRight
{
	float: right;
}

.floatLeft
{
	float: left;
}

.clearer
{
	clear: both;
}

.padding30
{
	padding: 30px;
}

.hrule
{
	display: block;
	float: left;
	width: 100%;
	height: 1px;
	line-height: 1px;
	clear: both;
	border-top: solid 1px #EAEBCD; 
}

/* body */
body{
	font-family:arial;
	font-size:12px;
	background:#001327;
	color:#ffffff;
	margin-top:20px;
}

h1
{
	font-size:25px;
	font-weight:normal;
	line-height:34px;
	color:#969906;
	padding: 0 0 20px 0;
	margin-top: 2px;
}

h2
{
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	color:#969906;
	/* text-transform: uppercase; */
	/* letter-spacing: 2px; */
	padding: 20px 0 20px 0;
	margin-top: 2px;
}

h4
{
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	color:#969906;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0 0 10px 0;
	margin-top: 2px;
	font-style: italic;
}

.blue-box h2
{
	padding: 0 0 18px 0;
}

#form-box h2
{
	padding: 30px;
}

h3
{
	font-size:16px;	
	padding: 0 0 20px 0;
	margin-top: 2px;
}

.JobTitle H1
{
	padding-bottom: 0;
	font-size: 25px;
	color:#061A32;
}

.JobTitle H2
{
	padding-top: 0;
}

h1.white,h2.white
{
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	color:#fff;
}

a
{
	color:#969906;
	text-decoration:none;
}

a:hover
{
	color:#969906;
	text-decoration:underline;	
}

a.large-white-link
{
	color:#fff;
	text-decoration:underline;
	font-size:14px;
	font-weight:bold;
}

p
{
	line-height:20px;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

.col-center ul	
{	
	color: #969906;
	line-height: 20px;
	padding: 0 0 20px 40px;	
	list-style-type: disc;
}

.col-center ul li
{	
	padding-bottom: 10px;
}

.col-center ul li span
{
	color:#061A32;
}

table
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

tr
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

th
{
	padding: 5px;
	margin: 0 0 0 0;
	text-align: left;
	background-color: #eaebcd;
}

td
{
	padding: 5px;
	margin: 0 0 0 0;
	background-color: #f4f5e6;
}

.center
{
	text-align: center;
}

/* Main */

#top-nav
{
	float:right;
	width:100%;
}

#top-nav ul
{
	float:right;
}

#top-nav ul li
{
	float:left;
	height:18px;
	margin-left:15px;
	margin-bottom:20px;		
}

#top-nav ul li a.home
{
	display:block;
	height:18px;
	width:65px;
	background:url(/Images/home.jpg) no-repeat top left;
}

#top-nav ul li a.home:hover
{
	background:url(/Images/home.jpg) no-repeat bottom left;
}

#top-nav ul li a.contact
{
	display:block;	
	height:18px;
	width:102px;
	background:url(/Images/contact-us.jpg) no-repeat top left;
}

#top-nav ul li a.contact:hover
{
	background:url(/Images/contact-us.jpg) no-repeat bottom left;
}

#top-nav ul li a.login
{
	display:block;	
	height:19px;
	width:63px;
	background:url(/Images/login.jpg) no-repeat top left;
}

#top-nav ul li a.login:hover
{
	background:url(/Images/login.jpg) no-repeat bottom left;
}

#top-nav span
{
	display:none;
}

#top-strip{padding-top:30px;}

#logo{float:left;}

#main-nav
{
	float:right;			
}	

#main-nav ul li{float:left;}

#main-nav ul li a
{
	float:left;
	margin-left:5px;
	height:45px;
	width:90px;
	background:#061a32;
	color:#969906;
	font-size:16px;
	padding-top:30px;
	padding-left:10px;
	padding-right:10px;		
	text-decoration:none;
}

#main-nav ul li a:hover
{
	background:#081f3a;
	color:#fff;
}

/* #asset #main-nav ul li a,#corporate #main-nav ul li a,#bordeaux #main-nav ul li a,#management #main-nav ul li a,#latest #main-nav ul li a,
{
	float:left;
	margin-left:5px;
	height:45px;
	width:90px;
	background:#081f3a;
	color:#fff;
	font-size:16px;
	padding-top:30px;
	padding-left:10px;
	padding-right:10px;		
	text-decoration:none;
} */

#main-nav ul li.coming-soon a
{
	float:left;
	margin-left:5px;
	height:45px;
	width:90px;
	background:url(/Images/coming-soon.jpg) #061a32;
	color:#969906;
	font-size:16px;
	padding-top:30px;
	padding-left:10px;
	text-decoration:none;
	cursor:default;
}

#main-content
{
	float:left;
	width:950px;
	background:#061a32;
}

.narrow-col
{
	float:left;
	width:195px;
	padding:0px 12px 0px 0px;
}
.narrow-col-left
{
	float:left;
	width:192px;
	padding:0px 0px 0px 15px;
}

.narrow-col2
{
	float:left;
	width:200px;
	padding:5px;
}
.narrow-col3
{
	float:left;
	width:205px;
	padding:30px;
}

.narrow-col4
{
	float:left;
	margin-top:17px;
	width:185px;
	margin-right:20px;
	padding:5px 5px 5px 0px;
}

span.title{font-size:16px;font-weight:bold;}

.col-center
{
	float:right;		
	padding: 0 2px 30px 0;		
	width: 655px;
	overflow: hidden;
}

.right-3col
{
	float:right;
	width:235px;		
	padding: 0px;
	font-size: 0; 
	line-height: 0;
}

.left-3col
{
	float:left;
	width:230px;	
	padding: 0 0 30px 0;	
	overflow: hidden;
}


.right-3col p,
.right-3col h1,
.right-3col h2,
.right-3col h3,
.right-3col h4,
.right-3col h5,
.right-3col img
{	
	padding-left: 30px;
}

.right-3col p
{
	font-size: 12px;
	line-height: 20px;
}

.right-3col h1
{
	font-size: 27px;
	line-height:34px;
}

.right-3col h2
{
	font-size: 18px;
	line-height: 20px;
}

.right-3col h3
{
	font-size: 16px;
	line-height: 20px;
}


.col-400
{
	float:left;width:440px;padding:0px 0px 0px 0px;
}

.col-400-left
{
	float:left;width:410px;padding:0px 0px 0px 40px;
}


.full-col
{
	float:left;
	width:400px;
	padding:5px;
}

.full-col2
{
	float:left;
	width:670px;
}

#white-back
{
	float:left;
	width:100%;
	background:#fff;
	color:#061a32;		
}

#white-back-large
{
	float:left;
	margin-top:10px;
	width:890px;
	background:#fff;
	color:#061a32;
	padding:30px 30px 30px 30px;
}

#white-back-large img.title{padding:0px 0px 20px 0px;}
#white-back-large img.title2{padding:30px 0px 20px 0px;}

.action{font-size:18px;}

#footer
{
	margin-top: 10px;
	float:left;
 	width:100%;
 	padding-top:29px;
	height:29px;
	color:#7ca3b1;
	background:url(/Images/footer.png);
	background-repeat: repeat-x;
	behavior: url(/Style/iepngfix.htc);	
}

#left-col{float:left;width:475px;overflow:hidden;}
#right-col{float:left;width:475px;overflow:hidden;}
#top, #bottom{width:950px;padding:0px 0px 0px 0px;}
#top { margin-bottom: 10px; }

#right-col-padding{padding:30px 30px 30px 30px}

#asset-list ul li
{
	list-style-type:disc;
	margin-left:12px;
	padding:5px;
	color:#969906;
	font-size:12px;
	font-weight:bold;
}

#asset-list ul li span
{
	color:#fff;
}

.float-left
{ 
	float:left;	
}

.float-right
{
	float:right;
}

.blue-box
{
	float:left;
	width:373px;
	border:1px solid #0b305e;
	padding:15px 20px 10px 20px;
	color:#7ca3b1;
}

.blue-box h2
{
	padding-bottom: 10px;
}

#sub-nav
{
	height:40px;
	padding-bottom:70px;
}

#sub-nav2 
{
	padding:40px 30px 80px 30px;
}

#sub-nav2 a
{
	color:#fff;
	text-decoration:underline;
	font-size:14px;
}


/* lists */
ul{
	list-style: none;
}

input.text
{
	width:200px;
	margin-top:10px;
	margin-bottom:10px;
}

textarea
{
	width:200px;
}

.left-3col ul 
{
	padding: 0 0 30px 0;
}

.left-3col ul li
{
	display:block;
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

.left-3col ul li a
{
	display:block;
	float: left;
	height:20px;
	background:#061a32;
	color:#969906;
	width:180px;
	padding: 11px 10px 7px 10px;
	text-decoration:none;
	margin: 0 0 0 0;
	font-size:14px;
}

.left-3col ul li a:hover,
.left-3col ul li a:active
{
	background:#081f3a;
	color:#fff;
	margin-bottom:0;
	text-decoration: none;
}
/*
#management2 ul li
{
	float:left;
	width:205px;
	text-align:center;
}

#management2 ul li.opp
{
	float:left;
	width:200px;
	text-align:center;
}

#management2 ul li.track
{
	float:left;
	width:205px;
	text-align:center;
	margin-left:5px;	
}



#management2 ul li a
{
	display:block;
	height:20px;
	background:#969906;
	color:#061a32;
	padding:7px;
	text-decoration:none;
	font-size:14px;
}

#management2 ul li a:hover
{
	background:#fff;
	color:#081F3A;
}

#management2 ul li.opp a:hover,#management2 ul li.track a:hover
{
	background:#061A32;
	color:#fff;
}
*/

#form-box
{
	float:left;
}

#form-box2
{	
	padding-top:30px;
	width:670px;
	float:left;
}

#form
{
padding:0px 30px 0px 30px;
}

#form-box img.padding{padding:30px;}

fieldset
{
	padding:0px 30px 30px 30px;	
}

.col-center fieldset
{
	float: right;
	background-color: #F4F5E6;
	padding: 15px;
	width: 320px;
	clear: right;
}
.left-3col fieldset
{
	background-color: #F4F5E6;
	padding: 15px;
	width:150px;
	border:1px solid #969906;
}
.left-3col fieldset input, .left-3col fieldset textarea
{
	
}
.left-3col fieldset .button
{
	width:165px;
}
.left-3col fieldset #captcha,.left-3col fieldset #captcha img 
{
	width:160px;
}
.col-center fieldset h2
{
	padding-top: 0px;
}

.col-center fieldset input.text
{
	width: 260px;
}

.col-center fieldset textarea
{
	width: 320px;
	height: 100px;
}

.col-center #captcha
{	
	width: 100%;
}

.col-center #captcha div
{
	width: 200px;	
}


.halfLeft
{
	display: inline;
	float: left;
	width: 46%;
	padding-right: 35px; 
}


#WineTicker
{
	position: relative;
	display: inline;
	float: left;
	width: 415px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #FFF;
	background-color: #001327;
	margin-top: 10px;
	margin-bottom: 5px;
	background-image: url(/Images/ajax-loader.gif);
	background-position: 7px 7px;
	background-repeat: no-repeat;
}

#WineTicker ul
{
	display: inline;
	float: left;	
	width: 8300px;
	height: 30px;
	line-height: 30px;	
	position: relative;
	left: 415px;	
}

#WineTicker ul li
{
	display: inline;
	float: left;	
	width: 415px;
	height: 30px;
	line-height: 30px;		
}

#wine-seminar 
{
	width:409px;
	font-size:20px;
	padding:10px 10px 0 10px;
	border:1px solid #0C3060;
	margin-bottom:10px;
}

p.RecentTrades
{
	
	text-align: right;
	color: #7CA3B1;
	height:46px;
	font-size:11px;
	}

div#VideoPlaceholderWrapper
{
	height: 275px;
}

#InterviewButton{display:block;background:url(/Images/interview.gif) no-repeat top left; height:70px;width:415px;}
#InterviewButton:hover{display:block;background:url(/Images/interview.gif) no-repeat bottom right; height:70px;width:415px;}
#InterviewButton span{display:none;}

div#interview{margin-top:0px;padding-bottom:10px;}

