/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html { min-height:100%; }

body {
	font-family:verdana;
	font-size:12px;
	color: #000;
	background-image: url(../images/bg.jpg);
	padding: 0;
	margin: 0;
}


/* Colors */
.csimplered { color: #f00; }
.cred { color: #E00200; }
.csilver { color: #666666; }
.cblue { color: #4282D0; }
.cdarkblue { color: #009; }
.cbluedark { color: #003B82; }
.cdarkbrown	{ color: #574c39; }
.cwhite { color: #fff; }
.cblack { color: #000; }
.cbrown { color: #900; }
.cyellow { color: #FFFF00; }


.bgblue  { background-color: #436B93; }
.bggray1 { background-color: #436B93; }
.bggray2 { background-color: #B9C8CF; }
.bggray3 { background-color: #F4FBFF; }
.bggray4 { background-color: #E7EAF2; }

.listnone {	list-style:none; }
.list1{	list-style:decimal; }

.index_clip_small {
	background-image: url(../images/index_clip_small.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}


.capitalize {
	text-transform:capitalize;
}

.uppercase {
	text-transform:uppercase;
}

.padding5 { padding: 5px; }
.pl0 { padding-left: 0px; }
.pl5 { padding-left: 5px; }
.pl15 { padding-left: 15px; }
.pl26 { padding-left: 26px; }
.pl30 { padding-left: 30px; }
.pl50 { padding-left: 50px; }
.pl62 { padding-left: 62px; }
.pl75 { padding-left: 75px; }
.pl100 { padding-left: 100px; }
.ml26 { margin-left: 26px; }
.ml50 { margin-left: 50px; }
.mb10 { margin-bottom: 10px; }



ol, ul { padding-left: 50px; }
p, ul, ol { margin-bottom: 4px; }
li { margin-bottom: 10px; margin-top: 4px; }

.clearlist ul, .clearlist ol, clearlist li, .content_box p {
	margin: 0;
	padding: 0;
}

.bullet2 {
	list-style: none;
	padding-left: 35px;
	background-image: url(../images/bullet3.png);
	background-repeat: no-repeat;
	background-position: 20px 2px;
}




.v10 { font-family: verdana; font-size: 10px; }
.v11 { font-family: verdana; font-size: 11px; }
.v12 { font-family: verdana; font-size: 12px; }
.v13 { font-family: verdana; font-size: 13px; }
.v14 { font-family: verdana; font-size: 14px; }
.v15 { font-family: verdana; font-size: 15px; }
.v16 { font-family: verdana; font-size: 16px; }
.v17 { font-family: verdana; font-size: 17px; }
.v18 { font-family: verdana; font-size: 18px; }
.v19 { font-family: verdana; font-size: 19px; }
.v20 { font-family: verdana; font-size: 20px; }
.v22 { font-family: verdana; font-size: 22px; }
.v23 { font-family: verdana; font-size: 23px; }
.v24 { font-family: verdana; font-size: 24px; }
.v26 { font-family: verdana; font-size: 26px; }
.v28 { font-family: verdana; font-size: 28px; }
.v30 { font-family: verdana; font-size: 30px; }
.fcourier { font-family: Courier New, monospace; }


.lhnormal { line-height: normal; }
.lh16 { line-height: 16px; }
.lh18 { line-height: 18px; }
.lh20 { line-height: 20px; }
.lh30 { line-height: 30px; }


.bold { font-weight: bold; }
.normal { font-weight: normal; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.linethrough { text-decoration: line-through; }
.inline { display: inline; }

.left { clear:left; }
.right{ clear:right; }
.clearer { clear:both; }

.tleft { text-align:left; }
.tright { text-align:right; }
.tcenter { text-align:center; }

.bluebox {
	width: 420px;
	background-color: #F4FBFF;
	border: 1px solid #BFCDD4;
	margin: 0 auto;
}
.bluebox .bb_inner p.bb2 { margin-left: 40px; }
.bluebox .bb_inner div {
	padding: 10px 0px 10px 20px;
	border-bottom: 1px solid #BFCDD4;
}

.bluebox .bb_inner p.bb1 {
	display: block;
	font-weight: bold;
	font-size: 14px;
}
.bluebox .bb_inner div.bb_box3 {
	border-top: 1px solid #BFCDD4;
	margin-top: 10px;
}
.bluebox .bb_inner div.bb_box2 {
	border: 0px solid #003366;
	padding-bottom: 0px;
}
.bluebox .bb_inner div.bb_boxlast { border: 0px solid #003366; }
	

.highlight {
	font-weight: bold;
	background-color: #FFFF00;
	color: #f00;
	line-height:normal;
}

.highlight2 {
	font-weight: bold;
	background-color: #FFFF00;
	color: #000;
	line-height:normal;
}

.content_box {
	width:400px;
	margin: 10px auto;
	padding: 5px;
	border:3px double #BFCDD4;
}

.content_box p {
	text-align: justify;
}

.content_box .cb_heading{
	font-size: 18px;
	font-weight: bold;
	color: #009;
	text-align: center;
}

.box {
	font-weight: normal;
	font-size: 12px;
	border:1px solid #BFCDD4;
}

.box_right {
	font-weight: normal;
	font-size: 12px;
	border:1px solid #436B93;
}

a:link, a:visited { color: #0033FF; }

a:hover, a:active {
	color: #0099FF;
	text-decoration: none;
}


.article_tools {
	padding: 10px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

.article_tools a {
	text-decoration: none;
}
.article_tools img {
	border: 0;
}


#wrapper {
	width: 800px;
	background-image: url(../images/bgcontent.jpg);
	background-repeat:repeat-y;
	margin: 0 auto;
}

#wrapper_white {
	width: 800px;
	background-image: url(../images/bg_white.jpg);
	background-repeat:repeat-y;
	margin: 0 auto;
}

#header {
	width: 800px;
	height: 182px;
	margin: 0 auto;
}

#header .header2_1 {
	float: left;
	width: 402px;
	height: 182px;
	margin: 0;
	padding: 0;
}

#header .header2_2 {
	width: 402px;
	height: 81px;
	margin: 0;
	padding: 0;
	background-image: url(../images/header2_2.gif);
	background-repeat: no-repeat;
}

#header .logolink{
	border: none;
	margin: 0;
	padding: 0;	
}

#header .header2_2 .logotext {
	position:relative;
	left: 0;
	top: -6px;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
}

#menu {
	clear: both;	
	margin: 0 auto; padding: 0;
	font: bold 12px/37px Verdana, Arial, Tahoma, Sans-serif;
	height: 42px;
	width: 780px;
	background-image: url(../images/menu.gif);
	background-repeat: repeat-x;
}

#menu ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	display:inline;
}

#menu ul li a {
	display: block;
	float:left;
	padding: 0 24px;
	border-right:1px solid #AFBEC7;
	border-bottom: 1px solid #AFBEC7;
	background-image: url(../images/menu.gif);
	background-repeat: repeat-x;
	color: #000000;
	text-decoration:none;
	line-height:42px;
}

#menu ul li .last {
	padding-right: 26px;
	border-right: 0px;
}

#menu ul li .current {
	background-image: url(../images/menuover.gif);
	background-repeat: repeat-x;
	color: #0033CC;
}


#menu ul li a:hover {
	background-image: url(../images/menuover.gif);
	background-repeat: repeat-x;
	color: #0033CC;
}


#container {
	width: 770px;
	padding: 0; 
	margin: 5px auto;
}

#content {
	float:left;
	width:570px;
}


.greentick {
	list-style:none;
	background-image: url(../images/green_tick.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	line-height:21px;
}

.redtick { 
	list-style:none;
	background-image: url(../images/red_tick.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	line-height:21px;
}

.indexclip { 	
	list-style:none;
	background-image: url(../images/index_clip.gif);
	background-repeat:no-repeat;
	padding-left:40px;
	line-height:36px;
}


.dissertation_approved {
	width:494px;
	margin: 0 auto;
	padding: 5px;
	border:3px double #BFCDD4;
}

/* Money Back Guarantee */
.guarantee {
	font-weight: bold;
	font-size: 14px;
	border:1px solid #BFCDD4;
	padding: 0 10px;
	margin-bottom: 15px;
}
.guarantee p{
	margin: 10px auto;
	padding: 0;
}
.guarantee ul {
	font-size: 13px;
	margin: 0 0 0 50px;
	padding:0px;
	list-style:none;
}
.guarantee .heading1 {
	text-align: center;
	font-size: 28px;
}
.guarantee .heading2 {
	text-align: center;
	color: #999;
	font-size: 22px; }
.guarantee .red {
	color: #E00200;
}
.guarantee .blue {
 	color: #4282D0;
 } 
.guarantee ul li {
	padding-left:20px;
	background: url(../images/bullet.gif) no-repeat  0 2px;
}
.guarantee .link {
	font-size: 13px;
	text-align: center;
	color: #0033FF;
	margin-bottom: 3px;
}

/* Pricing Structure */
.price {
	width: 513px;
	margin: 0 auto;
	padding: 5px;
	height: 410px;
	border:1px solid #BFCDD4;
}
.price p.heading1 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFFF00;
	color: #000;
	margin-bottom: 10px;
}
.price p.heading2 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #E00200;
}	
.price p.justify {
	text-align: justify;
	width: 90%;
	margin: 0px auto 10px;
}
.price .red { color: #E00200; }
.price .blue { color: #000099; } 
.price .cross {
	position:relative;
	left:0px;
	top:6px;
}
.price .innerbox {
	width: 501px;
	height: 280px;
	border:1px solid #BFCDD4;
	margin: 0 auto;
}
.price .innerbox .heading { 
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color: #436B93;
}
.price .bg1 { background-color: #F4FBFF; }
.price .bg2{ background-color: #E7EAF2; }
.price ul, .price li { margin: 0; padding: 0;}
.price ul {
	width: 250px;
	list-style: none;
}
.price ul li {
	padding: 10px;
	line-height: 20px;
	display: block;
}
.price .right_column {
	text-align: center;
	float:right;
	font-weight: bold;
}
.price .left_column {
	float:left;
	font-weight: bold;
}
.price .left_column li {border-right: 1px solid #BFCDD4; }
.price .left_column li div { padding-left: 30px; }






/* Pricing HOME  Structure Special */
.price_home {
	width: 513px;
	margin: 0 auto;
	padding: 5px;
	height: 544px;
	border:1px solid #BFCDD4;
}
.price_home p.heading1 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFFF00;
	color: #000;
	margin-bottom: 10px;
}
.price_home p.heading2 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #E00200;
}	
.price_home p.justify {
	text-align: justify;
	width: 90%;
	margin: 0px auto 10px;
}
.price_home .red { color: #E00200; }
.price_home .blue { color: #000099; } 
.price_home .cross {
	position:relative;
	left:0px;
	top:6px;
}
.price_home .innerbox {
	width: 501px;
	height: 280px;
	border:1px solid #BFCDD4;
	margin: 0 auto;
}
.price_home .innerbox .heading { 
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color: #436B93;
}
.price_home .bg1 { background-color: #F4FBFF; }
.price_home .bg2{ background-color: #E7EAF2; }
.price_home ul, .price_home li { margin: 0; padding: 0;}
.price_home ul {
	width: 250px;
	list-style: none;
}
.price_home ul li {
	padding: 10px;
	line-height: 20px;
	display: block;
}
.price_home .right_column {
	text-align: center;
	float:right;
	font-weight: bold;
}
.price_home .left_column {
	float:left;
	font-weight: bold;
}
.price_home .left_column li {border-right: 1px solid #BFCDD4; }
.price_home .left_column li div { padding-left: 30px; }


/* End Pricing HOME  Structure Special */





.invaluable {
	text-align:center;
	margin-bottom: 10px;
}

.invaluable .text1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
}
.invaluable .text2 {
	font-size: 18px;
	color: #666666;
	font-weight: normal;
}
.invaluable .text3 {
	font-size: 16px;
	font-weight: bold;
	color: #E00200;
}

.fgb3_1 {
	width: 570px;
	height: 429px;
	background-image: url(../images/fbg3.gif);
	background-repeat:no-repeat;
	text-align:center;

}

.fgb3_2 {
	padding-top: 395px;
}

.fbg5 {
	width: 558px;
	padding: 0 5px;
	border-left: 1px solid #BFCDD4;
	border-right: 1px solid #BFCDD4;
	height: 143px;
	text-align: center;
}
.fbg5_blue {
	color: #003B82;
	font-size: 18px;
	font-weight: bold;
}
.fbg5_red {
	color: #C00200;
	font-size: 20px;
	font-weight: bold;
}

.fbg5_lh18 {
	line-height: 18px;
}

.paymentmodes {
	width: 568px;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #BFCDD4;
}

.paymentmodes_top {
	width: 568px;
	height: 49px;
	background-image: url(../images/paymentmodes.jpg);
	background-repeat: no-repeat;
}
.paymentmodes .innerbox {
	margin: 0;
	padding: 10px;
}
.payment_table {
	width: 520px;
	margin: 0 auto;
	padding: 0;
	background-color: #E7EAF2;
	border: 1px solid #BFCDD4;
}
.payment_table .right_column, .payment_table .left_column {
	padding: 10px 10px 0px 10px;
}

.payment_table .left_column {
	margin-left: 3px;
}

.payment_table .right_column {
	width: 370px;
	float: right;
	background-color: #F4FBFF;
	border-left: 1px solid #BFCDD4;
	margin-bottom: 5px;
}
.payment_table .left_column {
	text-align: center;
	width: 100px;
	float: left;
	font-weight: bold;
}

.payment_table .right_column p {
	line-height: 16px;
	margin-bottom: 10px;
}

.payment_table .div3, .payment_table .div2  {
	border-top: 1px solid #BFCDD4;
}
.payment_table .bg1 { background-color: #F4FBFF; }
.payment_table .bg2{ background-color: #E7EAF2; }


div.seperater {
	width: 417px;
	height: 4px;
	background-image: url(../images/seperater.gif);
	background-repeat: no-repeat;
	padding:4px;
	clear:both;
	margin: 0 auto;
}

.howto {
	width: 528px;
	margin: 0 auto;
	background-image: url(../images/howto_mid.gif);
	background-repeat: repeat-y;
}
.howto .howto_mid {
	width: 528px;

}
.howto .howto_mid_innerbox {
	width: 500px;
	margin: 0 auto;
	text-align: left;
}
.howto .howto_top {
	width: 528px;
	height: 10px;
	background-image: url(../images/howto_top.gif);
	background-repeat: no-repeat;
}
.howto .howto_bottom {
	width: 528px;
	height: 10px;
	background-image: url(../images/howto_bottom.gif);
	background-repeat: no-repeat;
}

.howto .heading1{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #4282D0;
}
.howto .heading2{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.howto .heading3{
	font-size: 18px;
	color: #E00200;
	font-style: italic;
}
.howto .pg1 {
	line-height: 18px;
	font-weight: bold;
	text-align: center;
}
.howto li {
	margin-bottom: 8px;
}
.howto ul li {
	padding-left:20px;
	background: url(../images/bullet.gif) no-repeat  0 2px;
}

/*related link/*/
.reltdlink {
	width: 528px;
	margin: 0 auto;
	background-image: url(../images/howto_mid.gif);
	background-repeat: repeat-y;
}
.reltdlink .reltdlink_mid {
	width: 528px;

}
.reltdlink .reltdlink_mid_innerbox {
	width: 500px;
	margin: 0 auto;
	text-align: left;
}
.reltdlink .reltdlink_top {
	width: 528px;
	height: 10px;
	background-image: url(../images/howto_top.gif);
	background-repeat: no-repeat;
}
.reltdlink .reltdlink_bottom {
	width: 528px;
	height: 10px;
	background-image: url(../images/howto_bottom.gif);
	background-repeat: no-repeat;
}

.reltdlink .heading1{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #4282D0;
}
.reltdlink .heading2{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.reltdlink .heading3{
	font-size: 18px;
	color: #E00200;
	font-style: italic;
}
.reltdlink .pg1 {
	line-height: 18px;
	font-weight: bold;
	text-align: center;
}
.reltdlink li {
	margin-bottom: 8px;
}

.reltdlink ul {
	font-size: 13px;
	margin: 0 0 0 50px;
	padding:0px;
	list-style:none;
}
.reltdlink ul li {
	padding-left:20px;
	background: url(../images/bullet.gif) no-repeat  0 2px;
}

/* Side Nav */
#sidenav ul, #sidenav ol, #sidenav li {
	margin: 0;
	padding: 0;
}

#sidenav {
	float: right;
	width: 190px;
	font-size: 11px;
	font-weight: normal;
}

#sidenav img {
	margin-bottom: 5px;
}

.paper {
	font-size: 11px;
	font-weight: normal;
	width: 188px;
}

.paper ul li{
	height: 26px;
	line-height: 26px;
	padding: 0 20px;
}

.order_button {
	width: 125px;
	height: 27px;
	margin: 6px auto;

}

.order_button a {
	display: block;
	height: 27px;
	background-image: url(../images/order_button.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #0033FF;
	line-height: 27px;
	padding-left: 32px;
}

.order_button a:hover, .order_button a:active {
	color: #0099FF;
}

.footer_top_white {
	clear:both;
	width: 800px;
	height: 21px;
	margin: 0 auto;
	background-image: url(../images/footer_top_white.gif);
	background-repeat: no-repeat;
}

.footer_top {
	clear:both;
	width: 800px;
	height: 21px;
	margin: 0 auto;
	background-image: url(../images/footer_top.gif);
	background-repeat: no-repeat;
}

#footer p {
	line-height: 18px;
}

#footer {
	width: 800px;
	height: 170px;
	background-image:url(../images/bg.jpg);
	margin: 0 auto;
	font-size: 11px;
}
.#footer .copyright {
	color: #999;
	font-size: 11px;
}
.footer_left {
	width: 20px;
	height: 170px;
	float:left;
	background-image: url(../images/footer_left.jpg);
	background-repeat: no-repeat;
	}

.footer_mid {
	width: 760px;
	height: 170px;
	background-image: url(../images/footer_mid.gif);
	background-repeat: repeat-x;
	float:left;
	margin: 0 auto;
	text-align:center;
	padding-top:10px;
}


.footer_right {
	width: 20px;
	height: 170px;
	float:right;
	background-image: url(../images/footer_right.jpg);
	background-repeat: no-repeat;
	
}

.footer_special_link:link, .footer_special_link:visited {
	color:#c30;
}

.footer_special_link:hover, .footer_special_link:active {
	color: #f63;
}



/* All pages CSS */


/* Dessertation Topic Box */
.topic_box1 {
	width: 543px;
	margin: 0 auto;
}
.topic_box1 .bg1 { background-color: #F9F9F9; }
.topic_box1 .bg2{ background-color: #fff; }
.topic_box1 ul, .topic_box1 li { margin: 0; padding: 0;}
.topic_box1 ul {
	width: 270px;
	list-style: none;
}
.topic_box1 ul li {
	padding: 5px 5px 5px 20px;
	line-height: 20px;
	display: block;
	border-bottom: 1px solid #BFCDD4;
}
.topic_box1 .first_column { border-top: 1px solid #BFCDD4;  }
.topic_box1 .right_column { float:right; }
.topic_box1 .left_column { float:left; }
.topic_box1 .left_column { border-left: 1px solid #BFCDD4;}
.topic_box1 .left_column, .topic_box1 .right_column { border-right: 1px solid #BFCDD4; }


/* Testimonials */

.testimonial {
	width: 260px;
	margin: 20px auto;
	text-align:justify;
	border:1px solid #BFCDD4;
}
.testimonial .pg1 {
	font-size: 14px;
	background-color: #F9F9F9;
	border-bottom: 1px solid #BFCDD4;
}
.testimonial .pg2 {
	color: #4282D0;
}

.testimonial .pg1, .testimonial .pg2 {
	margin: 0;
	padding: 5px;
	width: 250px;
}

.yellow_box {
	padding: 5px;
	width: 520px;
	margin: 20px auto;
	background:#F9F9F9;
	border:1px solid #BFCDD4;
	text-align: center;
}





textarea {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#333333; border:1px solid #AFBEC7;}

.oSubHeading{ background-color:#436B93;border:1px solid #AFBEC7;padding:5px;font-size:18px;color:#fff;font-weight:bold}
.oBox { border:1px solid #AFBEC7;padding:3px}
.oRedErr { color:#990000}
.oBtn {font-size:12px; font-family:Verdana; font-weight:bold; cursor:pointer; color:#000000; border:1px solid #333333; background-color:#F5F5F5;padding:3px;height:25px}
.oArial11 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #636163; text-decoration: none;}
.oVerdana15 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:15px;}
.oRowColor {background-color:#F5F5F5;}
.oBTab { border-left:1px solid #CCCCCC;border-right:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC;padding:10px}
.oSTab { border-left:1px solid #CCCCCC;border-top:1px solid #CCCCCC;border-right:1px solid #CCCCCC;padding:3px}
.oNSTab { border:1px solid #CCCCCC;padding:3px;background-color:#F5F5F5}
.oTH { background-color:#F5F5F5;border:1px solid #CCCCCC;padding:3px;font-size:12px;color:#333333;font-weight:bold}
.oTD { border:1px solid #CCCCCC;padding:3px;font-size:11px}


/* order Forum CSS */

#order p, #order ul, #order ol, #order li,  { line-height: normal; }

#order table {
	margin: 0 auto;
}

#order .heading1 {
	font-size: 18px;
	color: #fff;
	background-color: #436B93;
	height: 30px;
	line-height: 30px;
}

#order .content_box {
	width: 90%;
	margin: 10px auto;
	padding: 10px;
}

#order .top {
	border:1px solid #BFCDD4;
	padding: 10px;
}

/* About us CSS */

#aboutus  {
	width: 760px;
	margin: 0 auto;
}

#aboutus .aboutus_box {
	width: 560px;
	border: 1px solid #BFCDD4;
}
#aboutus .aboutus_box .box_heading {
	padding: 2px 5px;
	background-color: #436B93;
}
#aboutus .aboutus_box .box_content {
	padding: 5px;
}
#aboutus #aboutus_outter p {
	margin-bottom: 5px;
}
#aboutus .aboutus_box .box_content .aboutus_box_fp {
	margin-top: 5px;
}

/* FAQs  CSS */

#faqs_page {
	width: 760px;
	margin: 0 auto;
}

.special_link {
	font-size: 14px;
	font-weight: bold;
	padding-right: 20px;
}

.special_link:link, .special_link:visited {
	color:#c30;
}

.special_link:hover, .special_link:active {
	color: #f63;
}


#faqs_page .faqs_page_box {
	width: 730px;
	margin: 0 auto;
	border: 1px solid #BFCDD4;
}
#faqs_page .faqs_page_box .box_heading {
	padding: 2px 5px;
	background-color: #436B93;
}
#faqs_page .faqs_page_box .box_content {
	padding: 5px;
}

#faqs_page .faqs_page_box .box_content .aboutus_box_fp {
	margin-top: 5px;
}


#faqs_page .faqs_box_outter p {
	margin:15px 0px;
}

.faqs_line_spacing {
	line-height: 22px;
}


.faqs_box1 p {
	line-height: 18px;
	margin: 0;
}

.faqs_box1 .heading {
	line-height: 24px;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #CC0000;
}

.faqs_box1 {
	width: 470px;
	border:1px solid #436B93;
	margin: 10px auto;
}
.faqs_column_left {
	float: left;
	padding: 5px;
}
.faqs_column_right {
	float: right;
	padding: 5px;
}
.same_height {
	height: 330px;
}
.same_height2 {
	height: 250px;
}
.faqs_box {
	font-size: 11px;
	border:1px solid #436B93;
	width: 220px;
}
.faqs_box ul li{
	height: 26px;
	line-height: 26px;
}
.faqs_box ul li p{
	padding-top: 3px;
}
.faqs_box .faqs_boxspan {
	height: 40px;
	line-height: 40px;
}
.faqs_box .faqs_boxspan2 {
	height: 56px;
	line-height: 56px;
}
.faqs_box .faqs_boxspan3 {
	height: 40px;
	line-height: 40px;
}
.faqs_box .faqs_boxspan4 {
	height: 40px;
	line-height: 56px;
}
.faqs_box .faqs_boxspan5 {
	height: 78px;
	line-height: 78px;
}
.faqs_box ul, .faqs_box li, .fax_box ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.faqs_order_button {
	width: 125px;
	height: 27px;
	margin: 6px auto;
}
.faqs_table { margin: 0 auto; }
.faqs_order_button a {
	display: block;
	height: 27px;
	background-image: url(../images/order_button.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #004370;
	line-height: 27px;
	padding-left: 32px;
}

.faqs {
	width: 508px;
	margin: 10px auto;
	padding: 5px;
	height: 280px;
	border:1px solid #BFCDD4;
}

.faqs .innerbox {
	width: 500px;
	margin: 0 auto;
	height: 280px;
	border:1px solid #BFCDD4;
}
.faqs .innerbox .heading { 
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color: #436B93;
}
.faqs .bg1 { background-color: #F4FBFF; }
.faqs .bg2{ background-color: #E7EAF2; }
.faqs ul, .faqs li { margin: 0; padding: 0;}
.faqs ul {
	width: 250px;
	list-style: none;
}
.faqs ul li {
	padding: 10px;
	line-height: 20px;
	display: block;
}
.faqs .right_column {
	text-align: center;
	float:right;
	font-weight: bold;
}
.faqs .left_column {
	float:left;
	font-weight: bold;
}
.faqs .left_column li {border-right: 1px solid #BFCDD4; }
.faqs .left_column li div { padding-left: 30px; }

.faqs_litmit_topline {
	border-top: 1px solid #BFCDD4;
}

/* Customer Support */

#customer_support {
	width: 760px;
	padding: 5px;
	margin: 0 auto;
}

#customer_support .right_column {
	width: 370px;
	padding: 3px;
	float: right;
	height: 450px;
	border: 1px solid #BFCDD4;
}
#customer_support .left_column {
	width: 370px;
	padding: 3px;
	float: left;
	height: 450px;
	border: 1px solid #BFCDD4;
}
#customer_support .customer_support_login {
	padding: 1px;
	margin: 0 auto;
	border: 1px solid #BFCDD4;
	border-collapse: collapse;
}

#customer_support .cs_seperater {
	margin: 5px auto;
} 

#customer_support .customer_support_login .ml3 {
	margin-left: 3px;
} 

#customer_support #cslogin {
	width: 150px;
	font-size: 11px;
	font-weight: bold;
	margin: 0 10px;
	height: 22px;
	background-color:#006699;
	border: 1px solid #BFCDD4;
	color: #fff;
}

#customer_support .cs_email, #customer_support .cs_order {
	width: 150px;
	font-size: 11px;
}




/* Contact Us */

.contactus .cu_table .left{
	border: 1px solid #AFBEC7;
	display: inline;
	margin: 0px auto;
}

.contactus .cu_table {
	border: 1px solid #AFBEC7;
	background-color: #F3F9FC;
	margin: 0px auto;
}

.contactus .cu_table .cu_td {
	padding: 4px 8px;
}

.contactus .cu_table input {
	font-family: verdana;
	font-size: 11px;
	color:#333;
}

.contactus .cu_table input.cu_btn {
	height: 20px;
	width: 30%;
	background-color: #F5F5F5;
	border: 1px solid #AFBEC7;
	font-weight: bold;
	color:#333;
}

.contactus .cu_heading {
	font-size: 18px;
	background-color: #436B93;
	color: #FFFFFF;
	height: 30px;
}

.cu_seperater {
	width: 99%;
	height: 10px;
	background-color: #AFBEC7;
}

.cu_fax {
	font-size: 11px;
	padding: 3px;
	border: 1px solid #990000;
	margin: 0px auto 10px;
	background-position: 2px 2px;
	background-image: url(../images/fax_small.gif);
	background-repeat: no-repeat;
}

.cu_fax .fax_no{
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin: 0px 0px 20px 32px;
}


/* Proposal */

.proposal_box {
	width: 80%;
	padding: 10px;
	margin: 0 auto;
	border: 1px solid #BFCDD4;
	background-color: #F4FBFF;

}

.proposal_box li {
	line-height: 16px;
}

.proposal_spacer_1 {
	background-image: url(../images/seperater.gif);
	background-repeat:no-repeat;
}
.proposal_spacer_2 {
	position: relative;
	top: 190px;
	left: 25px;
	width: 417px;
	height: 4px;
	background-image: url(../images/seperater.gif);
}

.proposal_spacer_3 {
	position: relative;
	top: 190px;
	left: 25px;
	width: 417px;
	height: 4px;
	background-image: url(../images/seperater.gif);
}

.proposal_spacer_4 {
	position: relative;
	top: 190px;
	left: 25px;
	width: 417px;
	height: 4px;
	background-image: url(../images/seperater.gif);
}


/*  Blog Page CSS */

/* Blog Content */

#blog {
	width: 98%;
	font-size: 13px;
	margin: 0px auto;
	border: 1px solid #BFCDD4;
	background-color: #F3F9FC;
}

.blog_top {
	color: #981515;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin: 0px;
	border-bottom: 1px solid #BFCDD4;
	text-align: center;
	background-image: url(../images/bg_rightnav_heading.gif);
	background-repeat: repeat-x;
}
#blog .issue_date	{
	font-size: 11px;
	width: 100%;
	padding: 5px 0;
	height: 30px;
	margin: 0 auto;
	clear: both;
	background-color: #FFFEEC;
	border-bottom: 1px solid #BFCDD4;
}
#blog .issue_date .issue {
	width:96%;
	padding: 0 2%;
	font-weight: bold;
	color: #666;
}
#blog .issue_date .date {
	width:96%;
	padding: 0 2%;
	font-weight: bold;
	color: #666;
}

#blog .blogbox {
	width: 96%;
	margin: 10px auto;
	border: 1px solid #BFCDD4;
	background-color: #fff;
}
#blog .blogbox .heading {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #AE2629;
	background-color: #F7F7F7;
	border-bottom: 2px solid #E2E2E2;
}

.blogbox .blogbox_content {
	width: 98%;
	margin: 4px auto;
}
.blogbox .blogbox_content2 {
	width: 80%;
	margin: 4px auto;
}

.blogbox_heading {
	padding: 2px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 4px 0;
}
.blogbox_heading2 {
	padding: 2px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 0 0 4px 0;
}

.blogbox_name {
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0;
}
.blogbox_bg {
	width: 100%;
	margin: 0px auto 5px;
	background-color: #436B93;
}
.blogbox_bg .inner {
	width: 98%;
	margin: 0 auto;
	padding: 1%;
}

.blogbox_text {
	width: 98%;
	margin: 0 auto;
}
.blogbox_text p {
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 16px;
}
.blogbox_text .para_heading {
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
}


.rc_cat_link {
	color: #c00;
	font-weight: bold;
	text-decoration: none;
	padding-left: 25px;
	background-position: 0px 3px;
	background-image: url(../images/rc_cat_icon.gif);
	background-repeat: no-repeat;
}
.rc_cat_link:link, .rc_cat_link:visited {
	color: #c00;
	font-weight: bold;
	text-decoration: none;
	padding-left: 25px;
	background-position: 0px 3px;
	background-image: url(../images/rc_cat_icon.gif);
	background-repeat: no-repeat;
}
.rc_cat_link:hover, .rc_cat_link:active {
	color: #f30;
	background-image: url(../images/rc_cat_icon_hover.gif);
}

.rc_cat_link_list {
	padding-left: 15px;
	padding-right: 5px;
	list-style: none;
}
.rc_cat_link_list li {
 	display: inline;
}
.rc_cat_link_list li a {
 	display: block;
	padding-bottom: 5px;
}


/*  #blog_home Page CSS */

/* #blog_home Content */

#blog_home .blog {
	width: 98%;
	font-size: 13px;
	margin: 0px auto 10px;
	border: 1px solid #BFCDD4;
	background-color: #F3F9FC;
}

