	/* CSS Document */
*{
	border:0;
	padding:0;
	margin:0;}
body{
	padding:0;
	font-size:12px;
	line-height:normal;
	margin:0;
	font-family: Georgia, Times New Roman, Serif;
	background:#fff;
	color:#000;
/* user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-o-user-select: none; */
}

/* Above disables select copy paste */

#textbox
{
float:left;
width:134px;}
#search{
float:right;
width:54px;}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}
input, select, textarea {
  border: 1px solid #CCCCCC;
}

.listul {
	padding-left:50px;
	font-family: Georgia, Times New Roman, Times, serif;
	text-align:left;
	font-size:12px;
	color:#000;
	line-height:22px;
	text-align:justify;
	width:92%;
	list-style-type:none;
}

.orderedlist
{
font-size: 12px;
padding:10px;
font-family:Georgia, Times New Roman, Times, serif;
text-align:justify;
width:92%;
padding-left:50px;
line-height:20px;
list-style-type:none;
}

.faqlist
{
font-size: 12px;
padding:10px;
font-family:Georgia, Times New Roman, Times, serif;
text-align:justify;
width:92%;
line-height:20px;
padding-left:20px;
}


.bulletlist
{
font-size: 12px;
font-family:Georgia, Times New Roman, Times, serif;
text-align:justify;
padding-left:50px;
line-height:20px;
list-style-type:disc;
}

.cb{
	clear:both; 
	font-size:0; 
	line-height:0;
}


/*-------------------------------------------alllinks--------------------*/
a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight: normal;
  color: #0969A2;
  
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration: none;
  font-weight: normal;
  color: #0969A2;
  } 
a:hover {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight: normal;
  color: #d10303;
  } 
a:active {
  /* Applies to activated links */
  text-decoration: none;
  font-weight: normal;
  color:  #d10303;
  }
  
  
a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight: normal;
  color: #0040FF;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration: none;
  font-weight: normal;
  color: #0040FF;
  } 
a:hover {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight: normal;
  color: #B40404;
  } 
a:active {
  /* Applies to activated links */
  text-decoration: none;
  font-weight: normal;
  color: #B40404;
  } 


/*------------------------------------------------main--------------------*/
/*********Right Side menu Slider*******/
.testimonials{
height: 230px;
padding: 10px 0px 0px 12px;
}
.rightslideshow{
height: 212px;
width: 152px;
margin-top: 8px;
}
/*------------------------------------------------top--------------------*/
.top_nav{
	float:right;
	}
.top_nav a:hover{
	text-decoration:underline;}
.top_nav a{
	background: url("../images/top_div.gif") no-repeat scroll right 7px transparent;
color: #000000;
display: block;
float: left;
font: 12px/24px Verdana, Geneva, sans-serif;
padding: 0 15px;
text-decoration: none;
	}
.top_nav a.last{
	background:none;
	}
	
/*#main .header
{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 1039;
	background: rgb(255, 255, 255);
}
#main .container{position: relative; top: 157px;}*/
#main{
	width:99.7%;
	padding:0;
	margin:auto;
	position:relative;
}

#main .logo{
	display: block;
	float: left;
	font-size: 0;
	line-height: 0;
	margin:30px 26px 25px 0;
}
#main .logo img{
	width:310px;
	padding-left:50px;
	padding-bottom:10px;
	padding-top:0px;}

.left_pen .ddsmoothmenu{
	background:none;
	height:auto;
}
#smoothmenu1{z-index:1063;left:0;right:0;}
.ddsmoothmenu{
	background:#3a3a3a;
	height:36px;
}
.left_pen .ddsmoothmenu ul{
z-index:100;
height: auto;
margin: auto;
width: 200px;
background:#DDDDDD;

}
.ddsmoothmenu ul{
z-index:100;
height: 33px;
margin: auto;
padding-top:3px;
width:955px;
background:none repeat scroll 0 0 #3A3A3A;
}


/*Top level list items*/
.left_pen .ddsmoothmenu ul li{
display:block;
float: none;
	list-style:none;
	background:none;
}
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
	list-style:none;
	background:url(../images/main_nav_div.gif) no-repeat right 10px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
color: #000;
display: block;
font: 12px/23px Verdana, Geneva, sans-serif;
padding:4px 8px !important;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
body #main .left_pen .ddsmoothmenu ul li a:link, body #main .left_pen .ddsmoothmenu ul li a:visited{
color: #000;
height:24px;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}
body #main .left_pen .ddsmoothmenu ul li a.selected{
	background:#fff;
	color:#000;} 
