@charset "utf-8";
/* CSS Document */

body{
	background: #d8d09c url("../images/bodyBg.gif") repeat-x;
	font-size: 62.5%;
}

a{
	text-decoration: none;
	color:#3f9ef3;
}



.largeText{
	width: 80px;
	height: 50px;
	float: left;
	position:relative;
	left: 15px;
}

.S{
	width: 63px;
	height: 61px;
	float: left;
	position:relative;
	left: 5px;
}

.Y{
	width: 77px;
	height: 68px;
	float: left;
	position:relative;
	left: 15px;
	margin-bottom: 10px;
}

.R{
	width: 80px;
	height: 50px;
	float: left;
	position:relative;
	left: 15px;
}


.T{
	width: 84px;
	height: 51px;
	float: left;
	position:relative;
	left: 35px;
}

.F{
	width: 86px;
	height: 50px;
	float: left;
	position:relative;
	left: 30px;
}

.A{
	width: 95px;
	height: 52px;
	float: left;
	position:relative;
	left: 20px;
	margin-bottom:10px;
}

.W{
	width: 112px;
	height: 59px;
	float: left;
	position:relative;
	left: 40px;
}

.P{
	width: 80px;
	height: 50px;
	float: left;
	position:relative;
	left: 30px;
}

.G{
	width: 63px;
	height: 67px;
	float: left;
	position:relative;
	left: 5px;
}

.L{
	width: 69px;
	height: 53px;
	float: left;
	position:relative;
	left: 10px;
}

.D{
	width: 87px;
	height: 50px;
	float: left;
	position:relative;
	left: 20px;
}

.B{
	width: 80px;
	height: 50px;
	float: left;
	position:relative;
	left: 15px;
}

.M{
	width: 103px;
	height: 52px;
	float: left;
	position:relative;
	left: 30px;
	margin-bottom:10px;
}

.O{
	width: 49px;
	height: 49px;
	float: left;
	position:relative;
	left: 0px;
}

.lowerP{
	padding-top: 20px;
}

a:hover{
	color:#3f9ef3;
}


p{
	font-size: 1.2em;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 0;
}

h1{
	font-size: 2.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 10px 0;
	text-decoration:underline;
	font-style: italic;
	font-weight: bold;
	color:#1f578c;
}

h2{
	font-size: 2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 10px 0;
	line-height:22px;
}

h2.toppad{
	padding-top: 20px;
}

h3{
	font-size: 1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 10px 0;
	line-height:22px;
}

h4{
	font-size: 1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 10px 0;
	line-height:22px;
}

strong{
	font-size: 1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 10px 0;
	font-weight: bold;
}

#standout{
	padding-top: 10px;
	height: 140px;
	width: 738px;
	background: #ededd8 url("../images/standout.gif") no-repeat bottom left;
}

#standout h1{
	margin-top: 30px;
	text-indent:10px;
	font-size: 3.1em;
	font-family: Impact, Georgia, "Times New Roman", Times, serif;
	color:#000;
}

#standout p{
	font-size: 2.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent:200px;
	color:#707070;
	margin-top: 10px;
	display:block;
}

/*===============================*/
		    /*Classes*/
/*===============================*/

.clear{
	clear: both;
}

ul.links{
	margin-left: 30px;
}

ul.links li{
	font-size: 1.8em;
	margin-left: 15px;
	list-style: none;
	padding: 5px;
	border: 1px solid #cecdae;
	margin: 5px 0;
	text-indent:15px;
	background: #e4e3cc url("../images/listArrow.gif") no-repeat bottom left;
}

ul.keyAspects{
	margin-left: 30px;
}

ul.keyAspects li{
	font-size: 1.8em;
	margin-left: 15px;
	list-style: decimal;
	padding: 5px;
	border-bottom: 1px solid #cecdae;
	margin: 5px 0;
	border-left: 5px solid #cecdae;
}

ul.keyAspects li.last{
	margin-bottom: 40px;
}

ul.links li a{
	color:#3f9ef3;
}

ul.links li:hover{
	background:#cecdae;
}

.right{
	float: right;
	padding-left: 15px;
}

.left{
	float: left;
}

ul.spice{
	margin-top: 10px;
	list-style: decimal;
	list-style-position: inside;
	font-size: 30px;
	font-weight: bold;
	padding: 5px 20px 10px 20px;
	color:#e2d50c;
	background: #265888 url("/images/blueprintsBg.jpg") no-repeat top left;
	border: 3px solid #0f2f4f;
	
}

/*Progress Icons*/

ul.spice li.completed{
	background: url("/images/complete.png") no-repeat right center;
	min-height: 100px;
	display:block;
}

