/* reset */

/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, font, sub, supimg, ins, kbd, q, s, samp,
small, strike, tt, var,
table, tbody, tfoot, thead, tr, th, td,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
caption{
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	zoom:1;
}*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ul, ul li, fieldset, form, label, legend,
caption{
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	zoom:1;
}

:focus {
	outline: 0;
	vertical-align: top;
}

body {
	color: #000;
	background: #fff;
}
/*ol, ul {
	list-style: none;
}
*/

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


a{
	text-decoration: none;
	color:#A90F2F;
}

a:hover{
	text-decoration: none;
	color:#A90F2F;	
}

/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */








/*-------------- style------------------*/


/*

Theme Name: 
Theme URI: 
Description:
Version:
Author: 

*/	


			/* Global Layout */


body 
{
font-size: 62.5%;
margin: 0px;
text-align:center;
background: #DFD9D2;
color: #81725E;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrap{
	width: 920px;
	margin: 20px auto;
	background: #fff;
	padding: 15px;
}

	#head{
		height: 87px;	
		background: #81725E url(/images/confidence.aspx) top left no-repeat;
		background-position: 252px 0;
			border-bottom: 6px solid #fff;
	}
	
		#logo{
			float: left;
			background: url(/images/logo.aspx) top left no-repeat;
			height: 87px;
			width: 252px;
			text-indent: -9999em;	
			clear:both;
		}
/*----- added later by designer --------*/
		.logo_col
		{
			float:left;
			width:517px;
		}
		.clear
		{
			clear:both;
		}
/*--------- end aditional style ---------*/
		#top{
			float: right;
			height: 60px;
			padding: 27px 12px 0 0;			
		}
		
		* html #top{			
			width: 400px;
		}
		
		#user-options{
			/*line-height: 22px;*/
			/*overflow: hidden;*/
			width:225px;
		}
		
			.user-links{
				float: left;
				color: #fff;
				font-weight: bold;
			}
			
				.user-links a{
					color: #fff;
					/*color:#a90f2f;*/
					font-weight: bold;	
				}
				.user-links a:hover{
					color: #fff;
					/*color:#a90f2f;*/
					font-weight: bold;	
				}
			
			.font-size{
				float: right;
				color: #fff;
				font-weight: bold;
			}
			
			.font-size strong{
				float: left;
			}
			
			.go-smaller{
				float: left;
				height: 21px;
				width: 21px;
				text-indent: -9999em;
				margin-left: 10px;
				display: inline;
				background: url(/images/down.aspx) top left;
			}
			
			.go-bigger{
				float: left;
				height: 21px;
				width: 21px;
				text-indent: -9999em;
				margin-left: 10px;
				display: inline;
				background: url(/images/up.aspx) top left;
			}
		
		
		#search-box{
			/*overflow: hidden;*/
			clear: both;
			padding-top: 5px;
		}
		
			#search-box select{
				float: left;
				width: 225px;
				height: 20px;
				padding: 1px;
				color: #81725E;
				font-size: 1em;
				margin-right: 13px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
			}
			
			#search-box .text{
				float: left;
				padding: 2px 5px 0 5px;
				height: 18px;
				width: 135px;
				border: 0;
				color: #81725E;
				font-size: 1em;
				background: #fff;
			}
			
			#search-box .submit{
				float: right;
				padding: 0px 5px 2px 5px;
				height: 20px;
				border: 0;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-weight: bold;
				font-size: 1.1em;
				text-transform: uppercase;
				color: #fff;
				background: #810033;
			}


	#nav{
		height: 33px;
		border-bottom: 6px solid #C7C0B8;	
		overflow: hidden;
	
	}
	
		#main-menu{
			float: left;
			height: 33px;
			list-style-type:none;	
		}
		
			#main-menu li{
				float: left;
				height: 33px;
				padding-right: 8px;
				list-style-type:none;	
			}
			
			#main-menu li a{
				float: left;
				padding: 10px 29px 0 29px;
				height: 23px;
				/*text-transform: uppercase;*/
				font-size: 1.1em;
				font-weight: bold;
				color: #5C5243;
				background: url(/images/light-tag.aspx) left center no-repeat;	
			}
			
			#main-menu li a:hover, #main-menu li.active a{
				background: #C7C0B8 url(/images/dark-tag.aspx) left center no-repeat;	
				text-decoration: none;
				
			}
				
		#site-menu{
			float: right;
			height: 26px;
			padding-top: 7px;
