﻿* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px; 
 background-color:#F0F0F0;
 -ms-user-select: none; 
 -moz-user-select: none; 
 -webkit-user-select: none; 
 user-select: none; 
 }

#wrapper { /* ჩარჩო  */
 margin: 0 auto;
 width: 900px;
}
#header1 {
 background:linear-gradient(to top, #648880, #293f50);
 width: 900px;
 height: 102px;
 padding-left:0px; padding-right:5px;
 float: left;
 border: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
}
#header2 {
 width: 900px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 height: 45px;
 margin: 0px 0px 0px 0px;
}
#header3 {
 width: 920px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 height: 55px;
 margin: 0px 0px 0px 0px;
}
.innerIam {    /* start top banner animation  */
  text-align:center;
  padding-top:25px;
  font:  normal 18px/22px sylfaen;
  color:white;
  font-weight:bold;
  text-shadow:1px 1px 9px  #f4f4f4;
  height:20px;
}
/* end top banner animation  */


/* start drop down menu  */

#menu {	/* menu size */
	list-style:none;
	width:900px;
	margin:30px auto 0px auto;
	height:43px;
	padding:0px 20px 0px 20px;
	/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/* Background color and gradients */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
	/* Borders */
	border: 1px solid #002232;
	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 10px 4px 10px;
	margin-right:30px;
	margin-top:7px;
	border:none;
	 z-index:+1;
}

#menu li:hover {
	border: 1px solid #777777;
	padding: 4px 9px 4px 9px;
	/* menu head Background color and gradients */
	background: #F4F4F4;
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));
	/* Rounded corners */
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
	/* menu font color */
#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; 
	color: #EEEEEE;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
}
	/* menu text and shadow color on cursor over  */
#menu li:hover a {
	color:#161616;  
	text-shadow: 1px 1px 1px #ffffff;
}
#menu li .drop {       /* menu arrow  */
	padding-right:21px;  
	background:url("img/drop.gif") no-repeat right 8px;    /* menu arrow png vertikal position*/
}
#menu li:hover .drop {
	 z-index:+1;
	background:url("img/drop.png") no-repeat right 7px;     /* menu arrow gif vertikal position*/
}
.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #777777;    /* drop down menu frime color*/
	border-top:none;

	/* drop down menu Gradient background color*/
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}


.dropdown_1column {width: 250px;}
.dropdown_2columns {width: 300px;}
.dropdown_3columns {width: 440px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 720px;}

#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
}

.col_1,
.col_2,
.col_2a,
.col_2b,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_2a {width:200px;}
.col_2b {width:170px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

#menu .menu_right {
	float:right;
	margin-right:0px; z-index:+1;
	
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;     /* drop down menu title color*/
}
#menu h2 { 
	font-size:21px;     /* drop down menu title size*/
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;    /* drop down menu linea color*/
}
#menu h3 {
	font-size:14px;    /* 4 column drop down menu title size*/
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;      /* 4 column drop down menu linea color*/
}
#menu p {
	line-height:18px;    /* drop down text linear Vertical distance*/
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:12px;     /* drop down menu h3 text size*/
	color:#015b86;
}
#menu li:hover div a:hover {
	color:#029feb;    /* drop down menu link color on mouse over*/
}


.strong {
	font-weight:bold; color:red;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;   /* drop down menu imgage shadow color */
	padding:4px;
	border:1px solid #777777;   /* drop down menu imgage line color */
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;     /* drop down menu imgage box color */
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#menu li .black_box {
	background-color:#333333;     /* 5 column drop down menu text box background color */
	color: #eeeeee;     /* 5 column drop down menu text box text color */
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;
	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}


#menu li .black_box2 {
	width:130px; height:130px;
    border-radius: 5px;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:180px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu li .greybox li {
	background:#F4F4F4;     /* 4 column drop down menu text box background color */
	border:1px solid #bbbbbb;     /* 4 column drop down menu text box line color */
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;     /* 4 column drop down menu text box line width */

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#ffffff;     /* 4 column drop down menu text box background color on mouse over  */
	border:1px solid #aaaaaa;     /* 4 column drop down menu text box line color on mouse over  */
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}
/* end drop down menu  */




#leftcolumn { 
 float: left;
 background: transparent;
 margin: 0px 0px 0px 0px;
 padding-top:0px;
 padding-left:10px;
 padding-right:10px;
 min-height:330px;
 width: 570px;
 display: inline;
}
#content {
	padding:0px;
}
#rightcolumn { 
 float: right;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 min-height:320px;
 width: 270px;
 display: inline;
}
.handbook_banner {
	float: left; 
	width:255px; 
	height:100px;
	margin-left:5px;	
	border: 0px; 
	border-radius: 15px 15px 15px 15px; 
	box-shadow:5px 5px 5px gray;
}
.right_banner {
	float: left; 
	width:255px; 
	height:100px;
	margin-left:5px;	
	border: 0px; 
	border-radius: 15px 15px 15px 15px; 
	box-shadow:5px 5px 5px gray;
}

#maincolumn { 
 float: left;
 border: 1px solid #ccc;
 background:#CCC8B3;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 min-height:330px;
 width: 900px;
}

#footer { 
 width:900px;
 height:35px;
 clear: both;
 border: 1px solid #ccc;
 margin: 0px 0px 10px 0px; 
 padding:10px;}