.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-color:#fff;
color:#000;
}
body #main .left_pen .ddsmoothmenu ul li a:hover{
color:#000;
background-color:none;
}
body #main .left_pen .ddsmoothmenu ul li a:hover{
color:#000;
text-decoration:none;
background:#fff;
}
body #main .left_pen .ddsmoothmenu ul li ul li a:hover{
color:#000;
text-decoration:underline;
background:#fff;
}
.ddsmoothmenu ul li a:hover{
background-color: #FFFFFF;
color: #000000;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
/*position: absolute;
left: 0;
display: none;
visibility: hidden;
background-color:#fff;
margin-top:-1px;*/

background-color: #FFFFFF;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
color: #333333;
height: auto;
line-height: normal;
margin-left: 0px;
margin-top: 0px;
padding: 0;
position: absolute;
z-index: 100;
width:200px;
display:none;
}
a{ outline:none;}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}
.ddsmoothmenu ul li ul li:hover{
background-color:#000;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

.signuptocform{
style="text-align:center; font-family:georgia; float:inherit; border:thin;


}


/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
border: medium none;
margin: 0;
padding: 0 10px 3px;
width: 180px;
color:#000!important;
}
body #main .left_pen .ddsmoothmenu ul li ul li a:hover{
	background-color:#00305e !important;
	margin:0;
	color:#FFF;
	width:auto;
	text-decoration:none;
}
.ddsmoothmenu ul li ul li a:hover{
	background-color:#00305e !important;
	margin:0 ;
	width:auto;
	color:#fff!important;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/

}
h1{

	font-size:15px;
	}

h3{
	font-size:14px;
	}
h4{

	font-size:12px;
	}
h5{
	font-size:12px;
	}









#main .ddsmoothmenu ul li.last{
	background:none;}

#main .ddsmoothmenu ul li ul li{
	float:none;
	background:none;
	border-bottom:1px solid #eee;
	}
body #main  .left_pen .ddsmoothmenu ul li ul{
	background-color: #FFFFFF;
   background-color: #FFFFFF;
   box-shadow: 4px 1px 10px rgba(0, 0, 0, 0.5);
   height: auto;
   left: 201px !important;
   padding: 0 !important;
   top: -1px !important;

	}
#main .ddsmoothmenu ul li ul{
	/*width: auto;
top: 35px;
padding-bottom:3px;
background-color:#595959;
height:auto;
border-radius:3px;*/
	}
.padd-bottom21
{
font-family:Georgia, "Times New Roman", Times, serif;
text-align:justify;
width:88%;
margin-left:42px;
}
.container{
	margin:2px 0;
padding: 0 0 0 0;
	}
.left_top{
	background:url(../images/main_nav_div.gif) no-repeat right 10px;
	}
.left_pen{
	/*width: 190px;*/
background:#fff;;
padding:0px;
width: 200px;
text-indent:10px;
float:left;

	}

/* controls the width of right dark shaded area */	
.right_pen{
/*background: none repeat scroll 0 0 #DDDDDD;*/
padding: 5px;
width: 200px;
padding-top:10px;
height:1100px;
float:right;
}
	
.mid_pen{
position:relative;
width:95%;
line-height: 2em;
text-align:justify;
padding-left:14px;
padding-bottom:40px;
}
	
	.mid_pen9{
position:relative;
width:95%;
line-height: 2em;
text-align:justify;
margin-left:14px;
padding-bottom:40px;
}

.mid_pen5{
position:relative;
width:95%;
line-height: 2em;
text-align:justify;
float:none;



	}

	#rabbit
	{
	width: 97%;
	 padding-left:10px;
	 padding-right:10px;
	  background: #fff;
	}
	.rabbit
	{
	width: 97%;
	 padding-left:10px;
	 padding-right:10px;
	  background: #fff;
	}
	.parahead
	{
	margin-top:18px;
	}
	.padd5
	{
	margin-bottom:15px;}	
	/*.tabs{
	margin:10px;
	padding:4px 7px;
	width:205px;
	
	
	
	}*/

	.home_nav ul.list1 li,.home_nav ul.list2 li,.home_nav ul.list3 li:hover{background-color:#FFFFFF;}

	#faq{
	width:95%;
	margin-left:20px;}

	.mid_pen1{
position:relative;
width:95%;
line-height: 2em;
text-align:justify;
margin-left:20px;
}

.paddingtable{
	padding-left:175px;}

.banner{
	background:#000;}
	
/*.left_pen .left_top{
	background:#ddd;
min-height: 576px;
padding: 0px;
width: 200px;
	}
.left_pen .left_bot{
	background: url("../images/left_bot_bg.gif") no-repeat scroll 0 0 transparent;
height: 26px;
width: 186px;
	}*/
	
.left_pen ul li a{
	/*background: url("../images/line_bg.gif") repeat-x scroll 0 bottom transparent;*/
	border-bottom:1px solid #ccc;
display: block;
font: 12px/24px Verdana, Geneva, sans-serif;
padding:0 10px 3px;
text-decoration: none;
	}

/*
.footer{
	clear:both;
	background:#CCC;
}

#main .footer ul{
	height: 35px;
	margin: auto;
	width: 39%;
}

#main .footer ul li{
	float:left;
	list-style:none;
	background:url("../images/top_div.gif") no-repeat scroll right 10px transparent;
}

#main .footer ul li a{
	display:block;
	padding:4px 7px;
	font:12px/24px Verdana, Geneva, sans-serif;
	color:#000;
	text-decoration: none;
	text-align: center;
}

#main .footer ul li.last{
	background:none;
}

#main .footer ul li a:hover{
	color:#666;
	text-decoration:underline;
}

.home_foot{
	background: none repeat scroll 0 0 transparent !important;
	width: 100%;
}
*/

#main .footer {
	height: 35px;
	margin: auto;
	width: 100%;
	display:block;
	padding:4px 7px;
	font:12px/24px Verdana, Geneva, sans-serif;
	color:#000;
	text-decoration: none;
	text-align: center;
}

