/* wrapper and area classes for overall layout */
body{
	font-family: Tahoma; 
	font-size: .71em;
	color: #333333; 
	}
	

#wrapper-centersite{
text-align: center;
margin:0px auto;
width:972px;
border: 0px solid blue;
}
#wrapper{
border: 1px solid #666666;
background: url(site-images/site-bottom.gif) no-repeat bottom center ;
width:968px;
margin: 0px;
padding: 0px;
text-align: left;
}
#wrapper-footer-spacing{
height: 23px;
border: 0px solid red;
clear: both;
}
#wrapper-header{
	border: 0px solid red;
	height: 91px;
}
#wrapper-footer{
text-align: left;
float: left;
width: 500px;
margin: 5px;
padding: 0px;
border: 0px;
}

#wrapper-popup{
float: left;
width: 450px;
margin: 20px;
text-align: left;
}

#sitebylocus{
width: 450px;
padding-top: 4px;
float: left;
text-align: right;
}

#sitefor{
width: 395px;
float: left;
padding-top: 4px;
text-align: left;
border: 0px solid purple;
}
#wrapper-main{
	width: 968px;
	border-top: 1px solid #666666;
	margin-top: 1px;
}
#sidebar-left{
	width: 222px;
	min-height: 820px;
	float: left;
	border: 0px;
	margin: 0px;
	border-left: 1px solid white;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin-bottom: 40px;
}
#sidebar-right{
	width: 221px;
	float: right;
	margin-right: 2px;
	border: 0px solid green;
}
#content{
	width: 425px;
	margin: 40px 40px 20px 50px;
	float: left;
	border: 0px solid black;
}
#content-wide{
	width: 700px;
	margin: 20px 10px 20px 20px;
	float: left;
	border: 0px solid black;
}
#utility-nav{
 width: 740px;
 text-align: right;
 float: left;
border: 0px solid green;
}

/* END wrapper and area classes for overall layout */

/**********STANDARDS ********************/

h1 {
	font-size: 14px;
	letter-spacing: .02em;
	line-height: 16px;
	font-weight: bold;
	border: 0px solid black;
	display: inline;
	height: 25px;
	margin: 0px;
}
h1.portfolio{
	background: url(/site-images/icon-latestlaunches.jpg) no-repeat 0px 12px;
}
h1.testimonial{
	padding: 5px 10px 0px 35px;
	background: url(/site-images/icon-testimonial.gif) no-repeat 0px 0px;
	display: block;
}


h1.tech{
	padding: 5px 10px 0px 35px;
	background: url(/site-images/icon-tech.jpg) no-repeat 0px 0px;
	display: block;
}
h1.project{
	padding: 5px 10px 0px 35px;
	background: url(/site-images/icon-project.jpg) no-repeat 0px 0px;
	display: block;
}
h1.launches{
	padding: 5px 10px 0px 35px;
	background: url(/site-images/icon-latestlaunches.jpg) no-repeat 0px 0px;
	display: block;
}
h1.features{
	padding: 5px 10px 0px 35px;
	background: url(/site-images/icon-features.jpg) no-repeat 0px 0px;
	display: block;
}
h1.design{
	padding: 5px 10px 0px 35px;
	background: url(/site-images/icon-design.jpg) no-repeat 0px 0px;
	display: block;
}
h1.marketing{
	padding: 5px 10px 0px 35px;
	background: url(/site-images/icon-marketing.jpg) no-repeat 0px 0px;
	display: block;
}
h1.architecture{
	padding: 5px 10px 0px 35px;
	background: url(/site-images/icon-architecture.jpg) no-repeat 0px 0px;
	display: block;
}
.subhead {
	font-size: 1.2em;
	font-weight: bold;
}


h2 {
	font-size: 1em;
	font-weight: bold;
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
}

h2.elevator {
	font-size: 1.1em;
	font-weight: normal;
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
}


