/*
Theme Name: CoreLink
Theme URI: http://www.keomarketing.com/
Description: Custom WordPress skin for CoreLink by KEO Marketing.
Version: 1.6
Author: Dave Fish
Author URI: http://www.thedesignfoundry.com/
Tags: 

	

	This theme was designed and built by Dave Fish,
	whose blog you will find at http://www.thedesignfoundry.com/blog/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body {
	background: #fff url(../../../../_images/common/bg.gif) repeat-x 0 0;
	color: #7d7d7d;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: #00549e;
	text-decoration: none;
}

a:hover {
	color: #f7941d;
}
p {
	margin: 0px 0px 1em 0px;
}

ul {
	list-style-type: square;
  margin-top: 0px;
  margin-bottom: 1em;
	margin-left: 25px;
}
html>body ul {
	margin-left: 0px;
	padding-left: 25px;
}

ol {
  margin-top: 0px;
  margin-bottom: 1em;
	margin-left: 25px;
}
html>body ol {
	margin-left: 0px;
	padding-left: 25px;
}

li {
	margin: 0px 0px 0.3em 0px;
	padding: 0px;
}

img {
	border: 0;
}


.page {
	margin: 0 auto;
	text-align: left;
	width: 897px;
}

.header {
	float: right;
	margin-bottom: 22px;
	width: 677px;
}

a.logo {
	background: url(../../../../_images/common/logo.gif) no-repeat 0 0;
	display: inline;
	float: left;
	margin: 21px 0 0 7px; 
	width: 193px;
	height: 126px;
}

a.logo span {
	display: none;
}


/* nav-tools styles */

.nav-tools {
	float: right;
	font-size: 0.9em;
	margin-bottom: 20px;
}

.nav-tools a {
	border-right: 1px solid #9ebedb;
	color: #6496c4;
	float: right;
	padding: 6px;
}

.nav-tools a.first {
	border-right: 0;
}

/* search styles */

.search {
	clear: right;
	float: right;
	margin-bottom: 8px;
	text-align: right;
	width: 300px;
}

.search input {
	vertical-align: middle;
}


/* content layout styles */

.content {
	clear: both;
}

.column-left {
	display: inline;
	float: left;
	margin: 0 0 20px 0;
	width: 624px;
}

.column-right {
	display: inline;
	float: right;
	margin: 0;
	width: 255px;
}


/* nav-primary styles */

.nav-primary {
	clear: right;
	color: #fff;
	float: right;
	font-size: 14px;
	width: 667px;
	height: 66px;
	display: block;
}

.nav-primary .item {
	float: left;
	text-align: right;
	margin-top: 20px;
	width: 158px;
	height: 46px;
}

.nav-primary .first {
	width: 169px;
}

.nav-primary .selected {
	font-weight: bold;
}

.nav-primary-overlay {
	position: relative; 
	top: -66px;
	left: 0;
	width: 676px;
	height: 66px; 
}

/* nav-secondary styles */

.nav-secondary {
	margin-bottom: 15px;
}

.nav-secondary-title {
	/*background: #3e699a url(../../../../_images/common/snippet-bg.gif) repeat-x 0 0;*/
	/*color: #fff;*/
	color:#000000;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 8px 0 8px 18px;
}

.nav-secondary-body {
	background: url(../../../../_images/common/snippet-body-bg.gif) repeat-x left bottom;
	padding: 0 18px 25px 18px;
}

.nav-secondary ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nav-secondary ul li {
	width: 219px;
}

.nav-secondary a {
	background: url(../../../../_images/common/nav-secondary-item-off.gif) no-repeat 5px 7px;
	border-bottom: solid 1px #dbe6f1;
	display: block;
	padding: 6px 0 7px 28px;
	text-decoration: none;
}

.nav-secondary a.selected {
	background: url(../../../../_images/common/nav-secondary-item-on.gif) no-repeat 5px 7px;
	color: #f7941d;
	font-weight: bold;
}

.nav-secondary a:hover {
}


.nav-secondary ul ul a {
	background: #fdead2 url(../../../../_images/common/nav-secondary-subitem-off.gif) no-repeat 27px 8px;
	border-top: 1px solid #fff;
	border-bottom: solid 1px #face99;
	color: #f26821;
	display: block;
	padding: 6px 0 7px 49px;
	text-decoration: none;
}

.nav-secondary ul ul a.selected {
	background: #ccddec url(../../../../_images/common/nav-secondary-subitem-on.gif) no-repeat 27px 8px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #b5cadb;
	color: #00539e;
}

.nav-secondary ul ul a:hover {
	text-decoration: underline;
}


/* general content styles */

.content .image {
	margin-bottom: 10px;
}

.content h1 {
	border-bottom: 1px solid #c9dbea;
	color: #00539e;
	font-size: 24px;
	margin: 24px 0 8px 0; 
	padding-bottom: 8px;
	line-height: 1.4em;
}