#main .footer a{
	color:#000;
	text-decoration: none;
	text-align: center;
}

#main .footer a:hover{
	color:#666;
	text-decoration:underline;
}


.copy{
	text-align:center;
	font:12px/24px Verdana, Geneva, sans-serif;
	}

.search{
padding-left:26px;
height:29px;
	}
.search input.field{
	width:150px;
	border:1px solid #ccc;
	}
#main .search form input.txtBox{
	background-color: #FFFFFF;
border: 1px solid #999999;
color: #999999;
float: left;
font: 12px/19px Verdana, Geneva, sans-serif;
height: 21px;
margin:0 5px 0 0;
padding: 0;
width: 141px;
}
#main form input.sear_b{
	background: url("../images/search_b.gif") no-repeat scroll 0 0 #F7F4A1;
border: medium none;
color: #FFFFFF;
cursor: pointer;
font: bold 10px/21px Verdana, Geneva, sans-serif;
height: 27px;
margin: -2px 0 0 5px;
text-transform: uppercase;
width: 63px;
}
#main .search form label{
color: #000000;
font: 12px/38px Verdana, Geneva, sans-serif;
margin: 0;
width: 111px !important;
}
.r_line{
	/*background: url("../images/line_bg.gif") repeat-x scroll 0 0;*/
	height:1px;
	border-bottom:1px solid #ccc;
	margin:10px 0;
	}
.papers{
	font-size:12px;
	text-align:center;
	padding-left:10px;
	}
.button{
	background: url("../images/but_bg.gif") repeat-x scroll -9px -15px transparent!important;
border: medium none!important;
color: #FFFFFF!important;
cursor: pointer!important;
font-size: 13px!important;
font-weight: bold!important;
margin: 11px 0!important;
padding: 2px 10px 4px!important;
text-align: center!important;
width:auto!important;
	}
.papers .paper_box{
	background: url("../images/round_box_bg.png") no-repeat scroll center 0 transparent;
	font-size: 19px;
	font-weight: bold;
	height: 3px;
	margin: 10px 0;
	padding: 13px 0 49px;
	text-align: center;
	width: 190px;
	}
.right_pen .signup .button{
	margin: 0 0 0 63px !important;
	text-align: center;}
.submit_b{
	text-align:center;
	padding:5px 0 0px 0px;
	}
.signup p{
	text-align:center;
	font-size:13px;
	color:#000;
	padding-left: 31px;
	}
.testimonials p{
	text-align: center;
	padding-left:12px;
	font-size:13px;
	color:#000;
	}

.testimonials1 p{
	text-align:center;
	padding-left:12px;
	font-size:13px;
	color:#000;
	}
	
	
	.newsevents p{
	text-align: center;
	padding-left:12px;
	font-size:13px;
	color:#000;
	}
.signup label{
	color: #000000;
display: inline-block;
font-size: 13px;
margin:6px 0 0 16px;
text-align: left;
width: 43px;
	}
.signup input{
	color: #000000;
display: inline-block;
font-size: 13px;
margin: 4px 0 3px!important;
padding: 2px;
text-align: left;
width: 119px;
	}
.testimonials .test_box{
	background: none repeat scroll 0 0 #FFFFFF;
border-radius: 10px 10px 10px 10px;
height: 100px;
margin: 10px 0;
	
	}
/* tab*/
.tab{
	margin: 50px 0 0 0;
	width:98%;


}
ul.navigation{
	margin:0 2px;
	width:525px;}
.bb{
     border-top:6px solid #e8e8e8;
	 
	 
	
}

.display{
          display:none;visibility:hidden;
 }
.hometable
{
height:auto;
}
.hometable2
{
height:auto;
}

.t-text
{
    color: #000000;
	float:left;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-weight: normal;
padding: 7px;
width:98%;
height:auto;
border-bottom:1px solid #AAABAB;
border-left:1px solid #AAABAB;
border-right:1px solid #AAABAB;
box-shadow:0 4px 10px rgba(0, 0, 0, 0.5);
}
#line3{
width:94%;
padding-left:22px;
list-style:none;}

.t-texthome
{
    color: #000000;
	float:left;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-weight: normal;
padding: 16px;
width:96%;
height:auto;
border-bottom:1px solid #AAABAB;
border-left:1px solid #AAABAB;
border-right:1px solid #AAABAB;
box-shadow:0 4px 10px rgba(0, 0, 0, 0.5);
width:
}
.pd{
padding-bottom:10px;}
.t-textul{
	margin:0px;
	padding:0px;
	}
.t-text li{
/*	list-style:none;
	background:url(../images/bullet.png) no-repeat left top;
	padding:0px 0px 0px 20px;
	line-height:22px;
	margin:0px 10px;
	color:#1280c4;*/
	}

.t-text li a{
	color:#1280c4;
	text-decoration:none;
	}

.t-text li a:hover{
	color:#1280c4;
	text-decoration:underline;
	}
	
