@charset "UTF-8";
/*-----START OF GENERAL FORMATTING CSS------ */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	color: #333;
	padding:0;
	margin:0 auto;
	width:1024px;
	background-image: url(/_images/backgroundImg_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#666;
}

/*-----START OF HEADER CSS------ */
#logo {
	float:left;
}
#header {
	background-image:url(../_images/headerDiagonal_GryWht.jpg);
	background-repeat:no-repeat;
	top: 10px;
	right: 10px;
	left: 0px;
	background-position: center;
	background-color: #FFF;
	height: 60px;
}
#header h1 {
	font-size: 1.6em;
	padding-left: 20px;
	font-weight: normal;
	line-height: 60px;
	text-indent: -1000em;
	background-image: url(../_images/SL_logo-SgleLne.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 230px;
}
#header h1 a {
	display:block;
}
#headerTagline {
	font-size:1em;
	line-height: 2em;
	font-weight: normal;
	color: #666;
	line-height:60px;
	text-align:center left;
}

/*-------------START OF NAV WORK CSS------------- */
#mainNav ul li {
	float: left;
}
#mainNav ul li a {
	display: block;
	padding:5px .5em 5px;
	margin-right:.5em;
	width:5em;
	text-align:left;
}
#navWork {
	height: 50px;
	width: 1024px;
}
#navWork ul li{
	display: inline;
}
#navWork ul li a{
	margin: 0;
	list-style: none;
	padding:2px 5px 2px 5px;
	margin-right:5px;
	text-decoration:none;
}
#navWork .workType {
	font-weight: bold;
	padding-right:20px;
	padding-left:5px;
}
#navWork ul a:link {
	color: #333;
}
#navWork ul a:visited {
	color:#F60;
}
#navWork ul a:hover {
	background-color: #666;
	color: #CCC;
}
#navWork ul a:active {
	color:#CCC;
}
/*-----------START OF NAV ABOUT CSS--------- */
#navAbout {
	background-color:#CCC;
}
#navAbout p {
	padding: 5px;
	line-height:1.1em;
}
#navAboutOne {
	float: left;
	width: 460px;
}
#navAboutTwo  {
	float: left;
	width:400px;}
#navCVAbout {
	background:url(../_images/CV_diaOg160x50.jpg) no-repeat left top;
	float:right;
	width:160px;
	height:50px;
}
#navCVAbout p {
	padding:0;
	line-height:0;
	margin-left: 10px;
	margin-top: 10px;
}
/*-------------START OF NAV CV CSS------------- 
*/#navCV {
	width:1024px;
	height:50px;
}
#navCVOne {
	float:left;
	width:290px;
	padding: 2px;
	padding-left:5px;
	line-height:1.2em;
}
#navCVTwo {
	float:left;
	width:300px;
	padding: 2px;
	line-height:1.2em;
}

