/* @override http://clockfour.com.local/css/screen.css */

/* @override http://localhost:8888/css/screen.css */

/* @override http://home.subtlegradient.com:4014/css/screen.css */

/* @group Reset */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

img {
	-ms-interpolation-mode: bicubic;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. 
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }*/

/* Remove possible quote marks (") from <q>, <blockquote>. */

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* Remove annoying border on linked images. */

a img {
	border: none;
}

/* @end */

/* @group Typography */

body {
	font-size: 75%;
	color: #222;
	background: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.doc {
	font-size: 13px;
	padding-bottom: 1px;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
}

.doc h1,
.doc h2,
.doc h3,
.doc h4,
.doc h5,
.doc h6 {
	font-weight: normal;
}

.doc h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: .5em;
}

.doc h1.replaced {
	text-indent: -9999px;
	background-repeat: no-repeat;
	height: 50px;
}

.doc h2 {
	font-size: 2em;
	margin-bottom: .75em;
}

.doc h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}

.doc h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}

.doc h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

.doc h6 {
	font-size: 1em;
	font-weight: bold;
}

.doc h1 img,
.doc h2 img,
.doc h3 img,
.doc h4 img,
.doc h5 img,
.doc h6 img {
	margin: 0;
}

.doc p {
	margin: 0 0 1.5em;
	
}

.doc p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}

.doc p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}

.doc a:focus,
.doc a:hover {
	color: #000;
}

.doc a {
	color: #009;
	text-decoration: underline;
}

.doc blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}

.doc strong {
	font-weight: bold;
}

.doc em,
.doc dfn {
	font-style: italic;
}

.doc dfn {
	font-weight: bold;
}

.doc sup,
.doc sub {
	line-height: 0;
}

.doc abbr,
.doc acronym {
	border-bottom: 1px dotted #666;
}

.doc address {
	margin: 0 0 1.5em;
	font-style: italic;
}

.doc del {
	color: #666;
}

.doc pre {
	margin: 1.5em 0;
	white-space: pre;
}

.doc pre,
.doc code,
.doc tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

.doc li ul,
.doc li ol {
	margin: 0 1.5em;
}

.doc ul,
.doc ol {
	margin: 0 1.5em 1.5em 1.5em;
}

.doc ul {
	list-style-type: disc;
}

.doc ol {
	list-style-type: decimal;
}

.doc dl {
	margin: 0 0 1.5em 0;
}

.doc dl dt {
	font-weight: bold;
}

.doc dd {
	margin-left: 1.5em;
}

.doc table {
	margin-bottom: 1.4em;
	width: 100%;
}

.doc th {
	font-weight: bold;
}

.doc thead th {
	background: #c3d9ff;
}

.doc th,
.doc td,
.doc caption {
	padding: 4px 10px 4px 5px;
}

.doc tr.even td {
	background: #e5ecf9;
}

.doc tfoot {
	font-style: italic;
}

.doc caption {
	background: #eee;
}

.doc .small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}

.doc .large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}

.hide {
	display: none !important;
}

.doc .quiet {
	color: #666;
}

.doc .loud {
	color: #000;
}

.doc .highlight {
	background: #ff0;
}

.doc .added {
	background: #060;
	color: #fff;
}

.doc .removed {
	background: #900;
	color: #fff;
}

.doc .first {
	margin-left: 0;
	padding-left: 0;
}

.doc .last {
	margin-right: 0;
	padding-right: 0;
}

.doc .top {
	margin-top: 0;
	padding-top: 0;
}

.doc .bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

.doc p + p {
	/*text-indent: 1em;*/
}

.doc h2,
.doc h3,
.doc h4,
.doc h5,
.doc h6,
.doc p {
	width: 45em;
}



/* @end */

/* @group sticky footer */

html, body, #wrapper {
	height: 100%;
}

body > #wrapper {
	height: auto;
	min-height: 100%;
}

#wrapper {
	background-color: #fff
}

#content {
	padding-bottom: 8em !important;

/* Height of the footer */
}

#footer {
	margin-top: -8em;
/* Height of the footer */
	height: 8em

;
	/* Height of the footer */
	position: relative;
	bottom: 0;
	width: 100%;
}

/* @end */

