/* @override 
	http://lifesearchtech.com/wp-content/themes/SEOGamePlan/style.css
*/

/*  
Theme Name: SEO LifeSearch
Version: 1.2
*/

body {
	color: #333333;
	background: #000 url(images/bg-black.gif) repeat-x;
	margin: 0px;
	padding: 0px 0px 30px;
	font: 75%/150% Helvetica, Arial, sans-serif;
}

* {
}

a {
	color: #226ab4;
	text-decoration: none;
}

a:visited {
	color: #B42222;
	text-decoration: none;
}

a:hover {
	color: #B42222;
	text-decoration: underline;
}

img {
	border: none;
}

p {
	padding: 0px 0px 15px;
	margin: 0px;
}

h1 {
	margin: 0px;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% Helvetica, Arial, sans-serif;
	color: #c9eefe;
}

h1 a, h1 a:visited {
	color: #c9eefe;
	text-decoration: none;
}

h1 a:hover {
	color: #ffffff;
	text-decoration: none;
}

h2 {
	color: #1d56a8;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	font: normal 190%/100% Helvetica, Arial, sans-serif;
	padding-bottom: 3px;
}

h2 a, h2 a:visited {
	color: #1d56a8;
	text-decoration: none;
}

h2 a:hover {
	color: #B42222;
	text-decoration: none;
}

h3 {
	font: bold 140%/100% Helvetica, Arial, sans-serif;
	color: #19529f;
	margin: 10px 0px 5px;
}

h4 {
	color: #1D56A8;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 130%;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	font-variant: normal;
}

form {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	margin: 0px auto;
	width: 1000px;
}

#page {
	margin: 0px auto;
	width: 1000px;
	border-bottom: 5px solid #d5e6eb;
	border-left: 5px solid #d5e6eb;
	border-right: 5px solid #d5e6eb;
	background: #FFFFFF none repeat-y;
	float: left;
}

/* @group Header */

#header {
	background: #0FACEA url(images/Header.jpg) no-repeat center top;
	height: 110px;
}

#headerimg {
	float: left;
	margin-left: 27px;
	margin-top: 10px;
}

/* @group Header Contact Styles */

#header div.header-contact {
	float: left;
	margin-left: 65px;
	bottom: 0;
	position: absolute;
	left: 175px;
	padding-bottom: 4px;
}

#header div.header-contact h4 {
	color: #fff;
	margin-bottom: 0;
	font: bold 13px Helvetica, Arial, sans-serif;
}

#header div.header-contact p a:link, #header div.header-contact p a:visited {
	color: #fff;
}

#header div.header-contact p a:hover{
	text-decoration: underline;
}

#header div.header-contact p {
	color: #fff;
	padding: 0;
	margin: 0;
}

/* @end */

#headerimg .description {
	position: absolute;
	left: 110px;
	bottom: 3px;
	color: #c9eefe;
	font-size: 14px;
}

/* @group Drop Down styles */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	height: 32px;
	font-size: 0.85em;
	position: relative;
	z-index: 100;
	border-right: 1px solid #000;
	background-image: url(images/nav-bg.jpg);
}

/* hack to correct IE5.5 faulty box model */

* html .menu {
	width: 746px;
	w\idth: 745px;
}

/* remove all the bullets, borders and padding from the default list styling */

.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-image: none;
}

.menu ul ul {
	width: 149px;
	background-image: none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu li {
	float: left;
	width: 149px;
	position: relative;
	text-align: center;
}

/* style the links for the top level */

.menu a, .menu a:visited {
	display: block;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	width: 148px;
	height: 30px;
	border: 1px solid #000;
	border-width: 1px 0 1px 1px;
	padding-left: 0;
	line-height: 29px;
	font-weight: bold;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-right: 0 solid #244d81;
	border-left: 1px solid #032759;
	border-top: 1px solid #254d81;
}

/* a hack so that IE5.5 faulty box model is corrected */

* html .menu a, * html .menu a:visited {
	width: 149px;
	w\idth: 138px;
}

/* style the second level background */

.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background: #095093 none no-repeat right;
}

