* {
	margin : 0px;
	padding : 0px;
	line-height:1; 
}

html {
	height : 100.1%; 
	margin-bottom : 1px; 
}

BODY {
	margin:0px;
	background-color: #776130;
	background-image: url(../../images/page_bg.jpg);
	background-repeat: repeat-x;
	FONT-FAMILY: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size:12px;
	text-align:center;	
}


HR {
	DISPLAY: none;
}

/* ***************************
		* Forms
		*/
				form{ 
				margin:0px; 
				padding:0px; 
				font-size:11px; 
				FONT-FAMILY: Arial, Helvetica, Verdana, Tahoma, sans-serif;
				}
												
				input, label, select, option, textarea { 
					font-family : Arial, Helvetica, Verdana, Tahoma, sans-serif;	
					font-size : 12px;	
				}
				

				select, option { 
					padding : 1px 0px 0px 0px;
					font-size:10px;
					 					
				}
								
				option {
					margin-right:10px;
				}
				
				fieldset { 
					border:1px solid #999999;  
					background:#F8F8F8;
				}
				
				legend { 
					font-size:12px;
					font-weight:bold;
					color:#000000;
				}
				
				label {
					display : block;
					color : #000000;
				}
				
				textarea {
					padding : 3px;
					border : 1px solid #999999;			
				}
		
				input {
					padding : 3px;
					border : 1px solid #999999;
						
				}
				
				input.button {
					padding : 2px 3px;
					border:1px solid #7FCCCC;
					background:#333300;
					text-transform:uppercase;
					color : #ffffff;
					font-weight:bold;
				}
				
				input.button-img{
					border:none;
				}
				

/* ***************************
		 * headings
		 */

				h1, h2, h3, h4, h5, h6 {
					font-size : 11px;
					font-weight : normal;
					color : #000000;
				}

				h1 {
					margin : 2px;
				}

				h1 a {
					display : block;
				}
				
				h2 {
					margin :5px 2px 5px 1px;
					color : #7A9525;
					font-size:12px;
					font-weight:bold;
					text-align:left;

				}
				
				h2 a {
					display : block;
				}
				
				h2.form-header {
					background:url(../../images/h1_bg_1.gif) no-repeat; 
					padding:13px 0 5px 5px;
					width:100%;
					display : block;
					font-weight:bold;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:10px;
					color:#7A9525;
					height:14px;
					
				
				}
				
					
				h3 {
					margin :0 auto;
					padding:5% 1%;
					background: url(../../images/hdr_bg_1.gif) no-repeat; 
					width:152px;
					color : #ffffff;
					font-size:12px;
					font-weight:bold;
					text-align:center;
					margin-top:3px;
					
				}
				
				h3 a {
					display : block;
				}	
				
				h3.x{
					margin :0px;
					padding:0px;
					padding-top:5%;					
					background: url(../../images/button-bg.gif) no-repeat; 
					width:146px;
					color : #ffffff;
					font-size:12px;
					font-weight:bold;
					text-align:center;
					margin-top:3px;
					height:30px;
				}
				h3.x a{
					color : #ffffff;
					text-decoration:none;
					}
				h4 {
					margin :0 auto;
					padding:5% 1%;
					background: url(../../images/hdr_bg_2.gif) no-repeat; 
					width:152px;
					color : #ffffff;
					font-size:12px;
					font-weight:bold;
					text-align:center;
					margin-top:3px;					
				}
				
					h4.x {
					margin :0px;
					padding:0px;
					padding-top:6%;
					background: url(../../images/h-bg2.gif) no-repeat; 
					width:147px;
					color : #ffffff;
					font-size:12px;
					font-weight:bold;
					text-align:center;
					margin-top:3px;
					height:52px;
					line-height:1.3em;	
				}
				h4.x a{
					color : #ffffff;
					text-decoration:none;
					}

				h4 a {
					display : block;
				}
				
				h5 {
					margin :2px;
					color : #7A9525;
					font-size:12px;
					font-weight:bold;
				}
				
				h5 a {
					display : block;
				}
				
				h5.x {
					margin :0px;
					margin-bottom:1px;
					padding:0px;
					padding-top:6px;
					color:#ffffff;
					background:#333300;
					font-size:12px;
					font-weight:bold;
					width:145px;
					height:20px;
				}
				
				h6 {
					margin :2px;
					font-size:12px;
					color : #776130;
				}
				
				h6 a {
					display : block;
				}


