/* -------------- import ------------------------ */
@import url(content.css);
/* -------------- end import ------------------------ */

/* -------------- general ------------------------ */

*{
	padding:0px;
	margin:0px;
	font-size: 10px;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*//*by adnan for same font everywhere*/
	font-family:Verdana;
}

body, html{
	text-align:center;
	letter-spacing: normal;
	word-spacing: normal;
	/*line-height: normal;*/
	line-height:13px;
	width:100%;
	height:100%;
	
}
body
{
min-height:100%;
}
.globalBackground{
	background-color: #f59029;
	/*background-image: url(../images/bg_bot_orange.jpg);*/
	background-repeat: no-repeat;
	/*background-position: left bottom;*/
 background-position:center bottom;/*by adnan for center */
}
.top-bg {

	/*background-image: url(../images/bg_top_orange.jpg);*/
	background-position: center top;
	height: 400px;
	width: 100%;
	background-repeat: no-repeat;
}
#centered {
	position:relative;
	width:100%;
	padding:0px 0 0 0;
	min-height:100%;
	text-align:center;
}
* html body #centered {
	height:100%;
}
#containerwhole {
	position:relative;
	width:996px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#container {
	position:relative;
	width:996px;
	overflow:hidden;
	background-image: url(../images/left-bg-orange.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;	/*border-right:270px solid #868ea0;*/ /* The width and color of the right rail min-height:973px;*/
}

#leftside {
	position:relative;
	width:166px;
	float:left;
	min-height:620px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#header {
	position:relative;
	width:810px;
	float:right;
	background-color:#fff;
	min-height:245px;
	border-top-width: 5px;
	border-right-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
}
#centre {
	position:relative;
	width:530px;
	float:left;
	min-height:700px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #ffffff;
	background-color: #FFFFFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

* html body #header {
	height:245px;
}
#rightside {
	position:relative;
	width:280px;
	float:right;
	/*min-height:624px;*//*Commented by Adnan for browser compaitiab*/
	text-align: center;
	background-color: #F69129;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	top: 0px;
	right: 0px;
	
}
#leftside, #header,#centre, #rightside{
	text-align:left;
}

.title-barL {
	font-weight:  bold;
	color: #FFFFFF;
	background-color: #FF9960;
	background-image: url(../images/title-barL-orange.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 500px;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	text-align: left;
	line-height: 24px;
	font-size: 11px;
}
.title-barL2{
	
	background-image: url(../images/title-barL-orange.jpg);
	background-repeat: no-repeat;
	background-position:left bottom;
	text-align: left;
	line-height: 24px;
	font-size: 11px;
	font-weight:  bold;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 10px;
	height: -1px;
}
.title-barS1 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9960;
	background-image: url(../images/title-barS1-orange.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 235px;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	text-align: left;
	line-height: 24px;
	font-size: 11px;
	float: left;
}
.title-barS2 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9960;
	background-image: url(../images/title-barS2-orange.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 235px;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	text-align: left;
	line-height: 24px;
	font-size: 11px;
	float: right;
}
.box-mid-530 {
	font-weight: normal;
	background-color: #F5F5F5;
	/*min-height: 100%;*//*Commented by adnan for broser compatability*/
	width: 505px;
	text-align: left;
	border: 5px solid #F5F5F5;
	padding-left:5px;
	position:relative;
	float:left;

}
.box-right-260 {
	font-weight: normal;
	background-color: #F5F5F5;
	width: 260px;
	text-align: justify;
	border: 5px solid #F5F5F5;
	padding: 0px;
	position:relative;
	float:left;
}
.box-Searchright-260 {
	font-weight: normal;
	background-color: White;
	width: 268px;
	text-align: justify;
	border: 1px solid White;
	padding: 0px;
	position:relative;
	float:left;
	padding-bottom:5px;
}
.box-mid-260 {
	font-weight: normal;
	background-color: #F5F5F5;
	/*min-height:150px;*/ /*Comented by adnan for browser compatiablility*/
	width: 235px;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F5F5F5;
	border-right-color: #F5F5F5;
	border-bottom-color: #F5F5F5;
	border-left-color: #F5F5F5;
	position:relative;
	float:left;


}
.box-mid-260-wob {
	font-weight: normal;
	background-color: #F5F5F5;
	width: 235px;
	text-align: left;
	border: 0px solid #F5F5F5;
	padding:5px;
	margin-top: 0px;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F5F5F5;
	border-right-color: #F5F5F5;
	border-bottom-color: #F5F5F5;
	border-left-color: #F5F5F5;
	position:relative;
	float:left;


	/*min-height:160px;*/ /*Comented by adnan for browser compatiablility and down text added by adnan*/
	
}
.white-color {
	font-weight: normal;
	background-color: #FFFFFF;
	min-height:100%;
	width: 510px;
	text-align: left;
	border: 5px solid #FFFFFF;
}


.top-padding {
	padding-top: 10px;
}
.right-padding {
	padding-right: 10px;
}

#footer-page {
	position:relative;
	width:996px;
	color:#FFFFFF;
	height:42px;
	background-image: url(../images/footer-bg-orange.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	text-align: right;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	line-height: 18px;
   float:left; /*added by HT towards correction for all browsers,020908*/
}

#footer-page  ul {
	position:relative;
	top:0;
	width:840px;
	left:140px;
	text-align:right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

	}

