/*Small reset*/
body, ul, ol, h1,h2,h3,h4,h5,h6,form,li,p{
	margin:0;
	padding:0;
}

/*Structured layout mainpage*/


body{
	font-size:11.5px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	line-height:15px;
	text-align:center;
	position:relative;
	background:#666666;
	}
		
.wrap_all{ /*only needed if using big background images like in theme 5*/
	width:960px;
	position:relative;
	display:table;
	border-left:21px solid #666666;
	border-right:21px solid #666666;
	padding-bottom:0;
	margin-bottom:0;
	background-color:#FFFFFF;
	}

#top{
	width:960px;
	margin:0 auto;
	position:relative;
	padding-bottom:10px;
	text-align:left;
	}

/*****************************
1.) #head	
/****************************/	
	
	#head{
		height:70px;
		position:relative;
		z-index:10;
		}
		
			.logo, .logo a{
				display:block;
				height:83px;
				width:229px;
				position:absolute;
				right:20px;
				top:5px;
				}
				
					#top .logo a{
						top:0;
						right:0;
						text-indent:-9999px;
						outline:none;
						}
		
/*****************************
2.) #main
/****************************/		
			#main{
			position:relative;
			text-align:left;
			padding-top:35px;
			float:left;
			}
			
			
/*****************************
3.) #mainpage image slider
/****************************/	


								
/*****************************
4.) breadcrumb navigation
/****************************/	
								
			
			.breadcrumb{
				font-size:11px;
				padding-left:41px;
				position:relative;
				bottom:-9px;
				z-index:5;
				width:920px;
				line-height:10px;
				float:left;
				text-align:left;
				padding-top:7px;
				}
				
						.breadcrumb a{
							text-decoration:none;
							}
							
						.breadcrumb a:hover{
							text-decoration:underline;
							}
/*****************************
5.) content area below slider and on subpages
/****************************/	
						
			.content_top{
				height:30px;
				}	
				
			#contentmain{
				float:left;
				padding:10px 10px;
				position:relative;
				width:940px;
				}
				#contentmainhome{
				float:left;
				padding:0px 10px;
				position:relative;
				width:940px; 
				}
					
					#sidebar{
						float:left;
						padding:4px 0 15px 10px;
						position:relative;
						width:175px;
						overflow:hidden;
						}
						
						#sidebarright{
						float:left;
						padding:0 2px 15px 2px;
						position:relative;
						width:190px;
						overflow:hidden;
						left:540px;
						}
														
								
								#top #sidebar .small_box{
									padding:0 0 15px 0;
	top: -6px;
	left: 0px;
}
									#top #sidebarright .small_box{
									padding:0 0 15px 0;
									}
/*****************************
6.) Portfolio Page (no sidebar)
/****************************/	
					#inner_content_big{
						float:left;
						width:880px;
						padding:0 0 15px 30px;
						position:relative;
						}
						
							
							.entry_portfolio{
								padding-bottom:20px;
								clear:both;
								float:left;
								width:900px;
								position:relative;
								}
								
								.entry_portfolio p{
									font-style:italic;
									}
						
							.portfolio_item{
								height:132px;
								overflow:hidden;
								padding:5px;
								position:relative;
								width:250px;
								}
								
							#top .portfolio_item h3{	
								position:absolute;
								bottom:13px;
								left:0;
								border:none;
								padding:0;
								margin:0;
								line-height:1em;
							}
							
							#top #main .portfolio_item h3 a{
							padding:4px 8px;
							font-size:12px;
							display:inline;
							height:auto;
							width:auto;
							overflow:auto;
							}
							
							.portfolio_item a{
								display:block;
								overflow:hidden;
								width:250px;
								}
							
								
							#top .portfolio_item img, #top .portfolio_item a img{
								border:none;
								padding:0 !important; /*ie 6 fix fix =)*/
								margin:0;
								}