/* style the second level hover */

.menu ul ul a.drop:hover {
	background: #095093 none no-repeat right;
}

.menu ul ul :hover > a.drop {
	background-color: #095093;
	background-image: none;
}

/* style the third level background */

.menu ul ul ul a, .menu ul ul ul a:visited {
	background-color: #0a8fda;
	background-image: none;
	text-align: left;
}

/* style the third level hover */

.menu ul ul ul a:hover {
	background: #b2ab9b none;
	text-align: left;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */

.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 31px;
	left: 0;
	width: 149px;
	border-top: 1px solid #000;
}

/* another hack for IE5.5 */

* html .menu ul ul {
	top: 30px;
	t\op: 31px;
}

/* position the third level flyout menu */

.menu ul ul ul {
	left: 149px;
	top: -1px;
	width: 149px;
}

/* position the third level flyout menu for a left flyout */

.menu ul ul ul.left {
	left: -149px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */

.menu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
;
}

/* style the second level links */

.menu ul ul a, .menu ul ul a:visited {
	background: #095093 none;
	color: white;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	width: 128px;
	border-width: 0 1px 1px 1px;
	text-align: left;
}

/* yet another hack for IE5.5 */

* html .menu ul ul a, * html .menu ul ul a:visited {
	width: 150px;
	w\idth: 128px;
}

/* style the top level hover */

.menu a:hover, .menu ul ul a:hover {
	color: #fff;
	background-image: none;
}

.menu :hover > a {
	color: #fff;
	background-image: url(images/nav-bg_hover.jpg);
}

 .menu ul ul :hover > a {
	color: #fff;
	background-color: #0a8fda;
	text-align: left;
}

/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility: visible;
	text-align: left;
}

/* keep the third level hidden when you hover on first level list OR link */

.menu ul :hover ul ul {
	visibility: hidden;
}

/* make the third level visible when you hover over second level list OR link */

.menu ul :hover ul :hover ul {
	visibility: visible;
	color: #000;
}

/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */

.menu ul ul .current_page_item a {
	color: white;
	border-left: 1px solid black;
}

.menu .current_page_item a {
	font-weight: bold;
}

.menu ul .current_page_item ul a {
	color: white;
	font-weight: normal;
}

.menu ul .current_page_item ul a:hover {
	background: #569dd8;
}

.menu .current_page_item a:hover {
}

/* @end */

/* @end */

/* @group Breadcrumb */

.breadcrumb {
	margin-top: 0;
	font-size: 85%;
	background: #fff url(images/breadcrumb-bg.png) repeat-x;
	padding: 4px 15px 2px;
	border-bottom: 1px solid #d8d8d8;
	clear: both;
	width: 970px;
	float: left;
}

.breadcrumb #Left {
	float: left;
}

.breadcrumb #right {
	float: right;
	padding-bottom: 0;
	margin-top: -2px;
}

/* @end */

/* @group Content Areas */

.content {
	padding: 10px 0px 30px 0;
	width: 785px;
	overflow: hidden;
	float: right;
	background-color: white;
}

#home div.post-content {
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
#home div.post-content-job {
	padding-right: 0px;
	padding-left: 0px;
	float: left;
}

#job.content, #No-Sidebar.content {
	width: 1000px;
	padding: 0;
	margin: 0;
	background-color: #6966fc;
}

#job div.post-content-job p {
	padding: 0;
}

.post {
	padding-top: 0;
	padding-right: 20px;
	clear: both;
}

.post-content ul, .post-content ol {
	margin-bottom: 30px;
	margin-top: 0;
	padding-right: 50px;
}

.post-content ol {
	
}

#No-Sidebar.post {
	padding-right: 0;
}

h2#page-title {
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.post-date {
	width: 45px;
	height: 49px;
	float: left;
	background: url(images/date-bg.gif) no-repeat;
}

.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display: block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}

