/*----------------------------------------| Body Frame css start |-----------------------------------*/
body {
	margin:0px auto;
	border:1px solid #808898;
	width:972px;
	color:#585c60;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;

}
#container{
	width:972px;
	background-image: url(../images/page-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#left-panel{
	float:left;
	width:232px;
}
#right-panel{
	float:left;
	width:724px;
	padding-right:16px;
	background-image:url(../images/right-strip.gif);
	background-repeat:no-repeat;
	background-position:right top;
	
}
#main-area{
	padding:15px 20px;
}
#right-strip{
	float:right;
	width:16px;
	background-color:#58a0d4;
	height:276px;
	overflow:hidden;
}
#footer{
	background-color:#334961;
	color:#ffffff;
	font-size:12px;
	text-align:right;
	margin-left:17px;
	margin-right:17px;
	padding:2px 25px;
	height:18px;
}
/*----------------------------------------| Body Frame css end |-----------------------------------*/





/*----------------------------------------| Tag Frame css start |-----------------------------------*/
a img{
	border:none;
}
p{
	padding:0px;
	margin:0px;
	margin-bottom:15px;
}
h1{
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
h2{
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	font-size:18px;

}
ul{
	padding:0px;
	margin:0px;
	padding-bottom:15px;
}
li{
	background-image: url(../images/black-bullet.gif);
	background-position: left 7px;
	background-repeat: no-repeat;
	padding-bottom: 4px;
	list-style-type: none;
	padding-left: 14px;
}

#home ul{
	padding:0px;
	margin:0px;

}
#home li{
	background-image: url(../images/logo-bullet.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	list-style-type: none;
	padding-left: 25px;
}
/*----------------------------------------| Tag Frame css end |-----------------------------------*/









.blue-text{
	font-size:13px;
	color:#0065a5;
}
.blue-text:hover{
	font-size:13px;
	color:#25abfe;
}
.blue-text-heading2{
	font-size:16px;
	color:#0065a5;
	font-weight:bold
}
.blue-text-heading3{
	font-size:13px;
	color:#0065a5;
	font-weight:bold
}
.dark-blue-text-heading3{
	font-size:13px;
	color:#000c3c;
	font-weight:bold
}
.black-text-heading3{
	font-size:13px;
	color:#211c1e;
	font-weight:bold
}
.dark-blue-text-heading2{
	font-size:16px;
	color:#000c3c;
	font-weight:bold
}

.red-text{
	color:#cc0000;
}
.white-text-fourteen{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}




.pic-border{
	border:1px solid #58a0d4
}
.gallery-thumb{
	width:180px;
	height:135px;
	background-color:#f3fbff;
	border:4px solid #58a0d4;
	background-position:center center;
	background-repeat:no-repeat;
	margin-bottom:5px;
	cursor:pointer;
}
.h-dotted-line{
	background-image: url(../images/h-dotted-line.gif);
	background-position: left center;
	background-repeat:repeat-x
}





.form-left{
	float:left;
	width:100px;
	font-weight:bold;
	padding-bottom:8px;
}
.form-right{
	float:left;
	width:180px;
	padding-bottom:8px;
}
.box{
	color:#585c60;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	width:210px;
	border:1px solid #b4bcc3;
	padding:2px;
}



.add-left{
	float:left;
	width:65px;
	font-weight:bold;
	padding-bottom:8px;
}
.add-right{
	float:left;
	width:200px;
	padding-bottom:8px;
}