#footer-page  ul li{
	display:inline;
	padding: 0px;
	margin: 0px;
	text-align:right;
}
#footer-page  a {
	color:#ffffff;
	text-decoration:none;
	text-align: right;
} 
#footer-page  a:hover {
	color:#F59029;
	text-decoration:none;
}

.top-line {
	position:relative;
	width:100%;
	text-align: right;
	padding-bottom: 6px;
	font-weight: normal;
}



#navigation {
	MARGIN-TOP: 2px;
	TEXT-ALIGN: left;
	width: 156px;
	height: 170px;
	background-color: #fff;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;


	}
	 HTML .menu UL {
	MARGIN: 0px;
	padding: 0px;
	list-style-image: url(../images/blank.gif);

	}
	 HTML .menu A {
	 
		background-color: #fff;
		list-style-image: url(../images/blank.gif);
	
	}
	 HTML .menu A:visited {
		
		background-color: #fff;
		list-style-image: url(../images/blank.gif);
	
	}
	 HTML .menu A:hover {
	COLOR: #666666;
	background-color: #fff;
	list-style-image: url(../images/blank.gif);
	text-decoration: none;		
		

		

	}
	.menu A:visited {
			background-color: #fff;
			list-style-image: url(../images/blank.gif);
	}
	
	.menu A {
		DISPLAY: block;
		COLOR: #ff790d;
		LINE-HEIGHT: 28px;
		HEIGHT: 28px;
		TEXT-DECORATION: none;
/*		font-family: Arial, Helvetica, sans-serif;*//*by adnan for good looking in website*/
		font-family:Arial;
		font-weight: bold;
		font-size: 11px;
		text-transform: uppercase;
		text-align: right;
		letter-spacing: 2px;
		padding-right: 8px;
		list-style-position: inside;
		list-style-image: url(../images/blank.gif);
		list-style-type: upper-alpha;
	}
	
	.menu UL LI:hover UL {
		VISIBILITY: visible
	}
	.menu UL A:hover UL {
		VISIBILITY: visible
	}
	
	.menu UL LI.hello {
		
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #c1c2c3;
		background-color: #fff;
		background-image: url(../images/ico1.jpg);
		background-repeat: no-repeat;
		background-position: right 50%;
		padding-right: 25px;

	
		
	}
	.menu UL LI.services {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #c1c2c3;
		background-color: #fff;
		background-image: url(../images/ico2.jpg);
		background-repeat: no-repeat;
		background-position: right 50%;
		padding-right: 25px;
	}
	.menu UL LI.portfolio {

		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #c1c2c3;
		background-color: #fff;
		background-image: url(../images/ico3.jpg);
		background-repeat: no-repeat;
		background-position: right 50%;
		padding-right: 25px;
	}
	.menu UL LI.about {
		
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #c1c2c3;
		background-color: #fff;
		background-image: url(../images/ico4.jpg);
		background-repeat: no-repeat;
		background-position: right 50%;
		padding-right: 25px;
	}
	.menu UL LI.contact {

		BORDER-BOTTOM-STYLE: none;
		background-color: #fff;
		background-image: url(../images/ico5.jpg);
		background-repeat: no-repeat;
		background-position: right 50%;
		padding-right: 25px;
	}
	#on {
		COLOR: #666666;
		background-color: #FFFFFF;
		
		background-repeat: no-repeat;
		background-position: 7px 50%;
	}
