html,body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	width: 100%;
	max-height: 100%;
	min-height: 100%;
}

/* Text widget */
.text_widget {

	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 14px;
	background-color: transparent;
	color: black;

}

/* About us widget */
.about_widget_content {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 12px;
	color: #231f20;
}

.about_widget_title {
	text-align: left;
	font-size: 24px;
	padding-bottom: 15px;
}

/* Menu widget */
.menu_widget {
	background: url(images/menu_bg.png) no-repeat;
	width: 1024px;
	height: 46px;
	text-align: left;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 14px;
	color:white;
	text-decoration: none;
	padding-left: 40px;
	padding-right: 40px;
}

.menu_row_container {
	width: 100%;
}

.menu_widget_menu_row {
}

.menu_widget_cell, .menu_widget_cell_selected a {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 14px;
	color:white;
	white-space: nowrap;
	height: 46px;
	text-decoration: none;
	padding-top:12px;
	vertical-align: top;
}

.menu_widget_cell a:LINK {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 14px;
	color:white;
	padding-top:12px;
	vertical-align: top;
	white-space: nowrap;
	height: 46px;
	text-decoration: none;
}

.menu_widget_cell a:ACTIVE {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 14px;
	color:white;
	padding-top:12px;
	vertical-align: top;
	white-space: nowrap;
	height: 46px;
	text-decoration: none;
}

.menu_widget_cell a:VISITED {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 14px;
	color:white;
	padding-top:12px;
	vertical-align: top;
	white-space: nowrap;
	height: 46px;
	text-decoration: none;
}

.menu_widget_cell a:HOVER {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 14px;
	color:#ff5a00;
	padding-top:12px;
	vertical-align: top;
	white-space: nowrap;
	height: 46px;
	text-decoration: none;
}

.menu_widget_cell_selected {
	font-weight: bold;
	padding-top:12px;
	vertical-align: top;
}

/* Logo widget */
.logo_widget {
	border: none;
}

/* Map widget */
.map_widget_info_panel_distance_text {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 12px;
	color: #333333;
	cursor: pointer;
	font-weight: bold;
	padding-left: 5px;
}

.map_widget_info_panel_links {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	text-decoration: underline;
	font-size: 12px;
	color: #216ec0;
	cursor: pointer;
	padding-right: 5px;
}

.map_widget_info_panel_hours_text {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 10px;
	font-weight: bold;
}

/* Hours widget */
.hours_widget_content {
	line-height: 1.5;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

.hours_widget_title {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 24px;
	width: 229px;
	height: 38px;
	color: #000000;
	text-align: left;
	padding-left: 38px;
}

.hours_widget_title_content_table {
	text-align: left;
	width: 220px;
}

.hours_widget_text_days {
	vertical-align: middle;
	height: 15px;
	width: 80px;
	padding-left: 30px;
}

.hours_widget_text_hours {
	vertical-align: middle;
	height: 15px;
	width: 60px;
	padding-left: 40px;
}

/* Address widget */
.address_widget_content {
	line-height: 1.5;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 12px;
	color: #000000;
}

.address_widget_address {
	padding-left: 30px;
}

.address_widget_title {
	font-size: 24px;
	height: 38px;
	width: 230px;
	color: #000000;
	text-align: left;
	padding-left: 38px;
	padding-bottom: 35px;
}

.address_widget_title {
	
}

.address_widget_text_phone {
	
}

/* Events Widget */ 

.event_widget_title {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 18px;
	color: #000000;
	padding-top: 18px;
	padding-left: 53px;
}

.event_widget_date_time {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00660e;
	padding-top: 5px;
	padding-left: 53px;
}

.event_widget_description {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 8px;
	padding-left: 53px;
}

.business_directory_header{
        background-color: #4d515b;
        border: solid 1px #dcdcdc;
        height: 72px;
        width: 100%;
        -moz-box-shadow: 0px 2px 7px #c8c8c8;
        -webkit-box-shadow: 0px 2px 7px #c8c8c8;
        box-shadow: 0px 2px 7px #c8c8c8;
        position: absolute;
        top:0px;
        left: 0px;
        z-index:10;
}

.business_directory_footer{
        background-color: #4d515b;
        border: solid 1px #dcdcdc;
        height: 7px;
        width: 100%;
        -moz-box-shadow: 0px 2px 7px #c8c8c8;
        -webkit-box-shadow: 0px 2px 7px #c8c8c8;
        box-shadow: 0px 2px 7px #c8c8c8;
}

.events_title {
	font-family: "Trebuchet MS", Helvetica,Jamrul,sans-serif;
	font-size: 24px;
}

.events_history_title {
	font-family: "Trebuchet MS", Helvetica,Jamrul,sans-serif;
	font-size: 16px;
}

.events_history_date {
	font-family: "Trebuchet MS", Helvetica,Jamrul,sans-serif;
	font-size: 14px;
}

.events_date {
	font-family: "Trebuchet MS", Helvetica,Jamrul,sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.events_description {
	font-family: "Trebuchet MS", Helvetica,Jamrul,sans-serif;
	font-size: 12px;
}

.events_history_see_details{
	font-family: "Trebuchet MS", Helvetica,Jamrul,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:  #0062c1;
}

.past_events_title {
	color: #003300;
	font-family: "Trebuchet MS", Helvetica,Jamrul,sans-serif;
	font-size: 24px;
}

.events_picture img{
	width: 100px !important;
	height: 100px !important;
}

td.events_picture{
	width: 110px !important;
}

.event_table_alignment .events_title,.events_date,.events_picture,.events_description{
	padding-left: 0px !important;
	padding-top: 0px !important;
}