/* @group Content Width */

body {
	max-width: 1200px;
	margin: 0 auto;
}

#footer .content,
.nav-top h2 a span,
.nav h2 a span {
	display: block;
	margin: 0 auto;
	width: 833px;
	padding: 0 50px;
}

#home .subnav,
#header h1,
.content {
	display: block;
	margin: 0 auto;
	width: 933px;
}

.content h4 {
	font-size: 14px;
}

/* @end   Content Width */

/* @group Global */

#content {

}

#wrapper, #footer {
	color: #4a5c6b;
}

html {
	overflow-y: scroll;
}

/*force vertical scrollbar*/

/*Force min-width*/

#wrapper, #footer {
	min-width: 933px;
}

body {
	font-size: 10px;
}

a,
a:link,
a:visited {
	color: #3A4A58;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #6F6054;
	border-color: #6F6054 !important;
}

#header {
	height: 75px;
}

#header h1 a {
	background: url('/images/clockfour_logo.png') no-repeat center center;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 75px;
	width: 295px;
}

#new a.close,
#new h2 {
	position: absolute;
	top: 0px;
	right: 50%;
	margin-right: -433px;
}

#new a.close {
	top: 27px;
}

/* @end */

/* @group Sections */

html,body {
	background-color: #AFB5AC;
	color: #1B2733;
}

#content {
	
}

.nav .content {
	min-height: 365px;
	overflow: hidden;
}

html.ie6 .nav .content {

}

.nav-top h2 a,
.nav h2 a {
	text-shadow: 1px -1px 2px rgba(0,0,0,0.4);
}

.nav-top .section {
	text-shadow: 1px 0px 3px rgba(0,0,0,0.4);
}

.nav-top h2 a,
.nav h2 a {
	display: block;
	font-size: 14px;
	text-decoration: none;
	line-height: 26px;
	height: 26px;
	color: #fff !important;
	cursor: pointer;
}

.nav-top h2 a span,
.nav h2 a span {
	background: url('/images/icon_eject.png') no-repeat 150px 48%;
}

.section, #header, #footer {
	background-color: #fff;
}

#new, #new .section, #new h2 a {
	background-color: #fff;
}

#home, #home .section {
	background-color: #fff;
}

#home.splash, #home.splash .section, #home h2 a {
	background-color: #E2C328;
}

/*#home h2 a { background-color: #fff !important; color: #333 !important; }*/

#contact, #contact .section, #contact h2 a {
	background-color: #555F68;
	color: #fff !important;
	font-size: 13px
}

#clients h2 a {
	background-color: #3A4A58;
}

#capabilities h2 a {
	background-color: #1B2733;
}

#team h2 a {
	background-color: #6F6054;
}

#misc h2 a {
	background-color: #C0C0C0;
}

#misc h2 a:hover {
	background-color: #808080
}

#blog h2 a {
	background-color: #9CA099;
}

#blog, #blog .section {
	background-color: #AFB5AC;
	color: #1B2733 !important;
}

#contact h2 a span {
	text-align: right;
	background-position: 97% 48%;
}

.contents {
	padding: 0 50px;
}

.nav .contents {
	padding: 4em 50px;
}

.section .content p a:hover {
	color: #000;
	text-decoration: underline
}

.section .content p a {
	color: #6F6054;
	text-decoration: underline
}

/* @end   Sections */

/* @group contents */

#home div.section,
#home div.content,
#home div.contents {
	margin: 0;
	padding: 0;
	margin: 0 auto;
	width: 933px;
}

#home div.content {
	position: relative;
}

#home div.content div.contents {
	float: left;
	padding: 50px 0;
}

#home div.contents div.doc {
	padding: 0 50px;
}

h2 {
	width: 100%;
	overflow: hidden;
	height: 26px;
}

a {
	outline: none !important;
	outline: 1px solid inherit !important;
}

/* @end   contents */

/* @group SlideShow Home */

#home .section {
	position: relative;
	overflow: hidden;
}

#splash span {
	display: block;
	background: url('/content/splash_text.png') no-repeat top left;
	height: 285px;
	width: 880px;
	text-indent: -9999em;
	overflow: hidden;
	margin-left: 48px;
}

