@charset "utf-8";
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 90%;
}
#ie6 {
	background-color: #C30;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#ie6 a {
	color: #fff;
}
#header {
	background-image: url(../images/layout_objects/header_bg2.jpg);
	background-repeat: repeat-x;
	height: 153px;
	width: 100%;
}
#fancy {
	background-image:url(../images/layout_objects/fancy.jpg);
	height: 153px;
	width: 391px;
	position: absolute;
	float: right;
	right: 0px;
	top: 0px;
}
#nav_container {
	height: 55px;
	width: 80%;
	margin: 4% 10% 3% 10%;
	position: absolute;
}
#logo {
	background-image: url(../images/layout_objects/logo.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 55px;
	float: left;
}
#nav {
	background-image: url(../images/layout_objects/nav_bg.jpg);
	height: 45px;
	width: 70%;
	opacity: 0.90;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	margin-top: .5em;
	margin-bottom: .5em;
	float: right;
}
#nav p {
	width: 80%;
	margin: 10px;
	color: #fff;
	margin-left: 10%;
	margin-right: 10%;
	font-weight: bold;
}
#nav a {
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	color: #Cc0033;
	text-decoration: none;
}
.nav_spacing {
	margin-left: 5%;
}
#content_container {
	background-image: url(../images/layout_objects/bg.jpg);
	background-repeat: repeat;
	float: left;
	width: 100%;
}
#content {
	width: 80%;
	margin: 3% 10% 3% 10%;
	border: #999 thin solid;
	float: left;
}
#left_col {
	width: 40%;
	height: 400px;
	padding: 2%;
	float: left;	
}
#right_col {
	width: 48%;
	padding: 3% 2% 2% 3%;
	float: left;
}
/* FOOTER CSS */
#footer_container {
	background-image:url(../images/layout_objects/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 156px;
}
#footer {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
#footer a {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	text-decoration: none;
	background-color: #333;
	color: #fff;
	opacity: 0.85;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
}
#foot1, #foot2, #foot3, #foot4 {
	width: 24%;
	height: 100px;
	float: left;
	font-size: 90%;
} 
.footH1 {
	font-size: 100%;
	font-weight: bold;
	color: #fff;
}
#copyright {
	background-image: url(../images/layout_objects/copyright_bg.jpg);
	background-repeat: repeat-x;
	height: 47px;
	margin-top: 0px;
	width: 100%;
}
#copyright p {
	margin-top: 0px;	
	color: #666;
	text-align: center;
	font-size: 80%;
}
.clearfloat {
	line-height: 0px;
	clear: both;
}
/* QUICK CONTACT FORM CSS */
#qContact {
	font-size: 80%;
}
.qInput {
	width: 110px;
	font-size: 90%;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #333;
}
.qTextarea {
	width: 110px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 90%;
	color: #333;
}
.qSmInput {
	width: 30px;
}
#qHead {
	background: url(images/layout_objects/sub_nav_bg.png) repeat-x;
	height: 25px;
	color: #FFF;
	line-height: 2em;
	text-transform: uppercase;
	padding-left: 8px;
	font-size: small;
}
.input {
	font-size: 90%;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #333;
}
select {
	font-size: 90%;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #333;
}
textarea {
	font-size: 90%;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #333;
}
/* STYLES */
h1 {
	font-size: 120%;
	color: #1a3f7c;
}
h2 {
	font-size: 100%;
	color: #1a3f7c;
	font-weight: bold;
}
h3 {
	font-size: 90%;
	color: #333;
	font-weight: bold;
}
ul {
	list-style-image: url(../images/graphics/accept.png);
}
.noborder {
	border: none;
}
.toggleopacity img{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
}
.toggleopacity:hover img{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	opacity: .90;
}
/* HORIZONTAL RULE STYLES */
hr.dot {
	border: none 0; 
	border-top: 1px dashed #666;
	width: 90%;
	height: 2px;
	margin: 10px auto 5px auto;
	text-align: left;
}
hr.thin {
	border: none 0; 
	border-top: 1px solid #ccc;
	width: 100%;
	height: 2px;
	text-align: left;
}
/* NEWS/CURRENT PROJECTS CONTENT CSS */
.newsbtn {
	border: none;
	vertical-align: middle;
}
.showme h5 {
	color: #333;
	padding: 8px;
	font-weight: bold;
	cursor: pointer;
	font-size: 70%;
	text-transform: uppercase;
}
.date {
	color: #666;
	text-transform: capitalize;
}
.showme li {
	padding: 0px 8px 0px 8px;
	font-size: 100%;
}
.showme ol {
	font-size: 100%;
}
.showme div {
	text-align: left;
	background: #fff;
	background-repeat: repeat;
}
.showme p {
	padding: 8px;
	font-size: 80%;
}
.center {
	text-align: center;
}
/* LINK STYLES */
a:link {
	color: #C03;
	text-decoration: underline;
}
a:hover {
	color: #333;
}
a:visited {
	color: #cc0033;
}
/* BUTTON STYLE */
.button {
	font-size: 7pt;
	font-weight: bold;
	color: #fff;
	background: url(images/buttons/btn_bg.png) repeat-x;
	background-color: #244b8e;
	padding: 3px;
	border: 1px solid;
	border-color: #244b8e;
}
.buttonhov{
	font-size: 7pt;
	font-weight: bold;
	color: #fff;
	background: url(../images/buttons/btnhov_bg.png) repeat-x;
	padding: 3px;
	border: 1px solid;
	border-color: #244b8e;
}
/* TESTIMONIAL DIVS */
.testimonial {
	width: 100%;
	margin-left: 8px;
	float: left;
	display: inline;
}
.testimonial_leftcol {
	width: 100%;
	margin-left: 8px;
	float: left;
	display: inline;
	font-size: 80%;
}
.left {
	float: left;
	display: inline;
}
.quoteEnd {
	float: left;
	width: 10%;
	margin-top: -40px;
	margin-left: 73%;
	display: inline;
}
.test {
	width: 70%;
	float: left;
	display: inline;
}
.testTag {
	float: left;
	width: 50%;
	font-size: 90%;
	color: #244b8e;
	padding-left: 30px;
	display: inline;
}
/* B2B STYLES */
#b2b {
	border: #999 thin solid;
	width: 80%;
}
#b2b table {
	cellpadding: 5px;
	margin-left: 2%;
	margin-right: 2%;
}
	
