/*thank you meyerweb.com for the global css reset*/
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, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* no more global reset, time for some carly code*/
/*general*/
h2 {
   	color: #2a3990;
   	font-size: 20px; 
   	font-family: arial; 
   	line-height: 30px; 
   	margin: 20px 0 10px 0;
   }
h3 {
   	color: #2a3990;
   	font-size: 16px; 
   	font-family: arial; 
   	line-height: 30px; 
   	margin: 20px 0 10px 0;
   }
a {
	color: #2A3990; 
	}
a:hover {
	color: #222; 
}
.red {
	color: #990033!important;
	font-weight: bold;
}
/* style divs */
 div#container {
 	width: 1024px;
	margin: -0 auto 10px auto;
 }
 div#shadow {
		width: 1044px; 
		background: white url('http://www.academicknowledge.com/images/sideshad.gif') repeat-y; 
		margin: 0 auto;
	}
 div#header-contain {
 	width: 1024px;
 	height: 103px;
 	background: #4db4de url('http://www.academicknowledge.com/images/header-bg.gif') repeat-x;
 	margin-bottom: 2px; 
 }
 div#header {
 	width: 960px;
 	margin: 0 auto; 
 	height: 103px;
 }
 div#header-top {
 	height: 30px; 
 }
 div#header-bottom {
 	height: 73px; 
 	clear:both; 
 }
 div.head-left {
 	width: 456px;
 	height: 100%; 
 	float:left; 
 	font-size: 11px;
 	font-family: arial; 
 	color: white; 
 }
  div.head-left a {
  	text-decoration: none; 
  	color: white;
  }
   div.head-left a:hover {
   text-decoration: underline; 
  }
 div.head-left p {
  	margin-top: 5px;
}
 div.head-right {
 	width:500px;
 	height: 100%; 
 	float: right; 
 }
 div.head-right p {
 	font-family: arial; 
 	color: white;
 	font-size: 26px; 
 	text-align: right;
 	margin: 25px 15px 0 0;
 }
 div#header-bottom img {
 	margin-top: -2px;
 }
 div#searchetc {
 	height: 30px;
 	width:300px;
 	background: #222 url('http://www.academicknowledge.com/images/searchbar-bg.gif') repeat-x; 
 	float: right; 
 }
 span.searchetcp {
 	font-size: 14px;
 	color: white;
 	font-family: arial;
	position: relative;
	top: 3px; 
 }
  span#searchetcpb {
 	font-size: 18px;
 	color: #222;
 	font-family: arial;
	padding:0 10px 0 15px;
	position: relative;
	top: 2px; 
 }
 span.searchetcp a {
 	color: white; 
 	text-decoration: none; 
 }
 span.searchetcp a:hover {
 	text-decoration: underline; 
 }
 form#searchform {
	 width: 175px; 
	 float: left;
 }
 input#query {
 	height: 14px;
 	border: 0px;
 	margin: 5px 0px 0px 6px; 
	padding: 1px; 
	font: normal 11px Arial, Helvetica, sans-serif; 
	color: #BBBBBB;
 }
 input#submit_button {
 	border:0px;
 	background: transparent url('http://www.academicknowledge.com/images/searchbar-icon.gif') no-repeat center;
 	margin: 4px 5px 0 0;
 	height: 18px;
	width: 30px;
 }
 input#submit_button1 {
	float: none!important; 
	border: 1px solid #020033!important; 
	font-weight: normal!important; 
	color: white!important;
	background: blue url('/images/submit.gif')!important;
	cursor: pointer!important; 
	width:  70px!important;
	height: 25px!important;
	margin-top: 5px; 
 }
 div#menu-contain {
 	width: 1024px;
 	height: 35px;
 	background: #222 url('http://www.academicknowledge.com/images/nav-bg.gif') repeat-x;
 }
 div#menu {
 	width: 960px;
 	margin: 0 auto;
 	height: 35px;
 }
 ul#menu-ul {
 	list-style-type: none; 
  }
 ul#menu-ul li {
	border-right:2px solid #222222;
	color:white;
	display:block;
	float:left;
	font-family:arial;
	font-size:14px;
	height:25px;
	list-style-type:none;
	margin:0;
	padding: 8px 28px 0;
  } 
  li#selected {
  	background-color: white; 
	height: 27px!important;
  	height: 35px;
  	color: #222;
  	margin: 0px !important; 
	border-right: 2px solid black!important;
  }
    li#selected-last {
  	background-color: white; 
  	height: 35px;
  	color: #222;
  	margin: 0px !important; 
	border-right: 0px!important;
	padding: 10px 15px 0 15px!important;
  }
  li#selected a {
  	color: #222 !important; 
  }  
  li#selected-last a {
  	color: #222 !important; 
  }
  li#last {
  	margin: 7px 0 0 0px !important;
  	padding: 0px 0 0 20px !important;
  	border-right: 0 !important; 
  }
  ul#menu-ul li a {
 	font-family: arial;
 	color: white;
 	font-size: 14px;
  }
  ul#menu-ul li#home {
  	width: 60px;
  	background-color: white;
  	border-bottom: black 1px solid;
  	height: 34px;
  	text-align: center;
  	margin: 0 0 0 2px;
  	padding: 0px;
  }
  li#home-off {
  	margin: 0!important; 
  	padding: 0px 0 0 4px!important; 
  	height: 34px!important; 
 	width: 60px; 
  	text-align: center;
  }
  li#home-off:hover {

  }
  ul#menu-ul a {
  	display: block;
  	text-decoration: none; 
  }
  ul#menu-ul a:hover {
  text-decoration: underline; 
  }
  img.navimg {
  	float: left; 
  }
  div#menushadow {
  	width: 1024px; 
  	height: 8px;
  	background: #fff url('http://www.academicknowledge.com/images/nav-dropshadow.gif') repeat-x; 
  	margin-bottom: 5px;
	line-height: 0px;
  }
  /*home page styling*/
  
  div#home-container {
  	width: 1024px; 
  	background: #fff url('http://www.academicknowledge.com/images/writer-jobs-tile.gif') repeat-x; 
  }
  div#home-left {
  	background: #fff url('http://www.academicknowledge.com/images/writer-jobs.jpg') repeat-x; 
  	height:231px;
  	width: 765px; 
  	float:left;
  }
  div#home-left h1 {
  	margin: 20px 0 0 35px;
	font-weight: normal; 
  }    
  div#home-left h1 a {
  	font-size: 35px;
  	color: #2a3990; 
  	font-family: arial;  
  	text-decoration: none; 
  	line-height: 1.2em;
  }    
  div#home-left h1 a:hover {
  	color: #222; 
  }  
  div#home-left h2 {
  	margin: 12px 0 0 37px;
  	font-size: 18px;
  	color: #222; 
  	font-family: arial; 
  	width: 240px; 
  	line-height: 1.3em; 
	font-weight: normal; 
  }
    div#home-applynow p {
  	margin: 20px 0 0 250px; 
  }
  div#home-applynow p a {
  	color: #2a3990;
  	font-size: 19px;
  	font-family: arial;
  	text-decoration: none; 
  }
  div#home-applynow p a:hover {
  	text-decoration: underline; 
  }
  div#home-right {
  	float: right; 
  	width: 249px;
  	border-left: 10px white solid; 
  }
  div#home-right-box {
  	width: 205px; 
	min-height: 457px; 
  	border-right: 10px white solid; 
  	background: #293990 url('http://www.academicknowledge.com/images/home/latestessays-sections-bg.gif') repeat-x; 
  }
   div#home-right-box-top {
  	width: 205px; 
  	height: 33px; 
  	background: #222 url('http://www.academicknowledge.com/images/home/latestessays-bg.gif') repeat-x; 
  }
   div#home-right-box-top p {
  	font-family: arial;
  	color: white; 
  	font-size: 18px; 
  	padding: 7px 0 0 10px; 
  }
  div#home-right-box-top p a {
  	color: white;
  	text-decoration: none;
  }
  div.latest-essays {
  	width: 196px;
  	margin: 10px auto; 
  	border-bottom: 1px solid #fff; 
  	height: 60px; 
  	padding-left: 5px; 
  }
  div.latest-essays h4 {
  	margin-bottom: 5px; 
  }
  div.latest-essays h4 a {
  	font-family: arial; 
  	font-size: 15px;
  	color: #fff;
  	font-weight: bold; 
  	text-decoration: none; 
  }
  div.latest-essays h4 a:hover {
  	text-decoration: underline; 
  }
 div.latest-essays p {
  	font-family: arial; 
  	font-size: 12px;
  	color: #fff;
  	font-weight: normal;
  	line-height: 1.2em;
  	text-decoration: none; 
  	margin: 10px 0 0 2px; 
  }
  div.latest-essays p a {
  	color: white;
  	text-decoration: none; 
  }
  div.bottom {
  	border-bottom: none;
  }
  div#home-container-three {
  	margin-top: 40px; 
  }
  div.home-container-three-box {
  	width: 245px;
  	float: right; 
  	height: 214px;
  	margin: 0 0 0 10px;
  	border-bottom: 1px solid #2a3a8f;
  }
  div.three-box-pic {
  	background-color: #f2e8e3; 
  	width: 244px; 
    height: 57px;
  }
  div.three-box-top {
  	width: 244px;
  	height: 29px;
  	background: #222 url('http://www.academicknowledge.com/images/home/spotlight-bg.gif') repeat-x; 
  }
  div.three-box-top h3 {
  	padding: 1px 0 0 5px;
	margin: 0px; 
	font-weight: normal; 
  }
  div.three-box-top h3 a{
  	color: white;
  	font-family: arial;
  	font-size: 18px; 
  	text-decoration: none; 
  }
  div.three-box-top h3 a:hover {
    text-decoration: underline; 
  }
  div.three-box-text {
  }
  p.three-box-1 {
  	font-family: arial; 
  	font-size: 13px;
  	color: #2A3990; 
  	font-weight: bold; 
  	margin-top: 10px; 
  	letter-spacing: 0.05em;
  	line-height: 1.2em;
  }
  p.three-box-2 {
  	font-family: arial; 
  	font-size: 13px;
  	color: #231F20;  
  	line-height: 1.2em;
  	margin-top: 10px; 
  }
  div.three-box-more {
  	background-color: #2a3a8f; 
  	display: block;
  	width: 100px; 
  	text-align: center;
  	color: white;
  	padding: 5px;
  	font-size: 11px; 
  	font-family: arial;
  	margin: 25px 0 0 0;
  	float: right; 
  	text-transform: uppercase;  
  }
  div.three-box-more a {
  	display: block;
  	color: white;
  	text-decoration: none; 
  }
  div.three-box-more a:hover {
  	display: block;
  	color: white;
  	text-decoration: underline; 
   }
   img.float-right {
	float: right;
}
   /*footer stuff*/
   div#footer {
   	clear: both; 
   	width: 1024px;
   	margin: 30px auto 10px auto;
   }
   div#footer-nav {
   	height: 20px;
	line-height: 0px; 
   	clear: both; 
   	background: #222 url('http://www.academicknowledge.com/images/footerbar-nav.gif') repeat-x;
   	width: 1024px; 
   }
   div#footer-nav-2 {
   	width: 960px;
   	margin: 0 auto;
   	height: 20px; 
   }
   ul#footer-ul {
   	list-style-type: none; 
   }
   ul#footer-ul li {
   	float: left;
   	list-style-type: none;
   	display: block; 
   	padding: 3px 27px 2px;
   	margin: 1px 0 0 0!important; 
   	border-right: 1px solid white; 
   }
   ul#footer-ul li a {
   	color: white;
   	font-family: arial;
   	font-size: 11px; 
   	text-decoration: none; 
   	display: block; 
   }
   ul#footer-ul li a:hover {
   	text-decoration: underline; 
   }
  ul#footer-ul li#lastfoot {
    margin-right: 0px; 
    border: 0px solid; 
    }
   div#footer-nav-shadow {
   	height: 8px;
   	background: #fff url('http://www.academicknowledge.com/images/footerbar-dropshadow.gif') repeat-x;
   	width: 1024px; 
   	margin: 0 auto;
	_display: none;
   }
   div#copyright-etc {
   	margin: 25px 0;
   }
   div#copyright-etc p {
   	font-family: arial; 
   	font-size: 11px;
   	color: #231F20;
   	text-align: center; 
   	padding: 5px; 
   	}
   div#copyright-etc p a {
   	color: #222; 
   }
   div#copyright-etc p a:hover {
   }
   /*subpages*/
   div#content-contain-sub {
   width: 960px;
   margin: 0 auto; 
   }
   div#sidebar-sub {
   float: left; 
   width: 210px; 
   margin: 15px 0 0 0;
   }
   div#sidebar-sub ul {
   	width: 179px; 
   	margin: 0px 0 30px 0; 
   }
   div#sidebar-sub ul li  {
   	padding: 5px 0 10px 0;
   	border-bottom: 1px solid #444f90; 
   	margin: 5px 0 0px 0!important; 
   	font-family: arial;
   	font-size: 14px; 
   	color: #231f20;
	list-style-type: none; 
	background:url('http://www.academicknowledge.com/images/arrow.gif') no-repeat 0px 10px;
	text-indent: 5px; 
	}
   div#sidebar-sub ul li a {
   	display: block; 
   	color: #231f20; 
   	text-decoration: none; 
	margin: 0 0 0 10px; 
   }
    div#sidebar-sub ul li a:hover {
    color: #1cb5e8;
        }
   div#sidebar-sub ul li#last-submenu {
   	border-bottom: 0; 
   }
   div#content-sub {
   float: right; 
   width: 749px; 
   margin-top: 15px;
   }
   div#content-sub ol  {
   margin: 30px;
   color: #444444;
   font: normal 0.8em arial, "Times New Roman", Times, serif;
   }
   div#content-sub ol li { 
   list-style-type: decimal; 
   margin: 8px 0;
   }
   div#content-sub h1 {
   	color: #2a3990;
   	font-size: 28px; 
   	font-family: arial; 
   	line-height: 30px; 
   	margin: 0 0 10px 0;
   }
   h1#width {
    width: 350px;
   }
   div#content-sub p {
   	color: #4f4f4f; 
   	font-family: arial; 
   	font-size: 13px;
   	line-height: 18px;
   	padding: 5px 0 10px 0;
   }
   div#content-sub img {
	  padding: 5px;
	  margin: 10px; 
   }
   div#content-sub img:hover {
	  padding: 5px;
	  margin: 10px; 
   }
   div#breadcrumbtrail {
   	height: 20px;
	margin: 0 auto;
	width: 960px;
	color: #231f20; 
	font-size: 12px;
	font-family: arial; 
   }
   div#breadcrumbtrail a {
   	color: #2a3990;
   	text-decoration: none; 
   }   
   div#breadcrumbtrail a:hover {
   	color: #2a3990;
   	text-decoration: underline; 
   }
   div#breadcrumb-all-shadow {
   height: 9px; 
   background: #fff url('http://www.academicknowledge.com/images/top-shadow.gif') repeat-x; 
   }
   div.applynow-sub {
   	margin: 0 0 0 0px;
   	background-color: #2a3990; 
   	text-align: center; 
   	float: right; 
   	font-family: arial; 
   	font-size: 12px;
   	text-transform: uppercase; 
   	color: white; 
   	padding: 8px 5px 5px 5px; 
   }
   div.applynow-sub a {
   	color: white; 
   	text-decoration: none; 
   }
   div.applynow-sub a:hover {
   	text-decoration: underline;
   }
   div.applynow-sub-line {
   	clear:both; 
   	border-top: 1px solid #2a3990;
   	height: 1px; 
   }
   div.float-sub-contain {
   	margin: 30px 0;
   }
   div.float-sub-contain h2 {
   	color: #2a3990; 
   	font-family: arial;
   	margin: 0 0 15px 0!important;
   	font-size: 19px!important; 
   }
   div.float-sub {
   	width: 48%; 
   	float: left;
   	border-bottom: #2a3990 solid 1px; 
   }   
   div.float-sub-r {
   	width: 48%; 
   	float: right;
   	border-bottom: #2a3990 solid 1px; 
   }
   /*=======================================JOBS BOARD CSS=================================================*/
   div.job {
   border: 4px solid #d7d7d7; 
   padding: 10px;
   clear: both;
   margin: 10px; 
   height: 120px; 
   }
   div.job a {
   color: #404774; 
   }
   div.job a:hover {
   color: #5f6aac; 
   }
   div.job-left {
   float: left; 
   width: 135px;
   border-right: 1px solid #5f6aac;
   font: normal 13px Arial, sans-serif;
   color: #231F20;
   height: 120px;  
   }
   div.job-left h2 {
   font: bold 13px Arial, sans-serif;
   color: #231F20; 
   margin: 0 0 10px 0; 
   }
   div.job-mid {
   float: left; 
   width: 125px;
   text-align: center; 
   border-right: 1px solid #5f6aac;
   font: normal 13px Arial, sans-serif;
   color: #231F20; 
   height: 120px; 
   }
   div.job-mid h3 {
   font: bold 13px Arial, sans-serif;
   color: #231F20; 
   margin: 0 0 10px 0; 
   }
   div.job-mid-1 {
   float: left;
   width: 115px;
   text-align: center;
   border-right: 1px solid #5f6aac;
   font: normal 13px Arial, sans-serif;
   color: #231F20;   
   height: 120px; 
   }
   div.job-mid-1 h3 {
   font: bold 13px Arial, sans-serif;
   color: #231F20; 
   margin: 0 0 10px 0; 
   }
   div.job-mid-2 {
   float: left; 
   width: 100px;
   text-align: center;
   border-right: 1px solid #5f6aac;
   font: normal 13px Arial, sans-serif;
   color: #231F20;    
   height: 120px; 
   }
   div.job-mid-2 h3 {
   font: bold 13px Arial, sans-serif;
   color: #231F20; 
   margin: 0 0 10px 0; 
   }
   div.job-right {
   float: left; 
   width: 115px;
   text-align: center; 
   font: normal 13px Arial, sans-serif;
   color: #231F20;    
   height: 120px; 
   }
   div.job-right h4 {
   font: bold 13px Arial, sans-serif;
   color: #231F20; 
   margin: 0 0 10px 0; 
   }
   .clear {
   clear: both; 
   }
   div.all-briefs {
   clear: both;
   }
   div.all-briefs p a {
   font: normal 16px Arial, sans-serif;
   color: #2A3990; 
   }
   div.all-briefs p a:hover {
   color: #231F20; 
   }
   span.right-briefs {
   float: right; 
   }
   div.all-briefs-margin {
   font: normal 14px Arial, sans-serif;
   margin: 10px 0 40px 0;
   }
   div.all-briefs-margin a {
	color: #666; 
   }
   div.all-briefs p a:hover {
   color: #231F20; 
   }
   div.page-nums {
   font: bold 11.5px Arial, sans-serif;
   color: #990033; 
   text-align: center; 
   width: 70%; 
   float: left; 
   margin: 0 0 20px 0;
   }
   div.page-nums a {
   color: #888; 
   font: normal 11.5px Arial, sans-serif;
   }
   div.prev-link {
   float: left;
   width: 14%;
   margin: 0 0 20px 0;
   }
   div.prev-link a {
   color: #888;
   font: bold 11.5px Arial, sans-serif;
   }
   div.next-link {
   float: right; 
   width: 14.5%; 
   margin: 0 0 20px 0;
   }
   div.next-link a {
   color: #888;
   font: bold 11.5px Arial, sans-serif;
   }
   span.gray {
   color: #888;
   }