.ie6 #splash span {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/splash_text.png", sizingMethod="crop");
}

.change {
	position: absolute;
	left: 563px;
	top: 282px;
	z-index: 3;
	width: 260px;
	height: 39px;
	background: url('/content/change-on.png');
	z-index: 1;
}

.ie6 .change {
	background: url('/content/change-on.gif');
}

.change_off, .change_on {
	display: none;
}

/*
.change_off {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url('/content/change-off.png');
}

.ie6 .change_off {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/change-off.png", sizingMethod="crop");
}

.change_on {
	background: url('/content/change-on.png');
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.ie6 .change_on {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/change-on.png", sizingMethod="crop");
}

*/

#tweenOpacity {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999em;
}

/* @end   SlideShow Home */

/* @group What's New */

#new h2 a {
	position: absolute;
	right: 0px;
	white-space: nowrap;
}

/* @end   What's New */

/* @group Subnav */

#content .subnav {
	position: relative;
	font-size: 13px;
	z-index: 1;
}

#content .subnav ul {
	position: absolute;
	top: 0px;
	right: 50px;
	margin-right: -17px;

/* Same as the right-margin for the LIs */
	z-index: 1;
	list-style: none;
	padding-left: 1px;
	background: #fff url('/images/button_bg.png') no-repeat left bottom;
}

#content .subnav li {
	float: left;
}

#content .subnav li a {
	margin-left: -1px;
	float: left;
}

#content .nav-header a.close,
#content .nav-header h2 a,
#content .subnav li a,
#content .nav-header a.close:link,
#content .nav-header h2 a:link,
#content .subnav li a:link,
#content .nav-header a.close:visited,
#content .nav-header h2 a:visited,
#content .subnav li a:visited {
	display: block;
	font-size: 13px;
	line-height: 26px;
	height: 26px;
	text-align: center;
	color: #555F68;
	text-decoration: none;
	background: #fff url('/images/button_bg.png') no-repeat left bottom;
	width: 147px;
	cursor: pointer;
}

#content .nav-header a.close:focus,
#content .nav-header h2 a:focus,
#content .subnav li a:focus,
#content .nav-header a.close:hover,
#content .nav-header h2 a:hover,
#content .subnav li a:hover {
	color: #555F68;
	background-color: #FAF5DC;
}

#content .nav-header h2 a.on,
#content .subnav li a.on {
	color: #FAF5DC;
	background-color: #555F68;
}

/* @end   Subnav */

/* @group next/prev */

.nav a.last,
.nav a.next {
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 1;
	margin-top: -22px;
	height: 43px;
	width: 43px;
	text-indent: -9999px;
	overflow: hidden;
	background: #eee url('/images/icon_arrow_left.png') no-repeat center center;
}

.nav a.last:hover,
.nav a.next:hover {
	background-color: #FAF5DC;
}

.nav a.last {
	
}

.nav a.next {
	left: auto;
	right: 0px;
	background-image: url('/images/icon_arrow_right.png');
}

/* @end   next/prev */

/* @group footer */

#footer .content {
	padding-top: 2em;
}

#footer p {
	margin-bottom: 10px;
	clear: left;
}

#footer ul {
	margin-left: -0.5em;
	_height: 0px;
	list-style: none;
}

#footer ul li {
	float: left;
}

#footer a,
#footer a:link,
#footer a:visited {
	display: block;
	padding: 0 0 0 0;
}

#footer .content a:hover {
	color: #000 !important

;
/*	border-color: #3A4A58;*/
}

/* @end   footer */

/* @group columns */

.cols {
	overflow: hidden;
}

.cols .col1,
.cols .col2 {
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
}

.col2 {
	padding-bottom: 0px;
}

.cols .col1 {
	padding-left: 50px;
	width: 280px;
}

.cols .col2 {
	width: 570px;
}

/* @end   columns */

/* @group col1 */

dl.col1 {
	margin-top: -14px;
}

dl.col1 dt {
	font-size: 14px;
	line-height: 1.25;
	margin-top: 14px;
	padding-right: 2em;
}

dl.col1 dt a {
	display: block;
	background: url('/images/icon_arrow.png') no-repeat;
	background-position: -50px center;
	padding-left: 24px;
	margin-left: -24px;
	font-size: 11px;
}