#navCVThree {
	float:left;
	width:240px;
	padding: 2px;
	line-height:1.2em;
}
#navCVDownload {
	background:url(../_images/CV_diaOg160x50.jpg) no-repeat top left;
	float:right;
	width:160px;
	height:50px;
}
#navCVDownload p {
	margin-left: 10px;
	margin-top: 10px;
}
#navCV .textHighlight, #navCV .textHighlight a{
	color:#F60;
}
#navCV .bold{
	font-weight: bolder;
}
#navCV .date {
	font-size: 0.8em;
}
.cvLink {
	color:#F60;
	text-decoration:underline;
}
.clearFloat {
	clear:both;
}
/*---------START OF NAV CONTACT CSS--------*/
#ContactWrapper {
	width:1024px;
	text-align:right;
}
.navContactColOne {
	width:360px;
	float: left;
	border-right:1px dotted #666;
	padding:5px;
}
.navContactColTwo {
	width:470px;
	float: left;
	border-right:1px dotted #666;
	padding:5px;
}
.navContactColThree {
	width:160px;
	height:50px;
	float: right;
	background-image: url(../_images/CV_diaOg160x50.jpg);
	background-repeat: no-repeat;
}
#contactSubmit {
	display:block;
	width:120px;
	text-decoration:none;
 	margin-left:10px;
	margin-top:10px;
}
#navContactNameContactEmail input {
	width:280px;
	height:15px;
}
#navContactMessage textarea {
	width:400px;
	height:40px;
}
#contactName, #contactCompany, #contactEmail, #contactMessage {
	background-color:#FFF;
}
#contactName:focus, #contactCompany:focus, #contactEmail:focus, #contactMessage:focus {
	background-color:#FFF;
}
#caseStudyWrapperTab p {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}
#contactCompany {
	width: 380px;
	float: left;
}
#contactMessage {
	width: 630px;
	float: right;
}
/*----------START OF NAV CASE STUDY CSS------- */
#caseStudies a {
	padding:0px 15px 0px 25px;
	text-decoration:none;
	color:#333;
	border-left: 1px dashed #666;
	background-image: url(../_images/PDFicon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#caseStudies .caseStudyTitle {
	font-weight: bold;
	padding-right:10px;
	padding-left:5px;
}
#caseStudies ul {
	list-style:none;
}
#caseStudies li {
	display:inline;
}
#caseStudies a:hover {
	background-color:#666;
	color:#FFF;
}
/*-----------START OF NAV BLOG CSS-----------*/
#blog h1 {
	float:left;
	width: 150px;
	font-size: 1.3em;
	background-image: url(../_images/wordpress.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 110px;
	line-height: 1.2em;
}
#blogWrapper {
	background-image: url(../_images/blog_bg.gif);
	background-repeat: no-repeat;
	width: 1024px;
	height: 50px;
}
#blog p{
	float:left;
	font-size:1em;
	width:550px;
}
p.go{
	float:right;
	background-color: #CCC;
	width: 160px;
	text-align: center;
	display: block;
	height: 50px;
	background-image: url(../_images/CV_diaOg160x50.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.go a {
	display:block;
	width:120px;
	text-decoration:none;
	padding:3px;
	margin-left:12px;
	margin-top:8px;
}
.blogTitle {
	float: left;
	width: 130px;
	height: 50px;
	padding-left:110px;
	padding-top:3px;
	padding-right:5px;
	font-weight:bold;
	background-image: url(../_images/blog_wordPress.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.blogDesc {
	float: left;
	width: 600px;
}
.go a:link{
	background-color:#666;
	color:#FFF;
	border-width:4px;
	border-style:solid;
	border-top-color:#DFDFDF;
	border-right-color:#666;
	border-bottom-color:#333;
	border-left-color:#858585;
}
.go a:visited{
	background-color:#666;
	color:#FFF;
	border-width:4px;
	border-style:solid;
	border-top-color:#333;
	border-right-color:#666;
	border-bottom-color:#DFDFDF;
	border-left-color:#858585;
}
.go a:hover{
	background-color:#666;
	color:#CCC;
	border-width:4px;
	border-style:solid;
	border-top-color:#DFDFDF;
	border-right-color:#666;
	border-bottom-color:#333;
	border-left-color:#858585;
}
.go a:active{
	background-color:#666;
	color:#F60;
	border-width:4px;
	border-style:solid;
	border-top-color:#333;
	border-right-color:#666;
	border-bottom-color:#DFDFDF;
	border-left-color:#858585;
}
/*-----------START OF FADESHOW CSS-----------*/
#fadeshow1 {
	width:1024px;
	height:655px;
	background-color:#CCC;
}
#fadeshow1caseStudies {
	margin-top: 90px;
	width:1024px;
	height:755px;
	background-color:#CCC;
}
/*--------START OF WORK CONTENTS CSS-----------*/
#TabbedPanels1 {
	position:relative;
}
/*-----------START OF PDF DOWNLOAD CSS-----------*/
#caseStudyDownload {
	position:absolute;
	top:6px;
	right:0;
	width:160px;
	height:20px;
	text-align:right;
	padding-right:.5em;
	background-image: url(../_images/PDFicon.png);
	background-repeat: no-repeat;
	background-position:left center;
}
#caseStudyDownload a:link {
	color:#666;
	text-decoration:none;
}
#caseStudyDownload a:visit {
	color:#F60;
	text-decoration:none;
}
#caseStudyDownload a:hover {
	color:#999;
	text-decoration:none;
}
#caseStudyDownload a:active {
	color:#000;
	text-decoration:none;
}
/*-----------START OF FOOTER CSS-----------*/
#footer {
	background-color: #FFF;
	background-image: url(../_images/footerDiagonal_GryWht.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 1024px;
	background-position: 10px 10px;
	height: 260px;
	margin-top:10px;
}
#footer h2 {
	text-align:left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom: dotted 1px #333;
	font-weight:bold;
}
#footer h3 {
	color: #333;
	text-align: left;
	margin: 0;
	font-weight:bold;
}
#footer a {
	text-decoration: none;
	color: #333;
	display: block;
}
#footer a:hover {
	color: #CCC;
	display: block;
	background-color: #666;
}
#footer ul li {
	list-style-type: none;
	line-height: 2.6em;
	text-align: left;
}
#footerBranding {
	position: absolute;
	width: 100px;
	top: 50px;
	left: 20px;
	float: left;
	height: 188px;
}
#footerBranding ul li a, #footerPrint ul li a, #footerOnline ul li a {
	line-height: 2em;
	padding-left: .5em;
}
#footerPrint {
	position: absolute;
	top: 50px;
	width: 165px;
	left: 130px;
	height: 188px;
}
#footerOnline {
	position: absolute;
	top: 50px;
	left: 305px;
	width: 120px;
	height: 188px;
}
#footerCV {
	position: absolute;
	left: 435px;
	top: 10px;
	height: 225px;
	width: 170px;
	border-left: dotted 1px #333;
}
#footerCV ul li a{
	background-image: url(../_images/CVElements.png);
	background-repeat: no-repeat;
	padding-left: 40px;
}
#footer .cvPDF {
	background-position: 0px -35px;
}
#CV .email {
	background-position: left top;
}
#footerCV h2, #footerCaseStudies h2, #footerContact h2{
	padding-left: 0.5em;
	border-bottom: none;
	padding-top: 10px;
}
#footerCaseStudies ul li a{
	background-image:url(../_images/PDFicon25x25px.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
#footerCaseStudies {
	position: absolute;
	left: 615px;
	top: 10px;
	border-left: dotted 1px #333;
	height: 225px;
	width: 190px;
}
#footerContact {
	background-image: url(url(../_images/contactElements.png)
%20no%20repeat);
	position: absolute;
	right: 15px;
	width: 195px;
	top: 10px;
	height: 225px;
	border-left: dotted 1px #333;
}
#footerContact ul li a{
	background-image: url(../_images/contactElements.png);
	background-repeat: no-repeat;
	padding-left: 40px;
}
#footer .email {
	background-position: left top;
}
#footer .mobile {
	background-position: 0px -37px;
}
#footer .linkedIn {
	background-position: 0px -70px;
}
#footer .blog {
	background-position: 0px -105px;
}
#footer .copyright {
	position:absolute;
	right: 10px;
	bottom: 5px;
	font-size:.9em;
}
#footer .copyright a {
	display:inline;
	text-decoration:underline;
}
#footer .twitter {
	background-position: 0px -140px;
}