/*****************************
7.)pages with sidebar
/****************************/								
					
					#inner_content{
						float:right;
						width:500px;
						padding:0 0 15px 1px;
						position:relative;
						left:-230px;
						}
						
					#inner_content .entry{
						width:500px;
						}
						
								.entry{
									clear:both;
									margin-bottom:28px;
									overflow:hidden;
									padding-bottom:20px;
									position:relative;
									}
									
								.entry-head{
									position:relative;
									top:-3px;
									margin-bottom:20px;
									font-size:11px;
									}
									
										
										.categories, .comments, .entry-head a, .more-link, #top .portfolio_item h3 a{
											text-decoration:none;
											padding:2px 0;
											}
											
											#top .entry-head a, .more-link{
											padding:2px 4px;	
												}
	
											
											.date{
												padding:2px 4px;
												}
									

				
					#subpage #contentmain{
						padding:10px 10px 0;
						}
					#subpage{ height:auto; background:#666666; position:relative;}	
						
/*****************************
7.) Small Boxes and Sidebar "Widgets"
/****************************/	
				
							.small_box{
								float:left;
								padding:0 0 15px 30px;
								position:relative;
								width:185px;
								}
						
							#top .box1{
								padding:0 0 15px 30px;
								}
							
							.small_box h3{
								margin:0 0 5px;
								}
		
								
							.small_box img{
								padding:5px 0 !important;
								padding:0;/*ie6 fix for png elemnts needs this*/
								}
								
							.widget_categories a, .widget_pages a{
							padding:5px;
							display:block;
							text-decoration:none;
							width:170px; /*change if sidebarwidth changes*/
							}
														
						
							
							/* uncomment this if you want sublevels with indents*/
							.small_box ul ul a{
								padding-left:25px;
								width:160px;
								}
								
							.small_box ul ul ul a{
								padding-left:45px;
								width:150px;
								}
								
							.small_box ul ul ul ul a{
								padding-left:65px;
								width:130px;
								}
							
								
			
		#footer{
			clear:both;
			padding:15px 16px;
			position:relative;
			font-size:10px;
			width:930px;
			}
		
#footer {
	 BACKGROUND:none; 
	 FLOAT: left; PADDING-BOTTOM: 0px; WIDTH: 930px; 
	  HEIGHT: 22px; 
}
#footer P {
	FONT-SIZE: 11px; FLOAT: left;  COLOR: #999
}
#footer UL#nav-footer {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: right; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; list-style:none;
}
#footer UL#nav-footer LI {
	PADDING-RIGHT: 20px; PADDING-LEFT: 0px; FONT-SIZE: 11px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px;list-style:none;
}
#footer UL#nav-footer LI A {
	COLOR: #666;
	text-decoration:none;
}
#footer UL#nav-footer LI A:hover {
	COLOR: #333
}
					
				.copyright{
					float:left;
					display:block;
					}
					
				.scroll-top{
					float:right;
					display:block;
					}
					
				
		




/*****************************
#basic & common styles	
/****************************/

h1 a, h2 a, h3 a, h4 a, h5 a h6 a{
		}

a{
		text-decoration:underline;
	}

a:hover{
		text-decoration:none;
	}
	
a img{
	border:none;
	}
	
p{ padding: 0 0 1em 0}


ul, ol{
	list-style-position:outside;
	margin-left:20px;
	}
	
#sidebar ul, #sidebar ol{
	margin-left:0px;
	}

#sidebar li{
	list-style-type:none;	
		}
#sidebarright ul, #sidebarright ol{
	margin-left:0px;
	}
#sidebarright li{
	list-style-type:none;	
		}
