
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:Arial;

}
body 
{
	height:100%;
	line-height: 1em;
	background-color: #000000;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0px;
	margin: 0px;
}
#wrapper {
	background-color: #000000;
	height: 100%;
	width: 100%;
	background-image: url(../../images/repeat_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	width: 100%;
	margin: 0px auto;
	height:55%;
	
	
}

#nav {
	background-color: transparent;
	width: 100%;
	height: 41px;
}
#header {
	background-color: transparent;
	width: 965px;
	height: 140px;
	padding: 0px 19px;
	margin:0 auto;
}
#logo 
{
	width:670px;
	background-image:url(../../images/pub_logo.jpg);
	background-repeat:no-repeat;
	background-position:right;
	float: left;
	clear: both;
}
#callus {
	float: right;



}

#content {
	background-color: transparent;
	background-image: url(../../images/content_bg_1.gif);
	background-repeat: repeat-y;
	width: 951px;
	padding: 0px 25px 25px 25px;
	height: 100%;
	margin:0 auto;
	clear:both;
	min-height:340px;
	
}
.slugwrapper
{
	clear:both;
	}
/* There Should Be no Change in Above CSS */
#dynamicdata {
	clear: both;
	height: auto;
	width: 951px;
	color: white;
	margin:0 auto;
}

#dashboardnav {
	margin: 0px;
	padding: 0px;
}

#footer {
	background-image: url(../../images/footer.jpg);
	background-repeat: no-repeat;
	background-position:center bottom;
	height: 69px;
	width: 1003px;
	clear: both;
	margin:0px auto;
	overflow:visible;
	padding:0px;
	
	

}
#footertext {
	color: #FFFFFF;
	text-align: left;
	font-size: 8pt;
	padding-top: 50px;
	
}

.t {
	color: #999999;
	text-align: left;
	width: 32%;
	float: left;
	padding-left: 52px;/*change by amit*/
}

.t1 {
	color: #999999;
	text-align: right;
	float: right;
	padding-right: 20px;/*change by amit*/
}


a {
	color: #999999;
	text-decoration: none;
}

.listc ul{list-style-type:circle;}
.listc ul li{padding-bottom:10px;}
.listv ul{list-style-type:circle;}
.listv ul li{padding-bottom:5px;*margin-bottom:10px;}

/*Menu Starts*/
#nav {
	background-color: transparent;
	width: 100%;
	margin: 0;
	padding: 0px 0px 0px 10px;

}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float:left;
}

#nav a {
	display: block;
	padding: 5px 10px 0px 10px;
	line-height: 25px;
	color: #FFFFFF;
	font-size: 10pt;	
	overflow:hidden;
	float:left;
}
#nav a.current {
	display: block;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E28A28;
}

#nav li {
	float: left;
	padding: 0px 0px 7px 0px;
}
#nav li ul {
	position: absolute;
	width: 100px;
	left: -999em;
	background-color:#000000;
	z-index:1000;
	top:37px;

}
#nav li ul a {
	border:none;
	background-color:#000000;
	padding: 0px 0px 0px 5px;
	
}
#nav li ul li {
	border:none;
	width:150px;
	background-color:#000000;
	padding: 0px 5px 0px 0px;
	
}
#nav li ul a:hover {
	border:none;
	background-color:#000000;
	color: #E28A28;

	
}

#nav a:hover{
	left: auto;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E28A28;
	
}

#nav .logout a:hover{
	left: auto;
	border:none;
	color:#E28A28;
	
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;



}
#nav li:hover ul {
	left: auto;
	*margin-left:-95px;
	
}
a {
 text-decoration:none;

}
.logout
{
	float:right;

	}
.logout ul li
{
	float: left;
	padding: 0px 0px 0px 10px;
	}
.logout ul li a
{
	display: block;
	padding: 0px 10px 0px 10px;
	line-height: 10px;
	color: #FFFFFF;
	font-size: 10pt;	
	overflow:hidden;
	float:left;
	}

.logout img
{
	padding-right:10px;
	padding-top:2px;
	}


/*Menu End*/



