/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.gif) #ffffff repeat-x top;
	color: #444444;
	font: .7em Arial,Verdana,Helvetica,Sans-Serif
}
table {
	border-collapse: separate;
}
td {
	padding:7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
tr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a{
	color: #993300;
	text-decoration: underline
}
a:hover{
	text-decoration: none
}
input,select,textarea{
	border: #cac8c1 1px solid;
	font-size: 12px;
	padding: 2px
}
li{
	list-style: none;
}
h2{
	color: #32739a;
	font: 2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 .8em
}
h3{
	color: #655f49;
	font: bold 1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 1em
}
h4{ /* Changed on 10/02/2009 */
	color: #27586d;
	font-size: 1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.4em;
}
h4 em{
	color: #999999;
	font-style: normal;
	font-weight: normal;
	padding: 0 0 0 10px
}
p{
	padding: 0 0 1.2em
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 980px
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.gif) no-repeat center top;
	height: 261px;
	z-index: 1
}
#header .spacer{
	height: 248px;
	margin: 0 auto;
	width: 980px
}
#header .spacer a{
	color: #1c1c1c;
	text-decoration: none
}
#header .spacer a:hover{
	color: #993300
}

#header .spacer{
	 position: relative;z-index: 1
}
#header .spacer .pics { position: absolute; top: 0; right: 3px; width:798px; height:248px; overflow:hidden }
/*- Logo -*/
#logo{
	padding: 53px 0 0 17px
}
#header h1{
	background: url(../images/logo.gif) no-repeat;
	text-indent: -9999px;
	width: 147px
}
#header h1 a{
	display: block;
	height: 140px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	background: url(../images/nav1-sep.gif) no-repeat left top;
	font: 11px "Trebuchet MS",Arial, Helvetica, sans-serif;
	height: 40px;
	margin: 0 auto 1px;
	text-transform: uppercase;
	width: 980px;
	position: relative;
	z-index: 2
}
#nav1 ul{
	float: left;
	padding: 0 0 0 2px;
}
#nav1 li{
	background: url(../images/nav1-sep.gif) no-repeat right top;
	float: left;
	line-height: 40px;
	position: relative;
}
#nav1 li a{
	color: #ffffff;
	display: block;
	float: left;
	margin: 0 2px 0 0;
	padding: 0 15px;
	text-decoration: none
}
#nav1 li a:hover,
#nav1 li.active a{
	background: url(../images/nav1-hover.gif) repeat-x top;
	text-decoration: none
}
	/* drop down */
	#nav1 li ul {
	display: none;
	position: absolute;
	top: 40px;
	left: -1px;
	background: #eaeff4;
	width: 170px;
	padding: 10px 0 10px 0;
	z-index:2;
	text-transform: capitalize;
}
	#nav1 li:hover ul { display: block; }
		#nav1 li li { height: auto; float: none; line-height: 14px; padding: 0 15px; background: none; }
		* html #nav1 li li { height: 1%; }
		#nav1 li li span {
	color: #4492bb;
	font-family: "Lucida Sans", Arial;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	padding: 4px 0 4px 0;
	font-weight: normal;
}
		#nav1 li li a {
	background: none;
	float: none;
	color: #46484a !important;
	font-family: "Lucida Sans", Arial;
	font-size: 11px;
	padding: 0 0 4px 0;
	background: none !important;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}
		#nav1 li li a:hover {
	text-decoration: underline;
	color: #2F5F75;
}
10px; }
/*- Nav2 -*/
.nav2{
	clear: both;
	font-size: 11px;
	padding: 30px 0 0;
	text-align: center;
	width: 150px
}
/*- Language Selection -*/
.lang{
	float: right;
	padding: 10px 0 0
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	margin: 10px 0 0;
	padding: 0 0 15px
}
/*=== Center Column ===*/
#centercol{
	float: left;
	margin: 10px 0 0;
	width: 655px
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	width: 300px
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 315px
}
.col2{
	float: left;
	width: 635px;
}
.gal{
	float: left;
	width: 100%;
}
/*=== Headings ===*/
.hd{
	background: url(../images/h-bgr.gif) repeat-x top;
	height: 27px;
	padding: 0 10px
}
.hd h3{
	float: left;
	font-size: 12px;
	line-height: 27px;
	/*width: 635px;*/
}
.hd img{
	float: right;
	margin: 5px 0 0
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	background: url(../images/box-bgr.gif) repeat-x top;
	height: 1%;
	margin: 0 0 1em;
	padding: 17px 0 10px;
	width: auto
}
.box3{
	background: url(../images/box-bgr.gif) repeat-x top;
	height: 1%;
	margin: 0 0 1em;
	padding: 17px 0 25px;
	/*width: 635px*/
}
#rightcol .box{
	padding: 17px 10px 10px 5px
}
.box a{
	color: #32739a
}
.box p{
	padding: 0 0 .5em
}
/*- Box2 -*/
.box2{
	background: url(../images/box2-bgr.gif) no-repeat top;
	height: 154px;
	margin: 0 -2px 15px -3px;
	padding: 20px 15px 0 15px;
	position: relative;
	width: 275px;
	font-size: 11px;
}
#memberbox { /* Changed on 10/02/2009 */
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #F4F4F4;
	padding-left: 4px;
}
#memberbox2 { /* Changed on 10/02/2009 */
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../images/member-bg.gif);
	background-repeat: repeat-x;
	padding-left: 4px;
}