h2.portfolio{
	padding: 5px 10px 8px 35px;
	background: url(/site-images/icon-latestlaunches.jpg) no-repeat 0px 12px;
	display: block;
}
h2.testimonial{
	padding: 5px 10px 8px 35px;
	background: url(/site-images/icon-testimonial.gif) no-repeat 0px 0px;
	display: block;
}
h2.tech{
	padding: 5px 10px 8px 35px;
	background: url(/site-images/icon-tech.jpg) no-repeat 0px 0px;
	display: block;
}
h2.project{
	padding: 5px 10px 8px 35px;
	background: url(/site-images/icon-project.jpg) no-repeat 0px 0px;
	display: block;
}
h2.launches{
	padding: 5px 10px 8px 35px;
	background: url(/site-images/icon-latestlaunches.jpg) no-repeat 0px 0px;
	display: block;
}
h2.features{
	padding: 5px 10px 8px 35px;
	background: url(/site-images/icon-features.jpg) no-repeat 0px 0px;
	display: block;
}
h2.design{
	padding: 5px 10px 8px 35px;
	background: url(/site-images/icon-design.jpg) no-repeat 0px 0px;
	display: block;
}


h3 {
	font-weight: bold;
}


li{
line-height: 1.5em;
margin-bottom: 10px;
}
.bodytext{
line-height: 1.3em;
}

p{
	line-height: 1.3em;
	margin: 5px 0px 5px 0px;

}

a{
	color: #333333;
}

a:link{
	color: #333333;
}
a:visited{
	color: #333333;
}
a:hover{
	color: #999999;
}
a:active{
	color: #333333;
}
.fieldtext{
font-size: 11px;
line-height: 1em; 
color: #333333;
margin-bottom: 2px;
}
select{
font-size: 11px;
line-height: 1em; 
color: #333333;
}
.smalltext{
font-size: 10px;
line-height: 1em; 
color: #333333;
}
.smalltext a{
	color: #333333;
}

.smalltext a:link{
	color: #333333;
}
.smalltext a:visited{
	color: #333333;
}
.smalltext a:hover{
	color: #666666;
}
.smalltext a:active{
	color: #333333;
}
.formtext{
font-size: 10px;
line-height: 1em; 
color: #333333;
}
textarea{
font-size: 11px;
line-height: 14px; 
font-family: Tahoma; 


}
/*****ALL STANDARD FORMS************/
#standard-form{ 
	margin-left: 10px;
	}
.standard-form-row {
  clear: both;
  padding-top: 3px;
  width: 330px;
  border: 0px solid black;
}
.standard-form-fullcolumn {
	width: auto;
	padding-left: 10px;
	border: 0px solid #ff0000;
	}
.standard-form-column1 {
	float: left;
	clear: left;
	width: 100px;
	text-align: right;
	margin: 3px 10px 5px 0px;
	border: 0px solid #ff0000;
	}
.standard-form-column2 {
	float: left;
	width: 200px;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 0px solid #00ff00;
	}

/*****END ALL STANDARD FORMS HERE ************/

/*****STANDARD COLUMN LAYOUT ****************/
.standard-row {
  clear: both;
  padding-top: 3px;
  padding-bottom: 15px;
  width: auto;
  border: 0px solid black;
}
.standard-fullcolumn {
	width: auto;
	padding-left: 10px;
	border: 0px solid #ff0000;
	}
.standard-column1 {
	float: left;
	width: 150px;
	text-align: left;
	margin: 3px 10px 5px 0px;
	border: 0px solid #ff0000;
	}
.standard-column2 {
	float: left;
	width: 260px;
	text-align: left;
	margin: 3px 0px 5px 0px;
	border: 0px solid #00ff00;
	}

/*****END STANDARD COLUMN LAYOUT ****************/


/******IMAGE SPOTS *******/
#imagespot1 {
	margin:0px 0px 20px 0px;
	border:0px solid black;
	height: 181px;
	display: block;
}
#imagespot2 {
	margin:12px 0px 0px 0px;
	border:0px solid black;
	height: 145px;
	display: block;
}
/********** END STANDARDS ********************/

/********* PRIMARY NAVIGATION ***************/
#nav-primary {
	margin-top: 20px;
	height: 48px;
	border: 0px solid black;

}
#nav-primary ul{
	border: 0px solid black;
	width: 740px;
	margin: 0px;
	padding: 0px;
	display: block;
}	
#nav-primary ul li{
	border: 0px solid black;
	list-style-type: none;
	float: left;
	width: 185px;
	margin: 0px;
	padding: 0px;
}

/*** SERVICES ***/
#nav-primary  ul li  a.nav-services{
	text-decoration: none;
	height: 48px;
	border: 0px solid white;
	display: block;
	background: url(site-images/nav-ourservices-both.jpg) no-repeat 0px 0px; 
}
#nav-primary ul li a.nav-services:visited{
	background: url(site-images/nav-ourservices-both.jpg) no-repeat 0px 0px; 
}
#nav-primary ul li a.nav-services:hover{
	text-decoration: none;
	background: url(site-images/nav-ourservices-both.jpg) no-repeat 0px -48px; 
}