list-style-type:none;	
		}
		
			#site-menu li{
				float: left;
				height: 26px;
				padding-left: 8px;
list-style-type:none;	
			}
			
			#site-menu li a{
				float: left;
				padding: 6px 18px 0 18px;
				height: 20px;
				color: #81725D;
				font-weight: bold;
				background: #F4F1EE;
				text-decoration: none;
			}
			
			#site-menu li a:hover, #site-menu li.active a{
				background: #C7C0B8;
				color: #fff;
			}
	
	
	#page{
		overflow: hidden;
		text-align: left;
	}
	
		#content{
			float: left;
			width: 643px;
			padding-left: 20px;
		}
		
		.front #content{
			width: 670px;
			padding-left: 0;
		}
		
			#breadcrumb{
				/*line-height: 3em;*/
				margin-top:10px;
				margin-bottom:10px;			
			}
			
				#breadcrumb strong{
					padding-right: 11px;
					background: url(/images/bull.aspx) right center no-repeat;
					margin-right: 11px;
					font-weight: bold;
				}
			
				#breadcrumb a{
					padding: 0 8px 2px 6px;
					color: #81725E;
					text-decoration: underline;
					background: url(/images/crumb2.aspx) right center no-repeat;
				}

				#breadcrumb a:hover{
					padding: 0 8px 2px 6px;
					color: #a90f2f;
					text-decoration: underline;
					background: url(/images/crumb2.aspx) right center no-repeat;
				}
			

			#splash{
				/*background: url(/images/splash.aspx) top left no-repeat;*/	
				height: 167px;
			}
			
				#splash.front{
					height: 229px;
					border-top: 1px solid #fff;
					/*background: url(/images/splash-front.aspx) top left;*/
				}
			
			
			#tri{
				background: #81725F url(/images/splash-split.aspx) top center repeat-y;
				padding: 15px 0 16px 2px;	
				overflow: hidden;
			}
			
				.tri-box{
					float: left;
				}
				
				.tri-box.first{
					padding: 0 0 0 15px;
					width: 200px;
				}
				
				.tri-box.second{
					padding: 0 0 0 20px;
					width: 190px;
				}
				
				.tri-box.last{
					padding: 0 0 0 30px;
					width: 190px;
				}
				
				.tri-box h2{
					font-weight: bold;
					color: #fff;
					padding: 0 30px 6px 0;
					font-size: 1.1em;
				}
				
				.tri-box select{
					width: 190px;
					padding: 1px;
				}
			
			
			#landing{
				padding: 14px 0 14px 0;
				overflow: hidden;	
			}
			
				.landing{
					position: relative;
					float: left;
					width: 300px;
					height: 70px;
					padding-right: 26px;
					overflow: hidden;
					border: 1px solid #C7C0B8;
				}
				
				.landing img{
					margin-right: 10px;
					display: inline;
					float: left;
				}
				
				.landing.mod{
					float: right;
				}
				
				.landing h3{
					font-size: 1.2em;
					font-weight: bold;
					color: #680F2F;
					padding: 10px 0 4px 0;
				}
				
				.landing-link{
					position: absolute;
					top:0;
					right: 0;
					height: 70px;
					width: 16px;
					text-indent: -9999em;
					background: url(/images/go-right.aspx) top right no-repeat;
				}
				
			
			
			.entry{
				padding: 15px 0 15px 0;		
				font-size: 1.1em;
			}
			
				.entry h1{
					font-size: 2em;
					color: #8D1947;
					padding-bottom: .6em;
				}
				
				.entry h2{
					font-weight: bold;
					color: #810033;
					padding-bottom: 1em;	
				}
				
				.entry h3{
					font-weight: bold;
					border:0px;
				}
				
				.entry a{
					/*color: #81725E;*/
					color:#A90F2F;
					text-decoration: underline;
				}
				.entry a:hover{
					/*color: #81725E;*/
					color:#A90F2F;
					text-decoration: none;
				}
				
				.entry p{
					line-height: 1.5em;
					padding-bottom: 1em;
				}
				
				.entry ul{
					line-height: 1.5em;
					padding-bottom: 2em;
					overflow: hidden;
				}
				
				.entry ul li{
					padding-left: 28px;
					background: url(/images/bull.aspx) top left no-repeat;
					background-position: 0 4px;
					list-style-type:none;
				}
				
				.entry ul li.vcard{
					float: left; 
					width: 180px;
				}
				
				.fn{
					font-weight: bold;
				}




		
		#sidebar{
			position: relative;
			float: right;
			width: 226px;	
		}
		
			.widget{
				position: relative;
				margin-top: 8px;
				margin-bottom: 10px;
				border: 1px solid #C7C0B8;
			}
			
				.content{
					position: relative;
					padding: 12px;
					overflow: hidden;
				}