/*alert box on scanner page */
   div#alert {
	   border: #900 1px solid; 
	   padding: 10px; 
	   margin: 30px 0 10px 0; 
   }
	div#alert p {
		color: #900;
	}
/*table for payemnt rates page*/
   table.payment {
	   width: 749px; 
   }
   table.payment p {
	   color: #2e3192!important;
   }
   th.table-top {
	background: #222 url('http://www.academicknowledge.com/images/table-top-bg.gif') repeat-x; 
	height: 33px; 	
	border-right: 5px solid #202c6f;
	border-left: 5px solid #202c6f;
	text-align: center;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: white; 
	padding-top: 3px; 
   }
   th.level {
	background: white;
	   color: #202c6f; 
	   width: 166px; 
	   height: 80px; 
	   font: bold 1.3em Arial, Helvetica, sans-serif;
	   color: #202c6f; 
	   vertical-align:middle;
   }
   th.level h2 {
	   text-align: left;
	   margin: 0 0 0 15px; 
   }
   td.table-blue {
	background-color:#2E3192;
	color:white;
	height:50px;
	text-align:center;
	border-right: 1px solid white!important; 
	font: normal 0.75em Arial, Helvetica, sans-serif; 
	}
	td.table-blue-last {
		padding-top: 8px;
		font: normal 0.75em Arial, Helvetica, sans-serif; 
		background-color:#2E3192;
		color:white;
		height:50px;
		text-align:center;
		border-right: 0px !important;
	}
	span.days-table {
		font: bold 1.3em arial; 
	}
	tr.odd {
		background-color: #ececec; 
		text-align: center;
	}
	tr.even {
		background-color: white; 
		text-align: center; 
	}
	.payment td {
		border: 1px solid #2E3192; 
	}
	.left-border {
		border-left: 5px solid #2E3192!important; 
	}	
	.right-border {
		border-right: 5px solid #2E3192!important; 
	}
	.bottom-border {
		border-bottom: 2px solid #2E3192!important; 
	}
	.work-table {
		font: bold 1.0em Arial, Helvetica, sans-serif;
		color: #000;
		padding:10px;
		text-align:center;
		vertical-align:middle;
	}
	.small-td {
		font-size: 0.8em;
	}
	ul li {
		margin: 10px;
		font: normal 0.8em Arial, Helvetica, sans-serif;
		color: #2A3990; 
		list-style-type: circle; 
	}
	p.small-text {
		font: normal 10px Arial, Helvetica, sans-serif!important;
		color: #666;
	}
	li.floatleft {
		float: left;
	}
	div#left-floaters {
		margin: 20px auto; 
		padding: 0 0 10px 0;
		border-bottom: #CCC dashed 1px; 
		width: 723px;
	}
	form.researcherform ul li {
		list-style-type: none; 
	}
	/*search page*/
	
	div#search_page_box {
}
	div#search_page_box input {
		padding: 5px; 
		border: 1px solid #999!important; 
		margin: 0px; 
		color: #333!important;
		height: 15px; 
	}
	.stupidform {
		background: #2A3990 url('http://www.academicknowledge.com/images/submit.gif') repeat-x scroll 0 0!important;
		border: 1px solid #999!important; 
		width: 60px!important;
		height: 26px!important; 
		font: normal 12px Georgia!important; 
		color: white!important; 
	}
	.single_result {
		margin: 20px;
		padding: 10px;
		border: 1px solid #999;
		font: normal 12px arial; 
	}
	.description {
		margin: 5px 0;
	}
	.url {
		text-indent: 10px; 
	}
	.url img {
		float: left; 
	}
	#other_pages {
		font: normal 12px arial; 
		color: #666; 
	}
	div.clear {
		clear: both;
	}
#ak_banner {
	display: none; 
}
#companies-house {
	background: white url('/images/companies-house.gif') no-repeat;
	width: 740px;
	height: 143px; 
	margin: 10px 0; 
}
.clear-both {
	clear: both;
}