#nav-primary  ul li  a.nav-services-on{
	text-decoration: none;
	height: 48px;
	border: 0px solid white;
	display: block;
	background: url(site-images/nav-ourservices-both.jpg) no-repeat 0px -48px; 
}
#nav-primary ul li a.nav-services-on:visited{
	background: url(site-images/nav-ourservices-both.jpg) no-repeat 0px -48px; 
}
#nav-primary ul li a.nav-services-on:hover{
	text-decoration: none;
	background: url(site-images/nav-ourservices-both.jpg) no-repeat 0px -48px; 
}

/*** PROCESS ***/
#nav-primary  ul li  a.nav-process{
	text-decoration: none;
	height: 48px;
	border: 0px solid white;
	display: block;
	background: url(site-images/nav-ourprocess-both.jpg) no-repeat 0px 0px; 
}
#nav-primary ul li a.nav-process:visited{
	background: url(site-images/nav-ourprocess-both.jpg) no-repeat 0px 0px; 
}
#nav-primary ul li a.nav-process:hover{
	text-decoration: none;
	background: url(site-images/nav-ourprocess-both.jpg) no-repeat 0px -48px; 
}

#nav-primary  ul li  a.nav-process-on{
	text-decoration: none;
	height: 48px;
	border: 0px solid white;
	display: block;
	background: url(site-images/nav-ourprocess-both.jpg) no-repeat 0px -48px; 
}
#nav-primary ul li a.nav-process-on:visited{
	background: url(site-images/nav-ourprocess-both.jpg) no-repeat 0px -48px; 
}
#nav-primary ul li a.nav-process-on:hover{
	text-decoration: none;
	background: url(site-images/nav-ourprocess-both.jpg) no-repeat 0px -48px; 
}


/*** WORK ***/
#nav-primary  ul li  a.nav-work{
	text-decoration: none;
	height: 48px;
	border: 0px solid white;
	display: block;
	background: url(site-images/nav-ourwork-both.jpg) no-repeat 0px 0px; 
}
#nav-primary ul li a.nav-work:visited{
	background: url(site-images/nav-ourwork-both.jpg) no-repeat 0px 0px; 
}
#nav-primary ul li a.nav-work:hover{
	text-decoration: none;
	background: url(site-images/nav-ourwork-both.jpg) no-repeat 0px -48px; 
}

#nav-primary  ul li  a.nav-work-on{
	text-decoration: none;
	height: 48px;
	border: 0px solid white;
	display: block;
	background: url(site-images/nav-ourwork-both.jpg) no-repeat 0px -48px; 
}
#nav-primary ul li a.nav-work-on:visited{
	background: url(site-images/nav-ourwork-both.jpg) no-repeat 0px -48px; 
}
#nav-primary ul li a.nav-work-on:hover{
	text-decoration: none;
	background: url(site-images/nav-ourwork-both.jpg) no-repeat 0px -48px; 
}


/*** COMPANY ***/
#nav-primary  ul li  a.nav-company{
	text-decoration: none;
	height: 48px;
	border-right: 1px solid white;
	display: block;
	background: url(site-images/nav-ourcompany-both.jpg) no-repeat 0px 0px; 
}
#nav-primary ul li a.nav-company:visited{
	background: url(site-images/nav-ourcompany-both.jpg) no-repeat 0px 0px; 
}
#nav-primary ul li a.nav-company:hover{
	text-decoration: none;
	background: url(site-images/nav-ourcompany-both.jpg) no-repeat 0px -48px; 
}

#nav-primary  ul li  a.nav-company-on{
	text-decoration: none;
	height: 48px;
	border-right: 1px solid white;
	display: block;
	background: url(site-images/nav-ourcompany-both.jpg) no-repeat 0px -48px; 
}
#nav-primary ul li a.nav-company-on:visited{
	background: url(site-images/nav-ourcompany-both.jpg) no-repeat 0px -48px; 
}
#nav-primary ul li a.nav-company-on:hover{
	text-decoration: none;
	background: url(site-images/nav-ourcompany-both.jpg) no-repeat 0px -48px; 
}