.content1{
					position: relative;
					padding: 6px;
					overflow: hidden;
				}
				
				.widget h3{
					font-size: 1.2em;
					font-weight: bold;
					border: 2px solid #fff;
					background: #800033 url(/images/title-tick.aspx) left center no-repeat;
					padding: 6px 0 6px 30px;
					color: #fff;
				}
				
				.widget h4{
					font-weight: bold;
					font-size: 1.1em;
					color: #800033;
					padding: 7px 0 0 11px;
				}
				
				.widget h3 a{
					float: right;margin-right: 8px;
					color: #fff;
					font-size: .8em;
					font-weight: normal;
					text-decoration: underline;
				}
				
				.widget p{
					line-height: 1.5em;
					padding-top: .5em;
				}
				
				.slide-bottom{
					display: block;
					height: 16px;
					background: url(/images/spread.aspx) top center;
					text-indent: -9999em;
				}
				
				.widget li{
					padding: 2px 0 2px 6px;	
					list-style-type:none;
				}
				
				.widget li a{
					display: block;
					color: #81725E;
					/*color:#a90f2f;*/
					text-decoration: underline;
					padding-left: 15px;
					background: url(/images/crumb.aspx) left center no-repeat;
					background-position: 0 5px;
				}
				.widget li a:hover{
					color:#a90f2f;
					text-decoration: none;
					padding-left: 15px;
					background: url(/images/crumb.aspx) left center no-repeat;
					background-position: 0 5px;
				}
				
				.widget label{
					font-weight: bold;
					font-size: 1.1em;
					display: block;
					padding: 5px 30px 2px 0;
				}
				
				.widget select{
					width: 194px;
					padding: 1px;
					font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				}
				
				.select-wrap{
					padding-bottom: 13px;
					border-bottom: 1px dotted #81725E;
				}
				
				.content.alt{
					overflow: hidden;
					padding: 5px 16px 16px 16px;
					background: #F4F1EE;
				}
				
				.content.type1{
					padding: 0 10px 0 0;
				}
				
				/*.widget a{
					color: #81725E;
				}
				*/
				.event{
					display: block;
					margin-top: 5px;
					font-size: 1.1em;
				}
				
				.date{
					font-size: 1.3em;
					font-weight: bold;
					color: #800033;
					display: block;
					padding-top: 3px;
				}
				
				.news-scroller{
					height: 110px;
					overflow-y: scroll;
					text-align: left;	
				}
				
					.news-scroller h4{
						padding:0;
					}
					
					.widget .news-scroller li{
						padding: 5px 0 5px 0;
						list-style-type:none;
					}
					
					.widget .news-scroller p{
						padding: 0;
					}
					
					.widget .news-scroller a{
						padding: 0;
						background: none;
					}
					.widget .news-scroller a:hover{
						padding: 0;
						background: none;
					}
					
					.post-date{
						color: #846F5C;
					}
	
	
	#footer{
		padding: 12px;
		background: #F4F1EE;
		overflow: hidden;
		letter-spacing: -.04em;
		color: #81725E;
	}
	
		#site-info{
			/*text-align: left;*/
			text-align: left;
			float: left;
			line-height: 1.5em;	
		}
		
		* html #footer{
			font-size: .9em;
		}
		
		#foot-links{
			float: right;
			line-height: 4.5em;
		}
		
		#footer a{
			color: #81725E;
			text-decoration: underline;
		}
	
	#rss{
		padding: 7px 45px 7px 0;
		display: block;
		text-align: right;
		background: #A19689 url(/images/rss.aspx) center right no-repeat;
		background-position: 890px 5px;
		color: #fff;
	}
	
	#rss:hover{
		background: #8A8175 url(/images/rss.aspx) center right no-repeat;
		background-position: 890px 5px;
	}
	