.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display: block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-title {
	float: left;
	margin-left: 10px;
	width: 430px;
}

.entry {
	clear: both;
	padding-top: 10px;
}

.post-cat {
	background: url(images/mini-category.gif) no-repeat;
	padding-left: 20px;
	float: left;
	font-size: 95%;
	color: #999999;
}

.post-comments {
	background: url(images/mini-comments.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}

.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}

.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat;
	padding-left: 18px;
	float: right;
}

.navigation {
	clear: both;
	padding: 10px 0px;
}

.navigation a, .navigation a:visited {
	color: #59770e;
}

.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}

.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

/* @end */

/* @group comments area */

/* comments area */

#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}

.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}

.commentlist li {
	padding: 5px 10px;
}

.commentlist .alt {
	background: #e3ebf6;
}

.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}

.commentlist cite a, .commentlist cite a:visited {
	color: #CC6600;
}

.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}

#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}

#commentform p {
	padding: 6px 0px;
	margin: 0px;
}

#commentform label {
	color: #787878;
	font-size: 87%;
}

#commentform input {
	width: 200px;
	background: #f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}

#commentform textarea {
	width: 478px;
	height: 115px;
	background: #d9e4f2;
	border: 1px solid #6192d3;
	padding: 2px;
	margin-top: 3px;
}

#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}

#commentform #submit {
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float: right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

/* @end */

/* @group Search Forms */

/*search form */

#searchform {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	float: right;
}

#searchform br {
	display: none;
}

#searchform #s {
	border: 1px solid #366db0;
	width: 135px;
	height: 12px;
	padding: 4px 5px 0px 5px;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}

/* search form button - to specify button only use input[type="submit"] */

#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat 0 center;
	border: none;
	width: 77px;
	height: 20px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}

/* @end */

/* @group Footer area */

#footer {
	clear: both;
	background: #0463a0 url(images/footer-bg.gif) no-repeat;
	color: #ACD7EE;
	font-size: 95%;
	line-height: 130%;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	width: 960px;
}

#footer a, #footer a:visited {
	color: #ffffff;
}

#footer h4 {
	font: bold 146%/100% Helvetica, Arial, sans-serif;
	color: #9cdbfb;
	margin: 10px 0px 5px;
}

.footer-recent-comments {
	width: 290px;
	float: left;
	margin-left: 10px;
	padding-right: 20px;
}

.footer-recent-comments ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.footer-recent-comments ul li {
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}

.footer-recent-posts {
	width: 290px;
	float: left;
	margin-left: 10px;
	padding-right: 20px;
}

.footer-recent-posts strong {
	font-size: 107%;
	line-height: 135%;
	font-weight: bold;
}

.footer-recent-posts ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}

.footer-recent-posts ul li {
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}

.footer-about {
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 15px;
	background: url(images/footer-right-bg.gif) no-repeat;
}

/* @end */

/* @group Credits */

/* credits */

#credits {
	margin: 0 auto 0px;
	width: 1000px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}

#credits a, #credit a:visited {
	color: #244d81;
}

.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

/* @end */

/* @group Alignments */

/* alignments */

.center {
	text-align: center;
}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	padding-top: 5px;
}

img.alignleft, img[align="left"] {
	float: left;
	margin: 2px 10px 5px 0px;
}

.alignright {
	float: right;
	padding-top: 5px;
}

img.alignright, img[align="right"] {
	float: right;
	margin: 2px 0px 5px 10px;
}

.clear {
	clear: both;
}

hr.clear {
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

/* @end */

/* @group Left Sidebar */

div.sidebar {
	width: 195px;
	margin-top: 0;
	padding-top: 0;
	float: left;
	margin-right: 10px;
	margin-left: 0;
	padding-left: 0;
}

h2.sidebartitle {
	font-size: small;
	color: #4c4c4c;
	margin-bottom: 0;
	padding-bottom: 6px;
	padding-top: 5px;
	font-weight: bold;
	border-bottom-style: solid;
	padding-left: 15px;
	background: url(images/link_level1.gif) no-repeat 2px;
	border-bottom-width: 1px;
}

#cforms3form ol.cf-ol {
	width: 180px;
}