dl.col1 dt a.on,
dl.col1 dt a:hover {
	background-position: left center;
}

dl.col1 dt a.on {
	font-weight: bold;
	color: #4a5c6b !important;
}

dl.col1 dd {
	color: #67727b;
	font-size: 12px;
	margin-bottom: 0.5em;
}

/* @end   col1 */

/* @group 2col slide */

.nav .section {
	overflow: hidden;
	position: relative;
	width: 100%;
}

div.slide-mask {
	position: relative;
	overflow: hidden;
}

html.ie6 div.slide-body div {
	background-color: #fff;
}

/* @end   2col slide */

/* @group Loading */

html.loading .hide-until-load,
html.loading a.close,
html.loading .nav-header .section,
html.loading .nav-top .section,
html.loading #home h2,
html.loading .nav .section {
	visibility: hidden !important;
	position: absolute !important;
	left: -99999px !important;
}

/* @end   Loading */

/* @group Change */

#change-page-1-header {
	background-image: url(/content/leadership-service-experience-collaboration.png);
}

.ie6 #change-page-1-header {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/leadership-service-experience-collaboration.png", sizingMethod="crop");
}

#change-page-2-header {
	background-image: url(/content/trust-inspiration-knowledge-passion.png);
}

#change-page-3-header {
	background-image: url(/content/our-name.jpg);
}

/* @end */



/* @group Contact */

#contact .contents {
	overflow: hidden;
	font-size: 13px;
	line-height: 1.5em;
	padding-top: 1.5em;
}

#contact .content {
	padding-bottom: 47px;
}

#contact .contents * {
	float: left;
	padding: 0.5em 1.5em 0.5em 0;
}

#contact .contents a {
	padding-left: 1.5em;
	line-height: 3em;
	margin-top: -0.75em;
	color: #fff;
}

#contact a:hover {
	background-color: #404952 !important;
}

#contact .contents a:hover {
	background-color: #4E575F !important;
	text-decoration: underline;
}

#contact .address {
	float: left;
	width: 250px;
	font-size: 13px;
	padding: 0 0 0 50px;
	margin: 0;
}

#contact a.map {
	background: url('/images/map_button.png') no-repeat 10px 2px;
	padding-top: 35px;
	color: #fff;
	font-size: 13px;
	margin: 0px 0 0 150px;
	float: left;
}

#contact  a:hover.map {
	background-color: transparent !important;
	border: 0px;
}

#contact .fax {
	font-size: 13px;
	width: 160px;
	float: right;
	padding: 0;
	margin: 0 0 0 210px;
	text-align: right;
}

#contact a.email {
	background-color: transparent !important;
	border: 0px;
	color: #fff;
	font-size: 13px;
	padding: 0;
	margin: 5 0 0 0;
	float: right;
}

#contact a:hover.email {
	text-decoration: underline;
	background-color: transparent !important;
}

#contact .contents a.dl {
	background: url('../images/icon_arrow_right2.png') no-repeat 90% center;
	padding-right: 2em;
}

/* @end   Contact */

/**{outline: 1px solid aqua;}*/

/* @group Team */

.team {
	position: relative;
}

.team div.summary {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	border-top: 14px solid #e7cb38;
	height: 1px;
}

#team div.about {
	position: relative;
	z-index: 1;
	overflow: hidden;
	font-size: 10px;
	height: 195px;
	border: 14px solid #e7cb38;
	border-top: none;
	margin-bottom: 2.5em;
}

#team .about v\: image,
#team .about v\:image,
#team .about img {
	position: absolute;
	z-index: 1;


/*	top: 0px;*/
	bottom: 0px;
	right: 0px;
	color: #f9f8f8;
}

.ltie9 #team .about v\: image,
.ltie9 #team .about v\:image,
.ltie9 #team .about img {

}

.ie6 #team .about v\: image,
.ie6 #team .about v\:image,
.ie6 #team .about img {
	margin-right: -1px;
}

#team div.about h3,
#team div.about h4,
#team div.about a {
	position: relative;
	left: 80px;
	top: 38%;
}

#team div.about h3 {
	font-size: 16px;
	line-height: 20px;
	padding-right: 0.5em;
}