/*------------------------ style end---------------------*/
/*main menu*/


/*----------------------- main menu--------------------*/
/**/
/* CSS Document */
/* common styling */
.menu 
{
	font-family: verdana, arial; 
	/*width:100%; */
	position:absolute; 
	font-size:11px;
	font-weight:bold; 
	z-index:991;
	text-align:left;
}
.menu ul 
{
	display:inline;
	padding:0; 
	margin:0; 
	list-style: none;
	white-space:nowrap;

}
.menu ul li 
{
	display:inline;
	float:left; 
	position:relative;
	margin:0px;
	/*text-transform: uppercase;*/
	list-style-type:none;
}
.menu ul li a 
{
	display:block; 
	text-decoration:none;
	padding: 5px 30px 8px 30px;
	color:#585043; 
	line-height:20px; 
	font-size:11px;}
/*.sublink
{
	background:url(/images/light-tag.aspx) center right no-repeat;
}
.sublink:hover
{
	background:url(/images/light-tag.aspx) center right no-repeat;
}
*/
.menu ul li.bullet
{
	background:url(/images/light-tag.aspx) center left no-repeat;
}
.menu ul li a:hover.bullet
{
	background:url(/images/light-tag.aspx) center left no-repeat;
	background-color:#c7c0b8;
	color:#A90F2F;
}
.menu ul li ul
{
	display:none;
}
.menu ul li:hover ul li ul
{
	/*display: none;
	border:0px;
	*/
	visibility:hidden;
}
.menu ul li:hover ul
{
	display:block;
	position:absolute;
	text-align:left;
	/*left:0px;*/
	border-left:1px solid #c5c2bd;
	border-right:1px solid #c5c2bd;
	border-top:1px solid #c5c2bd;
	border-bottom:none;
	white-space:normal;
}
.menu ul li:hover ul li a
{
	font-weight:normal;
	background-color:#f5f1ee;
	border-bottom:1px solid #c5c2bd;
	padding:4px;
	width:150px;
}
.menu ul li:hover ul li a:hover
{
	font-weight:normal;
	background-color:#81725d;
	border-bottom:1px solid #c5c2bd;
	color:#fcfdf8;
}
.menu ul li:hover ul li:hover ul
{
	padding:0px;
	border-left:1px solid #c5c2bd;
	border-right:1px solid #c5c2bd;
	border-top:1px solid #c5c2bd;
	border-bottom:none;
	top:0px;
	display:block;
	position:absolute;
	left:158px;
	white-space:normal;
}
.menu ul li.selected:hover 
{
	background:url(/images/dark-tag.aspx) center left no-repeat;
	background-color:#c7c0b8;
}
.menu ul li:hover ul li:hover .butt
{
	background:url(/images/arrow_hover.aspx) center right no-repeat;
	background-color:#81725d;
	color:#FFFFFF;
}
.menu ul li.active
{
	background:url(/images/dark-tag.aspx) center left no-repeat;
	background-color:#c7c0b8;
	margin-left:0px;
	margin-right:10px;

}
.menu ul li.selected
{
	margin-left:0px;
	margin-right:10px;

}
.submenu-indicator
{
	background:url(/images/dark-tag.aspx) right no-repeat;
}
/*---------------------- end main menu -----------------*/


/*added by development teat - 15072009*/
.news{
	padding: 5px 0 15px 0;		
	font-size: 1.1em;
}

.news h1{
	font-size: 2em;
	color: #8D1947;
	padding-bottom: .6em;
	font-weight:normal;
}
.news h2{
	font-weight: bold;
	color: #810033;
	padding-bottom: 1em;	
}

.news h3{
	font-weight: bold;
}

.news_title{
	color: #81725E;
	text-decoration: underline;
}