.t-text b
{
    COLOR: #333333;
    FONT-FAMILY:Verdana, Geneva, sans-serif;
    FONT-SIZE: 14px;
	text-align:center;
	font-weight:bold;
	padding:10px;
}

.b_bot{
background:url(../images/co-mid.gif) repeat-x;
height:10px;
}


/* new tabs*/

.navigation a
{
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
font-weight:none;
color: #ffffff;
/*background:url(../images/left-tab.png) left top no-repeat;*/
text-decoration: none;
/*padding-left: 8px;*/
line-height:35px;
text-align:center;
background-color:#D9D9D9;
border-radius:10px 10px 0px 0px;
}

.navigation a span
{
/*background: url(../images/right-tab.png) right top no-repeat;*/
padding-right: 0px
}

.navigation a, .navigation a span
{
display: block;
float: left;
color:#000000;
}

/* Hide from IE5-Mac \*/
.navigation a
{
float: none;
/*border-radius:10px 10px 0px 0px;
border-top:1px solid #D9D9D9;
border-left:1px solid #D9D9D9;
border-right:1px solid #D9D9D9;
-moz-border-radius: 10px 10px 0px 0px;*/
}
.navigation a span{
float:none;
}
/* End hide */

.navigation a:hover
{
color: #C33566;
background: url(../images/left-tab-hover.png) left top no-repeat;
text-align:center;

height:37px;
background-color:#FFFFFF;
}

.navigation a:hover span
{
background: url(../images/right-tab-hover.png) right top no-repeat;
padding-right: 10px
background-color:#FFFFFF;
border-radius:10px 10px 0px 0px;
border-top:1px solid #E8E8E8;
border-left:1px solid #E8E8E8;
border-right:1px solid #E8E8E8;
}

.navigation a.current
{
/*border-radius:10px 10px 0px 0px;
border-top:1px solid #E8E8E8;
border-left:1px solid #E8E8E8;
border-right:1px solid #E8E8E8;*/
color: #C33566;
background:url(../images/left-tab-hover.png) left top no-repeat;
padding-left: 0px;
height:41px;
}

.navigation a.current span
{
background: url(../images/right-tab-hover.png) right top no-repeat;
padding-right: 10px;
height:40px;
background-color:#FFFFFF;
border-radius:10px 10px 0px 0px;
border-top:1px solid #CBCBCB;
border-left:1px solid #CBCBCB;
border-right:1px solid #CBCBCB;
padding-left:8px;
}

.navigation ul
{
padding: 0px;
margin: 0px;
}
/*#tt1
{
border-radius:10px 10px 0px 0px;
border-top:1px solid #E8E8E8;
border-left:1px solid #E8E8E8;
border-right:1px solid #E8E8E8;
}

#tt2
{
border-radius:10px 10px 0px 0px;
border-top:1px solid #E8E8E8;
border-left:1px solid #E8E8E8;
border-right:1px solid #E8E8E8;
}
#tt3
{
border-radius:10px 10px 0px 0px;
border-top:1px solid #E8E8E8;
border-left:1px solid #E8E8E8;
border-right:1px solid #E8E8E8;
}*/
.navigation li
{
list-style: none;
float:left;
display:inline;
width:28%;
padding: 0px;
margin: 0px 2px;
height:35px;


} 

h1{
	background: url(../images/titel_l_bg.gif) 0 top repeat-x;
font-size: 15px;
padding: 5px 0px 9px;
text-align: center;
margin-left:auto;
margin-right:auto;
width: 100%;
}

.h1{
	background: url(../images/titel_l_bg.gif) 0 top repeat-x;
font-size: 15px;
padding: 0px 0px 9px;
text-align: center;
margin-left:auto;
margin-right:auto;
width: 100%;
}

.titel_l{
	/*background: url(../images/titel_l_bg.gif) 0 top repeat-x;*/
	margin: 10px 0;
	}
.titel_r{
	
	}
.breadcram{
	margin:0px 0;}

.breadcram{
	font-family:Verdana, Geneva, sans-serif;
font-size:10px;
font-weight:normal;
text-align:right;
color: #000;
padding:0 3px;
padding-top:4px;
padding-bottom:2px;
}
.breadcram a{
	
color: #000000;
font-family: Verdana, Geneva, sans-serif;
font-size: 10px;
font-weight: normal;
padding: 10px 0 0 4px;
text-align: right;
text-decoration: none;}


/* code for second last line of footer */
.home_bot_nav{
background: none repeat scroll 0 0 #F2F2F2;
border: 1px solid #D9D9D9;
clear: both;
height: 35px;
width: 100%;
}

/* controls the width of the second last line of footer */
.home_bot_nav ul {
	margin:0 auto;
	padding:0 auto;
	background:none repeat scroll 0 0 #F2F2F2;
}

.home_bot_nav li{
	list-style:none;
	float:left;
	background:url("../images/top_div.gif") no-repeat scroll right 12px transparent;
	}

.home_bot_nav li a{
color: #000000;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
line-height: 35px;
padding: 6px;
text-decoration: none;
}

.home_bot_nav li a:hover {
  color: #666666;
  text-decoration: underline;
}

.home_bot_nav li.last{
	background:none;
	padding:0 0 0 10px !important;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 35px;
	padding: 6px;
	text-decoration: none;
}

