/*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 {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	width: 98%;
}
tr {
	margin: 5px;
	padding: 5px;
}

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: #0366A3;
	text-decoration: underline;
}
.red {
	color: #990033!important;
	font-weight: bold;
}
  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: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
   }
   div#footer-nav {
	height: 20px;
	line-height: 0px;
	clear: both;
	width: 1024px;
	background-color: #3D0012;
   }
   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: 148px; 
   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: 138px;
   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: 138px; 
   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: 138px;
   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: 135px;
   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: #FFF;
	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;
}


/************************************************
*  Content 					     		        * 
************************************************/

#content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 20px 0px 0px 0px;
	line-height: 18px;
	}
	
#contentleft {
	float: left;
	width: 660px;
	margin: 0px;
	padding: 0px 0px 5px 10px;
	}
	
#contentright {
	float: right;
	width: 660px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	}
	
#contentsplit {
	float: left;
	width: 500px;
	margin: 0px;
	padding: 0px 0px 5px 20px;
	}
	
#contentfull {
	float: left;
	width: 960px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	}
	
#content a img {
	border: none;
	}

#content blockquote {
	background: #F4F4F4;
	margin: 0px 25px 15px 25px;
	padding: 10px 20px 0px 15px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
.breadcrumb {
	background: #F4F4F4;
	font-size: 11px;
	margin: 0px 0px 20px 0px;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.breadcrumb a, .breadcrumb a:visited {
	color: #2255AA;
	text-decoration: none;
	}
	
.breadcrumb a:hover {
	color: #2255AA;
	text-decoration: underline;
	}

.post {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	}
	
.post a, .post a:visited, .comments a, .comments a:visited, .navlink a, .navlink a:visited {
	color: #2255AA;
	text-decoration: none;
	}
	
.post a:hover, .comments a:hover, .navlink a:hover {
	color: #2255AA;
	text-decoration: underline;
	}
	
.post p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.post ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.post ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.post ul ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.post ol {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.post ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.date {
	font-size: 11px;
	font-weight: bold;
	}
	
.authorbox {
	background: #F4F4F4;
	margin: 0px 0px 40px 0px;
	padding: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.postmeta {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px dotted #CCCCCC;
	}

.postmeta p {
	margin: 0px;
	padding: 0px;
	}
	
.authorbox p {
	margin: 0px;
	padding: 0px;
	}
	
.authorbox img {
	background: #FFFFFF;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	}

.comments {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	}
	
.clear {
	clear: both;
	}
	
.archive {
	float: left;
	width: 225px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	}

/************************************************
*  Headline Classes 					        * 
************************************************/

#contentleft h1, #contentright h1, #contentfull h1, #contentsplit h1 {
	color: #333333;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #CCCCCC;
	}
	
#contentleft h1 a, #contentleft h1 a:visited, #contentright h1 a, #contentright h1 a:visited, #contentsplit h1 a, #contentsplit h1 a:visited {
	color: #333333;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}

#contentleft h1 a:hover, #contentright h1 a:hover, #contentsplit h1 a:hover {
	color: #2255AA;
	text-decoration: none;
	}
		
#contentleft h2, #contentright h2, #contentsplit h2, #contentfull h2 {
	color: #333333;
	font-size: 18px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}

#contentleft h3, #contentright h3, #contentsplit h3, #contentfull h3 {
	color: #333333;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #CCCCCC;
	}
	
#contentleft h4, #contentright h4, #contentsplit h4, #contentfull h4 {
	color: #333333;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#contentleft h5, #contentright h5, #contentsplit h5, #contentfull h5 {
	color: #333333;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#contentleft h6, #contentright h6, #contentsplit h6, #contentfull h6 {
	color: #333333;
	font-size: 10px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}

/************************************************
*  Images  					     		        * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	background: #F4F4F4;
	text-align: center;
	padding: 7px 2px 7px 2px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*  Sidebar(s)                                	* 
************************************************/
	
#sidebar_main_left {
	width: 270px;
	float: left;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	display: inline;
	}
	
#sidebar_main_right {
	width: 270px;
	float: right;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	display: inline;
	}
	
#sidebar_split {
	width: 150px;
	float: left;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	display: inline;
	}
	
#sidebar_main_left .widget, #sidebar_main_right .widget, #sidebar_split .widget {
	margin: 0px 0px 30px 0px;
	padding: 0px 10px 0px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px; 
	}

#sidebar_main_left h4, #sidebar_main_right h4, #sidebar_split h4 {
	color: #333333;
	display: block;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
    margin: 0px 0px 3px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #CCCCCC;
	}
	