.news_title:hover{
	/*color:#84715A;*/
	/*text-decoration: none;*/
	color:#A90F2F;
}

.news_title_link{
	color: #81725E;
	text-decoration: underline;
}

.news_title_link:hover{
	/*color:#84715A;*/
	/*text-decoration: none;*/
	color:#A90F2F;
}

.read_more{
color:#af0033;
padding-bottom:10px;
}

.read_more_link{
color:#af0033;
text-decoration:underline;
}

.read_more_link:hover{
/*color:#AF2B5F;*/
color:#A90F2F;
text-decoration:none;
}

.news p{
	line-height: 1.5em;
	margin:0px;
}

.news ul{
	padding-top:10px;
	line-height: 1.5em;
	overflow: hidden;
}

.news ul li{
	padding-left: 28px;
	background: url(/images/bull.aspx) top left no-repeat;
	background-position: 0 4px;
	list-style-type:none;
}

.news ul li.vcard{
	float: left; 
	width: 180px;
}

.news_details{
	padding: 5px 0 15px 0;		
	font-size: 1.1em;
}

.news_details h1{
	font-weight:normal;
	font-size: 1.8em;
	color: #8D1947;
	padding-bottom: .6em;
}

.news_details p{
	line-height: 1.5em;
	padding-bottom: 0.5em;
	margin:0px;
}

.news_details img
{
float:left;
border:2px solid #c7c0b8;
margin-right:15px;
}

.widget_search
{
margin-top: 8px;
margin-bottom: 10px;
border: 1px solid #C7C0B8;
}
			
.widget_search h1{
font-weight:normal;
font-size: 2em;
color: #800033;
padding: 7px 0 0 11px;
}

.widget_search p
{
padding: 7px 0 10px 11px;
}

.textbox
{
background-color:#FFFFFF;
border:1px solid #c7c0b8;
float: left;
padding: 2px 5px 0 5px;
height: 18px;
color: #81725E;
font-size: 1em;
}

.content.alt h1{
font-size:2em;
font-weight:normal;
}

.search_float
{
width:200px;
float:left;
}

.news p.search{
	padding-bottom: 20px;
	margin:0px;
}

.pagination A:selected 
{
	background-color:#d9d9d9;
  border:1px solid #b3b3b3;
	border-collapse: collapse;
	FONT-SIZE: 11px;
  COLOR: #514320;
  FONT-FAMILY: arial, verdana;
	padding:0px 4px 0px 4px;
	text-decoration:none;
	margin:0px 4px 0px 4px;
}
.pagination A:link
{
  border:1px solid #b3b3b3;
	border-collapse: collapse;
	FONT-SIZE: 11px;
  COLOR: #514320;
  FONT-FAMILY: arial, verdana;
	padding:0px 4px 0px 4px;
	text-decoration: none;
	margin:0px 4px 0px 4px;
}
.pagination A:hover 
{
  border:1px solid #b3b3b3;
	border-collapse: collapse;
	FONT-SIZE: 11px;
  COLOR: #514320;
	background-color:#CCCCCC;
  FONT-FAMILY: arial, verdana;
	padding:0px 4px 0px 4px;
	text-decoration: none;
	margin:0px 4px 0px 4px;
}
/*--- end ------------------*/


/*------------- Commettees --------------*/
.widget_list
{
text-align:left;
}
.widget_list h4{
					font-weight: bold;
					font-size: 1.1em;
					color: #800033;
					padding: 0px 0 0 0px;
				}
.widget_list ul
{
list-style-type:none;
margin:0px;
padding:0px;
}
.widget_list ul li
{
list-style-type:none;
margin:0px;
padding:0px;
}
.widget_list ul li a
{
margin:0px;
padding:0px;
color: #846F5C;
font-family:verdana, arial;
text-decoration:underline;
font-size:11px;
}
.widget_list ul li a:hover
{
margin:0px;
padding:0px;
/*color: #AF9883;*/
font-family:verdana, arial;
text-decoration:none;
color:#A90F2F;
}

/*----------------- end -----------------*/

