@charset "UTF-8";
/* CSS Document */

/*******************************************
Theme: SilverGhoul
Author: Sazzad Hossain
Website: http://www.SazzadHossain.org
*******************************************/


/************GENERAL************/
body {
	background: #F2F2F2;
	font-size: 12px;
	font-family: Verdana, Tahoma, Lucida, Geneva, Helvetica, Arial, sans-serif;
	margin: auto;
	color: #838B91;
}

ul, h1, h2, h3, h4, p, img, form{
	padding:0; margin:0;
	}
ul{
	list-style-type:none;
	}
.blank{
	font-size:0px; clear:both; line-height:0px;
	}

A:link {
	color: #0088e4;
	font-weight: normal;
	text-decoration: none;
}

A:visited { 
	color: #0088e4;
	font-weight: normal;
	text-decoration: none;
}

A:hover { 
	color: #0088e4;
	font-weight: normal;
	text-decoration: underline;
}

A:active {
	color: #0088e4;
	font-weight: normal;
	text-decoration: none;
}

html 
{
  overflow: scroll;
}

p {
	margin-bottom: 10px;
	line-height: 1.5em;
	}

/************HEADER*************/
#header_master {
	width:100%; 
	overflow:hidden; 
	margin: auto;
	border-bottom:0px; 
	margin-bottom:0px; 
	height:150px; 
	font-size:14px;
	background: #749865 url(images/header_bg.jpg) repeat-x bottom;
	text-align: center;
	}

#header_logo {
	width: 561px;
	height: 140px;
	background: url(images/logo.png) no-repeat bottom;
	text-align: center;
	}
	
#szcontainer {
	margin: auto;
width: 800px;
}
	
/*--------------------------------topNav---------------------------*/
#topNav {
	width:100%; 
	overflow:hidden; 
	border-bottom:0px; 
	margin-bottom:11px; 
	height:25px; 
	font-size:14px;
	text-align: right;
	}
#topNavC1 {
	width:400px; 
	margin:0 auto; 
	margin-top:6px;
	text-align: right;
	}
#topNavC1 ul{
	width:537px; margin:0 0 0 0; display:block; height:25px;
	}
#topNavC1 ul li{
	display:block; float:left; height:21px; margin:0; padding:0;
	}
#topNavC1 ul li a{
	font: bold 12px/21px "Trebuchet MS", Arial, Helvetica, sans-serif; padding:0 14px 0 14px; color:#83a587;
	text-decoration:none; margin:0; height:25px;
	}
#topNavC1 ul li a:hover{
	font: bold 12px/21px "Trebuchet MS", Arial, Helvetica, sans-serif; padding:0 14px 0 14px; color:#83a587;
	background-color:#e2e9e2; text-decoration:none; margin:0; height:25px;
	}

/************* Sub Menu *************/

.wireframemenu{
background-color: #FFF;
border-bottom-width: 0;
width: 100%;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 11px Tahoma;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #83a587;
text-decoration: none;

}

.wireframemenu a:visited{
color: #83a587;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #e2e9e2;
color:#83a587;
}


/*--------------------------------mainContent--------------------------*/
.content {
	width: 1004px;
	line-height: 1.5em;
	margin: 0px auto;
	text-align: left;
}

.topNavContainer
{
	background-image: url("images/ll_header_nav_bg.jpg");
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 37px;
}

.topNav 
{	
	padding: 6px 0px 5px 90px;
}

.topNav .right
{
    margin: 0px 0px 0px 610px;
    width: 205px;
}
.navItem 
{
    padding: 0px 30px 0px 0px;
    float: left;
}                   

.navItem a{
	font: bold 12px/21px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#83a587;
	text-decoration:none; margin:0; height:25px;
	}
.navItem a:hover{
	font: bold 12px/21px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#83a587;
	background-color:#e2e9e2; text-decoration:none; margin:0; height:25px;
	}

.navBackground {
	background-color: #bfefff;
}

A.navLinkStyle:link {
	color: #555555;
	font-weight:bold;
}

A.navLinkStyle:visited { 
	color: #555555;
	font-weight:bold;
}

A.navLinkStyle:hover { 
	color: #ffffff;
	font-weight:bold;
}

A.navLinkStyle:active {
	color: #555555;
	font-weight:bold;
}

A.navLinkSelectedStyle:link {
	color: #f26522;
	font-weight:bold;
}

A.navLinkSelectedStyle:visited { 
	color: #f26522;
	font-weight:bold;
}

A.navLinkSelectedStyle:hover { 
	color: #f26522;
	font-weight:bold;
}

A.navLinkSelectedStyle:active {
	color: #f26522;
	font-weight:bold;
}

.searchContainerStyle 
{	
	height: 22px;
	width: 205px;
}

.searchTextBoxStyle 
{
	color: #0066a7;
	border: solid 1px #0066a7;
	vertical-align:middle;
	margin-right: -6px;
	width: 177px;
}

.searchButtonStyle
{
	vertical-align: top;
	margin: 1px 0px 0px 0px;
	height: 20px;
	width: 25px;
}

.bodyContainer 
{
    clear:both;
	margin: auto;
    margin-top: 10px;
width: 800px;
}

.bodyContainer .column 
{
    padding: 0px;
    background-color: #f7fcff;
    border: solid 1px #dfebf0;
    width: 590px;
    float: left;
    margin-bottom: 10px;
}

.bodyContainer .columnSidebar 
{
    margin: 0px 0px 0px 610px;
    width: 205px;
}                        

.sidebar {
	margin: 0px 0px 15px 0px;
	padding: 10px;
	background: white url("images/ll_btm_gradient.jpg") repeat-x bottom;
	border: solid 1px #ddd;
	text-align: justify;
}

.sidehead {
	margin-bottom: 10px;
	padding-bottom: 0px;
	color: #0066a7;
	font-weight: bold;
	font-size: 14px;
}

.sidecontent {
	font-size: 11px;
	text-align: left
}

.footer 
{
	clear: both;
	border-top: solid 2px #dfebf0;
	margin: 0px;
}

.footerNav 
{
	margin-left: 90px;
	margin-top: 3px;
}

.footerNavItem
{
	font-size: 11px;
	padding: 0px 30px 0px 0px;
}

.dayItems 
{
	margin: 10px 15px 10px 15px;
}

.dayHeader {
	color: #444444;
	font-size: 11px;
	margin-bottom: 5px;
}

.items {
}

.item {
}

.itemBody
{	
}

.itemTitle {
	font-size: 18px;
	color: #0066a7;
	font-weight: normal;
	padding: 5px 0px 5px 0px
}

A.TitleLinkStyle:link {
	color: #0066a7;
	font-weight: normal;
	text-decoration: none;
}

A.TitleLinkStyle:visited { 
	color: #0066a7;
	font-weight: normal;
	text-decoration: none;
}

A.TitleLinkStyle:hover { 
	color: #0066a7;
	font-weight: normal;
	text-decoration: none;
}

A.TitleLinkStyle:active {
	color: #0066a7;
	font-weight: normal;
	text-decoration: none;
}

.itemContents 
{
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.itemFooter {
	margin: 5px 0px 0px 0px;
	border-bottom: solid 1px #dfebf0;
	font-size: 9px;
	text-align: right;
}


/* Hides from IE5-mac \*/
* html .itemBody {height: 1%;}
/* End hide from IE5-mac */
