/*___________________________________________________
Author: iColab Softwares Pvt. Ltd. <http://icolabsoft.com/>
Version: 2.2012
Client URL: http://www.cdcri.org
Developed by: PerfectCoder <http://www.perfectcoder.com/> 
by Bhavesh Rathod <gulonline@gmail.com>
_____________________________________________________*/
a {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;

}
a:hover {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;

}

#inner-header {
	background-position: center center;
	margin: 0px auto 0px auto;
	border-style: solid;
	border-width: 6px;
	width: 980px;
	height: 160px;
	border-top-color: #2691DB;
	border-right-color: #2691DB;
	border-bottom-color: #2691DB;
	border-left-color: #2691DB;
	background-image: url('../images/loader.gif');
	background-repeat: no-repeat;
}
#breadcrumb-share-box {
	margin: 0px auto 0px auto;
	width: 992px;
	height: 36px;
	background-color: #2691DB;
}
#breadcrumb-share-box .breadcrumb {
	float: left;
	background-color: #2691DB;
	width: 710px;
}
#breadcrumb-share-box .share {
	padding: 10px;
	background-image: url('../images/share-bg.jpg');
	background-repeat: repeat-x;
	float: right;
}
#breadcrumb-share-box .share span {
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00789F;
	font-weight: 700;
	float: left;
}
#inner-content-box {
	margin: 0px auto 100px auto;
	width: 992px;
	overflow: hidden;
}
#inner-content-box .left-box {
	width: 225px;
	float: left;
	background-color: #2691DB;
}
#subnav {
	background: #2691db;
	padding: 30px 30px 40px 30px;
	color: #fff;
	overflow: hidden;
}
#subnav h4 {
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #fff;
	text-shadow: 0px 2px 5px #114364;
}
#inner-content-box .left-box ul {
	list-style: none;
	padding: 0;
	margin: 9px 0 0;
	border-top: 1px solid #51a7e2;
	font-size: 12px;
}
#inner-content-box .left-box ul li {
	display: inline;
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
}
#inner-content-box .left-box ul li a {
	color: #fff;
	display: block;
	line-height: 1;
	text-decoration: none;
	padding: 9px 0;
	border-bottom: 1px solid #51a7e2;
}
#inner-content-box .left-box ul li.on a {
	color: #000000;
	background: #fff;
	padding: 9px 30px;
	margin: 0 -30px;
	border-bottom: 1px solid #fff;
	cursor: default;
	font-size: 20px;
	font-weight: 700;
}
#inner-content-box .left-box ul li a:hover {
	color: #000000;
	background: #e1f1ff;
	padding: 9px 30px;
	margin: 0 -30px;
	border-bottom: 1px solid #e1f1ff;
}
















#inner-content-box .right-box {
	background-position: -12px -8px;
	width: 764px;
	float: right;
	background-image: url('../images/inner-right-bg.png');
	background-repeat: no-repeat;
}
#inner-content-box .right-box h1 {
	font-size: 38px;
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	padding-top: 30px;
	padding-left: 30px;
	letter-spacing: -1px;
}
#inner-content-box .right-box h2 {
	font-size: 40px;
	font-family: 'Raleway', arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	padding-left: 30px;
	padding-bottom: 10px;
}

#inner-content-box .right-box h3 {
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #333333;
	font-weight: 400;
	padding-left: 30px;
	padding-bottom: 10px;
}

#inner-content-box .right-box ul {
	margin: 0px 0px 50px 50px;
	list-style-type: none;
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	font-weight: 400;
}
#inner-content-box .right-box ul li {
	padding: 5px;
	list-style-type: disc;
}

#inner-content-box .right-box .title-border {
	background-position: left top;
	padding-left: 30px;
	background-image: url('../images/title-border.png');
	background-repeat: no-repeat;
	height: 21px;
	margin: 0px auto 0px auto;
	width: 670px;
	padding-bottom: 10px;
}
#inner-content-box .right-box .message-title-border {
	background-position: right top;
	padding-left: 30px;
	background-image: url('../images/message-title-border.png');
	background-repeat: no-repeat;
	height: 21px;
	margin: 0px auto 0px auto;
	width: 670px;
	padding-bottom: 10px;
}

#inner-content-box .right-box p{
	margin: 0px auto 0px auto;
	font-family: 'Arimo', arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 700px;
	font-weight: normal;
	line-height: 1.5em;
	text-align: justify;
	padding-bottom: 10px;
}
#inner-content-box .right-box p strong {
	color: #000000;
}
#inner-content-box .right-box p.first:first-letter{
	font-size: 30px;
	color: #000000;
}

#inner-content-box .right-box .msg-img-box {
	background-position: center center;
	padding: 5px;
	border: 1px solid #E4E4E4;
	width: 200px;
	height: 200px;
	float: right;
	margin-right: 40px;
	margin-left: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	background-image: url('../images/loader.gif');
	background-repeat: no-repeat;
}
#inner-content-box .right-box .msg-img-box .name{
	padding: 5px;
	background-color: #FF0000;
	color: #FFFFFF;
	float: right;
	position: absolute;
	bottom: 40px;
	right: 5px;
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 18px;
	text-shadow: 0 1px 1px #000;
	font-weight: 700;
}
#inner-content-box .right-box .msg-img-box .post{
	padding: 5px;
	background-color: #FF7575;
	color: #FFFFFF;
	float: right;
	position: absolute;
	bottom: 15px;
	right: 5px;
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 15px;
}
#inner-content-box .right-box .table-box {
	margin: 0px auto 50px auto;
	width: 700px;
	-moz-box-shadow: inset 0 0 10px #ccc;
	-webkit-box-shadow: inset 0 0 10px #ccc;
	box-shadow: inset 0 0 10px #ccc;
}
#inner-content-box .right-box .photo-container{
	padding: 20px;
	overflow: hidden;
}
#inner-content-box .right-box .photo-container .photo{
	width: 200px;
	height: 200px;
	float: left;
	margin: 10px;
	border: 4px solid #EBEBEB;
}
#inner-content-box .right-box .photo-container .photo:hover{
	border: 4px solid #0099FF;
}