ul.spice li.completedEven{
	background: #4e80b1 url("/images/complete.png") no-repeat right center;
	min-height: 100px;
	display:block;
}

ul.spice li.inProgress{
	background: url("/images/inProgress.png") no-repeat right center;
	min-height: 100px;
	display:block;
	z-index:10;
}

ul.spice li.inProgressEven{
	background: #4e80b1 url("/images/inProgress.png") no-repeat right center;
	min-height: 100px;
	display:block;
	z-index:10;
}

ul.spice li.planning{
	background: url("/images/planning.png") no-repeat right center;
	min-height: 100px;
	display:block;
	z-index:10;
}

ul.spice li.planningEven{
	background: #4e80b1 url("/images/planning.png") no-repeat right center;
	min-height: 100px;
	display:block;
	z-index:10;
}

/* End Progress Icons */

ul.spice li{
	border-bottom: 5px solid #efefdb;
	padding: 8px;
	min-height: 100px;
}

ul.spice li.even{
	border-bottom: 5px solid #efefdb;
	background: #5c8fc0 url("/images/spiceli.gif") repeat-x top left;
	padding: 8px;
	min-height: 100px;
	z-index:1;
}

ul.spice li.planningEven h2, ul.spice li.completedEven h2, ul.spice li.inProgressEven h2, ul.spice li.even h2{
	border-bottom: 2px dotted #265888;
	max-width: 550px;
}

ul.spice h2{
	font-size: 25px;
	font-weight: bold;
	color:#e2d50c;
	border-bottom: 2px dotted #5382b0;
	max-width: 550px;
}

ul.spice p{
	font-size: 12px;
	font-weight: normal;
	color:#fff;
	max-width: 550px;
}
/*===============================*/
		    /*Header*/
/*===============================*/
#headerWrap{
	height: 115px;
}

#header{
	height: 115px;
	width: 1000px;
	margin: auto;
	background:url("../images/header.png") left center no-repeat;
}

#header img.logo{
	margin-top: 5px;
	float: left;
	width: 343px;
	height: 106px;
}

#header h1.tagline{
	width: 297px;
	height: 76px;
	background:url("../images/tagline.png") no-repeat;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	text-indent:-9999px;
}

/*===============================*/
		    /*Nav*/
/*===============================*/

#nav{
	width: 1000px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #6d6848;
	background:#d1ca9c url("../images/navBg.gif") repeat-x;
}

#nav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 998px;
	float: left;
	
}

#nav ul li{
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;

}

#nav ul li a{
	display: block;
	font-size: 1.6em;
	text-align:center;
	line-height: 40px;
	min-height: 40px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}




#nav ul li a:hover{
	background: #f2f0de;
	color:#3f9ef3;
}

#nav li ul li a:hover{
	background: #ebe7c7 url("../images/navHover.gif") repeat-x bottom left;
	color:#3f9ef3;
}

#nav li ul li a {
	text-indent: 0px;
	text-decoration: none;
	display: block;
	min-height: 40px;
	width: 156px;
	padding: 0 5px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}


#nav #link1, #nav #link2, #nav #link3, #nav #link4, #nav #link5, #nav #link6{
	width: 164px;
	border-right:1px solid #fff;
	border-left: 1px solid #8a8352;
	height: 40px;
	z-index: 500;
	background: #d1ca9c url("../images/navBg.gif") repeat-x;;
}

#nav #link6{
	border-right: none;
}

#nav li:hover #link1, #nav li:hover #link2, #nav li:hover #link3, #nav li:hover #link4, #nav li:hover #link5, #nav li:hover #link6{
	background: #ebe7c7 url("../images/navHover.gif") repeat-x bottom left;
}

#nav li:hover, #nav li.hover {
    position: static;
}

#nav li {
	padding: 0px;
	margin: 0px;
}

#nav li ul{
	position: absolute;
	left: -9999px;
	height: auto;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	width: 166px;


}

#nav li ul.services{
	width: 830px;
	background:url("../images/servicesBg.gif") repeat-y;
}

#nav li ul.theCompany{
	width: 332px;
	background:url("../images/theCompanyBg.gif") repeat-y;
}



#nav ul.theCompany{
	border: 1px solid #d4cd9d;
	width: 164px;
}

#nav ul.services{
	border: 1px solid #d4cd9d;
	width: 164px;
	background:#ebe7c7;
}

#nav ul.theCompanyUL li{
	border-bottom: 1px solid #d4cd9d;
}

#nav ul.servicesUL li{
	border-bottom: 1px solid #d4cd9d;
}

#nav ul.smallUL{
	border: 1px solid #d4cd9d;
	width: 164px;
	background:#ebe7c7;
}

#nav ul.smallUL li{
	border-bottom: 1px solid #d4cd9d;
}