/*   ******************************
		 * lists
		 */
				ul {
					margin : 0px 0px 10px 0px;
				}
				
				ul, li {
					list-style : none;
				}
				
				dl {
					margin : 0px 0px 10px 0px;
				}
				
		
/*   ********************************
		 * tables 
		 */
		 		table {
					margin : 0px 0px 0px 0px;
					margin:auto;
				}
				table td{font-size:12px;}
				
				table td p{font-size:12px; line-height:1.3em;}
				


/*  ********************************
		 * text
		 */
				p {
					margin : 1px 0px 5px 0px;
				}


/*  **********************************
		 * others
		 */
				img {
					border : none;
				}
				
				
				
/*   *********  CLEAR  ********    */
		.clearfix {
			display: inline-block;
		}
		 .clearfix:after {content : "."; display : block; height : 0px; clear : both; visibility : hidden;}
		 * html .clearfix {height : 1%;} 
		.clearb{clear:both; width:1%; height:2px; font-size:1px;}
		
		.spacer{ height:10px;}

/*   ***************************
 LAYOUT
*/

#wrapper {
	MARGIN: 0px auto; 
	WIDTH: 900px;
	text-align:center;
	background:#ffffff;
	}


#header {
	WIDTH: 900px;
	POSITION: relative;
	HEIGHT: 68px;
	background-image: url(../../images/header.gif);
	}

/* Column 2 */

.colum-2-set{
	text-align:left;
	width:100%;
	}
.colum-2-set .set {
	margin:4px 0px 1px 0px;
	padding:4px 0px 1px 0px;
	text-align:left;
	width:100%;
	clear:both;
	}
.colum-2-set .col-1 {
	float:left;
	width:32%;
	}

.colum-2-set .col-2 {
	float:right;
	width:65%;
	text-align:left;
	}

.colum-2-set .col-1, .colum-2-set .col-2 {
	margin-right:.5%;
	}
.colum-2-set a{color:#3A30A1; text-decoration:none; }


.line{
	border-top:1px #C7C6AD solid;
}

.line-2{
	border-top:1px #9BBD2F solid;
}

.image-border-1 img{ border:1px solid #C3C3C3;}

/* Column 3 */
.colum-3-set  {
	text-align:left;
	width:99%;
	}

.colum-3-set .col-1 {
	float:left;
	width:31%;
	}
.colum-3-set .col-2 {
	float:left;
	width:40%;
	}
.colum-3-set .col-3 {
	float:left;
	width:23%;
	}
.colum-3-set .col-1, .colum-3-set .col-2, .colum-3-set .col-3 {
	margin-right:.5%;
	}

/* Column 4 */
.colum-4-set .col-1, .colum-4-set .col-2, .colum-4-set .col-3, .colum-4-set .col-4 {
	float:left;
	width:21.5%;
	}
.colum-4-set .col-1, .colum-4-set .col-2, .colum-4-set .col-3 {
	margin-right:3%;
	}

/* Content Col */
.content-col {
    margin-bottom: 1em;
}

/*  ************************
		 * content
		 */
				#content {
					display : block; /* safari width fix */
					padding : 0px;
					border-top:5px solid #333300;
					border-bottom:1px solid #333300;
					border-left:1px solid #333300;
					border-right:1px solid #333300;
					width:898px;
					margin:0 auto;
					text-align:center;
				}
				
					/*
				 * content : column two
				 */
				 		#content #col-one {
							width : 163px;
							border-right:1px solid #333300;
							background:#E7F1C7;
						}
				/*
				 * content : column one
				 */
						/* padding for border in features */
						#content #col-two {
							width : 572px;
							padding :1px;
							padding-left:4px;
							padding-right:4px;
							text-align:center;
						}	
						
						#content #col-three {
							width : 154px;
							padding :1px;
							background:#FAF9EC;
						}	
				
				
 /*  NAVIGATION | MENU | TABS */ 
#maintabs{
float:left;
font-size:90%;
line-height:normal;
}

#maintabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#maintabs li{
display:inline;
margin:0;
padding:0;
}