/*------------- New standards Page--------*/
.table_border
{
border:#81725E solid 1px;
border-collapse:collapse;
padding:5px;
}
.table_border1
{
border:#81725E solid 1px;
border-collapse:collapse;
margin-top:10px;
}
.link
{
margin:0px;
padding:0px;
color: #846F5C;
font-family:verdana, arial;
text-decoration:underline;
font-size:10px;
}
.link:hover
{
margin:0px;
padding:0px;
/*color: #AF9883;*/
font-family:verdana, arial;
text-decoration:none;
font-size:10px;
color:#A90F2F;
}

/*------------------ end -------------------*/
/*----------------- Reports -----------------------*/
.border{
border:none;
background:none;
}
/*-------------------- end -------------------------*/

/*------------- s : Enquiry Form ----------------*/
.mandatory
{
	FONT-SIZE: 11px;
  COLOR: #e82a2a;
  FONT-FAMILY: verdana, arial;
}
.form
{
	clear:both;
	padding:0px;
	margin:0px;
	width:643px;
}
.form td
{
vertical-align:top;
}
.form_title
{
	padding: 5px;
	background: #F4F1EE;
	border:1px solid #c7c0b8;
	FONT-SIZE: 11px;
	font-weight:bold;
  COLOR: #81725e;
  FONT-FAMILY: verdana, arial;
}
.form_txt
{
	FONT-SIZE: 11px;
  COLOR: #81725e;
  FONT-FAMILY: verdana, arial;
}
.textbox1
{
	background-color:#FFFFFF;
	border:1px solid #c7c0b8;
	padding: 2px 5px 0 5px;
	height: 18px;
	color: #81725E;
	FONT-SIZE: 11px;
}
.textbox_select
{
	background-color:#FFFFFF;
	border:1px solid #c7c0b8;
	color: #81725E;
	FONT-SIZE: 11px;
}

/*------------- e : Enquiry Form ----------------*/

/*------------- s : Contace Management ----------------*/

.heading
{
background-color:#C7C0B8;
padding:5px;
font-weight:bold;
}

.table_border
{
border:#C7C0B8 solid 1px;
border-right:0;
border-top:0;
padding:5px;
}
.contact_mana
{
width:650px;
border:#C7C0B8 solid 1px;
border-bottom:0;
border-left:0;
border-collapse:collapse;
margin-bottom:40px;
}

/*------------- e : Contace Management ----------------*/


/*----------------- s: Board Members Image------------*/

.image_bg
{
	background-color:#F4F1EE;
	border:#aea497 solid 1px;
	vertical-align:top;
	margin-bottom:10px;
}
.image_border
{
	border:#8A8175 solid 1px;
}
.image_cell
{
	padding:10px;
}
.image_caption
{
	text-align:center;
	padding:0px 10px 10px 10px;
}

/*----------------- e: Board Members Image------------*/

/*----------------- s: Publication Links------------*/

.list_bg
{
list-style-type:square;
margin:0 0 0 20px;
}
.list_bg li
{
vertical-align:top;
list-style-type:square;
padding:0px 0 15px 0;
margin:10px 0 10px 20px;
border-bottom:#b29373 dotted 1px;
}

.list_link{
color:#af0033;
font-size:12px;
text-decoration:underline;
}

.list_link:hover{
/*color:#AF2B5F;*/
font-size:12px;
text-decoration:none;
color:#A90F2F;
}
/*----------------- e: Publication Links ------------*/
/*----------------- s: Publication Header ------------*/
.publication_heading
{
	background-color:#81725e;
	padding:5px;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
}
/*----------------- e: Publication Header ------------*/

/*-------------------- s : menu link ----------------*/

.menu ul
 {
 top: 100%;
 }

.menu ul#mainmenu ul {
 visibility: hidden;
 position: absolute;
 z-index: 589;
}
.menu ul#mainmenu li:hover > ul {
 visibility: visible;
	
	
}

/*-------------------- e : menu link ----------------*/

/*------------------- s : Quick Links ----------------*/

.QuickLink ul{
	line-height: 1.5em;
	padding-bottom: 0.5em;
	left:1px;
	overflow: hidden;	
}

.QuickLink ul li{
	padding-left: 10px;
	/*background: url(/images/bull.gif) top left no-repeat;*/	
	background-position: 0 4px;
	list-style-type:none;
}

.QuickLink ul li.vcard{
	float: left; 
	width: 180px;
}

