﻿body 
{
	font-family: Arial, Calibri, Verdana, Courier New;
	font-size:12px;
	margin:0px;
	padding:0px;
}
#master_page
{
	margin:auto;
	padding:auto;
	width:970px;
}
.clearboth
{
	clear:both;
}
#master_header
{
	background-image:url("images/city.jpg");
	background-position: top right;
	background-repeat:no-repeat;
	border-bottom:solid 1px #3365ac;
	margin-bottom:10px;
	float:left;
}
#master_header_logo
{
	float:left;
	padding-top:30px;
}
#master_main_menu_top
{
	float:right;
	padding-top:112px;
	width:750px;
}
#master_main_menu_top ul
{
	list-style:none;
	float:right;
	padding:0px;
	margin:0px;
}
#master_main_menu_top ul li
{
	float:left;
	text-align:center;
	margin-left:1px;
	width:138px;
}

#master_main_menu_top ul li a:visited
{
	color:Black;
}
.defaul_menu
{
	background: url("images/blue_button.jpg") no-repeat;
	text-decoration:none;
	width:138px;
	display:inline-block;
	font-weight:bold;
	text-transform:capitalize;
	padding-top:10px;
	height:25px;
	color:inherit;
	color:Black;
}
.current_menu
{
	background: url("images/red_button.jpg") no-repeat;
	color:White;
}
#master_main_menu_top ul li a:hover
{
	background: url("images/red_button.jpg") no-repeat;
	color:White;
}

#master_content_left
{
	float:left;
	width:250px;
	min-height:1px;
	padding-top:20px;
}
#master_content_right
{
	float:left;
	width:720px;
}
#footer
{
	clear:both;
}




/* For other pages use */
.text_block
{
	border:solid 1px #97b3d8;
	padding:5px 10px;
	text-align:justify;
	background:#fff;
}
.text_block ul li
{
}
.page_title
{
	text-transform:uppercase;
	color:#ff7f00;
	font-size:20px;
	font-weight:bold;
	margin-top:10px;
}
.sub_title
{
	text-transform:uppercase;
	color:#ff7f00;	/*like orange*/
	font-size:14px;
	font-weight:bold;
}

.page_note
{
	margin-left:50px;
}

/*for sponsor*/
.sponsor_title
{
	display:block;
	text-align:center;
	font-size:9px;
	margin:10px 0px 5px;
	padding-right:90px;
}
.sponsor
{
	display:block;
	float:left;
	padding-left:5px;
}
.sponsor img
{
	width:145px;
}	