.content h2 {
	border-bottom: 1px solid #c9dbea;
	color: #00539e;
	font-size: 18px;
	margin: 24px 0 8px 0; 
	padding-bottom: 6px;
}

.content h4 {
	margin: 1.5em 0 0.5em 0;
}

.hero {
	margin-bottom: 12px;
}

.content-body {
	line-height: 1.5em;
	padding: 0 3px 25px 0;
}

ul.feature-list {
	border-top: 1px solid #c9dbea;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.feature-list li {
	background: url(../../../../_images/common/bullet-arrow.gif) no-repeat 4px 5px;
	border-bottom: 1px solid #c9dbea;
	line-height: normal;
	padding: 5px 0 5px 24px;
	vertical-align: top;
}

ul.pdf {
	list-style-type: none;
	margin: 0 0 0.8em 0;
	padding: 0;
}

ul.pdf li {
	background: url(../../../../_images/common/bullet-arrow.gif) no-repeat 4px 5px;
	line-height: normal;
	padding: 4px 0 5px 24px;
	vertical-align: top;
}

ul.pdf li a {
}


/* snippet styles */

.snippet {
	background: url(../../../../_images/common/snippet-body-bg.gif) repeat-x left bottom;
	margin-bottom: 15px;
}

.snippet-title {
	background: #3e699a url(../../../../_images/common/snippet-bg.gif) repeat-x 0 0;
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 8px 0 8px 18px;
}

.snippet-body {
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0 18px 15px 18px;
}

.block {
	padding-left: 86px;
}

.snippet-body .calculator {
	background: url(../../../../_images/common/icon_calculator.gif) no-repeat 13px 1px;
	padding-bottom: 10px;
}

.snippet-body .dollar {
	background: url(../../../../_images/common/icon_dollar.gif) no-repeat 13px 1px;
	padding-bottom: 10px;
}

.snippet-body .info {
	background: url(../../../../_images/common/icon_info.gif) no-repeat 2px 1px;
	padding-bottom: 10px;
}

.snippet-body .lock {
	background: url(../../../../_images/common/icon_lock.gif) no-repeat 7px 1px;
	padding-bottom: 10px;
}

/* footer styles */

.footer-wrapper {
	background: url(../../../../_images/common/page-end.gif) no-repeat 0 0;
	clear: both;
	display: inline;
	float: left;
	padding-top: 30px;
	width: 100%;
}

.footer {
	background: url(../../../../_images/common/footer-bg.gif) repeat-x 0 0;
	margin: 0;
	padding: 22px 13px 55px 13px;
}

.nav-footer {
	float: left;
	font-size: 12px;
}

.nav-footer2 {
	float: left;
	font-size: 12px;
	margin-top:20px;
}

.nav-social {
	float: left;
	font-size: 12px;
	margin-left: 120px;
	
}

.nav-socialicons {
	float: left;
	font-size: 12px;
	margin-left: 40px;
	margin-top: 20px;
}

.nav-sas {
	float: left;
	font-size: 12px;
	margin-left: 40px;
	margin-top: 6px;
}

.nav-footer a {
	color: #7d7d7d;
}

.footer .contact {
	padding-right: 16px;
	text-align: right;
}

.footer .contact2 {
	padding-right: 16px;
	text-align: right;
	margin-top:20px;
}


.footer .contact a {
	color: #7d7d7d;
}





/* This file skins dialog */
.ui-wrapper { border: 1px solid #50A029; }
.ui-wrapper input, .ui-wrapper textarea { border: 0; }

.corelink .ui-dialog,
.corelink.ui-dialog {
	background-color: #fff;
	text-align: left;
}

.corelink .ui-dialog .ui-dialog-titlebar,
.corelink.ui-dialog .ui-dialog-titlebar {
	background: #3e699a url(../../../../_images/common/snippet-bg.gif) repeat-x 0 0;
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 8px 0 18px 8px;
	text-align: left;
}

.corelink .ui-draggable .ui-dialog-titlebar,
.corelink.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.corelink .ui-draggable-disabled .ui-dialog-titlebar,
.corelink.ui-draggable-disabled .ui-dialog-titlebar {
	cursor: default;
}

.corelink .ui-dialog .ui-dialog-titlebar-close,
.corelink.ui-dialog .ui-dialog-titlebar-close {
	width: 16px;
	height: 16px;
	background: url(../../../../_css/i/dialog-titlebar-close.png) no-repeat;
	position:absolute;
	top: 6px;
	right: 7px;
	cursor: default;
}

.corelink .ui-dialog .ui-dialog-titlebar-close span,
.corelink.ui-dialog .ui-dialog-titlebar-close span {
	display: none;
}

.corelink .ui-dialog .ui-dialog-titlebar-close-hover,
.corelink.ui-dialog .ui-dialog-titlebar-close-hover {
	background: url(../../../../_css/i/dialog-titlebar-close-hover.png) no-repeat;
}

.corelink .ui-dialog .ui-dialog-title,
.corelink.ui-dialog .ui-dialog-title {
	margin-left: 5px;
	color: white;
	font-weight: bold;
	position: relative;
	top: 7px;
	left: 4px;
}

.corelink .ui-dialog .ui-dialog-content,
.corelink.ui-dialog .ui-dialog-content {
	margin: 1.2em;
}

.corelink .ui-dialog .ui-dialog-buttonpane,
.corelink.ui-dialog .ui-dialog-buttonpane {
	position: absolute;
	bottom: 8px;
	right: 12px;
	width: 100%;
	text-align: right;
}

.corelink .ui-dialog .ui-dialog-buttonpane button,
.corelink.ui-dialog .ui-dialog-buttonpane button {
	margin: 6px;
}

/* Dialog handle styles */
.corelink .ui-dialog .ui-resizable-n,
.corelink.ui-dialog .ui-resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0px; left: 0px; }

