@charset "UTF-8";
body {
	font: 100% Helvetica, Arial, sans-serif;
	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;
	background-image:url('../assets/gradTop.jpg');
	background-repeat:repeat-x;
}
.dtFixed #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.dtFixed #header {
	padding: 0 12px 0 12px;
	height: 190px;
}
.dtFixed #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.dtFixed #mainContent {
	padding: 0 12px 0 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: 1350px;
}
.dtFixed #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	height: 15px;
}
.dtFixed #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0px 0 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*Bottom Gradient positioning*/
.dtFixed #btmGrd {
	width: 100%;
	height: 37px;
	background-image:url('../assets/gradBtm.jpg');
	background-repeat:repeat-x;
}

/*Logo.... positioning*/
#logo{
	position:relative;
	top:25px;
	left:0px;
	background: url("../assets/dtLogo.png") no-repeat 0 0;
	height: 70px;
	width: 183px;
}

/*Tagline Merchant Banking.... positioning*/
#tagline{
       position:relative;
       top:-9px;
       left: 642px;
       background: url("../assets/dtTag.png") no-repeat 0 0;
       height: 27px;
       width: 359px;
       }

/*News(twitter) Block Container*/
.dtFixed #news{
	float:left;
	padding: 0px;
	margin: 0px;
	height: 1350px;
	width: 590px;
	background: url("../assets/head1News.jpg") no-repeat 0 0;
}

/*Blog Block Container*/
.dtFixed #blog{
	float:right;
	padding: 0px;
	margin: 0px;
	height: 1350px;
	width: 360px;
	/*background: url("../assets/head1Blog.jpg") no-repeat 0 0;*/
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#headBlog{
	height: 30px;
	width: 360px;
	float:left;
	margin-top: 50px;
	background: url("../assets/head1Blog.jpg") no-repeat 0 0;
}

/*Sector News Twitter Block*/
#headSect{
	height: 610px;
	width: 180px;
	float:left;
	margin-top: 30px;
	/*background: url("../assets/headSect.jpg") no-repeat 0 0;*/
}

/*Capital Markets Twitter Block*/
#headCapMark{
	height: 610px;
	width: 180px;
	float:left;
	margin-top: 30px;
	margin-left:25px;
	/*background: url("../assets/headCapMark.jpg") no-repeat 0 0;*/
}

/*General Twitter Block*/
#headGen{
	height: 610px;
	width: 180px;
	float:left;
	margin-top: 30px;
	margin-left:25px;
	/*background: url("../assets/headGen.jpg") no-repeat 0 0;*/
}

/*Deal Wire Twitter Block*/
#headDeal{
	height: 610px;
	width: 180px;
	float:left;
	/*background: url("../assets/headDeal.jpg") no-repeat 0 0;*/
}

/*Deal Wire Twitter Block*/
#headEdit{
	height: 610px;
	width: 180px;
	float:left;
	margin-left:25px;
	/*background: url("../assets/headEdit.jpg") no-repeat 0 0;*/
}

/*Discourse and Notes Twitter Block*/
#headDisc{
	height: 610px;
	width: 180px;
	float:left;
	margin-left:25px;
	/*background: url("../assets/headDisc.jpg") no-repeat 0 0;*/
}

/*Block that encloses each twitter column post grouping*/
#twitFeeds{
	height: 585px;
	width: 180px;
	float:left;
	margin-top:0px;
}
/*Individual twitter post*/
#twitPost{
	height: 98px;
	width: 180px;
	float:left;
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px dotted #d4d4d4;
}
/*Individual twitter avatar*/
#twitAvatar{
	height: 30px;
	width: 30px;
	float:left;
	margin:0px;
	padding:0px;
}


#twitContent  {
	height: 97px;
	width: 140px;
	float:right;
	margin:0px;
	padding:0px;
	font-size:11px;
	color:#796c6b;
	font-weight:400;
	text-align:left;
	line-height:110%;	
	word-wrap: break-word;
	overflow: hidden;
}

/*Twitter Logo placement, needs to be made a link*/
#twitLogo{
	float:left;
	width:590px;
	height:25px;
	/* background: url("../assets/twitIcon.png") no-repeat right top; */
}