#blog_home .blog_top {
	color: #981515;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin: 0px;
	border-bottom: 1px solid #BFCDD4;
	text-align: center;
	background-image: url(../images/bg_rightnav_heading.gif);
	background-repeat: repeat-x;
}
#blog_home .issue_date	{
	font-size: 11px;
	width: 100%;
	height: 20px;
	line-height: 20px;
	clear: both;
	background-color: #FFFEEC;
	border-bottom: 1px solid #BFCDD4;
}
#blog_home .issue_date .issue {
	width:45%;
	padding: 0 2%;
	font-weight: bold;
	color: #666;
	float: left;
}
#blog_home .issue_date .date {
	width:35%;
	padding: 0 2%;
	text-align: right;
	font-weight: bold;
	color: #666;
	float: right;
}

#blog_home .blogbox {
	width: 98%;
	margin: 0px auto 10px;
	border: 1px solid #BFCDD4;
}
#blog_home .blogbox .heading {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #AE2629;
	background-color: #F7F7F7;
	border-bottom: 2px solid #E2E2E2;
}

#blog_home .blogbox .blogbox_content {
	width: 98%;
	margin: 4px auto;
}
#blog_home .blogbox .blogbox_content2 {
	width: 80%;
	margin: 4px auto;
}

#blog_home .blogbox_heading2 {
	padding: 2px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 0 0 4px 0;
}