#nav li li ul{
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 166px;
	float: left;
}

#nav li li ul li{
	padding: 0px;
	margin: 0px;
	border: 0px;
	display: block;
	clear: left;
	width: 166px;
	
}

#nav li li ul li.servicesHeader{
	font-weight: bold;
	text-align:center;
	font-size: 1.5em;
	height: 30px;
	width: 164px;
	line-height:20px;
	padding-top: 10px;
	background:#0f2f58;
	border: 1px solid #081f3c;
	color:#fff;
}

#nav li ul a:hover {
	position: static;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	z-index: 1;
}

#nav a.lineHeight{
	line-height: 18px;
	padding-top: 5px;
	min-height: 40px;
}

#nav a.moreServices{
	line-height: 18px;
	padding-top: 5px;
	min-height: 40px;
	background: #e2deb9 url("../images/moreServices.gif") no-repeat;
}

#nav li a.green:hover{
	background: url("../images/greenHover.gif") repeat-x bottom left;
	color: #009900;
}



/*===============================*/
		    /*Sidebar*/
/*===============================*/

#sidebar{
	width: 228px;
	float: left;
	background: #265888 url("../images/sidebarBg.gif") top left repeat-x;
	border: 1px solid #0c3255;
	border-bottom:none;
}

#sidebar img.quickLinks{
	margin: auto;
	display:block;
	margin-top: 25px;
	text-indent:-9999px;
}

#sidebar img.phone{
	margin: auto;
	display:block;
	margin-top: 15px;
	text-indent:-9999px;
}

#sidebar ul{
	list-style: none;
	padding-left: 50px;
}

#sidebar a{
	display: block;
	font-size: 1.5em;
	color: #fff;
	margin: 10px 0;
}

#sidebar a:hover{
	color:#3f9ef3;
}

#sidebar img.contactUs{
	width: 167px;
	height: 45px;
	text-indent:-999px;
	background:url("../images/contactUs.png") no-repeat;
	display: block;
	margin: auto;
}

/*===============================*/
		    /*Forms*/
/*===============================*/

#contactForm{
	float:left;
	width: 300px;
}

#contactForm input{
	display: block;
	width: 275px;
	background:#dfdfc7;
	border: 1px solid #cfc79b;
}

#contactForm label{
	display: block;
	font-size: 2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#265888;
	margin-top: 10px;
}

#contactForm textarea{
	display: block;
	width: 275px;
	background:#dfdfc7;
	border: 1px solid #cfc79b;
}

#contactForm input.submit{
	width: 100px;
	cursor:pointer;
	margin-top: 5px;
}

#contactForm label.error{
	font-size: 1.2em;
	color:#78191d;
}

#contactInfo{
	padding-top: 20px;
	margin-left: 70px;
	width: 300px;
	min-height: 200px;
	float: left;
	background:url("/images/phoneContact.png") no-repeat right top;
}

/*===============================*/
		    /*Content*/
/*===============================*/

#content{
	min-height: 730px;
	width: 738px;
	float: left;
	background: #efefdb url("../images/contentBg.gif") repeat-x;
	padding: 15px;
	border: 1px solid #e6e6d2;
}

#content h1.welcome{
	text-indent: -9999px;
	background: url("../images/welcome.png") no-repeat;
	height: 73px;
	width: 399px;
	margin: 0px;
}

#content h1.testimonialsHeader{
	text-indent: -9999px;
	background: url("../images/testimonialsHeader.png") no-repeat;
	height: 63px;
	width: 163px;
}

/*===============================*/
		    /*Pagewrap*/
/*===============================*/

#pagewrap{
	width: 1000px;
	margin: auto;
	background:#265888 url("../images/blueprint.jpg") no-repeat bottom left;
}

#clear{
	height: 30px;
	width: 1000px;
	margin:auto;
	background: url("../images/contentShadow.jpg") no-repeat;
	clear: both;
}

/*===============================*/
		    /*Footer*/
/*===============================*/

#webDesign{
	width: 330px;
	clear: both;
	float: left;
	margin-top: 35px;
}

#webDesign img{
	float: left;
	width: 210px;
	height: 80px;
	margin-top: 40px;
}

#webDesign p{
	float: left;
}

#footerWrap{
	height: 600px;
	overflow:hidden;
	background: #56240d url("../images/footerBg.jpg") repeat-x top left;
}

#footer{
	margin:auto;
	width: 1000px;
	padding-top: 60px;
	
}

#footer h1{
	color:#fff;
	text-decoration: underline;
}


#footer h1 a{
	color:#fff;	
	text-decoration: underline;
}

#footer h1 a:hover{
	color:#d2c88c;
	text-decoration:none;	
}