/*menu Start*/
/*#navlist
{
	margin: 0;
	padding: 5px 0 5px 10px;

}

#navlist ul, #navlist li
{
	margin: 0;
	display: inline;
	list-style-type: none;
	font-size: 10pt;
	font-weight: bold;
	float: left;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 25px;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	border-bottom: 4px solid #f9a749;
	background: transparent;
	color: #FFFFFF;
}*/
.divider {
	background-image: url(../../images/divider.gif);
	width: 3px;
	height: 16px;
	margin-top: 8px;
	background-repeat: no-repeat;
	padding: 0px 4px;
	background-position: center center;
	float: left;
}


#dashboardnav {
	margin: 0px;
	padding: 0px;
	width: 100%;
	color:#000000;
}

#navlist a:hover {
	color: #FFFFFF;
}
#dashboardnav ul,#dashboardnav li {
	display: inline;
	float:left;
}
#dashboardnav li {
	background-image: url(../../images/leftcorner.gif);
	background-repeat: no-repeat;
	padding: 0px 5px 10px 10px;
	background-position: left top;
}
#dashboardnav a {
	background-image: url(../../images/rightcorner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #000000;
	text-decoration: none;
	padding-bottom: 10px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 13px;
	

}
#dashboardnav    a.active   {
	background-image: url(../../images/rightcorner_active.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#dashboardnav li.active {
	background-image: url(../../images/leftcorner_active.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#left {
	background-color: #000000;
	width: 360px;
	float: left;
	padding-top: 25px;
}
#right {
	float: left;
	width: 580px;
	padding-top: 25px;
	
}
#textarea {
	color: #cccccc;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	width: 550px;
	height: auto;
	line-height: 18px;
	padding-left: 25px;
}

.textarea {
	color: #cccccc;
	font-size: 13px;
}
#textarea1{
	color: #CCCCCC;
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	
	height: auto;
	line-height: 18px;
	padding-top :15px;
	text-align :left ;
	padding-left:30px;
	
	
}
.text {
	width: 49%;
	float: left;
	position: relative;
	padding-bottom: 15px;
	padding-top: 15px;
}
.text1 {
	float: left;
	width: 49%;
	position: relative;
	padding-bottom: 15px;
	padding-top: 15px;
}


#rtop {
	background-image: url(../../images/rtop.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 18px;
}
#rcenter {
	background-repeat: repeat-y;
	background-image: url(../../images/rcenter.jpg);
	height: auto;
	position: relative;
	float: left;
	width: 575px;
}
#rbottom {
	background-image: url(../../images/rbottom.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 16px;
	clear:both;
}



#messageform {
	width: 560px;
	padding-left: 10px;
	padding:0px;
	color: #CCCCCC;
	padding-top: 20px;
	clear:both;
}
#messageform table{
	position:relative;
	font-size:14px;
	width:400px;
	margin: 0 auto;
	height: 400px;
	clear:both;
}
#messageform table input{
	width:150px;
	background-color: #CCCCCC;
}
#messageform table textarea{
	width:350px;
	height:80px;
	background-color: #CCCCCC;
}
#messageform .checkbox{width:15px;height:15px;}
#messageform table h2{ font-size:18px;}
#messageform table strong{font-size:14px ;}
#messageform table .submit {
	background-image: url(../../images/submit_button.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 100px;
	margin: 0 auto;
	margin-top: 10px;
	clear:both;
}
#messageform table td{ padding:5px;}

/*Added By Vivek
*/