#maintabs a{
float:left;
background:url(../../images/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 1px; /*spacing between each tab*/
padding:0 0 0 5px;
text-decoration:none;
height: 30px;


}

#maintabs a span{
float:left;
display:block;
background:url(../../images/glowtab.gif) no-repeat right top;
padding: 8px 12px 10px 11px;
font-weight:bold;
font-size:12px;
color:#ffffff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#maintabs a span {float:none;}
/* End IE5-Mac hack */

#maintabs a:hover span {
color: black;
}

#maintabs #current a{ /*Selected Tab style*/
background-position:0 -30px; /*Shift background image up to start of 2nd tab image*/
}

#maintabs #current a span{ /*Selected Tab style*/
background-position:100% -30px; /*Shift background image up to start of 2nd tab image*/
color: #ffffff;
}

#maintabs a:hover{ /*onMouseover style*/
background-position:0% -30px; /*Shift background image up to start of 2nd tab image*/
}

#maintabs a:hover span{ /*onMouseover style*/
background-position:100% -30px; /*Shift background image up to start of 2nd tab image*/
}

/* NAV STYLE 2 */

.nav-2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#7A9525;
	text-decoration:none;
	text-align:left;
	padding:0px;	
 }

.nav-2 UL{ 
	list-style:none; 
	margin:0px; 
	padding-top:0px; 
	padding-left:0px;
	}

.nav-2 UL LI{ 
	vertical-align:middle; 
	height:21px;	
	background:#F4F4F4;
	padding:4px 1px 1px 20px;
	}

.nav-2 UL LI a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#7A9525;
	text-decoration:none;
 }
 
.nav-2 a:hover{
	color:#000000;
	text-decoration:none;
 }

.nav-2 UL LI.last {	
	background-color:#F4F5F1;

 }

.nav-2 UL LI.current {
	font-weight:bold;
	font-size:13px;
	color:#7A9525;
	background-color:#ffffff;
	padding-left:30px;

 }
.nav-2 UL LI.current a {
	font-weight:bold;
	font-size:13px;
	color:#7A9525;
 }
 


/* banner */

#banner{ background:url(../../images/banner.jpg); width:572px; height:76px;}

.intro-text{ 
	background:url(../../images/content-bg-1.jpg);
	background-repeat:no-repeat;
	background-position:bottom right; 
	text-align:left;
	padding:5px;
	}
.intro-text p{ 
	text-align:left;
	padding:2px 2px 5px 2px;
	line-height:1.5em;
	font-size:12px;
	}
	
.intro-text-1{ 
	text-align:left;
	padding:5px;
	}
.intro-text-1 p{ 
	color:#7A9525;
	text-align:left;
	padding:2px 2px 5px 2px;
	line-height:1.6em;
	font-size:12px;
	font-style:italic;
	}

/* LOGIN */
.login{ 
	text-align:left;
	padding:5px;
	background:#faf9ec;
	}
.login p{ 
	text-align:left;
	padding:2px 2px 5px 2px;
	line-height:1.5em;
	font-size:12px;
	}
.login .fp a{ 
	padding:2px 2px 5px 2px;
	font-size:10px;
	text-decoration:none;
	color:#0033CC;
	}
.login label{
	text-align:right;
	padding-right:5px;
	}
	
/* FORGOT PASS */


.forgot-pass{ 
	text-align:left;
	padding:5px;
	background:#faf9ec;
	}	
.forgot-pass .elements{ 
	padding:5px;
	width:500px;
	}	
.forgot-pass label{
	text-align:right;
	padding-right:5px;
	padding-top:6px;
	}
	
	
.page-text{ 
	text-align:left;
	padding:5px;
	}
.page-text p{ 
	text-align:left;
	padding:2px 2px 5px 2px;
	line-height:1.5em;
	font-size:12px;
	}
.sponsors{
	border-top:1px solid #C7C6AD;
	border-bottom:1px solid #C7C6AD;
/*	background:#F7F4FE;
	background-repeat:no-repeat;
	background-position:bottom right; 
*/	text-align:left;
	padding:2px 5px 5px 5px;
	margin-top:1px;
	}
.testimoials{
	text-align:left;
	padding:5px;
	margin-top:5px;
	}
.testimoials p{
	text-align:left;
	padding:5px;
	font-size:12px;
	color:#000000;
	}
	
