/* - - - - - - - - - - - - - - - - - - - - -

Title : NAK Version 2
Author : Manu Goenka
URL : www.css2.0mania.com

- - - - - - - - - - - - - - - - - - - - - */


/* ClearFix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Global Form Styles */
form{
margin: 0;
padding: 0;
}
input, textarea{
	background: #fff;
	border: 1px solid #83cde1;
	border-top: 3px solid #83cde1;
}
input:hover, textarea:hover {
	background: #F0FDE2;
	border-top: 3px solid #b1e77a
}
input:focus, textarea:focus {
	background: #FCFFEC;
	border-top: 3px solid #b1e77a
}
.submit { border: 0; width: auto; }
.submit:hover, .submit:active { border:0; }
.radio { background: none; border: 0; }

/*  --- Global Form Styles  -- End HERE */
/*  Image PNG fix ******************   */
 img, 
 a,
 a:hover,
 a:visited{ behavior: url(./iepngfix.htc); }
/*  Image PNG fix END   */

/* ----- Icons, etc ----- */
*{
	margin:0;
	padding:0;
}
body {
	background:#5eaada url(img/bg.gif) repeat-x;
	color: #222;
/*	font: .7em/1.5em tahoma, geneva, verdana, arial, sans;*/
	font: .8em/1.8em Arial;
}
a {
	color: #222;
	text-decoration: none;
}
a:active { outline: none; }
a:hover {
	color:#303e87;
	text-decoration: none;
	outline: none;
}
a img { border: 0; }
h2 {
	font-size: 1.3em;
	margin:0;
	line-height: 100%;
}
h3 {
	font-size: 1.1em;
	margin:0;
	line-height: 100%;
}
h4{
	font-size:1.0em;
}
hr {display:none;}
p { margin:0 0 8px 0 }
#page_area ul,ol{
	margin:0 0 0 30px;
}
#page_area a{
	color:#193B85;
	text-decoration:none;
}
#page_area a:hover{
	color:#303e87;
	text-decoration:underline;
}
/********************************************************* --- Main Body Container  *******************************************************/
#nakainer{
	width:100%;
}
	#nakainer_inner{
		width:782px;
		margin:0 auto;
		background:#fff;
	}
		#header{
/*			height:195px;
			background:#feffe0;*/
		}
		#menu{
			background:url(img/menu_bg.gif) repeat-x;
			height:47px;
		}
			#menu ul{
				list-style:none;
				margin:0 0 0 25px;
			}
				#menu li{
					display:block;
					float:left;
					list-style:none;
					margin:0 20px 0 10px;
					line-height:47px;
					font-size:14px;
				}
					#menu li a{
						display:block;
						float:left;
						color:#0072ba;
						font-weight:bold;
						text-decoration:none;
						padding:7px 0 0 0;
					}
						#menu li a:hover{
							text-decoration:none;
							background:url(img/menu_hover.gif) no-repeat top center;
							color:#0099e0;
						}
		#container{
			
			margin:2px 0 0 0;
			padding:0;
			clear:both;
			min-height:600px;
			height:auto !important;
			height:600px;
			 
		}
			#phone_no{
				clear:both;
				padding: 0 30px;
				font-weight:bold;
				float:right;
				font-size:14px;
			}
			#page_area{
				width:544px;
				float:left;
				margin:0;
				padding:10px 0 0 20px;
				min-height:530px;background:#fff url(img/curve.png) no-repeat center top;behavior: url(./iepngfix.htc);
			}
				.welcome_text{
					background:url(img/hafa_adai.gif) no-repeat;
					width:208px;
					height:25px;
					text-indent:-9999px;
				}
			#side_block{
				width:204px;
				float:right;
			}
				#nav{
					background:url(img/nav_bg.gif) repeat-y;
					margin:0;
					padding:10px 10px 10px 15px;
				}
					#nav_inner{
						background:url(img/nav_clip.gif) no-repeat right bottom;
						z-index:20;
					}
						#nav ul{
							list-style:none;
							padding:0 0 0 15px;
						}
							#nav li{
								list-style:disc;
								margin:5px 0;
								padding:0;
								color:#0072ba;
								font-weight:bold;
							}
								#nav li a{
									text-decoration:none;
									color:#0072ba;
									line-height:26px;
									font-size:13px;
								}
									#nav li a:hover{
										color:#e92900;
										text-decoration:none;
									}
						.block{
							background:#fff;
							border:1px solid #d2e3e9;
							width:236px;
							display:block;
							float:left;
						}
							.block h2{
								background:#0074c5;
								height:25px;
								line-height:25px;
								color:#fff;
								padding:0 10px;
							}
							.block h4, .block p, .block hr{
								padding:0 10px;
							}
							.events{
								border:dotted #bcd4dd;
								border-width:0 0 2px 0;
								padding:0;
								margin:0 0 5px 0;
							}
								.events li{
									list-style:none;
									font-weight:bold;
									text-indent:10px;
									padding:0 0 6px 0;
								}
					#slide_show{
						width:204px;
						height:207px;
					}
	#footer{
		width:780px;
		margin:0 auto;
		height:25px;
		line-height:25px;
		font-weight:bold;
		font-size:10px;
		color:#303e87;
	}
	
	#footer a{
		text-decoration:underline;
		color:#303e87;}
	
	#footer a:hover{
		text-decoration:none;
		color:#fff;}
/*************************** Fixed Styles ********************************************/


.floatleft{
float:left;
}
.floatright{
float:right;
}
.textright{
	text-align:right;
}
.clear{
clear:both;
}
.noborder{
border: none;
}

.boldtext{
font-weight:bold;
}
.normatext{
font-weight:normal;
}
.bg1
{
background: #0099FF;
}
.bg2{
background: #FF3300;
}
.bg3{
background: #FF33FF;
}
.bg4{
background: #9900CC;
}
.fc1
{
color:#2e3b85;
}
.fc2
{
color:#336633;
}
.fc3
{
color:#666633;
}
.fc4{
color:#193B85;
}
.fs1{
font-size:0.9em;
}
.fs2{
	font-size:1.3em;
}
.fs3{
	font-size:1.2em;
}
.ff1{
	font-family:"Comic Sans MS";
}
/*************************** Fixed Styles END ********************************************/