.contact_table {
	padding-top: 10px;
	float: left;
	color: #999999;
}
.register_blue {
	background-image: url(../../images/reg_button.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 30px;
	width: 40%;
	background-position: right;
	margin-top: -50px;
	margin-right: 15px;
}

.register_green {
	background-image: url(../../images/reg_button_1.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 30px;
	width: 40%;
	background-position: right;
	margin-top: -50px;
	margin-right: 15px;
}
em {
	color:#8DC001;
	
}


/* for Candidate Start*/

#dashboardnav1 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 951px;
	color:#000000;
}

#dashboardnav1 ul,#dashboardnav1 li {
	display: inline;
	float:left;
}
#dashboardnav1 li {
	background-image: url(../../images/leftcorner.gif);
	background-repeat: no-repeat;
	padding: 0px 5px 10px 10px;
	background-position: left top;
}
#dashboardnav1 a {
	background-image: url(../../images/rightcorner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color:#000000;
	text-decoration: none;
	padding-bottom: 10px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	font-size: 10pt;


}
#dashboardnav1    a.active   {
	background-image: url(../../images/rightcorner_active.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#dashboardnav1 li.active {
	background-image: url(../../images/leftcorner_active.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* for Candidate End*/

#dashboardnav2 {
	margin: 0px;
	padding: 0px;
	float: left;
	color:#000000;
}

#navlist a:hover {
	color: #FFFFFF;
}
#dashboardnav2 ul,#dashboardnav2 li {
	display: inline;
	float:left;
}
#dashboardnav2 li {
	background-image: url(../../images/leftcorner.gif);
	background-repeat: no-repeat;
	padding: 0px 5px 10px 10px;
	background-position: left top;

}
#dashboardnav2 a {
	background-image: url(../../images/rightcorner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color:#000000;
	text-decoration: none;
	padding-bottom: 10px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 10pt;


}
#dashboardnav2    a.active   {
	background-image: url(../../images/rightcorner_active.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#dashboardnav2 li.active {
	background-image: url(../../images/leftcorner_active.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#dashboardnav3 ul,#dashboardnav3 li {
	display: inline;
	float:left;
}
#dashboardnav3 li {
	background-image: url(../../images/leftcorner.gif);
	background-repeat: no-repeat;
	padding: 0px 5px 10px 10px;
	background-position: left top;

}
#dashboardnav3 a {
	background-image: url(../../images/rightcorner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #000000;
	text-decoration: none;
	padding-bottom: 10px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 10pt;


}
#dashboardnav3    a.active   {
	background-image: url(../../images/rightcorner_active.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#dashboardnav3 li.active {
	background-image: url(../../images/leftcorner_active.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#ValidatorCalloutExtender1

{
color:#000000 ;	
	}
	
	
	
	.dropmenudiv_a
{
	font: bold 11px verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #e9902b;
	width: 200px;
	visibility: hidden;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	position: absolute;
	display: block;
}


.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0 solid #678b3f;
	border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #FFFFFF;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	background-color: transparent;
	color: #125F10;
}

#nav1 {
	background-color: transparent;
	width: 100%;
	height: 41px;
}
#navlist1
{
	margin: 0;
	padding: 5px 0 5px 10px;

}

#navlist1 ul, #navlist1 li
{
	margin: 0;
	display: inline;
	list-style-type: none;
	font-size: 10pt;

	float: left;
}

#navlist1 a:link, #navlist1 a:visited
{
	float: left;
	line-height: 25px;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #FFFFFF;

}

#navlist1 a:link#current, #navlist1 a:visited#current, #navlist1 a:hover
{
	border-bottom: 4px solid #8dc614;
	background: transparent;
	color: #FFFFFF;
}



/****   For Client MainMenu*/

#nav2 {
	background-color: transparent;
	width: 100%;
	height: 41px;
}
#navlist2
{
	margin: 0;
	padding: 5px 0 5px 10px;

}

#navlist2 ul, #navlist2 li
{
	margin: 0;
	display: inline;
	list-style-type: none;
	font-size: 10pt;

	float: left;
}

#navlist2 a:link, #navlist2 a:visited
{
	float: left;
	line-height: 25px;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #FFFFFF;

}

#navlist2 a:link#current, #navlist2 a:visited#current, #navlist2 a:hover
{
	border-bottom: 4px solid #8dc614;
	background: transparent;
	color: #FFFFFF;
}

/* For HTML TEXT*/
#textcont {
	color: #999999;
	font-size: 13px;
	width: 95%;
	margin-left: 25px;
	padding-top: 25px;
	text-align:justify;
}

#textcont1 {
	color: #cccccc;
	font-size: 13px;
	width: 95%;
	margin-left: 110px;
	padding-top: 25px;
	line-height:18px;
}

#textcont1 h2 {
	font-size:20px;
}

#textcont1 em{
	font-weight:bold;
	font-size: 12px;
}
#textcont2 {
	color: #cccccc;
	font-size: 13px;
	width: 95%;
	margin-left: 110px;
	padding-top: 25px;
	line-height:18px;
}

#textcont2 h2 {
	font-size:20px;
}

#textcont2 em{
	font-weight:bold;
	font-size: 12px;
}
#textcont3 {
	color: #cccccc;
	font-size: 13px;
	width: 95%;
	margin-left: 110px;
	padding-top: 25px;
	line-height:18px;
}

#textcont3 h2 {
	font-size:20px;
}