.corelink .ui-dialog .ui-resizable-s,
.corelink.ui-dialog .ui-resizable-s { cursor: s-resize; height: 8px; width: 100%; bottom: 0px; left: 0px; }

.corelink .ui-dialog .ui-resizable-e,
.corelink.ui-dialog .ui-resizable-e { cursor: e-resize; width: 7px; right: 0px; top: 0px; height: 100%; }

.corelink .ui-dialog .ui-resizable-w,
.corelink.ui-dialog .ui-resizable-w { cursor: w-resize; width: 7px; left: 0px; top: 0px; height: 100%; }

.corelink .ui-dialog .ui-resizable-se,
.corelink.ui-dialog .ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; }

.corelink .ui-dialog .ui-resizable-sw,
.corelink.ui-dialog .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; }

.corelink .ui-dialog .ui-resizable-nw,
.corelink.ui-dialog .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 29px; left: 0px; top: 0px; }

.corelink .ui-dialog .ui-resizable-ne,
.corelink.ui-dialog .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 29px; right: 0px; top: 0px; }

.corelink table {
	width: 100%;
}

.corelink table th, .corelink table td {
	padding: 3px;
	vertical-align: top;
}

.corelink table th {
	font-size: 12px;
	font-weight: normal;
	width: 120px;
}

.corelink input.textbox {
	width: 95%;
}

.corelink textarea {
	width: 95%;
	height: 70px;
}

.clickable {
	cursor: pointer;
	color: #00549e;
	text-decoration: none;
}

.clickable:hover {
	color: #f7941d;
}

.error {
	color: #c00;
	font-size: 11px;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 0;
	height: 0;
	overflow: hidden;
}

/*****Top bar navigation buttons ******/

#navbar-left {
	width:180px;
	height:66px;
	background-image:url(../../../../_images/home/menu-button-left.jpg);
	float: left;
	color:#ffffff;
	
}
#navbar-left a:link{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#navbar-left a:visited{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#navbar-left a:hover{
	color:#285993;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.navbar-left-pad {
	margin: 20px 40px 0 60px;
	text-align:left;
}

#navbar-main {
	width:131px;
	height:66px;
	background-image:url(../../../../_images/home/menu-button.jpg);
	float: left;
}

#navbar-main a:link{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#navbar-main a:visited{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#navbar-main a:hover{
	color:#285993;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.navbar-main-pad {
	margin: 20px 30px 0 10px;
	text-align:left;
}

#navbar-right {
width:94px;
height:66px;
background-image:url(../../../../_images/home/menu-button-right.jpg);
float: right;
}

#navbar-right a:link{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#navbar-right a:visited{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}


#navbar-right a:hover{
	color:#285993;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.navbar-right-pad {
	margin: 20px 10px 0 10px;
	text-align:left;
}

/***From services_screen.css file***/

.hero {
	background: url(../_images/services/hero.jpg) no-repeat 0 0;
	width: 624px;
	height: 374px;
}

.promo-stimulus {
	background: url(../_images/services/stimulus-package.gif) no-repeat 32px 20px;
	padding: 35px 95px 20px 210px;
}

.promo-stimulus h3 {
	background: url(../_images/services/promo-heading-border.gif) no-repeat left bottom;
	color: #00539e;
	font-size: 18px;
	margin: 0;
	padding-bottom: 8px;
}

.promo-stimulus ul {
	background: url(../_images/services/promo-total-border.gif) no-repeat left bottom;
	list-style-type: none;
	margin: 0;
	padding: 0 0 4px 0;
}

.promo-stimulus ul li {
	background: url(../_images/services/promo-items-border.gif) no-repeat 0 0;
	margin: 0;
	padding: 4px 5px 3px 1px;
}

.promo-stimulus ul li.first {
	background: none;
}

div.total {
	background: url(../_images/services/promo-total-border.gif) no-repeat left bottom;
	color: #4c4c4c;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 4px 5px 5px 1px;
}

#liveperson {
	padding-bottom: 35px;
	padding-left:40px;
}

.nav-social {
	float: left;
	font-size: 12px;
	margin-left: 150px;
}