#blog_home .blogbox_name {
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0;
}
#blog_home .blogbox_bg {
	width: 100%;
	margin: 0px auto 5px;
	background-color: #436B93;
}
#blog_home .blogbox_bg .inner {
	width: 98%;
	margin: 0 auto;
	padding: 1%;
}

#blog_home .blogbox_text {
	width: 98%;
	margin: 0 auto;
}
#blog_home .blogbox_text p {
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 16px;
}




#blog .nextprevious	{
	margin: 0 auto;
	font-size: 11px;
	height: 20px;
	line-height: 20px;

}
.nextprevious a:link { color: #009900; }
.nextprevious a:hover { color: #66CC00; }
#blog .nextprevious .previous{
	width:45%;
	padding: 0 2%;
	font-weight: bold;
	color: #666;
	float: left;
}
#blog .nextprevious .next {
	width:35%;
	padding: 0 2%;
	text-align: right;
	font-weight: bold;
	color: #666;
	float: right;
}

.breadcrumb {
	width: 95%;
	margin: 0 auto;
	padding-left: 5px;
	padding-right: 5px;
}








/* Side Nav */

#blog_sidenav {
	float: right;
	width: 188px;
	border-right:1px solid #BFCDD4;
	border-left:1px solid #BFCDD4;
	border-top:1px solid #BFCDD4;
}
#blog_sidenav li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#blog_sidenav ul {
	padding: 0;
	margin: 0;
	border-top: 1px solid #BFCDD4;
}
#blog_sidenav .sidenav_heading {
	color: #981515;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	margin: 0px;
	text-align: center;
	background-image: url(../images/bg_rightnav_heading.gif);
	background-repeat: repeat-x;
}
#blog_sidenav .sidenav_heading2 {
	text-align: center;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding: 8px 3% 8px 3%;
	text-decoration: none;
	width: 94%;
	background: #fff;
}
#blog_sidenav li { border-bottom: 1px solid #BFCDD4; }
#blog_sidenav li a {
	font-size: 11px;
	color: #5E5EFF;
	display: block;
	padding: 8px 3% 8px 3%;
	text-decoration: none;
	width: 94%;
	background: #fff;
	line-height: 18px;
}
#blog_sidenav li a:hover {
	background: #830000;
	color: #fff;
}