.home_bot_nav li.last a{
	display: inline-block;
	padding: 0px 1px;
	vertical-align: top;
}




.home_line{
	border-top:1px solid #CCC;
	position:relative;
	}
.home_sarch{
	background: none repeat scroll 0 0 #F2F2F2;
border: 1px solid #D9D9D9;
position: absolute;
right: 1px;
top: -1px;
width: 150px;
margin-left:84%;
	}
.home_sarch	.home_txtBox {
  background-color: #FFFFFF;
border: 1px solid #D9D9D9;
color: #000000;
float: left;
font: 12px/19px Verdana, Geneva, sans-serif;
height: 19px;
margin: 2px !important;
width: 155px;
}
#main form input.home_button {
 background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #D9D9D9;
color: #000000;
cursor: pointer;
float: right;
font: 15px/21px Verdana, Geneva, sans-serif;
height: 28px;
margin: 6px 5px 0 0;
width: 79px;
}
#main .home_sarch form label {
 color: #000000;
float: left;
font: 15px/38px Verdana, Geneva, sans-serif;
}
.home_nav ul.list1 li, .home_nav ul.list2 li, .home_nav ul.list3 li, .home_nav ul.list4 li{
/*	background: none repeat scroll 0 0 #F2F2F2;
border: 1px solid #D9D9D9;*/
display: inline-block;
margin: 10px;
padding: 1px 7px;
width: 205px;
	}
	.home_nav ul.list1 a, .home_nav ul.list2 a, .home_nav ul.list3 a, .home_nav ul.list4 a{
	background: none repeat scroll 0 0 #F2F2F2;
border: 1px solid #D9D9D9;
display: inline-block;
margin: 10px;
padding: 4px 7px;
width: 205px;
	}
	.link{
	padding-left:10px;}
	
	.dropDown{
	width:270px;}
	
	select{width:270px;}
	textarea{
	width:270px;}
	.tableborder{
	border:2px solid #dddddd;
	margin-top:22px;
	}
	#tableborder{
	border:2px solid #dddddd;
	width:95%;
	}
	.padd{
	padding-left:32px;}
	
.home_nav{
	margin:51px auto 0;
text-align: center;
	}
.home_nav ul.list1 li a, .home_nav ul.list2 li a, .home_nav ul.list3 li a, .home_nav ul.list4 li a{
	color: #000000;
cursor: pointer;
font: 14px/21px Verdana, Geneva, sans-serif;
height: 23px;
margin: 0;
text-decoration: none;
	}