.breadcrumb{
	border-top:1px solid #504E00;
	background:#F7F4FE;
	background-repeat:no-repeat;
	background-position:bottom right; 
	text-align:left;
	padding:5px;
	}

.logo-bg{ background:url(../../images/sponsors_logo_bg.gif) no-repeat; height:107px; width:124px;}

.title{ 
	font-size:11px;
	color:#B397E2;	
	}

.title a{ 
	font-size:11px;
	color:#B397E2;
	text-decoration:underline;
	}

.title a:hover{ 
	color:#B397E2;
	text-decoration:none;
	}

.listings-1{
	font-size:11px;
	color:#000000;
	margin:5px;
	}
.listings-1 ul{
	font-size:11px;
	color:#000000;
	margin-left:10px;
	}
.listings-1 ul li{
	font-size:11px;
	color:#000000;
	margin-left:10px;
	list-style-image:url(../../images/bullet1.gif);
	padding:2px 0 1px 0;
	}
.listings-1 ul li a{
	display:block;
	text-decoration:none;
	color:#000000;
	}
.listings-1 ul li a:hover{
 	color:#504E00;
	}

/*  listing 2  */
.listings-2{
	font-size:11px;
	color:#000000;
	margin:5px;
	}
.listings-2 ul{
	font-size:11px;
	color:#000000;
	margin-left:10px;
	}
.listings-2 ul li{
	font-size:11px;
	color:#000000;
	margin-left:10px;
	list-style-image:url(../../images/bullet1.gif);
	padding:2px 0 1px 0;
	}
.listings-2 ul li a{
	display:block;
	text-decoration:none;
	color:#3366CC;
	font-weight:bold;
	}
.listings-2 ul li a:hover{
 	color:#504E00;
	}

/*  24-mar-08 start  */

.profile-content{ 
	text-align:left;
	margin:0 auto;
	padding:2px 5px 2px 5px;
	
	}
.profile-content p{ 
	text-align:left;
	margin:2px 0 10px 0;
	
	}
.profile-content .logo-container{ 
	text-align:left;
	float:right;
	margin:2px 1px 5px 5px;
	width:215px;
	}
.profile-content .logo-container p{
	color:#7F8739;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:11px;
	}
.profile-content .website a{
	color:#3A30A1;
	text-decoration:underline;
	}

.profile-content .key{
	text-decoration:none;
	}
	
	
.profile-content .other-services table td{
	text-decoration:underline;
	font-size:9pt;
}

.profile-content .other-services td a{
	text-decoration:underline;
	color:#000000;
}


.form-widget{
	background:#E1E1E1 url(../../images/form-btm.gif) bottom no-repeat;
	width:520px;
	font-weight:12px;
	color:#ffffff;
	margin:0 auto;

}
.form-widget td{
	font-weight:12px;
	color:#000000;

}

.form-widget .header{
	background:#E1E1E1 url(../../images/form-top.gif) no-repeat;	
	text-align:left;
	font-weight:bold;
	height:30px;
	padding-left:15px;
	padding-top:5px;
}


.searchAdv td
{
	font-size:11px;
}


/*  24-mar-08  end  */


/*  ********************

DATA DISPLAY DGN 1

*/


.data-table {
	padding: 0;
	border-left: 0px solid #A2ADBC;
	font: normal 12px/20px Arial , Verdana, Helvetica, sans-serif;
	color: #000000;
	background-color: #fff;
}


.data-table th {
	font: bold 12px/20px Arial,Verdana,  Helvetica, sans-serif;
	color: #000000;
	background:#FFFFFF;
	border-right: 0px solid #BBBBBB;
	border-bottom: 0px solid #BBBBBB;
	border-top: 0px solid #BBBBBB;
	padding-left:5px;
	background:#D4D4D2; height:20px;
}



.data-table td {
	border-right: 0px solid #BBBBBB;
	border-bottom: 0px solid #BBBBBB;
	padding:3px 0 3px 0;
	background:#ffffff;
	text-decoration:none;
}

.data-table td{
	background:#ffffff;
	text-decoration:none;
}

.data-table td a {
	color: #000000;
	font-weight: normal;
	text-decoration:none;

}

.data-table td a:link, .data-table td a:visited, .data-table td a:active  {	
	color: #000000;
	font-size:12px;	
	font-weight: normal;
 	text-decoration:none;

}