#memberbox2gray { /* Changed on 10/02/2009 */
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../images/member-bg-gray.gif);
	background-repeat: repeat-x;
	padding-left: 4px;
}

.box2 h3{
	color: #27586d;
	font-size: 1.1em
}
/*- Featured -*/
.featured{
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0 0 2em
}
/*=== Styling Forms ===*/
.btn input{
	background: none;
	border: 0;
	margin: 0;
	padding: 0
}
select{
	padding: 1px
}
/*- Form1 Setup -*/
.form1 div{
	margin: 0 0 5px
}
.form1 label{
	float: left;
	font-size: 12px;
	margin: 3px 0 0;
	width: 70px
}
.form1 input{
	width: 188px
}
.form1 .btn{
	padding: 0 0 0 70px
}
.form1 .btn input{
	margin: 0;
	padding: 0;
	width: auto
}
/*=== Link Buttons ===*/
.btn-more{
	margin: 0 0 15px
}
.btn-more a{
	background: url(../images/ico-more.gif) no-repeat left;
	padding: 0 0 0 18px
}
/*=== Pics, Ads etc. ===*/
.ads{
	background: url(../images/ads-bgr.gif) repeat-x top;
	height: 143px;
	overflow: hidden;
	padding: 22px 0 0;
	text-align: center
}
.ads img{
	margin: 0 13px 0 0
}
.ads2 img{
	display: block;
	margin: 0 0 15px
}
.th.fl img{
	border: 0px solid #c4c2bb;
	padding: 1px;
}
.th2.fl img{
	border: 0px solid #c4c2bb;
	padding: 1px;
}
.th4.fl img{
	border: 1px solid #c4c2bb;
	padding: 1px;
	margin: 0 14px 25px 0;
	overflow:hidden;
	height: 92px;
}
.th3.fl img {
	border: 0px solid #c4c2bb;
	padding: 1px;
	width: 300px;
	margin-bottom: 15px;
	float: left;
}




.pic img{
	border: 1px solid #c4c2bb;
	display: block;
	margin: 0 0 14px;
	padding: 1px;
	
}

.pic1 img{
	display: block;
	margin: 0 0 14px;
	padding: 1px;
	position:absolute;
}

/* Gautam */
.picnew{
	border: 0px solid #c4c2bb;
	padding-bottom:0px;
	padding-top:0px;
	overflow:hidden;
	/*width: 146px;*/
	height: 92px;
}

.picnew img{
	border: 0px solid #c4c2bb;
	display: block;
	margin: 0 0 14px;
	padding: 1px;
}
 
.pic1{
	border: 0px solid #c4c2bb;
	float: left;
	position:relative;
	margin:5px;
	width: 150px;
	height: 115px;
}

.pic1 p{
display:block;
height:18px;
line-height:18px;
padding:0pt 25px 0pt 0pt;
position:absolute;
text-decoration:underline;
top:100px;
}


/*=== Footer ===*/
#footer{
	color: #444444;
	height: 40px;
	text-align: center
}
#footer a{
	color: #444444;
	text-decoration: none
}
#footer a:hover{
	color: #993300
}
#footer li{
	border-right: 1px solid #bfbfba;
	display: inline;
	line-height: 1em;
	padding: 0 .8em
}
#footer li.last{
	border: 0
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.hl{
	background: url(../images/hl-dot.gif) repeat-x top;
	clear: both;
	height: 1px;
	margin: 5px 0;
	overflow: hidden;
	width: 100%
}
.fl{
	float: left
}
.fr{
	float: right
}