.block-right-content {
	width: 258px;
	/*background-color: #FBD3AC;*//*by adnan for white background*/
	background-color:white;
	border: 1px solid #E6780B;
	/*text-align:justify;*//*by Adnan for no align*/
	padding: 5px;
	position: relative;
	float:left;
    margin-bottom:5px;
    font-weight:normal;
/*  bottom:5px;	min-height:85px*//*Commented by adnan for browser compatiab*/

}

.block-right-video 
{
	width: 260px;
	background-color: White;
	/*background-image:url(../images/video-bg.jpg);*/
	padding: 5px;
	/*min-height:400px*//*Commented by adnan for browser compatiab*/
	 position:relative;
	 float:left;
	}
.block-right-video1 {
	background-color: White;
    float: right;
    left: -2px;
    position: relative;
    top: 0;
    width: 253px;
    z-index: 1;
}
.databox-middle{
position:relative;
	float: left;
	width: 520px;
	height: 100%;
	}
/* block right float: left;*/
.rightisinside {
	position:relative;
	width:250px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	
}
h3.block-right-title {
	position:relative;
	width:250px;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0px;
	float:left;
	
}
h3.block-right-title  a{
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
}
h3.block-right-title  a:hover{
	text-decoration:none;
}

/* block droit */

.input-button-small {
	BORDER-RIGHT: #db6600 1px solid;
	BORDER-TOP: #db6600 1px solid;
	/*	font-weight: bold;*//*by adnan for browser compatiablility or to best suit*/
	font-weight:bold;
	font-size:11px;
	text-transform: uppercase;
	BACKGROUND-IMAGE: url('../images/GOALL/GO-BUT2.jpg');
	BACKGROUND-COLOR: #db6600;
	BORDER-LEFT: #db6600 1px solid;
	COLOR: #ffffff;
	PADDING-LEFT: 6px;
	PADDING-RIGHT: 6px;
	PADDING-BOTTOM: 1px;
	PADDING-TOP: 1px;
	BORDER-BOTTOM: #db6600 1px solid;
	line-height:16px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 0px;
/*	width: 15px;*/
	background-repeat:no-repeat;
	background-position: 50%;
	/*height: 21px;*/
	vertical-align:middle;
	text-align:center;

}
.input-button-small:hover {
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	BACKGROUND-IMAGE: url('../images/GOALL/GO-HOVER.jpg');
	BORDER-LEFT: #000000 1px solid;
	BORDER-BOTTOM: #000000 1px solid;
	BACKGROUND-COLOR: #000000
}
.input-home 
{/*background-repeat: repeat-x;
	background-position: 50%;
	background-image: url(../images/field-bg.jpg);*/
	color: #333333;
	width: 197px;
	border: 1px solid #c1c2c3;
	height: 21px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	padding-top: 1px;
	line-height: 18px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 8px;
}
#search-box {
	height: 39px;
	width:  268px;
	/*background-color: #FBD3AC;*//*by adnan not to use*/
	background-color:white;
	border: 1px solid #E6780B;
	text-align:center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;

	/*background-image: url(../images/search-bg.gif);*//*by adnan not to use*/
	background-repeat: no-repeat;
	background-position: right top;
/*	position:relative;
	float:left;*/
	vertical-align:middle;
	text-align:left;

	
}
	.headline-bold {
	font-weight: normal;
	color: #ff790d;
	padding: 0px;
	font-size: 10px;
	text-align: justify;
	}
	
	.headline-bold A{
	color:#ff790d ;
	text-align: left;
	text-transform: none;
	padding: 0px;
	display: inline;
	font-size: 10px;
	}
	
 	.headline-bold A:active {
	text-decoration: none;
	color: #c1c2c3;
	/*border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #c1c2c3;
	border-top-width: 0px;
	border-right-width: 0px; commented by adnan for same effect as link
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 0px;*/
	text-align: left;
	text-transform: none;
	padding: 0px;
	display: inline;
	font-size: 10px;

	}

	.headline-bold A:hover {
	
	color: #c1c2c3;
/*	padding: 1px;text-decoration:none; commented by adnan for same effect as link*/
	text-align: left;
	text-transform: none;
	padding: 0px;
	display:inline;
	font-size: 10px;
	text-decoration:underline;

	}
	