.data-table td a:hover{
	color:#7A9525;
	
}


.right-01-bg{ background: url(../../images/right-01-bg.gif) repeat-y}



/*  ************************
 ERRORS     NOTES     INSTRUCTIONS
*/

.error-container{ margin:3px 0 3px 0;}

.error-container p.content{
height:15px;
text-align: center;
vertical-align:middle;
padding:3px 1px 3px 10px;
font-size:11px; 
font-weight:normal;
color:#ff0000;
background:#FCE0B7;
display:block;
}

.confirm-container{ margin:3px 0 3px 0;}

.confirm-container p.content{
height:15px;
text-align: center;
vertical-align:middle;
padding:3px 1px 3px 10px;
font-size:11px; 
font-weight:normal;
color:#000000;
background:#FCE0B7;
display:block;
}
.instruc{ font-size:10px;}

/* 
*******************
news   
*/

				#news-top{ 
					background:#9BBD2F url(../../images/new_bg.gif) no-repeat;
					height:33px; width:572px;
					text-align:left;	
					}				
				#news-top p{ 
					margin:0px 0px 0px 3px;
					padding-top:11px;
					}				
				#news-top ul{
					display:inline;
					margin-left:70px;
					}				
				#news-top ul li{	
					display:inline;
					font-size:11px;
					color:#504E00;
					font-weight:bold;
					text-transform:uppercase;
					padding-right:15px;
					}
				
				#news-top ul li a{	
					font-size:11px;
					color:#504E00;
					font-weight:bold;
					text-decoration:none;
					}
				 #news-top ul li a:hover{
					color:#000000;
					}
				 #news-top ul li img{
					margin:0px 3px 0px 0px;
					}


/*  ************************
		 * FOOTER
		 */
		 
				#footer {
					display : block; 
					padding : 0px;
					width:898px;
					}
				
					/*
				 * content : column two
				 */
				 		#footer #col-one {
							width : 163px;
							background:#E7F1C7;
							border-right:1px solid #333300;

							}
				/*
				 * content : column one
				 */
						/* padding for border in features */
				#footer #col-two {
					width : 582px;
					padding :1px;
					}	
				#footer #col-three {
							width : 154px;
							padding :1px;
							background:#FAF9EC;
						}	
						
			
				#footer .no-col {
					width : 898px;
					}
				#footer #footer-top{ 
					background:#9BBD2F url(../../images/new_bg.gif) no-repeat;
					height:33px; width:572px;
					text-align:left;	
					}				
				#footer #footer-top p{ 
					margin:0px 0px 0px 3px;
					padding-top:11px;
					}				
				#footer #footer-top ul{
					display:inline;
					margin-left:70px;
					}				
				#footer #footer-top ul li{	
					display:inline;
					font-size:11px;
					color:#504E00;
					font-weight:bold;
					text-transform:uppercase;
					padding-right:15px;
					}
				
				#footer #footer-top ul li a{	
					font-size:11px;
					color:#504E00;
					font-weight:bold;
					text-decoration:none;
					}
				#footer #footer-top ul li a:hover{
					color:#000000;
					}
				#footer #footer-top ul li img{
					margin:0px 3px 0px 0px;
					}
				#footer #footer-bottom{ 
					background:#9BBD2F;
					text-align:center;
					padding:3px 0px 3px 0px;	
					}				
				#footer #footer-bottom p{
					margin:5px 2px 5px 2px;
					text-align:center;	
					font-size:11px;
					color:#ffffff;
					font-weight:bold;
					text-transform:uppercase;

					}				
				#footer #footer-bottom p a{
					margin:2px 3px 2px 3px;	
					color:#ffffff;
					text-decoration:none;
					}
				#footer #footer-bottom p a:hover{
					color:#E7F1C7;
					}
#textus
{
  font-size:10px;
}

#textus:hover
{ 
  font-size:24px;
}				
.head{
font: bold 12px/20px Arial,Verdana,  Helvetica, sans-serif;
	color: #000000;
	background:#FFFFFF;
	border-right: 0px solid #BBBBBB;
	border-bottom: 0px solid #BBBBBB;
	border-top: 0px solid #BBBBBB;
	padding-left:5px;
	background:#D4D4D2; height:20px;
}