
/* Layout */
body {
	background-image:url(../images/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0;
}



#main {
width:750px;
background-image: url(../images/mainback.jpg);
background-repeat:no-repeat;

}

	#menu {
	float:right;
	width: 100%;
	margin-bottom:0px;
	height:50px;
	margin-top:90px;
	}

	#content {
	width: 750px;
	}
		
		#banner {
		
		float:left;
		margin-top: 10px;
		}
		#contentleft {

		float:left;
		width: 510px;
		height:400px;
		margin-left: 10px;
		margin-right: 45px;
		margin-top: 10px;
		}
		
			#leftleft {
			display:inline;
			width:320px;
			float:left;
			}
			
			#leftright {
			display:inline;
			width:150px;
			float:right;
			}
		
					
		#contentright {
		margin-top:10px;
		float:left;
		display:inline;
		width: 153px;
		height:400px;
		}

/* End of Layout */

/*Headings and text */

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#330099;
	border-bottom: 1px red;
	font-weight:bold;
	width: 750px;
	height: 30px;
	background-repeat:no-repeat;
	padding-top: 10px;
	padding-left: 10px;
	margin-top:2px;
	display:block;
}

#contentright h1 {
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#330099;
	font-weight:bold;
	margin-top:10px;
	margin-left: -5px;
	background-image:none;
}

h3 {
font-family:Verdana, Tahoma,;
font-size:12px;
margin-top:10px;
color:#FFFFFF;
width: 500px;
height: 30px;
background-image:url(../images/h2back.png);
background-repeat:no-repeat;
padding-top:7px;
padding-left:15px;
}
	h3 a {
	text-decoration:underline;
	color:#FFFFFF;
	}
	
	h3 a:hover {
	text-decoration:underline;
	color: red;
	}

h4 {
font-family:Verdana, Tahoma,;
font-size:12px;
margin-top:10px;
color:#FFFFFF;
width: 150px;
height: 15px;
background-image:url(../images/h4back.png);
background-repeat:no-repeat;

}

h2 {
font-family:Arial, Helvetica, sans-serif;
color:#330099;
font-size: 14px;
margin-top:25px;
}

.letter {
font-size:16px;
}

p {
font-family:Arial, Helvetica, sans-serif;
color:#4e3924;
font-size: 12px;
}

#serviceslist {
margin-top: 25px;
margin-bottom: 25px;
margin-left: 0;
padding-left: 0;
list-style: none;
vertical-align: middle;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

	#serviceslist li {
	padding-left: 30px;
	padding-top:2px;
	height:20px;
	background-image: url(../images/plug.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	color:#4e3924;
	}

.biglinks {
	display: block;
	float:left;
	width: 100px;
	height: 110px;
	position: inherit;
	color: #330099;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:14px;
	}
	
.biglinks a{
	color: #330099;
	text-decoration:none;
	}
	
.biglinks a:hover{
	color: red;
	text-decoration:none;
	}

.biglinks img {
	border:none;
	}
	
	.biglinksright {
	display: block;
	width: 120px;
	height: 90px;
	position: inherit;
	color: #330099;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:14px;
	margin-top: 0;
	}
	
	.biglinksright a{
	color: #330099;
	text-decoration:none;
	}

	.biglinksright a:hover{
	color: red;
	text-decoration:none;
	}
	
	.biglinksright img {
	border:none;
	}
	
.headshots {
	display: block;
	width: 120px;
	height: 125px;
	position: inherit;
	color: #330099;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:14px;
	margin-top: 0;
	}
	
.cornerimage {
margin-right: 15px;
margin-bottom: 5px;
}

.link {
color:#FF0000;
text-decoration:none;
}

.link:hover{
color:#FF0000;
text-decoration: underline;
}
#bottommenu {
display:block;
width:100%;
}

#bottommenu a {
color:#330099;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
padding-left:20px;
padding-right:20px;
}

#bottommenu a:hover {
color: red;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
padding-left:20px;
padding-right:20px;
}

.bottomtext {
color: #666666;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
margin-bottom:5px;
}

/* End of Headings and text*/

/* Images */


.sideimage {
  float:left;
  background-color: #B4B4B4;
  margin: 15px 0 0 0px;
  }
.sideimage img {
  display: block;
  position: relative;
  margin: -3px 3px 3px -3px;
  }

/* Menu */

.maintab{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
font: 14px Verdana;
list-style-type: none;
text-align:right;
}

.maintab li{
display: inline;
margin: 0;
width: 100px;
text-align:left;
}

.maintab li a{
text-decoration: none;
padding: 3px 7px;
color: Navy;
width: 100px;
text-align:left;
}

.maintab li a:hover{
color: red;

}

.maintab li.selected a{
color: red;
}

.tabcontent {
	font: 11px Verdana;
	list-style-type: none;
	text-align: right;
	margin-right: 0px;
	margin-top: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.tabcontent li {
display: inline;
margin: 0;
width: 100px;
text-align:left;
}

.tabcontent li a{
text-decoration: none;
padding: 3px 7px;
color: Navy;
width: 100px;
text-align:left;
}

.tabcontent li a:hover{
color: red;
}

.tabcontent li.selected a{ 
color: red;
}

.servicelist {
font-size: 0.6em;
}

select {
 border: 1px solid #330099;
 color:#42301F;
}

input {
 border: 1px solid #330099;
}

textarea {
 border: 1px solid #330099;
}

.button {
 font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #42301F;
 color:#FFFFFF;
 margin-left: 5px;
 margin-top: 8px;
 margin-bottom: 2px;
 border: 1px solid #42301F;
padding:5px;
font-weight: 700;
}

.form-para {
font-size:0.8em;
margin:5px 0px 2px 0px;
font-weight: 700;
}

form {
margin-left: 40px;
}

#sitemap {
 font:normal 16px Arial,sans-serif;
 overflow:hidden;
}
#sitemap ul {
 list-style:none;
 margin:0;
 padding:0;
}
#sitemap li {
 background-color:#eee;
 margin:0 0 -0.1em;
 min-height:1em;
 padding:.2em .4em;
 position:relative;
 width:9em;
}
#sitemap ul ul {
 font-size:90%;
 margin-top:-1.4em;
}
#sitemap ul ul li {
 background:#ddd;
 border-top:0.5em solid #fff !important;
 border-left:0.5em solid #66c;
 left:10.4em;
}
#sitemap ul ul ul li {
 background:#ccc;
 border-color:#9c3;
}
#sitemap ul ul ul ul li {
 background:#bbb;
 border-color:#c93;
}
#sitemap ul ul ul ul ul li {
 background:#999;
 border-color:#c33;
 color:#fff;
}

#casestudy {
height:110px;
}

	/* End of Menu*/
	