/*------------------- e : Quick Links ----------------*/

/*----------------- s: industry left -----------------*/
.list-head_bg
{
background: #F4F1EE;
font-weight:bold;
padding:3px 0px 3px 0px;
font-size:10px;
margin:5px 0 5px 0px;
clear:both;
width:165px;
}

/*----------------- e: industry left -----------------*/

/*--------------- left search pannel ---------------*/
#sidebar_left{
	position: relative;
	float: left;
	width: 180px;	
}

/*------------------------ end -----------------------*/


.detail_head
{
	padding: 0px 18px 5px 18px;
	font-size:12px;
	height: 20px;
	color: #ffffff;
	font-weight: bold;
	background: #81725E;
	text-decoration: none;
}
	
.widget_detail{
	font-size: 1.2em;
	font-weight: bold;
	border: 2px solid #fff;
	background: #81725E url(/images/title-tick.gif) left center no-repeat;
	padding: 6px 0 6px 30px;
	color: #fff;
}

.Seperator
{
	border-top:#81725E solid 1px;
}

/*--------------- s : Search box -------------*/

.div-display
{
float:left;
margin-left:0px;
}

.div-display input
{
vertical-align:top;
}

/*--------------- e : Search div -------------*/

/*------------------- s : Search Agréments Certificates ---------------------*/
.search_lisiting1
{
width:62px;
list-style-type:none;
float:left;
}
.search_lisiting2
{
width:160px;
list-style-type:none;
float:left;
}
.search_lisiting3
{
width:200px;
list-style-type:none;
float:left;
}
.search_lisiting4
{
width:126px;
list-style-type:none;
float:left;
}
.bottom_border
{
margin:5px 0 5px 0;
padding:0px;
border-bottom:#b29373 dotted 1px;

}

/*------------------- e : Search Agréments Certificates ---------------------*/

/*----------------- Reports -----------------------*/
.border{
border:none;
background:none;
}
/*-------------------- end -------------------------*/

a:visited{
	margin:0px;
	padding:0px;
	vertical-align:top;
}

.read_more_maroon{
color:#A90F2F;
text-decoration:underline;
}

.read_more_maroon:hover{
color:#A90F2F;
text-decoration:none;
}

.EditingFormErrorLabel
{
	color:#AE0000;
	text-decoration:none;	
}
.ErrorLabel
{
	color:#AE0000;
	text-decoration:none;
}
/*for pagination*/
.grid-pager A:link{
	color:#af0033;
	margin:0px 8px 0px 0px;
	padding:0px;
	font-size:10px;
	text-decoration:underline;
	text-align:right;
}

.grid-pager:hover{
	margin:0px;
	padding:0px 8px 0px 0px;
	color:#A90F2F;
	font-size:10px;
	text-decoration:none;
text-align:right;
}
/**/

/*---- s: login -----*/

/* Added on 01.10.2009*/
.news1{
	padding: 5px 0 15px 0;		
	font-size: 1.1em;
}

.news1 h1{
	font-size: 2em;
	color: #8D1947;
	padding-bottom: .6em;
	font-weight:normal;
}
.news1 ul{
	line-height: 1.5em;
	overflow: hidden;
}

.news1 ul li{
	padding: 0px 28px 0px 28px;
	display:inline;
	background:url(img/bull.gif) top left no-repeat;
	background-position: 0px;
	list-style-type:none;
}

/*---- e : login -----*/

#table
{
width:100%;
margin:0px auto;
font-family: Verdana, Arial, Tahoma;
font-size:11px;
font-weight:normal;
color:#81725e;
}
.table
{
border:1px solid #c18282;
background-color:#FFFFFF;
border-collapse:collapse;
}
.table_header
{
background:#800033;
font-family: Verdana, Arial, Tahoma;
font-size:11px;
font-weight:bold;
color:#FFFFFF;
}
.table a
{
font-family: Verdana, Arial, Tahoma;
font-size:11px;
font-weight:normal;
color:#a90f2f;
text-decoration:underline;
}
.table a:hover
{
font-family: Verdana, Arial, Tahoma;
font-size:11px;
font-weight:normal;
color:#a90f2f;
text-decoration:none;
}