#li-3-1 span.reqtxt {
	width: 150px;
}

#li-3-2 span.emailreqtxt {
	width: 151px;
	padding-right: 0;
	margin-right: 0;
}

#li-3-2 {
	
}
h3.sidebartitle {
	font-size: small;
	color: #4c4c4c;
	margin-bottom: 0;
	padding-bottom: 6px;
	padding-top: 5px;
	font-weight: bold;
	border-bottom-style: solid;
	padding-left: 15px;
	
	border-bottom-width: 1px;
}

#sb-wrapper {
	position: static;
	float: left;
	width: 195px;
	border-right: 1px solid #b3b3b3;
	padding-left: 0;
	margin: -1px 0 0;
	list-style-position: inside;
	padding-right: 0;
}

#sb-wrapper ul {
	padding: 0;
	margin: 0;
}

#sb-wrapper li {
	margin-bottom: 0;
	line-height: 1;
	border-top: 1px solid #ccc;
	background: none 0;
	list-style-image: none;
	padding-left: 5px;
	padding-right: 10px;
	list-style-type: none;
	margin-right: 0;
	margin-left: 0;
}

#sb-wrapper li ul {
	padding-left: 27px;
	padding-right: 10px;
}

#sb-wrapper li ul li {
	border-bottom-color: #fff;
	border-top: 1px solid #b3b3b3;
	margin-right: 0;
	background-position: 0;
	list-style-image: url(images/link_level2.gif);
	padding: 5px 0;
	margin-top: -1px;
	list-style-position: outside;
}

#sb-wrapper li ul.list-page li.page_item.current_page_ancestor.current_page_parent ul,
#sb-wrapper li ul.list-page li.page_item.current_page_item ul li.page_item {
	background-image: none;
}

/* disables arrows */

#sb-wrapper li ul.list-page li.page_item ul li {
	background: none no-repeat 2px 8px;
}

#sb-wrapper li ul li ul li a:link, li ul li ul li a:visited {
	color: #40a2e3;
	font-size: 90%;
}

/* L2 Highlights */

#sb-wrapper li ul.list-page li.page_item.current_page_item a:link, #sb-wrapper li ul.list-page li.page_item.current_page_item a:visited {
	color: #cf4126;
}

/* Keeps L3 blue when not current */

#sb-wrapper li ul.list-page li.page_item.current_page_item ul li.page_item a:link, #sb-wrapper li ul.list-page li.page_item.current_page_item ul li.page_item a:visited {
	color: #40a2e3;
}

/* Makes L3 orange when current */

#sb-wrapper li ul.list-page li.page_item.current_page_parent ul li.page_item.current_page_item a:link, #sb-wrapper li ul.list-page li.page_item.current_page_ancestor.current_page_parent ul li.page_item.current_page_item a:visited, {
	color: #cf4126;
}

/* Reveals collapsed items */

#sb-wrapper li ul.list-page li.page_item.current_page_parent ul {
	display: block;
}

#sb-wrapper li ul.list-page li.page_item.current_page_item ul {
	display: block;
}

/* Hides collapsed items */

#sb-wrapper li ul.list-page li  ul {
	display: none;
}

/* @end */

/* @group Homepage */

div.home-container {
	float: left;
	clear: both;
	padding: 10px;
}
div#home.container-job {
	float: left;
	clear: both;
	margin: 0px;
	width: 880px;
}

div.home-content {
	float: left;
	background: white url(images/home-content_bg.gif) repeat-x 0 bottom;
	width: 1000px;
}

#home div.post-content p {
	float: left;
	padding: 1px;
}

#about-us {
	width: 700px;
	float: left;
	vertical-align: top;
	margin-left: 10px;
	padding-left: 0;
}

#about-us p {
	padding-right: 10px;
}