#sidebar_main_left a, #sidebar_main_left a:visited, #sidebar_main_right a, #sidebar_main_right a:visited, #sidebar_split a, #sidebar_split a:visited {
	color: #333333;
	text-decoration: none;
	}
	
#sidebar_main_left a:hover, #sidebar_main_right a:hover, #sidebar_split a:hover {
	color: #2255AA;
	text-decoration: underline;
	}
	
#sidebar_main_left p, #sidebar_main_right p, #sidebar_split p {
	margin: 0px;
	padding: 0px;
	}
	
#sidebar_main_left a img, #sidebar_main_right a img, #sidebar_split a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar_main_left ul, #sidebar_main_right ul, #sidebar_split ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar_main_left ul li, #sidebar_main_right ul li, #sidebar_split ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sidebar_main_left ul ul, #sidebar_main_right ul ul, #sidebar_split ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar_main_left ul li li, #sidebar_main_right ul li li, #sidebar_split ul li li {
	background: url(images/arrow.png) no-repeat top left;
	padding: 0px 0px 3px 12px;
	margin: 0px;
	border-bottom: 1px dotted #CCCCCC;
	}
	
#sidebar_main_left ul li ul li, #sidebar_main_right ul li ul li, #sidebar_split ul li ul li {
	background: url(images/arrow.png) no-repeat top left;
	padding: 0px 0px 4px 12px;
	margin: 0px 0px 3px 0px;
	}
	
#cat {
	background: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	width: 250px;
	color: #666666;
	margin: 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
.enews {
	background: url(images/enews.png) top right no-repeat;
	margin: 0px;
	padding: 0px;
	}
	
.twitter {
	background: url(images/twitter.png) top right no-repeat;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*  Search Form									*
************************************************/

#searchform-header {
	margin: 0px;
	padding: 47px 0px 0px 40px;
	}
	
#s-header {
	background: none;
	width: 175px;
	color: #666666;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	border: none;
	}

#searchform {
	color: #333333;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	display: inline;
	}

#s {
	background: #FFFFFF;
	width: 175px;
	color: #666666;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 0px 0px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#searchsubmit {
	background: url(images/nav.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0px;
	padding: 1px 5px 1px 5px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
/************************************************
*  eNews Subscribe								*
************************************************/

#subscribe {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	}

#subbox {
	background: #F4F4F4 !important;
	width: 200px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 3px 0px 3px 3px;
	margin: 5px 5px 0px 0px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#subbutton {
	background: url(images/nav.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0px;
	padding: 1px 5px 1px 5px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

/************************************************
*  Footer  							            *
************************************************/

#footerbg {
	background: url(images/footer.png) repeat-x;
	height: 80px;
	}

#footer {
	width: 960px;
	margin: 0px auto 0px;
	padding: 15px 0px 15px 0px;
	line-height: 20px;
	}
	
#footer p {
	color: #CCCCCC;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
	
#footer a, #footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	}
	
.footer-arrow {
	margin: 0px 0px 0px 5px;
	padding: 2px 0px 2px 18px;
	background: url(images/arrow_footer.png) no-repeat left center;
	}
	
.footer-rss-posts {
	margin: 0px 5px 0px 0px;
	padding: 2px 0px 2px 15px;
	background: url(images/rss_footer.png) no-repeat left center;
	}	
	
.footer-rss-comments {
	margin: 0px;
	padding: 2px 0px 2px 15px;
	background: url(images/rss_footer.png) no-repeat left center;
	}
	
.footerleft {
	width: 770px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
.footerright {
	width: 180px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
	}

/************************************************
*  Comments									    *
************************************************/

#author, #email, #url {
	background: #FFFFFF !important;
	width: 250px;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;	
	}
	
#comment {
	background: #FFFFFF;
	width: 95%;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 5px 0px 1px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#submit {
	background: url(images/nav.png);
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
    margin: 0px 0px 10px 0px;
	padding: 2px 0px 2px 8px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
		
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #DDDDDD;
	margin: 0px 5px 0px 10px;
	padding: 3px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 5px 0px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: url(images/nav.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0px 0px 10px 0px;
	padding: 3px 8px 3px 8px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.reply a:hover {
	background: url(images/navhov.png);
	color: #FFFFFF;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F4F4F4;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #CCCCCC;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border: 1px dotted #CCCCCC;
	margin: 0px;
	padding: 0px;
	}
td {
	margin: 5px;
	padding: 5px;
}