h1,h2,h3,h4,h5,h6, legend{
	font-weight:normal;
	padding-bottom:5px;
	line-height:1.4em;
		}
	
	h1{clear:both; font-size:32px;font-weight:bold;}
	h2{font-size:22px; clear:both;}
	h3, legend{font-size:18px; clear:both;}
	h4{font-size:16px; clear:both;}
	h5{font-size:14px; clear:both;}
	h6{font-size:13px; clear:both;}
	
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
		text-decoration:none;
		} 
		
	
		
		
	#featured h2{
		margin-bottom:8px;
		padding-bottom:8px;
		}	
		
	#inner_content h2, #inner_content h2 a, #inner_content_big h2, #inner_content_big h2 a{
		font-size:32px;
				}

	blockquote p{
	padding:11px 0px;
	}
	
	blockquote{
	margin:0 0 22px 5px;
	padding:0 15px;
		}
	
.floatleft{
	float:left;
	}

.floatright{
	float:right;
	}
	
.clearboth{
	clear:both;
	}
	
.alignleft{
float:left;
margin:0px 15px 15px 0pt;
}

.alignright{
float:right;
margin:0px 0pt 15px 15px;
}

.aligncenter{
clear:both;
display:block;
margin:10px auto;
padding: 10px 0;
}

#top .wp-smiley{
	border:none;
	padding:0;
	}
	
.meta{
	display:block;
	position:relative;
	top:3px;
		font-size:11px;
	line-height:14px;
	}
	
/*.read-more, .show-next{
			display:block;
	font-size:11px;
	font-weight:bold;
	height:41px;
	left:-2px;
	line-height:41px;
	position:relative;
	text-align:center;
	text-decoration:none;
	width:165px;
	}
	
#top .show-next{
	bottom:0;
	left:165px;
	position:absolute;
	}
	
.read-more:hover, .show-next:hover{
			}*/
	
.entry ul, .entry ol{
	list-style-type:none;
	list-style-position:inside;
	margin:0px;
	padding:0 0 20px 0;
		
	}
	
#top .entry ol{
	list-style-type:decimal;
	}
	
.entry li{
	padding:3px 10px;
	}
	.style{
	list-style-type:none;
	list-style-position:inside;
	margin:10px;
	padding:0 0 20px 0;
	list-style-image:url(../images/images1/navybullet.jpg) ;
	}
	
	.style li{
	padding:3px 10px;
	}
	
	.indfamilylist{
	list-style-type:none;
	list-style-position:inside;
	margin:10px;
	padding:0 0 20px 0;
	list-style-image:url(../images/images1/navybullet.jpg) ;
	}
	
	.indfamilylist li{
	padding:3px 10px;
	}
blockquote{
	font-size:13px;
	font-style:italic;
	margin:0 0 20px;
	padding:10px 20px 10px 41px;
	}
	
	
/*CONTACT FORM*/	



#searchsubmit, #send, #top #submit{
	cursor:pointer;
	}
	
	
#s, .text_input, .text_area{
padding:5px;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
width:200px;
font-size:11.5px;
}

#searchsubmit, #send, #submit{
padding:4px 20px;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
font-size:11.5px;
}

.hidden{
	display:none;
	}
#commentform{
	padding-bottom:20px;
	}


fieldset{
border:none;
padding:0;
margin:0;
overflow:hidden;
}

fieldset label{
	padding-left:7px;
	}
.blocklabel{
	display:block;
	padding:10px 0 0 0;
}

#top .text_area{
	width:450px;
	}
	
/*.corner_left, .corner_right{
	position:absolute;
	top:0;
	height:5px;
	width:5px;
	z-index:6;
	left:0;
		}
	
#top .corner_right{
	left:617px;
		}*/
	
/*navigation*/

.navwrap{
	height:50px;
	left:5px;
	line-height:50px;
	padding-right:18px;
	position:absolute;
	top:5px;
	font-size:12px;
	z-index:100;
	}

#top #navmenu{
	float:left;
	height:50px;
	line-height:50px;
		padding-left:13px;
}


#navmenu, #navmenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:50px; 
	z-index:100;

}


