@charset "utf-8";
/* CSS Document
Light Grey #A7A9AC
Light Blue #0779BF
Gold #CA8E2B
*/
body {
	margin:0;
	padding:0;
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(../images/lsi-header-bg.jpg) repeat-x #000000;
}
a { color:#0779BF; }
a:hover { 
	text-decoration:none;
	color:#000000;
}
.clearFloat {clear:both;}
h1.pageTitle {
	font-size:11px;
	font-weight:bold;
	margin:0 0 10px 0;
}
h2 {
	font-size:11px;
	font-weight:bold;
	margin:0 0 5px 0;
}
h3 {
	font-size:13px;
	font-weight:bold;
	margin:0 0 5px 0;
}
p {
	margin:0 0 10px 0;
}
p.marg20 {
	margin:0 0 20px 0;
}
#header {
	padding:30px 32px 47px 32px;
	width:778px;
	margin:0px auto;
	overflow:hidden;
}
#slogan {
	width:248px;
	height:84px;
	background:url(../images/lsi-slogan.png) no-repeat 0px 33px;
	float:left;
	margin-left:215px;
}
#logoCont {
	float:left;
}
#navContainer {
	position:absolute;
	left:12px;
	top:-20px;
	width:818px;
	height:40px;
	background:url(../images/nav-bg.jpg) no-repeat;
}
#navContainer ul {
	margin:0;
	padding:0;
	list-style:none;
}
#navContainer ul li {
	float:left;
}
#navContainer a {
	font-weight:bold;
	padding:0 20px;
	display:block;
	height:40px;
	line-height:40px;
	text-decoration:none;
	color:#000000;
}
#navContainer a:hover {
	color:#CA8E2B;
}
#pageContainer {
	background:#eeeeee;
}
#pageContentContainer {
	background:url(../images/page-content-bg.jpg) repeat-y;
	padding:35px 32px;
	position:relative;
	margin:0 auto;
	width:778px;
}
#leftCol {
	float:left;
	width:490px;
	margin-right:20px;
}
#rightCol {
	float:left;
	width:247px;
	padding-left:20px;
	border-left:1px solid #A7A9AC;
}
#footerContainer {
	background:#000000;
	height:255px;
}
#greyFooterBar {
	background:#A7A9AC;
	height:10px;
	border-bottom:1px solid #FFFFFF;
}
#footer {
	margin:48px auto;
	width:818px;
	color:#FFFFFF;
	overflow:hidden;
}
.footerCol {
	margin-left:97px;
	width:143px;
	float:left;
}
.footerCol ul {
	list-style:none;
	margin:0;
	padding:0;
}
.footerCol ul li {
	margin-bottom:3px;
	font-size:12px;
}
.footerCol ul li a {
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
}
.footerCol ul li a:hover {
	text-decoration:underline;
	color:#CA8E2B;
}
.footerColHeading {
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #FFFFFF;
	padding-bottom:5px;
	margin-bottom:5px;
}
#copyright {
	width:842px;
	margin:0 auto;
	text-align:center;
	font-size:11px;
	color:#A7A9AC;
	padding-bottom:25px;
}
.rightColHeading {
	color:#0779BF;
	font-size:16px;
	font-weight:bold;
	border-top:1px solid #A7A9AC;
	padding-top:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.rightColHeadingFirst {
	color:#0779BF;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
#rightColContactForm {
	display:inline:
}
#rightColContactForm input[type="text"], #rightColContactForm textarea  {
	width:234px;
	font-size:12px;
	border:1px solid #CCCCCC;
	margin-bottom:5px;
	padding:3px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.sectionBucket {
	background:#eee;
	margin:1px 0 2px 0;
	padding:5px 10px;
}
.sectionBucketOuter {
	border-top:1px solid #CCC;
}
.showhide {
	float:right;
}
.showhide a {
	text-decoration:none;
}
#ErrorsDisplay {
	color:#FF0000;
	font-size:11px;
	background:#FFFFCC;
	padding:5px;
	margin-bottom:5px;
	border:1px solid #EEE;
}
#mailSuccessMsg {
	color:#000;
	font-size:11px;
	background:#EEE;
	padding:5px;
	margin-bottom:5px;
}
.portfolio_cont {
	margin-bottom:30px;
	overflow:hidden;
}
.port_img_cont {
	float:left;
	margin-right:15px;
}
.port_thumb_cont {
	float:left;
	margin-right:10px;
}
#image_Cont {}
#work_content {float:left; margin-right:80px; margin-bottom:20px;}
/* Contact PopUp Styles */
#transparentDiv {position:fixed; left:0px; width:100%; height:100%; opacity: 0.75; -moz-opacity: 75%;	filter: alpha(opacity=75);	background-color:#000000; z-index:50;}
#work_popup_cont {position:fixed; width:760px; z-index:100; top:100px; background:#FFF; border:1px solid #000; padding:40px;}
#close_btn {position:absolute; top:10px; right:15px; z-index:5; width:62px; height:23px;}