.home_nav ul.list1 li a:hover, .home_nav ul.list2 li a:hover, .home_nav ul.list3 li a:hover, .home_nav ul.list4 li a:hover{
	text-decoration:none; background-color:#FFFFFF;}
.home_nav ul.list1, .home_nav ul.list2, .home_nav ul.list3, .home_nav ul.list4{
	clear: both;
display: block;
margin: 0;
padding: 0;
padding-top:8px;
	}
/*.edorium-journals .right_pen{
	width:190px;}*/
#tbl{font-family:Verdana, Geneva, sans-serif; font-size:14px;}
.list1 ul li{padding-left:10px;}
.padd li{padding-left:0px;}

.padd2
{
padding-left:10px;
}

.home_nav1 ul.list8 li{
	background: none repeat scroll 0 0 #F2F2F2;
border: 1px solid #D9D9D9;
display: inline-block;
margin: 10px;
padding: 2px 7px;
width: 205px;
	}
.home_nav1{
	margin:51px auto 0;
text-align: center;
	}
.home_nav1 ul.list8 li a{
	color: #000000;
cursor: pointer;
font: 14px/21px Verdana, Geneva, sans-serif;
height: 23px;
margin: 0;
text-decoration: none;
	}
.home_nav1 ul.list8 li a:hover{
	text-decoration:underline;}
.home_nav1 ul.list8{
	clear: both;
display: block;
margin: 0;
padding: 0;
padding-top:0px;
	}

.alltextpage {
font-size: 12px;
font-family: Georgia, Times New Roman, Serif;
color: #333;
line-height: 150%;
}
.NoBullet{
    font-size: 12px;
    line-height: 20px;
    list-style-type: disc;
    padding-left:50px;
}
.NoBullet1{
    font-size: 12px;
    line-height: 20px;
    list-style-type: circle;
    padding-left:20px;
}
.alignleft{
float:left;
width:50%;
}
.alignright{
float:none;
}
.h3text {
font-size: 13px;
font-family: Georgia, Times New Roman, Serif;
color: #333;
line-height: 120%;
font-weight: bold;
padding: 10px 0px 10px;
text-align:justify;
}
.h2text {
font-size: 16px;
font-family: Georgia, Times New Roman, Serif;
color: #333;
line-height: 120%;
font-weight: normal;
width:94%;
padding: 10px 0px 10px 20px;
text-align:justify;
}
.h1text {
font-size: 20px;
font-family: Georgia, Times New Roman, Serif;
color: #333;
line-height: 120%;
font-weight: normal;
width:100%;
padding: 10px 0px 10px 0px;
text-align:justify;
}
.padd-bottom20
{
font-size: 12px;
padding:10px;
font-family:Georgia, Times New Roman, Times, serif;
text-align:justify;
width:94%;
line-height: 170%;
}
.padd-bottom20 a
{
font-size: 12px;
font-family:Georgia, Times New Roman, Times, serif;
color:#0969A2;

}
.padd-bottom20 a:hover
{
color:red;
text-decoration:underline;
}
.padd-bottom29
{
font-size: 14px;
padding:10px;
font-family:Georgia, Times New Roman, Times, serif;
text-align:justify;
width:92%;
padding-left:25px;
line-height:20px;
}

.coreprinhd
{
font-size: 14px;
padding: 10px;
font-family:Georgia, Times New Roman, Times, serif;
text-align:justify;
width: 95%;
padding-left:25px;
line-height:20px;
}

.coreprinbdy
{
font-size: 12px;
padding:10px;
font-family:Georgia, Times New Roman, Times, serif;
text-align:justify;
width: 95%;
padding-left:25px;
line-height:20px;
}

.mraeditorlist
{
font-size: 12px;
font-family:Georgia, Times New Roman, Times, serif;
text-align:justify;
width: 95%;
padding-left:20px;
line-height:20px;
}

.padd-bottom20tb
{
font-size: 12px;
font-family:Georgia, Times New Roman, Times, serif;
text-align:justify;
line-height:20px;
padding-bottom:10px;
}

.padd-form
{
font-size: 12px;
font-family:Georgia, Times New Roman, Times, serif;
line-height:20px;
padding:0px 20px 10px 0px;
}

.textheading
{
font-size: 14px;
padding:10px;
font-family:Georgia, Times New Roman, Times, serif;
text-align:justify;
width:92%;
padding-left:25px;
line-height:20px;
font-weight: bold;
}

.subjrlisthead
 {
	font-size: 16px;	
	font-family: Georgia, Times New Roman, Serif;
	color:#333333;
	line-height:120%;
	font-weight: normal;
}

.jrlisthead
{
font-size: 14px;
font-family:Georgia, Times New Roman, Times, serif;
color:#777777;
text-align:justify;
line-height:20px;
}

.jrlistheadclr
{
font-size: 14px;
font-family:Georgia, Times New Roman, Times, serif;
color:#000000;
text-align:justify;
line-height:20px;
}

.jrlistheadclrct
{
font-size: 14px;
font-family:Georgia, Times New Roman, Times, serif;
color:#000000;
text-align: center;
line-height:20px;
}

.browsejour
{
font-size: 12px;
padding:10px 10px 10px 25px;
font-family:Georgia, Times New Roman, Times, serif;
text-align:justify;
line-height:24px;
padding-bottom:10px;
}

.padd-bottom20de
{
font-size: 12px;
padding:10px 20px 10px 10px;
font-family:Georgia, Times New Roman, Times, serif;
text-align:justify;
line-height:20px;
padding-bottom:10px;
}

.jintrpg
{
font-size: 14px;
padding:10px;
font-family:Georgia, Times New Roman, Times, serif;
text-align:justify;
padding-left:25px;
line-height:20px;
}


.jintrpg-awdpg
{
font-size: 12px;
padding:10px;
font-family:Georgia, Times New Roman, Times, serif;
text-align:justify;
padding-left:25px;
line-height:20px;
}


.h4text {
font-size: 12px;
font-family: Georgia, Times New Roman, Serif;
color: #333;
line-height: 125%;
font-weight: normal;
}

.hometab
{
font-size: 11px;
font-family:Georgia, Times New Roman, Times, serif;
text-align:justify;
line-height:16px;
}

.featuredjour
{
font-size: 12px;
font-family:Georgia, Times New Roman, Times, serif;
text-align:justify;
line-height:125%;
padding:10px 15px 10px 10px;
padding-right:15px;
}

.fontone{
font-size: 10px;
font-family:Georgia, Times New Roman, Times, serif;
text-align:justify;
width:92%;
line-height:14px;
}

.gototop
{
font-size: 12px;
padding:10px;
font-family:Georgia, Times New Roman, Times, serif;
text-align:right;
width:92%;
padding-left:25px;
line-height:20px;
}
/* css for word count page */
.classname {
	-moz-box-shadow:inset 0px 1px 10px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 10px 0px #ffffff;
	box-shadow:inset 0px 1px 10px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0px;
	border:2px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Georgia;
	font-size:17px;
	font-weight:normal;
	font-style:normal;
	height:30px;
	line-height:20px;
	width:140px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 0px 0px #ffffff;
}
.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.classname:active {
	position:relative;
	top:1px;
}
.reset {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #519118), color-stop(1, #5fb816) );
	background:-moz-linear-gradient( center top, #519118 5%, #5fb816 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#519118', endColorstr='#5fb816');
	background-color:#519118;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0;
	border:1px solid #268a16;
	display:inline-block;
	color:#fff;
	font-family:Georgia;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:84px;
	text-decoration:none;
	text-align:center;
	font-weight: bold;
}
.reset:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5fb816), color-stop(1, #519118) );
	background:-moz-linear-gradient( center top, #5fb816 5%, #519118 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5fb816', endColorstr='#519118');
	background-color:#5fb816;
}.reset:active {
	position:relative;
	top:1px;
}
.wordcount-inpt
	{
	height:30px;
	padding-left:5px;
	border-radius: 4px;
	}
#inputString
	{
	width:300px;
	padding-left: 5px;
	padding-top: 5px;
	border-radius: 4px;
	}
/* css for contact page */
.edm-con-sbt {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:Georgia;
	font-size:16px;
	font-weight:bold;
	padding:9px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.edm-con-sbt:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
.edm-con-sbt:active {
	position:relative;
	top:1px;
}
.contact-form{
	border: solid 1px #cbcbcb;
	background-color: #FFF;
	box-shadow: 0 2px 20px #cbcbcb;
	-moz-box-shadow: 0 2px 20px #cbcbcb;
	-webkit-box-shadow: 0 2px 20px #cbcbcb;
	-webkit-border-radius: 8px 8px;
	-moz-border-radius: 8px 8px;
	border-radius: 8px 8px;
	text-align: center;
}
.social-media
{
	
	float: right;
	margin-top: 46px;
	padding-right:20px;
	}
	/* == == == == == CSS for Main Menu == == == == */
.ddsmoothmenu .padd li a
{
	padding-right: 14px !important;
	
}
.social-media a:hover
{
	text-decoration: none;
}



/* -- -- -- -- --CSS for ebook pages -- -- -- -- -- */
.btn.btn-primary {
	box-shadow: none;
	background: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	padding: 7px 20px 7px 19px;
	font: 600 17px 'Open Sans';
	color: #ffffff;
	border: none;
	letter-spacing: 0;
	text-shadow: none;
	text-decoration: none !important;
	background: #1295d4;
	-webkit-border-radius: 0 30px 30px 0;
	-moz-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn.btn-primary > span {
	float: left;
	margin-right: 9px;
}
.btn.btn-primary:hover {
	background: none;
	color: #ffffff;
	background: #075192;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.span3{text-align: center;padding: 20px 8px 20px 0px; border-right: 1px solid #ddd;}
ul.headerbar li:last-child{width: 198px;}
/* == ==== ==== == == == CSS for Left Menu ======== ==== ==== ==== ==== ==== */
.left_pen
{
	width: 200px; /*width of menu*/
	float: left;
}
.left_pen ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.left_pen ul.headerbar
{
	background: #ebebeb;
}
.left_pen ul.headerbar li
{
	float: none !important;
	border-right: 1px solid #ddd;

}
.left_pen ul.headerbar li a, .left_pen ul.headerbar li a:hover
{
	height: auto;
	padding: 5px 10px;
	display: block;
	background: #5e5e60;
	color: #fff !important;
	font-family: Verdana, Geneva, sans-serif;
	line-height:18spx;
	text-decoration: none;
}
.left_pen ul.headerbar li ul.submenu
{
	padding: 10px 0;
}
.left_pen ul.headerbar li ul.submenu li a, .left_pen ul.headerbar li ul.submenu li a:hover
{
	padding: 3px 0 3px 14px;
	background: #ebebeb;
	color: #333 !important;
	font-size: 9pt;

}
.left_pen ul.headerbar li ul.submenu li ul.sub-submenu li a, .left_pen ul.headerbar li ul.submenu li ul.sub-submenu li a:hover
{
	padding: 3px 0 3px 24px;
	background: #F5F5F5;
	color: #333 !important;
	font-size: 9pt;
}
.left_pen ul.headerbar li a.cross-check-by{background:#fff; text-align:center;color: #333 !important; padding: 15px;}
.left_pen ul.headerbar li a.cross-check-by:hover{background:#fff;color: #333 !important;padding: 15px;}
.left_pen ul.headerbar li a.cross-check-by img {border:0px;}
.low-price{padding: 0px 10px 0px 10px;text-align: center;color:#fff;box-shadow: 0 15px 10px #777;
}
.low-price .h2text{text-align: center;color:#fff;line-height:15px;font-size:14px;}
.h2text #Price{font-size:25px;}
.sitemap-links{float: left;
margin-right: 5%;}
.sitemap-links ul{margin-top: 10px;}
.sitemap-links ul li {
padding-left: 30px;
background: url("../images/list_icon.png") no-repeat scroll 0 5px;
line-height: 22px;}
.sitemap-links ul li a{color: #333333;
font-size: 12px;
font-weight:300;}
.browsebook {
	-moz-box-shadow:inset 0px 1px 0px 0px ##999999;
	-webkit-box-shadow:inset 0px 1px 0px 0px ##999999;
	box-shadow:inset 0px 1px 0px 0px ##999999;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #bbbbbb) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #bbbbbb 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bbbbbb');
	background-color:#ffffff;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #aaaaaa;
	display:inline-block;
	color:#111111 !important;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:12px;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:120px;
	text-decoration:none !important;
	text-align:center;
	text-shadow:1px 1px 0px #dddddd;
}
.browsesubmit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bbbbbb), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #bbbbbb 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb', endColorstr='#ffffff');
	background-color:#bbbbbb;
}.browsesubmit:active {
	position:relative;
	top:1px;
}
.member-and-copyright{width: 95%;  float: left;margin-bottom: 25px;}
.edorium-members{width:100%; border:1px solid #ddd;float:left;}
.edorium-copyright{width:30%;border:1px solid #999;float:right;}
div.img {
    margin:0 auto;
    width: 50%;
	border: 1px solid #ddd;
	margin-bottom:10px;
}
.edorium-copyright div.img{width:100%;margin: 0;
    text-align: center;}
div.img img {
    width: 80%;
    height: auto;
	
}
@media only screen and (max-width: 700px){
.edorium-members{width: 100%;}
div.img{    width: 45.99999%;
    margin: 0 auto;
    height: auto;
    margin-bottom: 10px;
    margin-left: 5px;}
}

.left_pen
{
	width: 200px; /*width of menu*/
	float: left;
}
.left_pen ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.left_pen ul.headerbar
{
	background: #ebebeb;
}
.left_pen ul.headerbar li
{
	float: none !important;
	border-bottom: 1px solid #fff;
}
.left_pen ul.headerbar li a, .left_pen ul.headerbar li a:hover
{
	line-height: normal;
	height: auto;
	padding: 5px 10px;
	display: block;
	background: #5e5e60;
	color: #fff !important;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.left_pen ul.headerbar li ul.submenu
{
	padding: 10px 0;
}
.left_pen ul.headerbar li ul.submenu li a, .left_pen ul.headerbar li ul.submenu li a:hover
{
	padding: 3px 0 3px 20px;
	background: #ebebeb;
	color: #333 !important;
	font-size: 9pt;

}
.browse {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff !important;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:12px;
	font-style:normal;
	height:32px;
	line-height:32px;
	width:138px;
	text-decoration:none !important;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
}
.browse:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.browse:active {
	position:relative;
	top:1px;
}
.signuptoc {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #be6731) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #be6731 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#be6731');
	background-color:#ffc477;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff!important;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:12px;
	font-style:normal;
	height:32px;
	line-height:32px;
	width:130px;
	text-decoration:none !important;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
}
.signuptoc:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #be6731), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #be6731 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#be6731', endColorstr='#ffc477');
	background-color:#be6731;
}.signuptoc:active {
	position:relative;
	top:1px;
}
ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.inc-page li
{
	background: url(http://edoriumjournals.com/images/marker.gif) top left no-repeat;
	margin: 0;
	padding-left: 19px;
	background-position: 0 5px;
}
.title
 {
  background:#ddd; font-size:16px; font-family:Georgia, "Times New Roman", Times, serif; color:#003333;text-align: center;
  padding:5px;
 }
 .wpws
 {
 text-align:justify;
 padding:10px;
 }
 .discl{
font-size: 10px;
font-family:Georgia, Times New Roman, Times, serif;
text-align:justify;
line-height:14px;
}
 .wpws-ul
{
	padding-left: 30px;
	text-align:justify;
}
.wpws-ul li
{
	background: url(http://edoriumjournals.com/images/marker.gif) top left no-repeat;
	margin: 0;
	padding-left: 19px;
	background-position: 0 5px;
}
 .h2text
 {
 background:none;
 }
 .h2text {
font-size: 16px;
font-family: Georgia, Times New Roman, Serif;
color: #333;
line-height: 120%;
font-weight: normal;
padding: 10px 0px 10px;
}
.alltextpage {
font-size: 12px;
font-family: Georgia, Times New Roman, Serif;
color: #333;
line-height: 150%;
}
a:link {
text-decoration: none;
}
a:hover {
text-decoration: underline;
font-weight: normal;
color: #B40404;
}
a:visited {
text-decoration: none;
}
.browsesubmit {
	-moz-box-shadow:inset 0px 1px 0px 0px ##999999;
	-webkit-box-shadow:inset 0px 1px 0px 0px ##999999;
	box-shadow:inset 0px 1px 0px 0px ##999999;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #bbbbbb) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #bbbbbb 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bbbbbb');
	background-color:#ffffff;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #aaaaaa;
	display:inline-block;
	color:#111111 !important;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:12px;
	font-style:normal;
	height:32px;
	line-height:32px;
	width:164px;
	text-decoration:none !important;
	text-align:center;
   /*text-shadow:1px 1px 0px #dddddd;*/
}
.browsesubmit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bbbbbb), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #bbbbbb 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb', endColorstr='#ffffff');
	background-color:#bbbbbb;
}.browsesubmit:active {
	position:relative;
	top:1px;
}
.left_pen
{
	width: 200px; /*width of menu*/
	float: left;
}
.left_pen ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.left_pen ul.headerbar
{
	background: #ebebeb;
}
.left_pen ul.headerbar li
{
	float: none !important;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #ddd;
}
.left_pen ul.headerbar li a, .left_pen ul.headerbar li a:hover
{
	line-height: normal;
	height: auto;
	padding: 5px 10px;
	display: block;
	background: #5e5e60;
	color: #fff !important;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
.left_pen ul.headerbar li ul.submenu
{
	padding: 10px 0;
}
.left_pen ul.headerbar li ul.submenu li a, .left_pen ul.headerbar li ul.submenu li a:hover
{
	padding: 3px 0 3px 20px;
	background: #ebebeb;
	color: #333 !important;
	font-size: 9pt;

}
.starting
{
	padding: 18px 0px;
}