/* CSS Document */
body{
	margin: 0;
	padding: 0;
	background-color: #BFBFBF;
	}
#bg-left{
	background: url(../images/left-bg.jpg) repeat-y;
	width: 10px;
	}
#bg-right{
	background: url(../images/right-bg.jpg) repeat-y;
	width: 10px;
	}
.border-wrapper{
	border: #ffffff solid 5px;
	}
#nav-inner{
	background-color: #3166B4;
	}
#inner-wrapper{
	background-color: #fff;
	}
.padd-bottom{
	padding: 0 0 10px 0;
	}
.padd-above{
	padding: 10px 0 0 0;
	}
.traditional-lines{
	padding: 3px 264px 4px 7px; 
	}
.nav a{
	font: normal 12px Arial, Helvetica, sans-serif; 
	text-transform: uppercase;
	color: #E1E3E5;
	background: url(../images/bullet.jpg) left center no-repeat;
	padding: 0 0 0 10px;
	text-decoration: none;
	} 
.nav a:hover{
	font: normal 12px Arial, Helvetica, sans-serif; 
	text-transform: uppercase;
	color: #011D46;
	background: url(../images/bullet.jpg) left center no-repeat;
	padding: 0 0 2px 10px;
	text-decoration: none;
	}
	
.galry_border{
	margin: 0 18px 0 0; border:1px solid #5B5B5B; padding:3px;
	}
	
.padd-left{
	padding: 0 0 0 18px;
	}
.img-left{
	padding: 0 15px 0 0; float:left;
	}
.heading{
	font: normal 30px "Times New Roman", Times, serif;
	color: #374D86;
	text-decoration: none;
	}
td{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #1B1B1B;
	text-decoration: none;
	line-height: 16px;
	}
.link a{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #1B1B1B;
	line-height: 16px;
	}
.link a:hover{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #1B1B1B;
	text-decoration: none;
	line-height: 16px;
	}
.size{
	font-size: 25px;
	}
.padd-thumbs{
	padding: 0 13px 0 0 ;
	}
a.read-more { /* definition of the "image" class in the <a> tag */ display: block; /* a tag must be a block */ width: 101px; /* width of reactive image */ height: 19px; /* height of reactive image */ background-image: url(../images/read-more.jpg); /* source for start image */ background-repeat: no-repeat;}	 
a.read-more:hover { /* definition of the "image" class for <a> tag when hovered onto */ background-image: url(../images/read-more-hover.jpg); /* source for target image */} 
.service{
	line-height: 22px;
	}
.gray{
	color: #1B1B1B;
	}
.footer{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #9D9D9D;
	text-decoration: none;
	line-height: 20px;
	}
.footer a{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #9D9D9D;
	text-decoration: none;
	line-height: 20px;
	}
.footer a:hover{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #9D9D9D;
	line-height: 20px;
	text-decoration: underline;
	}
.footer-inner{
	background-color: #3A3A3A;
	}
/*------------------------------------------------------------------------------------------------------------------*/

input
{
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	color:#4E4E4E;
	border:1px solid #DDDDDD;
	background:#FFFFFF/*Alpha(Opacity=0, Style=0);*/;
}

/*
--------------------------------------------------------------------------------------------------------------------
*/

input.noborder
{
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	border:0px;
	
}

/*
--------------------------------------------------------------------------------------------------------------------
*/

textarea
{
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	color:#4E4E4E;
	border:1px solid #DDDDDD;
	background:#FFFFFF/*Alpha(Opacity=0, Style=0);*/;
}

/*
--------------------------------------------------------------------------------------------------------------------
*/

select
{
	font-family:Arial, Tahoma, Verdana;
	font-size:8pt;
	color:#4E4E4E;
	border:1px solid #DDDDDD;
	background:#FFFFFF;/*#FFFFFF/*Alpha(Opacity=0, Style=0);*/
}

/*
--------------------------------------------------------------------------------------------------------------------
*/

input.btn
{
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	color:#FFFFFF;	
	background:#21529A;
	border:1px solid #0B2A57;
	cursor: pointer;
	
}
/*