/********* SECONDARY NAVIGATION ***************/
#nav-secondary {
	min-height: 204px;
	width: 223px;
	border-bottom: 1px solid white;
	padding: 0px;
}

#primarynav-header{
	margin-top: 20px;
	margin-left: 20px;
	border: 1px solid #999999;
	width: 165px;
	height:25px;
	background: url(site-images/primarynav-header-bg.jpg) no-repeat 0px 0px; 
	padding: 10px 0px 0px 15px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.2em;
}
#nav-secondary-bot{
	background: url(site-images/secondary-nav-bg-top.jpg) no-repeat 0px 0px; 
	height: auto;
	width: 223px;
	margin: 0px;
	border-top: 1px solid white;
	border-left: 0px solid white;


	
	
}
#nav-secondary ul{
	border: 0px;
	margin: 0px 0px 10px 20px;
	padding: 0px;
	display: block;

	width: 165px;
	min-height:27px;

	font-size: .95em;

}	
#nav-secondary ul li{
	border-width: 0px 1px 1px 1px;
	border-color: #999999;
	border-style: solid;
	background-color: #ffffff;
	list-style-type: none;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 20px;
	
}

#nav-secondary ul li a{
	color: #666666;
	text-decoration: none;
}
#nav-secondary ul li a:link{
	color: #666666;
}
#nav-secondary ul li a:visited{
	color: #666666;
}
#nav-secondary ul li a:hover{
	color: #000000;
	text-decoration: none;

}

#nav-secondary ul li a.on{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#nav-secondary ul li a.on:hover{
	color: #000000;
	text-decoration: none;

}
#nav-secondary ul li a.on:visited{
	color: #000000;
}

/********* THIRD LEVEL NAVIGATION ***************/
#nav-secondary ul li ul{
	margin: 0px 0px 0px 10px;
	padding: 3px 0px 0px 0px;
}	

#nav-secondary  ul li ul li{
	border: 0px solid black;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
	width: 135px;
}

#nav-secondary ul li ul li a{
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
#nav-secondary ul li ul li a:link{
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
#nav-secondary ul li ul li  a:visited{
	color: #666666;
	font-weight: normal;
}

#nav-secondary ul li ul li a:active{
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
#nav-secondary ul li ul li  a:hover{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#nav-secondary ul li ul li a.on{
	color: #000000;
	text-decoration: none;
	font-weight: normal;

}
#nav-secondary ul li ul li  a.on:link{
	color: #000000;
}

#nav-secondary ul li ul li  a.on:visited{
	color: #000000;
}
#nav-secondary ul li ul li  a.on:hover{
	color: #000000;
	font-weight: normal;
	text-decoration: none;

}


/********* MAIN CONTENT *******/


/*****END MAIN CONTENT ************/


/*********  SITE SPECIFIC HEADER & UTILITY LINKS *****************/
#logo{
	float: left;
	border: 0px solid black;
	padding-right: 2px;
	width: 226px;
}
#utility{
	margin-top: 10px;
	margin-right: 20px;
}
#utility a{
	text-decoration: none;
}
#utility a:hover{
	text-decoration: underline;
}
#utility a:visited{
	text-decoration: none;
}

/********* SIDEBAR STYLES ****************/
/******* LEFT SIDEBAR *************/
.left-sidebar-pod{
	border: 0px #666666 solid;
	width: 225px;
}
.left-sidebar-pod-form{
	margin: 20px 20px 20px 20px;
}
home-pod-form {
	margin: 20px 0px 20px 0px;
}
.left-sidebar-pod p{
	width: auto;
	height: auto;
	background: #ffffff;
	margin: 20px;
}
.left-sidebar-pod h2{
	font-size: 1.2em;
	width: 202px;
	height: auto;
	background:#666666; 
	margin: 0px;
	padding: 5px 0px 8px 20px;
	color: #ffffff;
}
/******* RIGHT SIDEBAR *************/
#right-sidebar-casestudy-hdr{
	background: url(site-images/sidenav-casestudy-hdr.jpg) no-repeat 0px 0px; 
	width: 219px;
	border: 1px solid #666666;
	height: auto;
	padding: 0px;
	margin: 1px 0px 0px 0px;
}
#right-sidebar-casestudy{
	background: #D7DFE3 url(site-images/sidebar-casestudy-bg-top.jpg) no-repeat 0px 0px; 
	width: 174px;
	border-right: 0px;
	margin-top: 8px;
	padding: 0px 20px 20px 25px;

}
#sidebar-casestudy-image{
	top: 30px;
	padding-top: 30px;
}
#right-sidebar-casestudy-hdr h2{
	font-size: 1.2em;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 5px 0px 0px 50px;
	color: #ffffff;
}