.hr {
	color: #c1c2c3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 3px;
	margin-top: 2px;
	margin-left: 5px;
}
.hr2{
	color: #c1c2c3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 5px;
	margin-top: 5px;
	margin-left: 0px;
}

	
	.date {
	color: #222222;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	padding: 1px;
	}
	.date-calender {
		color: #333333;
		padding: 4px;
		font-weight: normal;
		text-transform: none;
		font-family: Verdana;
		font-size: 11px;
	}
	.fonts {
	text-align: justify;
	padding: 0px;
	/*margin: 5px;*/ /*by adnan to start all the text from same position*/
	}
.pdf {
	color: #3e0b0a;
	float: none;
	text-align: right;
	text-transform: lowercase;
	background-repeat: no-repeat;
	background-position: left 50%;
	text-decoration: none;
	font-size: 10px;
	height: 15px;
	}
.pdf A{
	color: #3e0b0a;
	float: none;
	text-transform: lowercase;
	background-image: url(../images/download-pdf.gif);
	background-repeat: no-repeat;
	background-position:left 50%;
	text-decoration: none;
	padding-left: 20px;
	font-size: 9px;
	margin-top: 10px;
	font-weight: bold;
	}
	.pdf A:hover {
	text-decoration: none;
	color: #c1c2c3;
	background-image: url(../images/download-pdf.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	font-size: 9px;
	}
	.more {

	color: #FF9960;
	float: none;
	text-align: right;
	text-transform: lowercase;
	background-repeat: no-repeat;
	background-position: right 50%;
	text-decoration: none;
	font-size: 9px;
 
	}
	.more A{

	color: #ff790d;
	float: none;
	text-align: right;
	text-transform: lowercase;
/*	background-image: url(../images/m2.gif);
	background-repeat: no-repeat;
	background-position: right 50%;*/
	text-decoration: none;
	padding-right: 16px;
	font-size: 9px;
	margin-top: 10px;
	font-weight: bold;
	}
	
	.more A:hover {
	
	float:none;
	text-decoration: none;
	color: #c1c2c3;
/*	background-image: url(../images/m1.gif);
	background-repeat: no-repeat;
	background-position: right 50%;*/

	padding-right: 16px;
	font-size: 9px;
	}
	
	.video {
	font-size: 10px;
	color:#ff790d;/*#585858*/
	float: none;
	text-align: left;
	background-image: url(../images/video.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	/*width: 80px;*/
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 16px;
	vertical-align:top;
	}
	.video A{
		color: #ff790d;
		float: none;
		text-align: left;
		text-transform:none;
	}
	/*.video A:link{
		color: #ff790d;
		float: none;
		text-align: left;
		text-transform: none;
	}*/

	.video A:hover {
		text-decoration: none;
		color: #c1c2c3;
	}
	.photo {
	font-size: 10px;
	color: #ff790d;
	float: none;
	text-align: left;
	background-image: url(../images/photo.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	width: 80px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 16px;
	}
	.photo A{
		color: #585858;
		float: none;
		text-align: left;
		text-transform: lowercase;
	}
	.photo A:hover {
		text-decoration: none;color: #c1c2c3;
	}
	
	.NewVideo {
	font-size: 10px;
	color: #ff790d;
	float: none;
	text-align: left;
	background-image: url(../images/video.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	width: 80px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 16px;
	}
	.NewVideo A{
		color: #585858;
		float: none;
		text-align: left;
		text-transform: lowercase;
	}
	.NewVideo A:hover {
		text-decoration: none;color: #c1c2c3;
	}
	
	
	
	
	
	
	
	
	
	.img-border {
	padding: 2px;
	border: 1px solid #C1C2C3;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	}
	.newsimg-border {
	padding: 2px;
	border: 1px solid #442207;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
	.img-border75 {
	padding: 0px;
	border: 1px solid #442207;
	background-color: #FFFFFF;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
a {
	
		text-decoration: none;
	}
.clearboth
{
	clear: both;
	display: block;
	/*margin-top: -1px;*/
}
select, input, label{
	vertical-align:middle;
}
fieldset{
	border:0px;
}
ul {list-style:none;}
dl, dt, dd, ul, li {margin: 0; padding: 0; list-style-type: none;}
p {
	/*margin:5px 0 5px 0;*/
}
em{
	/*font-style:normal;*/
}


/*Created by adnan for Search Page*/

.title-barL-News {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #EC3D22;
	background-image: url(../images/asptitle-barL-red.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 500px;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	text-align: left;
	line-height: 24px;
	font-size: 11px;
}
.title-barL-blue {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #EC3D22;
	background-image: url(../images/title-barL-blue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 500px;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	text-align: left;
	line-height: 24px;
	font-size: 11px;
}
.title-barL-green {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #EC3D22;
	background-image: url(../images/title-barL-green.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 500px;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	text-align: left;
	line-height: 24px;
	font-size: 11px;
}
.title-barL-brown {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #EC3D22;
	background-image: url(../images/title-barL-brown.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 500px;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	text-align: left;
	line-height: 24px;
	font-size: 11px;
}
.title-barL-maroon {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #EC3D22;
	background-image: url(../images/title-barL-maroon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 500px;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	text-align: left;
	line-height: 24px;
	font-size: 11px;
}

imggallery
{

padding:15px	

}

h3.block-right-title {
	position: relative;
	width: 250px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0px;
	float: left;
}
h3.block-right-title2 {
	position: relative;
	width: 268px;
	color: white; /*#8B6D6D;*/;
	font-size: 11px;
	text-transform: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
	line-height: 24px;
	text-indent: 28px;
	float: left;
	 font-weight:lighter;
}
h3.block-right-title2 a {
	color: white;
	font-size: 11px;
	text-transform: none;
	text-decoration: none;
	width: 268px;
    background-color:#EC2D25;
	display: block;
	padding:0px;
	line-height: 24px;/*title-bar-s4.jpg*/
	background-image: url(../images/orange-p1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	margin-left: 1px;
	position: relative;
	float: left;
	margin-bottom:2px;
}
h3.block-right-title2 a:hover {
	text-decoration:none;
	color:white; /*#442207;*/
	background-color:#EC2D25;
	width: 268px;
	display: block;
	padding: 0px;
	line-height: 24px;
	background-image: url(../images/Orange-p2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	float: left;
}

.box-mid-gamessearch1 {
	font-weight: normal;
	background-color:#1A3F38;
	width: 505px;
	text-align: left;
	padding-left:10px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	position:relative;
	float:left;
	color:white;

}
.box-mid-gamessearch2 {
	font-weight: normal;
	background-color: #DBE0F7;
	width: 505px;
	text-align: left; /*min-height:310px;*/ /*Commented by Adnan to solve issue of browser compatiability 03 sep 2008*/;
	padding-left:10px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;

	position:relative;
	float:left;

}
.box-mid-councilsearch1 {
	font-weight: normal;
	background-color: #A07E63;
	width: 505px;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	position: relative;
	float: left;
}
.box-mid-councilsearch2 {
	font-weight: normal;
	background-color: #F7EEE6;
	width: 505px;
	text-align: left; /*min-height:310px;*/ /*Commented by Adnan to give the same look in all browser & eradicate the compatiablility issues  03/09/2008 wed*/;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	position: relative;
	float: left;
}

.input-button-small-clear {
	BORDER-RIGHT: #db6600 1px solid;
	BORDER-TOP: #db6600 1px solid;
	/*	font-weight: bold;*//*by adnan for browser compatiablility or to best suit*/
	font-weight:bold;
	font-size:11px;
	text-transform: uppercase;
	BACKGROUND-IMAGE: url('../images/GOALL/clear.jpg');
	BACKGROUND-COLOR: #db6600;
	BORDER-LEFT: #db6600 1px solid;
	COLOR: #ffffff;
	PADDING-LEFT: 6px;
	PADDING-RIGHT: 6px;
	PADDING-BOTTOM: 1px;
	PADDING-TOP: 1px;
	BORDER-BOTTOM: #db6600 1px solid;
	line-height:16px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 0px;
/*	width: 15px;*/
	background-repeat:no-repeat;
	background-position: 50%;
	/*height: 21px;*/
	vertical-align:middle;
	cursor:pointer;
	text-align:center;

}




.input-button-small-clear:hover {
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	BACKGROUND-IMAGE: url('../images/GOALL/clear1.jpg');
	BORDER-LEFT: #000000 1px solid;
	BORDER-BOTTOM: #000000 1px solid;
	BACKGROUND-COLOR: #000000
}

 