/*  Site Map CSS */

#sitemap {
	float:left;
	width:570px;
}
#sitemap .gray_box {
	width: 98%;
	margin: 0px auto;
	border: 1px solid #E2E2E2;
}
#sitemap .gray_box .box_heading {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #AE2629;
	background-color: #F7F7F7;
	border-bottom: 2px solid #E2E2E2;
}
#sitemap .gray_box .box_content {
	width: 50%;
	
}
#sitemap .gray_box .box_content_rc {
	width: 48%;
	float:right;
}
#sitemap .gray_box .colleft {
	float: left;
	width: 22%;
	padding-right: 3%;
	padding-top: 35px;
}

#sitemap .gray_box .colright {
	float: right;
	width: 74%;
}
#sitemap .sitemap_links {
	margin-top: 10px;
	list-style: none;
	padding: 0;
}
#sitemap .sitemap_links_child {
	margin-bottom: 20px;
	list-style: none;
	padding-left: 30px;
}
#sitemap .sitemap_links li a {
	list-style: none;
	padding-left: 5px;
	font-weight: bold;
	border-left: 5px solid #fff;
	color: #0033FF;
}
#sitemap .sitemap_links .first {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 20px;
}
#sitemap .sitemap_links .seperate { margin-bottom: 20px; }
#sitemap .sitemap_links .child { padding-left: 30px; }
#sitemap .sitemap_links li a:hover, .sitemap_links li a:active {
	list-style: none;
	font-weight: bold;
	color: #0099FF;
	border-left: 5px solid #0000CA;
}
#sitemap .sitemap_links_child li a {
	font-weight: bold;
	color: #c30;
	border-left: 5px solid #fff;
}
#sitemap .sitemap_links_child li a:hover, .sitemap_links_child li a:active {
	list-style: none;
	font-weight: bold;
	color: #f63;
	border-left: 5px solid #c30;
}