.right-sidebar-pod{
	border-right: 1px #666666 solid;
	border-left: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
	width: 219px;
	margin: 0px;
	padding: 0px;
}
.right-sidebar-pod p{
	width: auto;
	height: auto;
	background: #ffffff;
	margin: 20px;
}
.right-sidebar-pod h2{
	font-size: 1.2em;
	border-right: 0px #666666 solid;
	width: 198px;
	height: auto;
	background:#ffffff; 
	margin: 0px;
	padding: 20px 0px 2px 20px;
	color: #333333;
}
.sb-row{
	width: 175px;
	padding: 0px 2px 8px 20px;
	border: 0px solid black;
	margin: 0px;
}
.sb-column1{
	float: left;
	width: 40px;
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
}
.sb-column2{
	float: left;
	width: 125px;
	margin: 0px 0px 0px 4px;
	padding: 0px;
	border: 0px solid black;
}
.right-sidebar-pod-divider{
	border-top: 1px #666666 solid;
	width: 190px;
	height: 1px;
	margin: 20px 0px 0px 18px;
}

/********* MODULAR STYLES ***************/
/*** CASE STUDIES ***/
.thumbnail {
	padding: 1px;
	border: 1px solid #666666;
	margin-bottom: 2px;
	}	
	
#case-study-main{
	border: 1px solid #ffffff;
	width: 707px;
}	
#case-study-hdr{
	float: left;
	width: 201px;
	border-right: 1px solid #ffffff;
	margin-left: 11px;
}
#case-study-projectline{
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	margin: 0px;
	padding: 9px 0px 0px 20px;
	height: 20px;
	width: 461px;
	float: left;
	background: #D7DFE3;
}	
#case-study-description{
	border: 0px solid red;
	margin-top: 30px;
	background: url(site-images/case-study-bg.jpg);
	height: 221px;
}	
#case-study-image{
float: left;
}
#case-study-text{
float: left;
}
#case-study-screenshot{
	margin: 20px 10px 0px 35px;
	float: left;
}
#case-study-description p{
	padding: 20px 0px 0px 25px;
	width: 350px;

}
#case-study-testimonial-link{
	background: url(site-images/icon-testimonial.gif) no-repeat 25px 0px;
	padding: 0px 10px 10px 60px;
	width: 300px;
}	
.case-study-website-link{
	padding: 0px 0px 0px 60px;
	margin-top: -5px;
	width: 300px;
}	
.case-study-back-link{
	padding: 0px 0px 0px 60px;
	margin-top: 5px;
	width: 300px;
}	
#case-study-project{
	float: left;
	width: 400px;
	margin: 10px 0px 0px 30px;
	padding: 0px 20px 20px 0px;
	border-right: 1px solid #666666;
}	
#case-study-tech-highlights{
	border: 0px solid red;
	width: 200px;
	margin: 10px 0px 0px 30px;
	padding: 0px 20px 20px 0px;
	float: left;

}	
#case-study-features{
	width: 650px;
	margin: 10px 0px 0px 30px;
	padding: 20px 20px 20px 0px;
	border-top: 1px dotted #666666;
}	

h2.case-study-projecttitle{
	color: #000000;
	padding: 5px 10px 10px 35px;
	margin-left: -10px;
	background: url(site-images/icon-project.jpg) no-repeat 0px 0px;
	font-size: 14px;
	
}
h2.case-study-techtitle{
	color: #000000;
	padding: 5px 10px 10px 35px;
	margin-left: -10px;
	background: url(site-images/icon-highlights.jpg) no-repeat 0px 0px;
	font-size: 14px;
	
}
h2.case-study-sitefeatures{
	color: #000000;
	padding: 5px 10px 10px 35px;
	margin-left: -10px;
	background: url(site-images/icon-features.jpg) no-repeat 0px 0px;
	font-size: 14px;
	
}

h3.case-study{
	color: #607782;
	padding: 0px;
	margin-bottom: 0px; 
	font-size: 11px;
	
}
.testimonial-column1 {
	float: left;
	width: 175px;
	text-align: left;
	margin: 3px 10px 5px 0px;
	border: 0px solid #ff0000;
	}