#about-us h3 {
	margin-top: 0;
}

#top-content {
	float: left;
	clear: both;
	padding-bottom: 10px;
	margin-top: 10px;
}

#bottom-content {
	float: left;
	width: 965px;
	margin-bottom: 10px;
}

#sb-wrapper img {
	margin: 10px 0 0 5px;
	padding: 0;
}

div.post-content {
	
}

#partner-logos {
	background-color: white;
	float: left;
	border: 1px solid #999;
	padding: 5px 10px 10px;
	vertical-align: top;
	text-align: left;
}

/* @group Services Box */

#services {
	float: right;
	border: 1px solid #19529f;
	padding-top: 10px;
	text-align: left;
	background: #d9e4f2 url(images/services_bg.gif) 0 top;
	width: 240px;
}

#services h3 a {
	color: #1d56a8;
}

#employer-services {
	width: 195px;
	padding: 0 10px 0 15px;
	margin: 0 10px 10px 0;
	clear: both;
	float: left;
}

#services ul li a:link, #services ul li a:visited {
	color: #1d56a8;
}

#employer-services ul li a:hover {
	text-decoration: underline;
}

#candidate-services {
	width: 195px;
	padding: 0 10px;
	margin: 0 10px 10px 0;
	text-align: left;
	clear: both;
	float: left;
}

#services ul, #candidate-services ul {
	list-style-image: url(images/services-link.gif);
	padding-left: 23px;
	float: left;
	margin-top: 0;
	border-bottom-width: 1px;
	opacity: 1;
	margin-left: 0;
	margin-bottom: 0;
	padding-right: 0;
}

#services ul li, #candidate-services ul li {
	padding-left: 0;
	margin-left: 0;
	width: 170px;
}

#services h3 {
	background: url(images/goto-squarrow.gif) no-repeat;
	padding-left: 20px;
	margin-top: 2px;
}

/* @end */

/* @group Left */

#left {
	width: 355px;
	padding-left: 10px;
	margin-bottom: -15px;
	float: left;
}

#left1 {
	width: 315px;
	background: #fff url(images/lft_box_bg.gif) no-repeat 0 0;
	border: 7px solid #1D56A8;
	margin: 0 0 6px;
	padding: 5px 10px;
	color: #333;
}

#left1 p.pic1 {
	display: block;
	background: url(images/biotech.jpg) no-repeat 0 0;
	width: 88px;
	height: 78px;
	margin: 0;
	float: left;
	padding: 0;
}

#left1 p.boxTxt1 {
	float: right;
	padding: 0 0 0 15px;
	border-left: #1D56A8 solid 2px;
	width: 199px;
	font-style: normal;
	line-height: 16px;
	font-size: 11px;
	height: 80px;
}

#left1 p.boxTxt1 span a:link, #left1 p.boxTxt1 span a:visited {
	color: #1D56A8;
	background-color: inherit;
	margin: 0 0 5px;
	background: url(images/one.gif) 0 0 no-repeat;
	display: block;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: bold;
	line-height: 17px;
	font-size: 16px;
}

#left2 {
	width: 315px;
	background: #fff url(images/lft_box_bg.gif) no-repeat 0 0;
	border: 7px solid #1D56A8;
	margin: 0 0 4px 0;
	color: #333;
	padding: 5px 10px;
}

#left2 p.pic2 {
	display: block;
	background: url(images/information-technology.jpg) no-repeat 0 0;
	height: 78px;
	margin: 0;
	float: left;
	padding: 0;
	width: 88px;
}

#left2 p.boxTxt2 {
	float: right;
	padding: 0 0 0 15px;
	border-left: #1D56A8 solid 2px;
	width: 199px;
	font-style: normal;
	line-height: 16px;
	font-size: 11px;
	height: 80px;
}

#left2 p.boxTxt2 span a:link, #left2 p.boxTxt2 span a:visited {
	color: #1D56A8;
	background-color: inherit;
	margin: 0 0 5px;
	background: url(images/two.gif) 0 0 no-repeat;
	height: 17px;
	display: block;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: bold;
	line-height: 17px;
	font-size: 16px;
}