#textcont3 em{
	font-weight:bold;
	font-size: 12px;
}


.privacy
{
	margin-top:10px;
	display:block;
	height:auto;
	

}

div.privacy  span
{ color:#C89023;
	float:right;
	cursor:pointer;
	font-weight:bold;
	width: inherit;
	display:block;
}

/* For Grid Box */


/*
filter:alpha(opacity=40);
-moz-opacity:.40;
opacity:.40;}*/


/*table .success {
color: #000000;
background-color: #DFF2BF;
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
cellpadding:5px;
cellspacing:5px;

}*/

/* TEst Grid*/



.dataGridHeader {
position:relative;
padding-top:24px;
_padding-top:23px;
width:100%;
_width:100%;
font-size:12px;
color: #ff0000;
	letter-spacing: 1px;
}

.dataGridContent {
overflow:auto;
width:100%;
_width:100%;
line-height:25px;
font-size:12px;
}

/* End*/
/*---------- Dashboard Icon Header Starts Here (AMIT)--------*/

#iconheader {
	height: 65px;
	width: 950px;
	background-color: transparent;
	margin: 0px auto;
	padding: 10px 0px;
}
#iconimage {
	float: left;
	height: 41px;
	width: 48px;
	background-image: url(../../images/dashboard.jpg);
	padding: 0px 1px 1px 0px;
	background-repeat: no-repeat;
	margin-top: 10px;
}
#icontext {
	color: #d0e6e4;
	float: left;
	height: auto;
	width: auto;
	font-size: 1.8em;
	margin-left: 10px;
	margin-top: 15px;
	line-height:30px;
}
#iconcontainer {
	float: right;
	height: 46px;
	width: auto;
	margin: 10px;
}
.dashboardicon {
	float: left;
	height: 46px;
	width: auto;
	padding-left: 10px;
}


.dashboardicon .lbl
{
	float:left;
	width:auto;
	padding-top:7px;
	font-size: 13px;  
}

.dashboardicon .txtb
{
	float:left;
	width:auto;
	margin-left:5px;
	padding-top:3px;
}

.dashboardicon .btn
{
	float:left;
	width:auto;
	margin-left:5px;
	
}
.buttonsearch				
{
	background: url(../../Images/button-bg.png) repeat-x top center; 
	border: 1px solid #999;	  
	/*-moz-border-radius: 5px;*/ 
	padding:3px; 
	color: black; 
	font-weight:normal;			
	/*-webkit-border-radius: 5px; */
	font-size: 12px;  
	width: 60px;
	
	
	}
.lefticonheader {
	background-image:url(../../images/left.jpg);
	float: left;
	height: 65px;
	width: 12px;
}
.centericonheader {
	background-image: url(../../images/Center.jpg);
	float: left;
	height: 65px;
	width: 926px;
	background-repeat: repeat-x;
}
.righticonheader {
	background-image: url(../../images/right.jpg);
	float: right;
	height: 65px;
	width: 12px;
}
.dashboardicon  a  img, .dashboardicon  a {
	border: none;
	overflow: hidden;
	float: left;
}
.dashboardicon  a:hover {
	border:solid 1px #3b4041;
}
.dashboardicon  a:hover  img {
	margin: -1px;
}


/*---------- Dashboard Icon Header Ends Here --------*/

/* Added By Amit Yadav for Privacy */


.privacy {
	float: right;
	height: 25px;
	width: 150px;
	margin-top: -7px;
}