#top #navmenu a{
	height:33px;
	display:block;
	padding:0 21px;
	text-decoration:none;
	text-align:center;
	line-height:28px; 
	outline:none;
	z-index:155;
	position:relative;
	float:left;
	color:Navy;
	}

#top #navmenu ul a{
	line-height:23px;
	color:#012766; 
}

#top #navmenu li{
	float:left;
	position:relative;
	z-index:100;
	margin-top:11px;
}

#top #navmenu li li{
	border-left:none;
	margin-top:0;
}

#top #navmenu ul {
	position:absolute;
	display:none;
	width:172px;
	top:33px;
	left:-1px;

}

#top #navmenu li ul a{
	width:130px;
	height:auto;
	float:left;
	text-align:left;
	padding:0 21px;
	color:#012766;
}

#top #navmenu ul ul{
	top:auto;
	border-top:none;
}	

#top #navmenu li ul ul {
	left:172px;
	top:0px;
}

#top #navmenu li:hover ul, #top #navmenu li:hover ul ul, #top #navmenu li:hover ul ul ul, #top #navmenu li:hover ul ul ul ul{
  	display:none;	 clear:both;
}
#top #navmenu li:hover ul, #top #navmenu li li:hover ul, #top #navmenu li li li:hover ul, #top #navmenu li li li li:hover ul{
	display:block; clear:both;
}



/************* toggle board of directors************/
ul#member-list{
margin:0;
padding:0;
float:left;
width:100%;
}

ul#member-list li{
margin:0px 0 0px 0;
padding:20px 0  20px 20px;
background:none;
position:relative;
border-bottom:1px solid #CCC;
float:left;
width:480px;
min-height:90px;
height:auto!important;
height:90px;
clear:both;
}

ul#member-list li h3{
padding:2px 0 6px 0;
}

ul#member-list li img.thumb{
float:left;
margin:0px 20px 0px 0;
border:1px solid #8397b9;
}

ul#member-list li a.toggle{
position:absolute;
right:10px;
top:75px;
background:url(../images/arrow.gif) no-repeat left top;
width:16px;
height:16px;
display:block;
text-indent:-9999px;
}

ul#member-list li a.toggle:hover{
background:url(../images/arrow.gif) no-repeat left top;

}

ul#member-list li a.minus{
position:absolute;
right:10px;
top:75px;
background:url(./images/arrow.gif) no-repeat left top;
width:16px;
height:16px;
display:block;
text-indent:-9999px;
}


ul#member-list li a.minus:hover{
background:url(./images/arrow.gif) no-repeat left top;
}


ul#member-list li h5{
font-size:12px;
}

ul#member-list li div{
display:none;
clear:both;
padding:10px 20px 0 0;
}