/* Gautam */
.pic1new{
	border: 0px solid #c4c2bb;
	position:relative;
	overflow:hidden;
	/*width: 148px;*/
	height: 92px;
}

.pic1new img{
	border:0px solid #c4c2bb;
	display: block;
	margin: 0 0 14px;
	padding: 1px;
	position:absolute;
}

#longtext{
	visibility:hidden;
	display:none;
}

.th.fl {
	border: 0px solid #c4c2bb;
	margin: 0 14px 10px 0;
	
	/*Gautam added*/
	overflow:hidden;
	height: 63px;
	/*width: 83px*/
}

.th2.fl {
	border: 0px solid #c4c2bb;
	margin: 0 14px 25px 0;
	
	/*Gautam added*/
	overflow:hidden;
	height: 63px;
	/*width: 83px*/
}

.logout {
	float: right;
	margin-bottom: 20px;
	margin-right: 10px;
	font-weight: bold;
}

.table-association {
	font-size: 10px;
	border:none;
	width:100%;
}

.hdtable {
	padding: 0 10px
}
.visible{ /* Changed on 10/02/2009 */
	display:none;
	margin-left: 1px;
	padding-top: 6px;
	padding-left: 5px;
}

#contentimage-wrap {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 146px;
	float: left;
}

/*- Form1 Setup -*/
.form1 div{
	margin: 0 0 5px
}
.form1 label{
	float: left;
	font-size: 12px;
	margin: 3px 0 0;
	width: 70px
}
.form1 input{
	width: 188px
}
.form1 .btn{
	padding: 0 0 0 70px
}
.form1 .btn input{
	margin: 0;
	padding: 0;
	width: auto;
}
.mailmsg{
	font-size: 11px;
	font-family:Arial;
}
.errorMsg{
	color: #ff0000;
}

.hiddenObj{
	visibility:hidden;
	display: none;
}
.visibleObj{
	visibility:visible;
	display: block;
}

#sorting {
	margin-bottom: 10px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	margin-left: 2px;
}
.dropdown-countr {
	background-color: #F0F0F0;
	width: 260px;
	border: 1px solid #CCC;
	color: #32739A;
}
.tr-membersheader {
	background-color: #EEE;
}

.tr-members {
	background-color: #FFF;
}
.tr-membersblue {
	background-color: #ECF2F4;
}

table-form {
	border-spacing: 0;
}

.paging {
	text-align: right;
	margin-bottom: 10px;
	font-size: 11px;
}

.pagingbottom {
	text-align: right;
	margin-bottom: 10px;
	font-size: 11px;
	margin-top: 40px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 5px;
}

.flgallery {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

#association-cell {
	width: 20px;
	float: left;
	margin-top: 2px;
	margin-right: 6px;
}

.hd h3 a{
	color: #655f49;
	font: bold 1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 1em
	float: left;
	font-size: 12px;
	line-height: 27px;
    text-decoration:none;
	/*width: 635px;*/
}

#sitemapbox{
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #ffffff;
	padding-left: 4px;
}

.search {
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	width: 200px;
	background-color: #F3F7FE;
	color: #655F49;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 2px;
	padding-left: 2px;
}

#membersearch {
	width: 300px;
	float: right;
	text-align: right;
}
.gobtn {
	font-size: 11px;
	height: 26px;
	width: 35px;
	background-image: url(../images/h-bgr.gif);
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #F8F8F6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}


li.content {
    list-style-image: url(../images/list-icon.gif);
    margin-left: 20px;
    margin-bottom: 10px;
    list-style-position: outside;
}

div#captcha{
	width:150px;
	height:70;
	text-align:center;
	line-height:0px;
	border:1px solid #cac8c1;
	padding:0;
}

.width800{
	float: left;
	width: 980px;
}

.cboth{
	clear: both;
}

.rightAlign{
	text-align:right;
}

.brownTxt{
	color: #993300;
}

.headLineCss{ /* Changed on 10/02/2009 */
	color: #27586d;
	font-size: 11px;
	font-weight:bold;
}

.blankSpace{
	height: 1%;
	margin: 0 0 1em;
	padding: 17px 0 25px;
	/*width: 635px*/
}

.rsspagingbottom {
	text-align: right;
	margin-bottom: 10px;
	font-size: 11px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 5px;
}