* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { line-height: 1; background: white; color: black; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
hr { display: none; } /* we don't need a visual hr in layout 
/*
font { color: inherit !important; font: inherit !important; color: inherit !important; } /* disables some nasty font attributes in standard browsers */

/*
-----------------------------
GENERIC
-----------------------------
*/

/* MAIN TYPOGRAPHY */

html { font-size: 62.5%; font-family: "Lucida Grande", lucida, "Trebuchet MS", Verdana, Helvetica, arial, sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
th, thead td, h1, h2{ font-family:"Times New Roman", Times, serif;  }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, mono-space; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* QUOTES */

blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/* language specific quotes! */

q { quotes: "\201C" "\201D" "\2018" "\2019"; }
:lang(af), :lang(nl), :lang(pl) { quotes: '\201E' '\201D' '\201A' '\2019'; }
:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) { quotes: '\201E' '\201C' '\201A' '\2018'; }
:lang(da), :lang(hr) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }
:lang(el), :lang(es), :lang(sq), :lang(tr) { quotes: '\00AB' '\00BB' '\2039' '\203A'; }
:lang(en-GB) { quotes: '\2018' '\2019' '\201C' '\201D'; }
:lang(fi), :lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
:lang(fr) { quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a'; }

/* NOTE: safari refuses to support the quotes syntax. I only added the english language quotes for safari to save space. */
html[lang|='en'] q:before   { content: '\201C'; }
html[lang|='en'] q:after    { content: '\201D'; }
html[lang|='en'] q q:before { content: '\2018'; }
html[lang|='en'] q q:after  { content: '\2019'; }

/* FORMS */

fieldset { border: 1px solid #ccc; }
legend { background: #fff; }
textarea, input[type='text'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ffffaa; }
input, select { cursor: pointer; }
input[type='text'] { cursor: text; }

/*
-----------------------------
CONTENT ONLY
-----------------------------
*/

/* BASE SIZES */

.content { font-size: 1.0em; line-height: 1.6em; }
.content h1 { font-size: 1.8em; }
.content h2 { font-size: 1.6em; }
.content h3 { font-size: 1.3em; }
.content h4 { font-size: 1.2em; }
.content h5 { font-size: 1.1em; }
.content h6 { font-size: 1em; }
.content li{
		
}
/* HR */

.content hr { display: block; background: #aaa; color: #aaa; width: 100%; height: 1px; border: none; }

/* LISTS */

.content ul li { margin-left: -.5em; text-indent:-1.5em; }
.content ul li:before { content: "\2022\00a0\00a0"; }
.content ol { list-style-position: inside; list-style-type: decimal; }
.content dt { font-weight: bold; }

/* TABLES */

.content table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
.content th, .content td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; }

/* MARGINS & PADDINGS */

.content blockquote *:first-child { margin: .8em 0; }
.content hr, .content p, .content ul, .content ol, .content dl, .content pre, .content blockquote, .content address, .content table, .content form { margin-bottom: 1.6em; }
.content p+p { margin-top: -.8em; }
/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
.content h1 { margin: 1em 0 .5em;  }
.content h2 { margin: 1.07em 0 .535em; }
.content h3 { margin: 1.14em 0 .57em; }
.content h4 { margin: 1.23em 0 .615em; }
.content h5 { margin: 1.33em 0 .67em; }
.content h6 { margin: 1.6em 0 .8em; }
.content th, .content td { padding: .8em; }
.content caption { padding-bottom: .8em; } /* padding instead of margin for IE */
.content blockquote { padding: 0 1em; margin: 1.6em 0; }
.content fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
.content legend { padding-left: .8em; padding-right: .8em; }
.content legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
.content textarea, .content input { padding: .3em .4em .15em .4em; }
.content select { padding: .1em .2em 0 .2em; }
.content option { padding: 0 .4em; }
.content a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
.content dt { margin-top: .8em; margin-bottom: .4em; }
.content ul { margin-left: 1.5em; }
.content ol { margin-left: 2.35em; }
.content ol ol, .content ul ol { margin-left: 2.5em; }
.content form div { margin-bottom: .8em; }

/* COLORS */

.content a:link { text-decoration: none; color: #28261E; font-weight:bold; }
.content a:visited { text-decoration: none; color: #403D31; font-weight:bold; }
.content a:hover { text-decoration: none; color: #979488; font-weight:bold;background: #28261E; }
.content a:active, .content a:focus { text-decoration: none; color: #666;  font-weight:bold;}
.content code, .content pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */


/* --------------------------------------------------------------------- */

body{
	background-color:#D0C7A6;
	font-family:"Lucida Grande", "Lucida Sans", Lucida, "Trebuchet MS", Verdana, sans-serif;
	font-size:12px;
	line-height:18px;
}

.wraper{
	display:block;
	position:relative;
	overflow:hidden;
	width:775px;
	margin:10px auto;
	height:auto;
}
.header_top{
	display:block;
	position:relative;
	overflow:hidden;
	background:#444134 url(images/top_header.gif) top left no-repeat;
	height:200px;
	width:775px;
}
.home_page_link{
	display:block;
	position:absolute;
	overflow:hidden;
	left:15px;
	top:17px;
	font-size:12px;
	text-transform:uppercase;
	color:#28261E;
	font-family:"Lucida Grande", lucida, "Trebuchet MS", Verdana, Helvetica, arial, sans-serif;
}
.home_page_link a{
	color:#28261E;
	text-decoration:none;
}

.home_page_link a:hover{
	background-color:#28261E;
	color:#ACA587;
}

.tommy_miah_pic{
	display:block;
	position:absolute;
	overflow:hidden;
	right:15px;
	width:140px;
	height:190px;
	top:4px;
}
.bdnews_partnership{
	display:block;
	position:absolute;
	overflow:hidden;
	right:154px;
	width:281px;
	height:56px;
	top:4px;
}

.content_container_outer{
	display:block;
	position:relative;
	overflow:hidden;
	width:775px;
	height:auto;
	background:#ECE5ff url(images/content_container_repeat.gif) left top repeat-y;
	
	
}

.content_container_inner{
	display:block;
	position:relative;
	overflow:hidden;
	width:775px;
	height:auto;
	background:url(images/content_container_top.gif) left top no-repeat;
	padding-top:10px;
	
}

.content_container{
	display:block;
	position:relative;
	overflow:hidden;
	width:745px;
	height:auto;
	background:url(images/content_container_bottom.gif) left bottom no-repeat;
	padding:0 15px 10px 15px;
}

.content_part{
	display:block;
	position:relative;
	overflow:hidden;
	width:500px;
	height:auto;
	float:left;
	
}
.top_story_box{
	display:block;
	position:relative;
	overflow:hidden;
	width:500px;
	height:auto;
	background:#D0C7A6;
	margin:0 0 20px 0;
}
.top_story_box h1{
	display:block;
	position:relative;
	overflow:hidden;
	background:#486332 url(images/green_content_heading_bg.gif);
	height:29px;
	width:500px;
	text-indent:20px;
	font-size:1.3em;
	line-height:29px;
	color:#D4E1C8;
	
}
.top_story_box .text_box{
	display:block;
	position:relative;
	overflow:hidden;
	width:480px;
	padding:10px;
}
.top_story_box .text_box .readmore{
	display:block;
	position:relative;
	overflow:;
	line-height:1.4em;
	font-size:11px;
	background:url(images/arrow.gif) 0 4px no-repeat;
	text-indent:16px;
	float:right;
}

.top_story_box .text_box .media_big{
	display:block;
	position:relative;
	overflow:hidden;
	width:480px;
}
.top_story_box .text_box .h2{
	color:#36342A;
}


.other_box_container{
	display:block;
	position:relative;
	overflow:hidden;
	width:500px;
	height:auto;
	background:#D0C7A6;
}
.other_box_container h1{
	display:block;
	position:relative;
	overflow:hidden;
	background:#486332 url(images/ash_content_heading_bg.gif);
	height:29px;
	width:500px;
	text-indent:20px;
	font-size:1.3em;
	line-height:29px;
	color:#C0BAA0;
	
}
.other_box_container .text_box{
	display:block;
	position:relative;
	overflow:hidden;
	width:500px;
	padding:10px 0;
	margin:0 0 20px 0;
	}

.other_box_container .text_box .collumn{
	display:block;
	position:relative;
	overflow:hidden;
	width:150px;
	height:auto;
	margin:0 5px 0 10px;
	_margin:0 5px 0 7px;
	
	float:left;
}
.other_box_container .text_box .collumn .media_small{
	display:block;
	position:relative;
	overflow:;
	width:140px;
	border:1px solid #A29C85;
	background:#E5DDBF;
	padding:4px;
}
.other_box_container .text_box .collumn .heading{
	display:block;
	position:relative;
	overflow:;
	width:146px;
	margin:5px auto;
	line-height:1.4em;
	
}
.other_box_container .text_box .collumn .readmore{
	display:block;
	position:relative;
	overflow:;
	float:right;
	line-height:1.4em;
	font-size:11px;
	background:url(images/arrow.gif) 0 4px no-repeat;
	text-indent:16px;
}






.side_bar{
	display:block;
	position:relative;
	overflow:hidden;
	width:223px;
	height:auto;
	
	float:right;
}

.side_bar .side_bar_box{
	display:block;
	position:relative;
	overflow:hidden;
	width:223px;
	height:auto;
	margin:0 0 20px 0;
}
.ash_green{
	background:#AAA58F url(images/top_side_bar_bg.gif) no-repeat left bottom;
	color:#1E1D17;
}
.ash_green .heading{
	background:#AAA58F url(images/ash_top_sidebar_bg_h.gif) no-repeat left top;
	color:#EDE3BF;
}


.ash_coffee{
	background:#C9C3AA url(images/bottom_side_bar_box_bg.gif) no-repeat left bottom;
	color:#444134;
}
.ash_coffee .heading{
	background:#4B6535 url(images/green_side_bar_heading_bg.gif) no-repeat left top;
	color:#EDE3BF;
}

.side_bar .side_bar_box .heading{
	display:block;
	position:relative;
	overflow:hidden;
	text-indent:15px;
	
	line-height:33px;
	height:33px;
	margin:0;
	
}

.side_bar .side_bar_box .text_box{
	display:block;
	position:relative;
	overflow:hidden;
	width:193px;
	height:auto;
	padding:15px;
	font-size:11px;
}






.clear{
	display:block;
	position:relative;
	overflow:hidden;
	font-size:0px;
	line-height:1px;
	clear:both;
	}



.footer{
	display:block;
	position:relative;
	overflow:hidden;
	width:745px;
	height:auto;
	background:#444134 url(images/footer.gif) left bottom no-repeat;
	padding:10px 15px 10px 15px;
	font-size:11px;
	color:#FFFFCC;
}

.home_page_link a#bdlink{
text-transform:lowercase;
font-size:13px;
}