.privacyicon  {
	float: right;
	height: 25px;
	width: auto;
	padding-right: 2px;
}
.privacyicon1 {
	float: right;
	height: 25px;
	width: auto;
	line-height: 30px;
	font-family: airial;
	font-size: 11px;
}
.privacyicon1 a { color:#e9902c;}

.privacyicon1 a:hover { color:#50bd2c;}

.privacyicon a img, .privacyicon a {
	border: none;
	overflow: hidden;
	float: left;
}
.privacyicon a:hover {
	border:solid 1px #3b4041;
}
.privacyicon a:hover img {
	margin: -1px;
}


/* End*/

/*Added by Amit*/

.slug {
	width: 287px;
	height: auto;
	float: left;
	padding: 50px 15px 20px 15px;
	color: #FFFFFF;
	text-align: left;
	
}
.slug p
{
	text-align:left;
	word-spacing:0.1em;
	font-size:12px;

	}
/*.benefiticon {
	float: left;
	height: 25px;
	width: 25px;
}

.benefittext {
	float: left;
	height: 100%;
	width: 237px;
	font-size: 12px;
	line-height: 20px;
	text-align:justify;
	padding-left: 10px;
}

.headerclientbenefit {
	font-size: 17px;
	height: auto;
	width: auto;
	padding-top: 3px;
	padding-bottom: 10px;
}*/





/*  Added by ajay jain 01 sep 2009 for New Role*/
#dashboardnav4 {
	margin: 0px;
	padding: 0px;
	float: left;
	color:#000000;
}

#navlist a:hover {
	color: #FFFFFF;
}
#dashboardnav4 ul,#dashboardnav4 li {
	display: inline;
	float:left;
}
#dashboardnav4 li {
	background-image: url(../../images/leftcorner.gif);
	background-repeat: no-repeat;
	padding: 0px 5px 10px 10px;
	background-position: left top;

}
#dashboardnav4 a {
	background-image: url(../../images/rightcorner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color:#000000;
	text-decoration: none;
	padding-bottom: 10px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 10pt;


}
#dashboardnav4    a.active   {
	background-image: url(../../images/rightcorner_active.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#dashboardnav4 li.active {
	background-image: url(../../images/leftcorner_active.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*End*/

background-repeat: no-repeat;
	background-position: left top;
}


/*Added by Nasir for more pages Start*/
.content_page{
	width:730px;
	height:1100px;
	background-image:url(../../images/cbbg.jpg);
	background-repeat:repeat-y;
	margin:0 auto;
}
.content_page_client{
	width:722px;
	height:1370px;
	margin:0 auto;
	background-image:url(../../images/cbbg.jpg);
	background-repeat:repeat-y;
}
.content_page_recruiter
{width:722px;

	height:1190px;
	margin:0 auto;
	background-image:url(../../images/cbbg.jpg);
	background-repeat:repeat-y;
}
.conpage_left_client{
	float:left;
	width:59px;
	height:903px;
	background-image: url(../../images/client_benefit_04.jpg);
	background-repeat: no-repeat;
}
.conpage_left_candidate{
	float:left;
	width:59px;
	height:903px;
	background-image: url(../../images/candidate_benefits_04.jpg);
	background-repeat: no-repeat;
	overflow:visible;
}
.conpage_left_recruter{
	float:left;
	width:59px;
	height:903px;
	background-image: url(../../images/recruiter_benefits_04.jpg);
	background-repeat: no-repeat;
}
.conpage_right{
	float:left;
	width:660px;
	height:903px;
	background-image: url(../../images/Clover_Web_Pages_Layered_05.jpg);
	background-repeat: no-repeat;
	
}

.conpage_right hr{
	width:75%;
	color:#000000;
	text-align:center;
}

.conpage_right .page_title{
	margin-top:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #000;
	letter-spacing: 1em;
	text-align: center;
}

.conpage_right .page_subtitle{
	margin-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #000;
	letter-spacing: 0.5em;
	text-align: center;
}

.conpage_right .page_subtitle2{
	margin-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #000;
	letter-spacing: 0.4em;
	text-align: center;
}
.conpage_right .page_header{
	
	padding:20px 0px 10px 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #000;
	text-align: left;
}

.conpage_right .ul{
	padding:20px 30px 5px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000;
	text-align: left;
	list-style-type: disc;
	text-align:justify;
	list-style-position: inside;	
}
.conpage_right .img{
	margin:0px 5px 0px 450px;
}
.conpage_right .page_para{
	padding:0px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000;
	text-align:justify;
	line-height:2em;
	
}
.conpage_right .page_para a, .conpage_right .page_para a:visited, .conpage_right .page_para a:hover{
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000;
	line-height:2em;
	text-decoration:underline;
	
}
.conpage_right .ul li{
	line-height:2em;
	margin:0px 15px 0px 5px;
}

.img_thumbview{
width:660px;
height:285px;
*height:275px;
margin-left:-5px;
*position:absolute;
display:block;
clear:both;

}

.forback
{float: right; 
	color: Yellow;
	text-decoration: underline;
           font-weight: bold;
           }
/*Added by Nasir for more pages Ends*/


/*End*/