#footer h3{
	color:#fff;	
	margin: 0px;
}

#footer h3.phone{
	width: 80px;
	
}

#footer p{

	margin: 0px;
	padding: 0px;
	color:#d2c88c;
}

#box1, #box2{
	width: 330px;
	float: left;
	overflow:hidden;
	padding: 0 15px;
}

#box1, #box2{
	border-right: 1px dashed #8e644c;
}


#footer p.allrights{
	clear: both;
/*	width: 530px; */
	color:#caa175;
	display:block;
	text-align:center;
	margin: auto;
	margin-top: 90px;
	line-height:15px;
}

#weather{
	width: 220px;
	height: 290px;
	padding: 0 15px;
	float: left;
}

#footer .leBlancLogo{
	margin-top: 15px;
}

#footer a{
	color:#caa175;
}

#footerInfo{
	padding-top: 30px;
	display: block;
	width: 1000px;
	clear: both;
}

#footerInfo p{
	clear: both;
	width: 800px;
	color:#381e0a;
	display:block;
	margin: auto;
	text-align:center;
}



#footer #box1 #sliderT span.bqstart {
	float: left;
	font-size: 700%;
	color: #d2c88c;

	padding-right: 5px;
	background:url("/images/bqstart.png") no-repeat top left;
	height: 20px;
	width: 27px;
}


#footer #box1 #sliderT span.bqend {
	float: right;
	font-size: 700%;
	color: #d2c88c;
	margin-top: 10px;
	background:url("/images/bqend.png") no-repeat top left;
	height: 20px;
	width: 26px;
}


/*===============================*/
		    /*Slider*/
/*===============================*/

	#slider ul, #slider li,
	#slider2 ul, #slider2 li, #sliderT ul, #sliderT li, #sliderA ul, #sliderA li{
		margin:0;
		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:738px;
		height:520px;
		overflow:hidden; 
		}	
	#sliderT, #sliderT li{
		width:330px;
		padding-bottom: 90px;
		height:190px;
		overflow:hidden; 
	}
	
	#footer #box1 #sliderT p{
		width: 303px;
		padding-left: 27px;
		font-style: italic;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
	}
	#footer #box1 #sliderT p.smaller12{
		width: 303px;
		padding-left: 27px;
		font-style: italic;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
	}	
	#footer #box1 #sliderT p.client{
		padding-top: 10px;
		clear: both;
	}
	#footer #box1 #sliderT p.clientSmaller{
		padding-top: 10px;
		clear: both;
		font-size: 10px;
	}

	
	
	#sliderA{
		margin-left: 20px;
	}
	#sliderA, #sliderA li{
		width:300px;
		height:100px;
		float: left;

	}
	#sliderA p{
		font-weight: bold;
		color:#fbfe00;
		font-size: 1.5em;
		padding: 10px;
		margin: 0px;
	}
	#sliderA p.yellow{
		color:#fbfe00;
		text-align:center;
	}
	#sliderA p.blue{
		color:#00effe;
		text-align:center;
	}
		/*
	#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;	
		}	
		*/
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a, #nextBtn a, #slider1next a{ 
		font-family: Georgia, "Times New Roman", Times, serif;

		font-size: 1.2em;
	}
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	#slider{
		margin-top: 25px;
	}
	
/* // Slider */


/*===============================*/
       /*Testimonials Page*/
/*===============================*/

#testimonial{
	margin-top: 50px;
}

#testimonial2{
	background: #d9d9c7;
	padding: 15px;
}

#testimonial span.bqstart, #testimonial2 span.bqstart {
	float: left;
	font-size: 700%;
	color: #d2c88c;
	padding-top: 15px;
	padding-right: 20px;
	background: url("/images/bqstart.png") no-repeat top left;
	height: 50px;
	width: 27px;
}


#testimonial span.bqend, #testimonial2 span.bqend {
	float: right;
	font-size: 700%;
	color: #d2c88c;
	margin-top: 10px;
	background:url("/images/bqend.png") no-repeat top left;
	height: 20px;
	width: 26px;
}

#testimonial p, #testimonial2 p{
	width: 720px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#testimonial blockquote, #testimonial2 blockquote {
	display: block;
	width: 720px;
	clear: both;
}

#testimonial p.client, #testimonial2 p.client{
	padding-top: 10px;
	margin-left: 50px;
	width: 600px;
	clear: both;
}

a.researchBtn{
	width: 230px;
	height: 55px;
	padding: 20px 0 0 21px;
	background: url("/images/researchBtn.gif") no-repeat;
	font-size: 20px;
	font-weight: bold;
	display:block;
	font-size: 25px;
}

a.researchBtn:hover{
	color:#2982b3;
}

#nav ul li a.green{
	color: #009900;
}