.testimonial-column2 {
	float: left;
	width: 230px;
	text-align: left;
	margin: 3px 0px 5px 0px;
	border: 0px solid #00ff00;
	}
.testimonial-column2 h2{
	margin-top: 0px;
}	
/*************** HOME AND CASE STUDIES ***********************/
h2.tech-title{
	color: #000000;
	padding: 5px 10px 10px 45px;
	margin-left: -10px;
	background: url(site-images/icon-tech.jpg) no-repeat 0px 0px;
	font-size: 14px;
}
h2.design-title{
	color: #000000;
	padding: 5px 10px 10px 45px;
	margin-left: -10px;
	background: url(site-images/icon-design.jpg) no-repeat 0px 0px;
	font-size: 14px;
}
h2.architecture-title{
	color: #000000;
	padding: 5px 10px 10px 45px;
	margin-left: -10px;
	background: url(site-images/icon-architecture.jpg) no-repeat 0px 0px;
	font-size: 14px;
}
h2.marketing-title{
	color: #000000;
	padding: 5px 10px 10px 45px;
	margin-left: -10px;
	background: url(site-images/icon-marketing.jpg) no-repeat 0px 0px;
	font-size: 14px;
}

/***************HOME ***************/

.home-mid-row{
float: left;
width: 650px;
padding: 10px 10px 10px 50px;
border: 0px solid red;
}

#home-left-column{
float: left;
width: 745px;
border: 0px solid red;
}
#home-right-sidebar{
float: left;
width: 220px;
min-height: 740px;
margin: 1px 0px 0px 0px;
border: 1px solid #666666;
background: url(site-images/home-sidebar-bg.jpg) no-repeat 2px 0px #D7DFE3;
}
#home-img{
padding: 1px;
height: 220px;
}
#home-locus-title{
background: url(site-images/home-hdr-bg.jpg) no-repeat 1px 0px;
height: 35px;
text-align: left;
}
#home-locus-title h1{
padding: 8px 0px 0px 25px;
color: #ffffff;
font-size: 14px;
display: inline;
float: left;
line-height: 16px;
height: 15px;
  width: 300px;

}
.home-caption{
padding: 2px 0px 0px 0px;
  float: left;
  text-align: right;
  width: 400px;
	color: #ffffff;
	font-size: 10px;
}
.home-row{
width: 645px;
height: 272px;
padding: 15px 20px 0px 50px;
border: 0px solid black;
}
.home-column1{
width: 300px;
padding: 0px 50px 0px 0px;
float: left;
}
.home-column2{
width: 275px;
float: left;
}
.home-row1{
height: 100px;
border: 0px solid black;
}
.home-row2{
border: 0px solid black;
height: 100px;

}
#case-study-vert{
	float: left;

	
}

#home-casestudy{
background: url(site-images/home-case-study-bg.jpg) no-repeat 31px 0px;
height: 209px;
margin-left: 1px;
padding: 0px 0px 0px 10px;
border: 0px solid red;
}
#home-case-study-th{
	padding: 30px 50px 0px 30px;
	
}
#home-casestudy-image{
	float: left;
	padding: 0px 0px 0px 10px;
}
#home-casestudy-text{
	float: left;
	width: 450px;
	padding: 20px 10px 0px 0px;
	border: 0px solid green;
}
#home-casestudy-text h2{
	display: inline;
}


#home-right-sidebar h2{
	font-size: 1.2em;
	border-right: 0px #666666 solid;
	width: 198px;
	margin: 15px 0px 10px 0px;
	
	padding-left: 20px;
	font-size: 14px;
	color: #333333;
}
.home-latestlaunches{
	min-height: 180px;
}
.home-talktous{
	min-height: 120px;
}
.home-fromtheteam{
	min-height: 353px;
}

/********* SITE STYLES ***************/
#top {
display: inline;
margin: 0px;
padding: 0px;
}

.center{
	text-align: center;
}
.right{
	text-align: right;
}
.floatright{
	float: right;
}
.floatleft{
	float: left;
	margin-right: 15px;
}

.border{
	border: 1px solid black;
}
.border-red{
	border: 1px solid red;
}
.border-green{
	border: 1px solid green;
}
.clear{
	clear: both;
}
.hide{
	visibility: hidden;
}
.error{
	color: red;
	font-weight: bold;
}