/*  Forgot Page CSS */

.forgot_table {
	margin: 0px auto 10px;
}


/*  dissertation Editing Page CSS */

.editing_box {
	width: 90%;
	background-color: #FEFFF2;
	border: 1px solid #E9E9E9;
	padding: 10px;
	margin: 0px auto;
}

.editing_box2 {
	width: 80%;
	border: 1px solid #E9E9E9;
	padding: 10px;
	margin: 10px auto;
}

.editing_text_before {
	width: 80%;
	border: 1px solid #E9E9E9;
	padding: 10px;
	margin: 10px auto;
}
.editing_text_after {
	width: 80%;
	border: 1px solid #E9E9E9;
	padding: 10px;
	margin: 10px auto;
}
.editing_text_after .red { color: #FF3333; text-decoration: line-through; }
.editing_text_after p, .editing_text_before p { line-height:16px; }
.editing_text_after .blue { color: #3333FF; text-decoration: underline; }
.editing_fbg_bordert { border-top: 1px solid #BFCDD4; }


/*  dissertation Editing Page CSS */

.box_md {
	width: 250px;
	padding: 5px 5px 0 5px;
	background-color: #F4FBFF;
	border: 1px solid #BFCDD4;
	margin: 10px 0 10px 10px;
}

/*  dissertation Services Page CSS */

.ds_div1 {
	padding-left: 30px;
	background-image: url(../images/1.png);
	background-repeat: no-repeat;
}
.ds_div2 {
	padding-left: 30px;
	background-image: url(../images/2.png);
	background-repeat: no-repeat;
}
.ds_div3 {
	padding-left: 30px;
	background-image: url(../images/3.png);
	background-repeat: no-repeat;
}
.ds_div4 {
	padding-left: 30px;
	background-image: url(../images/4.png);
	background-repeat: no-repeat;
}
.ds_div5 {
	padding-left: 30px;
	background-image: url(../images/5.png);
	background-repeat: no-repeat;
}
.ds_div6 {
	padding-left: 30px;
	background-image: url(../images/6.png);
	background-repeat: no-repeat;
}
.ds_div7 {
	padding-left: 30px;
	background-image: url(../images/7.png);
	background-repeat: no-repeat;
}
.ds_div8 {
	padding-left: 30px;
	background-image: url(../images/8.png);
	background-repeat: no-repeat;
}
.ds_div9 {
	padding-left: 30px;
	background-image: url(../images/9.png);
	background-repeat: no-repeat;
}
.ds_div10 {
	padding-left: 30px;
	background-image: url(../images/10.png);
	background-repeat: no-repeat;
}
.ds_div11 {
	padding-left: 30px;
	background-image: url(../images/11.png);
	background-repeat: no-repeat;
}




.ds_heading {
	color: #E00200;
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
}
#hd1 {
	margin:0px;
	padding:0px;
	display:inline;
	font-size:20px;
}
.hd2 {
	margin:0px;
	padding:0px;
	display:inline;
	font-size:18px;
}
#hd3 {
	margin:0px;
	padding:0px;
	display:inline;
	font-size:20px;
}
#hd6 {
	margin:0px;
	padding:0px;
	display:inline;
	font-size:24px;
}
.reason_head { text-align:center;background-color:#436B93; font-size:20px; color:#FFFFFF;}
#rc {width:190px; height:110px;}
#rc .rc_top {width:190px; height:86px; background:url(../images/rc_01.gif);}
#rc .rc_bottom {width:190px; height:24px; background:url(../images/rc_02.gif); font-family:Arial; font-size:13px; color:#3993bb; text-align:center; line-height:20px;}
.rc_bottom_link:link{font-family:Arial; font-size:13px; color:#3993bb; text-decoration:none;}
.rc_bottom_link:hover{font-family:Arial; font-size:13px; color:#3993bb; text-decoration:underline;}
.rc_bottom_link:visited{font-family:Arial; font-size:13px; color:#3993bb; text-decoration:none;}

/*=================================*/

.setSize20{font-size: 20px;}
.setSize18{font-size: 18px;}
.setSize16{font-size: 16px;}
.setSize14{font-size: 14px;}
.setSize12{font-size: 12px;}
.setSize11{font-size: 11px;}
.setSize10{font-size: 10px;}

.setDisplayInline {
display: inline;
}

.setHL-Yellow {background-color:#FFFF00;}
.setHL-Red {background-color:#FF0000;}

.setRed {color:#FF0000;}

.setBold{font-weight: bold;}

.setNormal{font-weight:normal;}

.setUnderline{text-decoration: underline;}

.Article_Bottom_Box {
	height:auto;
	width:530px;
	font-size:12px;
	padding: 10px;
	border: 1px solid #cacaca;
	background-color: #f8f8f8;
	margin: 0 auto;
}

.Article_Bottom_Box a:visited {
color: #0000FF;
}

.Pd10 {padding: 10px;}

.SetBorder-1pxSldGry {border: 1px Solid #999999;}

#SetBorder td {border: 1px Solid #999999; padding: 3px;}

.ta-c {text-align: center; }

.aboutus-heading {
padding: 5px;
text-align: center;
color: #990000;
background:#F5F5F5;
border: 1px solid #CCCCCC;
margin: 2px 0px 5px 0px;
}

.diss-topic-main{
	 width:572px;
	 height:391px;
	 float:left;
	 background:url(../images/dissertation-topic-bg.gif) no-repeat center top;
 	 font-family:Arial, Helvetica, sans-serif; margin:10px 0 10px 0;
	}
	.diss-topic-main h1{
		width:100%;
		background:url(../images/free-dissertation-topic-heading.gif) no-repeat center;
		text-indent:-99999px;
		margin:18px 0 15px 0;
		height:31px;
		float:left;
	}
	.diss-topic-main h2{
	 color:#5d5c5c;
	 font-size:17px;
	 font-weight:bold;
	 line-height:24px;
	 text-align:center;
	 }
	 .diss-topic-main h2 b{color:#d52027; border-bottom:2px solid #d52027;}
	 .diss-topic-main h2 span{color:#16a2d1; border-bottom:2px solid #16a2d1;}
	 .diss-topic-main p{font-size:18px; color:#4b4a4a; padding-left:08px; padding-top:10px; margin-bottom:0px;  text-align:left;}
	 .diss-topic-main p b{color:#d52427;}
	 
	 .left-diss-topic-main{float:left; width:351px; padding:12px 0 0 08px; font-size:14px;}
	 .left-diss-topic-main ul{list-style-type:none; float:left; padding:0px; margin:0px; text-align:left;}
	 .left-diss-topic-main ul li{display:block; background:url(../images/bullit.gif) no-repeat left; padding:0px 0 5px 13px;}
	 .left-diss-topic-main h3{color:#047297; font-size:18px; font-weight:normal; padding:0px 0 0 0; float:left; width:100%; margin:0px;}
	 .left-diss-topic-main h4{color:#d52027; font-size:17px; font-family:Arial Black, Arial, Helvetica, sans-serif; width:100%; float:left; text-align:right; margin:0px; padding:0px 0 0 0;}
	 .right-diss-topic-main{width:190px; float:left; padding-left:10px; padding-top:5px;}
	 .right-diss-topic-main h5{float:left; width:188px; height:32px; color:#5a5b5b; font-size:20px; font-family:Calibri,Arial, Helvetica, sans-serif; margin:0px; padding:0px; background:url(../images/price-back.gif) no-repeat center; font-weight:bold; line-height:30px; text-indent:5px;}
	 .diss-frm{float:left; width:186px; height:139px; background:url(../images/form-back.gif) no-repeat center; margin-top:30px;}
	 .diss-frm h1{background:none; color:#000000; font-size:11px; text-indent:0px; font-weight:normal; padding-left:15px; margin:0px; text-align:left;}
	 .diss-frm h1 INPUT[type=text]{width:120px; background:none; border:0 none; font-size:11px; padding:4px 0 0 3px;}
	 .diss-frm h1 INPUT[type=image]{width:56px; height:18px; float:left; border:0 none; cursor:pointer; margin-top:5px;}
	 .diss-frm h1 a{color:#FFFFFF; padding:10px 10px 0 0; display:block;}
	 .spacer{width:100%; height:46px; float:left;}
	 .ppolicy a{color:#FFFFFF; float:right; margin-top:-25px; font-size:11px; padding-right:10px; text-decoration:none;}
	 .ppolicy a:hover{text-decoration:underline;}