#b2b img {
	border: #000 this solid;
}
.b2bimg {
	padding:5px;
}
#b2b {
	border: #999 thin solid;
}
#b2b img {
	border: #000 this solid;
}
.b2bimg {
	padding:5px;
}
.trHead{
	background-color: #cc0033;
	color: white;
	font-weight: bold;
	font-size: 80%;
	text-transform: uppercase;
}
.trOdd {
	background-color: #e7e7e2;
}
#error, #error2, #error3, #error4, #qk_error, #qk_error2, #qk_error3, #qk_error4  {
	color: #c00;
	font-size: 90%;
}
.quoteform {
	color: white;
	font-weight: bold;
	background: url(../images/layout_objects/sub_nav_bg.png) repeat-x;
	padding: 2px;
}
.blueTxt {
	color: #244b8e;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 85%;
}
.greyTxt {
	color: #333;
	font-weight: bold;
	font-size: 85%;
}
.smlTxt { /* small 'Client Project Brief' text on Projects page */
	font-size: 80%;
	margin-top: 0px;
}
.zeroMarg {
	margin-top: -15px;
}
.projectImg {
	margin-top: 7%;
	margin-bottom: 5%;
	float: left;
}
.projectImg p {
	margin-top:-20px;
}
.projectImgCurrent {
	margin-bottom: 5%;
	margin-top: 5%;
	margin-right: 5px;
	float: left;
}
.top {
	text-align: right;
	font-size: 70%;
}
.redTxt {
	color: #c00;
	font-weight: bold;
	font-size: 90%;
}
/* SPACERS */
#project_spacer {
	height: 1800px;
}
#contact_spacer {
	height: 220px;
}
#testimonial_spacer {
	height: 700px;
}
#quote_spacer {
	height: 220px;
}
.box {
	background-image: url(../images/layout_objects/service_bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	width: 100%;
	border: #ccc 1px solid;
	padding: 5px 10px 5px 10px;
}
.box h3 {
	color: #1a3f7c;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 5px;
}
.boxBg {
	padding: 2px;
	background: #1a3f7c;
	color: #fff;
	letter-spacing: 5px;
}
#clients {
	background-image: url(../images/layout_objects/copyright_bg.jpg);
	background-repeat: repeat-x;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity: .80;
	width: 320px;
	height: 30px;
	margin-top: 60px;
}
#clients h1 {
	color: #fff;
	margin-top: 0px;
	padding: 3px;
}
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:10px 0px 0px 0px;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:320px;
		height:100px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:20px;	
		}
	ol#controls li{
		margin:0 8px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:20px;
		line-height:20px;
		font-size: 80%;
		}
	ol#controls li a{
		float:left;
		height:20px;
		line-height:20px;
		border:1px solid #ccc;
		background:#Cc0033;
		color:#fff;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#ccc;
		color:#333;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