#team div.about h4 {
	font-size: 12px;
	line-height: 20px;
	color: #67727b;
}

#team div.about a {
	line-height: 19px;
	height: 19px;
	padding: 5px;
	color: #000;
	border-bottom: 1px solid #fff;
	margin-left: -5px;
}

.ltie8 #team div.about a {
	margin-left: 0;
	left: 75px;
}

#team div.about a:hover {
	background-color: #fbf6e2;
	border-color: #e7cb38 !important;
}

#team div.info {
	clear: both;
}

/* @group Photos */

#team div.photos {
	margin-left: -19px;
	overflow: hidden;
}

.ie6 #team div.photos {
	height: 1px;
}

#team div.photos div.photo {
	position: relative;
	float: left;
	display: inline;
	margin-bottom: 22px;
	border: 12px solid;
	border-top: none;
	color: #e7cb38;
	margin-left: 19px;
	overflow: hidden;
	width: 50px;
	height: 63px;
}

#team div.photos div.photo b {
	border-top: 12px solid;
	display: block;
	height: 1px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#team div.photos div.photo v\:image,
#team div.photos div.photo img {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.ie6 #team div.photos div.photo .photo {
	top: 14px;
}

.ie6 #team .photo {
	margin-top: 1px !important;
}

/* @end */

/* @group Tips */

.tipz {
	z-index: 1;
	background-color: #FAF5DC

;
	/*	background-color:rgba(250,245,220,0.3);*/
	padding: 1px;
}

.tipz .tip-top {
	
}

.tipz .tip {

/*	width: 150px;*/
	background-color: #3A4A58

;
	/*	background-color: rgba(58,74,88,0.9);*/
	border: 1px solid;
	border-color: #3A4A58;
	text-shadow: 1px 1px 2px #1B2733;
	color: #FAF5DC;
	padding: 5px 10px;
}

.tipz .tip .tip-title {
	font-size: 12px;
}

.tipz .tip .tip-text {
	
}

.tipz .tip-bottom {
	
}

/* @end   Tips */

/* @end */

/* @group capabilities */

#capabilities div.col2 {
	
}

#clients .doc, #capabilities .doc {
	font-weight: normal;
	font-size: 13px;
	margin-left: 0;
}

#clients .doc p {
	width: auto;
}

#capabilities h3 {
	display: none;
}

#capabilities .doc p {
	width: 540px;
}

#capabilities .doc h4 {
	font-size: 1px;
	height: 40px;
	text-indent: -999px;
	width: auto;
	margin-bottom: 15px;
	background-repeat: no-repeat;
}

/* @group text-replacement headers */

#capabilities-main h4 {
	background-image: url(/images/capabilities-header.png);
}

#capabilities-1 h4 {
	background-image: url(/images/capabilities-header-1.png);
}

#capabilities-2 h4 {
	background-image: url(/images/capabilities-header-2.png);
}

#capabilities-3 h4 {
	background-image: url(/images/capabilities-header-3.png);
}

/* @end */

.introimage {
	padding: 10px;
	border: 15px solid #E2C328;
}

.icon_arrow_left {
	background: url('/images/nav-arrows.png') no-repeat 0 0;
	padding-top: 15px;
	margin: 0px;
	position: absolute;
	top: 95px;
	left: 4px;
	color: #fff !important;
	height: 45px;
	font-size: 0;
	width: 25px;
}

.icon_arrow_right {
	background: url('/images/nav-arrows.png') no-repeat -47px 0;
	position: absolute;
	top: 95px;
	font-size: 13px;
	color: #fff !important;
	height: 45px;
	font-size: 0;
	width: 25px;
	right: 1px;
}

.ie6 .icon_arrow_right {
	right: 30px;
	background: url('/images/nav-arrows.gif') no-repeat -47px 0;
}

.ie6 .icon_arrow_left {
	left: -35px;
	background: url('/images/nav-arrows.gif') no-repeat 0 0;
}

/* @end */

img {
	padding: 0 !important;
	vertical-align: top;
	margin: 0 !important
}

table {
	padding: 0 !important;
	margin: 0 !important
}

td {
	padding: 0px !important;
	margin: 0 !important;
	vertical-align: top;
}