#left3 {
	width: 315px;
	background: #fff url(images/lft_box_bg.gif) no-repeat 0 0;
	border: 7px solid #1D56A8;
	margin: 0 0 7px;
	padding: 5px 10px;
	color: #333;
}

#left3 p.pic3 {
	display: block;
	background: url(images/health-sector.jpg) no-repeat 0 0;
	width: 88px;
	height: 78px;
	margin: 0;
	float: left;
	padding: 0;
}

#left3 p.boxTxt3 {
	float: right;
	padding: 0 0 0 15px;
	border-left: #1D56A8 solid 2px;
	width: 199px;
	font-style: normal;
	line-height: 16px;
	font-size: 11px;
	height: 80px;
}

#left3 p.boxTxt3 span a:link, #left3 p.boxTxt3 span a:visited {
	color: #1D56A8;
	background-color: inherit;
	padding: 0;
	margin: 0 0 5px;
	background: url(images/three.gif) 0 0 no-repeat;
	height: 17px;
	display: block;
	font-weight: bold;
	line-height: 17px;
	font-size: 16px;
}

/* @end */

/* @group Right */

#right-column {
	width: 598px;
	float: right;
	background: url(images/rotator/rotate.php) no-repeat; left -8px;
	margin-right: 10px;
	height: 322px;
	border: 1px solid #b3cae5;
	margin: 0;
	padding: 0;
}

#right-column p.rightTxt1 span {
	font-weight: bold;
}

#right-column h2 {
	margin-left: 15px;
	margin-right: 200px;
	border-bottom-style: none;
}

#right-column p.rightTxt1 {
	margin-right: 300px;
	margin-left: 15px;
}

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

/* @end */

/* @end */

/* @group Section Headers */

#biotech {
	background: url(images/biotech-bg.jpg) no-repeat right center;
	height: 30px;
	padding: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #1D56A8;
}

#biotech h2 {
	border-bottom-style: none;
	font-size: 32px;
	color: #1D56A8;
}

#healthcare {
		background: url(images/health-bg.jpg) no-repeat right center;
	height: 30px;
	padding: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #1D56A8;
}

#healthcare h2 {
	border-bottom-style: none;
	font-size: 32px;
	color: #1D56A8;
}

#IT {
		background: url(images/it-bg.jpg) no-repeat right center;
	height: 30px;
	padding: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #9dc1d9;
	border-bottom: 1px solid #164f9c;
}

#IT h2 {
	border-bottom-style: none;
	font-size: 32px;
	color: #164f9c;
}



/* @end */

/* @group Right-col */

div.right-sidebar {
	width: 240px;
	margin-left: 20px;
	border: 1px solid #bbb;
	background-color: #f2f2f2;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
}

#sign-up page b {
	color: #1d56a8;
}

#sign-up page b a {
	color: #19529f;
}

#post-466 {
	float: left;
}

#sign-up page {
	float: right;
}

div#sign-up page.right-sidebar #sign-up page b a {
}
.right-sidebar A {
	FONT-WEIGHT: bold;
	COLOR: white! important;
	font-size: 14px;
	color: #1d56a8;
}

.right-sidebar h2 {
	font-size: large;
	color: #113f7f;
}
.OrangeButton {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; BACKGROUND: url(images/btn_orange_bk.png) no-repeat left top; VERTICAL-ALIGN: middle; BORDER-LEFT: 0px; COLOR: white; LINE-HEIGHT: 30px; BORDER-BOTTOM: 0px; HEIGHT: 30px; TEXT-ALIGN: center
}
A.OrangeButton:hover {
	BACKGROUND: url(images/btn_orange_bk_over.png) no-repeat left top; COLOR: white! important; TEXT-DECORATION: none! important
}

/* @end */

span.phone-number {
	color: #1d56a8;
	font-weight: bold;
	font-size: 16px;
}