ul#member-list li.current{
background:#f3f3f3;
}
 
 
/** Label of image headers **/
.labelstyle{ color:#002969; text-align:center; margin-bottom:10px; height:47px; width:150px; font-weight:bold; text-decoration:none;}
.labellink a{ text-decoration:none;}
.labellink a:hover{ text-decoration:none;}


/** Home page **/
.imgTophome{ background:transparent url(../images/images1/top.jpg) top left no-repeat; width:305px; height:43px; margin-left:-10px;}
.imgbottomhome{ background:transparent url(../images/images1/bottom.jpg) top left no-repeat; width:305px; height:17px; margin-left:-10px;}
.imgInnerhome{background:transparent url(../images/images1/empty_scroll.jpg) top left repeat-y; width:305px; height:auto; margin-left:-10px;} 


.imgmotortophome{background:transparent url(../images/images1/top_motor.jpg) no-repeat left top; height:44px;width:305px;}
.imgtraveltophome{background:transparent url(../images/images1/top_travel.jpg) no-repeat left top; height:44px;width:305px;}
.imgbottombuyhome{background:transparent url(../images/images1/buy_online.jpg) no-repeat left top; margin:0 0 0 0px; height:34px; width:305px; margin-top:-10px; cursor:pointer;}
.imgScrollhome{background:transparent url(../images/images1/middle_scroll.jpg) repeat-y left top; width:305px; padding:0; margin-bottom:0; margin-top:0px; }

.imgyTophome{ background:transparent url(../images/images1/ynoor_top_home.jpg)  top left no-repeat; width:305px; height:43px; margin-left:-10px;}
.imgybottomhome{ background:transparent url(../images/images1/ynoor_bottom_small.jpg) left no-repeat; width:305px; height:19px; margin-left:-10px;}
.imgyInnerhome{ background:transparent url(../images/images1/ynoor_scroll_small.jpg) top left repeat-y; width:305px; height:220px; margin-left:-10px;}


/** personal page **/



.imgTop{ background:transparent url(../images/images1/ynoor_top.jpg) top left no-repeat; width:328px; height:43px; margin-left:0px; text-align:left;}
.imgbottom{ background:transparent url(../images/images1/ynoor_bottom.jpg) bottom left no-repeat; width:328px; height:19px; margin-left:0px;}
.imgInner{ background:transparent url(../images/images1/ynoor_scroll.jpg) bottom left repeat-y; width:321px; height:206px; margin-left:0px; padding:0 2px 0 5px;} 
.innerheader{ margin-top:5px;}

.imgtopIcon{background:url(../images/images1/top_icon.jpg) left top no-repeat; width:151px; height:43px;}
.iconmotor{ background:url(../images/images1/personal_motor.jpg) top left no-repeat;margin-top:0px; width:151px; height:81px;}
.icontravel{ background:url(../images/images1/personal_travel.jpg) top left no-repeat;margin-top:0px; width:151px; height:81px;}
.iconhome{ background:url(../images/images1/personal_home.jpg) top left no-repeat;margin-top:0px; width:151px; height:81px;}
.iconmedical{ background:url(../images/images1/personal_medical.jpg) top left no-repeat;margin-top:0px; width:151px; height:81px;}
.iconaccident{ background:url(../images/images1/personal_accident.jpg) top left no-repeat;margin-top:0px; width:151px; height:81px;}
.iconfamily{ background:url(../images/images1/indvidual-family.jpg) top left no-repeat;margin-top:0px; width:151px; height:81px;}

.imgdivheight{height:124px;}

.leftbott{background:transparent url(../images/images1/ynoorleftbott.jpg) top left repeat-x;}
.rightbott{background:transparent url(../images/images1/ynoor_bottom_right.jpg) top left no-repeat;}
.centerbott{background:transparent url(../images/images1/ynoor_bott_center.jpg) top left no-repeat;}
.lefttop{background:transparent url(../images/images1/ynoor_top_left.jpg) bottom left no-repeat;}
.righttop{background:transparent url(../images/images1/ynoor_top_right.jpg) bottom left no-repeat;}
.centertop{background:transparent url(../images/images1/ynoor_top_center.jpg) bottom left repeat-x;}
.bullet{background:transparent url(../images/images1/bullet.jpg) center left no-repeat; height:31px; width:12px;}
.ynoortext{ color:#002969; text-align:center;font-weight:bold; text-decoration:none;margin-bottom:3px; }



.statab{
border:1px solid #ccc;
}

.cellstatab{    
    text-align:center;
    border-left:1px solid #ccc;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
}

.cellsta{  
  text-align:left;   
   border-left:1px solid #ccc;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;

}
.cellstatabhd{
    color:White;
    background-color:#1F497D;
    text-align:center;
    border-left:1px solid #ccc;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
}

.linkremove
{
	text-decoration:none;
	
	font-weight:bold;

}
a.onhover:hover { color: #002969;text-decoration:underline;}

.backgroundtable
{
	background-color:#1F497D;
	color:White;
}
.text
{
	font-size:13px;
color:White;
}
a.whitehover:hover{color:White;}	

.colour
{
	color:#002969;
}

.text_format
{
	color:#333333;

}