/*Blog Headers*/
#headBlogCur{
	height: 250px;
	width: 360px;
	float:left;
	margin-top: 0px;
	background: url("../assets/headCur.jpg") no-repeat 0 0;
}

#blogCurContent{
	height: 200px;
	width: 350px;
	float:left;
	margin-top:36px;
	margin-left:5px;
	border-top:1px dotted #d4d4d4;
}

#blogCurrentTitle{
	width:350px;
	font-size:11px;
	color:#a10501;
	font-weight:400;
	text-transform:uppercase;
	text-align:left;
	float:left;
}

#blogCurrentInfo{
	width:350px;
	height:100px;
	float:left;
	margin-top:10px;
}



#headBlogRec{
	height: 500px;
	width: 360px;
	float:left;
	margin-top: 20px;
	background: url("../assets/headRec.jpg") no-repeat 0 0;
}

#blogRecContent{
	height: 450px;
	width: 355px;
	float:left;
	margin-top:36px;
	margin-left:5px;
	border-top:1px dotted #d4d4d4;
}

#blogRecBlock{
	height: 30px;
	width: 350px;
	float:left;
	margin-top:12px;
	margin-left:0px;
	margin-bottom:4px;
}


#blogDate, #blogRecDate{
	font-size:11px;
	color:#796c6b;
	font-weight:normal;
	text-align:left;
	float:left
}

#blogDate{
	height: 10px;
	width: 350px;
	float:left;
	margin-top:10px;
	margin-left:0px;
	margin-bottom:5px;
}

#blogRecDate{
	height: 10px;
	width: 350px;
	float:left;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:3px;
}



/*About header*/
#headAbout{
	height: 32px;
	width: 360px;
	float:left;
	margin-top: 0px;
	background: url("../assets/head1About.jpg") no-repeat 0 0;
}
/*About updated*/
#headAboutUpdate{
	height: 30px;
	width: 360px;
	float:right;
	margin-top: 40px;
}
/*About body placement*/
#aboutBody{
	height: 250px;
	width: 350px;
	float:left;
	margin-top:42px;
	margin-left:5px;
	margin-bottom:20px;
}

/*About body text*/
#aboutBody, #blogCurrentInfo{
	font-size:11px;
	color:#796c6b;
	font-weight:normal;
	text-align:justify;
	line-height:150%
	
}

/*Blocks for contact info*/
#contBlock1{
	height: 90px;
	width: 155px;
	float:left;
	margin-left:5px;
	margin-top:10px;	
}

#contBlock2{
	height: 90px;
	width: 155px;
	float:left;
	margin-left:35px;
	margin-top:10px;	
}

/*Title Fonts for both blog post title and contact info header*/
span.titleRed {
	font-size:11px;
	color:#a10501;
	font-weight:400;
	text-align:left;
	line-height:160%;
	text-transform:uppercase;	
}

#contBlock1 , #contBlock2{
	font-size:11px;
	color:#796c6b;
	font-weight:400;
	text-align:left;
	line-height:160%;	
}

#twitContent  {
	font-size:11px;
	color:#796c6b;
	font-weight:400;
	text-align:left;
	line-height:110%;	
	word-wrap: break-word;
	overflow: hidden;
}

#copyRight{
	height: 20px;
	width: 250px;
}

.starthidden {
display:none;
}

span.dark {color:#433b3b;font-weight:400}
/*Normal font for body text, blog posts and twitter posts*/
span.copy {color:#a09493;font-size:11px;font-weight:normal}
/*Text styling for the user name in red in each twitter post*/
span.user {color:#a10501;font-size:11px;font-weight:bold}
/*Date stamp for twitter date*/
span.dateStamp {color:#7d7d7d;font-size:11px;font-weight:normal}
a.dark {color:#433b3b;font-weight:400;text-decoration:none}
a.user {color:#a10501;font-size:11px;font-weight:bold;text-decoration:none}
a.blogrec {color:#a10501;text-decoration:none}
a.blogcur {color:#a10501;text-decoration:none;font-weight:bold}









