h2 {
font-size: 1.3em;
margin: 20px 0 3px 0;
color: #30557E;
font-weight: normal;
}
li { padding: 0.2em 0; }
ul, ol { padding: 5px 0 10px 0; }

#newsletter {
top: 10px;
left: 10px;
position: absolute;
width: 200px;
background: yellow;
border: 1px dashed #990000;
}
/*
#portfoliopanel {
top: 150px;
left: 10px;
position: absolute;
width: 200px;
background: lightgreen;
border: 1px dashed #990000;
}
#newspanel {
top: 10px;
right: 10px;
position: absolute;
width: 200px;
background: dodgerblue;
border: 1px dashed #990000;
}
*/
/* B A S E   C S S   S T Y L E S */

* {
font-family: Trebuchet MS, arial, helvetica, sans-serif;
margin: 0;
padding: 0;
}
body {
background-color: #999999;
font-size: 80%;
margin: 8px;
}
#shadow {
margin: 0 auto;
padding: 0;
/*padding-bottom: 18px;*/
background: url(../images/shadow.gif) repeat-y;
width: 796px;
}
#page {
width: 780px;
margin: 0 auto;
background-color: #FFF;
overflow: hidden;
}
.imageleft {
margin-top: 4px;
margin-right: 8px;
float: left;
}
.imageright {
margin-top: 4px;
margin-left: 8px;
float: right;
}
#container {
float: left;
margin-bottom: 20px;
}
.thumbnail {
float: left;
margin: 3px 8px 3px 0;
border: 1px solid #969393;
}
.screenshot {
margin-bottom: 10px;
}
#nextlink {
font-size: 1.4em;
}

/* H E A D E R  +  E L E M E N T S */

#header {
padding: 5px;
height: 225px;
position: relative;
background: url(../images/sheffield.gif) no-repeat center;
}
	#logo {
	margin-left: 16px;
	}
	#header h1 {
	position: absolute;
	color: #FFF;
	bottom: 45px;
	left: 16px;
	font-size: 1.6em;
	margin: 0;
	padding: 0;
	}
	#header p {
	position: absolute;
	top: 4px;
	right: 16px;
	}
	#header p span {
	color: #666;
	font-weight: bold;
	/*font-size: 0.9em;*/
	/*letter-spacing: 1px;*/
	background: url(../images/phone.gif) no-repeat center left;
	padding-left: 20px;
	}
	#header p a {
	color: #666;
	}
	#header p a:hover {
	color: #5486BC;
	}
	#llama {
	position: absolute;
	bottom: 8px;
	right: 16px;
	}

/* L E F T   C O L U M N  +  I T E M S */

#leftcolumn {
float: left;
display: inline;
width: 180px;
margin-left: 16px;
}

/* N A V I G A T I O N   1 */
	
#nav1 {
/*overflow: hidden;*/ float: left; width: 780px;
list-style-type: none;
margin: 0;
margin-bottom: 10px;
padding: 0;
background: url(../images/nav-mouseout.gif) repeat-x #666;
}
	#nav1 li {
	float: left;
	padding: 0;
	}
	#nav1 li a {
	text-decoration: none;
	display: block;
	padding: 2px 25px 35px 5px;
	color: #FFF;
	border-right: 1px solid #FFF;
	}
	#nav1 li a.first {
	margin-left: 16px;
	border-left: 1px solid #FFF;
	}
	#nav1 li a.current {
	background: url(../images/nav-current.gif) repeat-x;
	}
	#nav1 li a:hover {
	background: url(../images/nav-mouseover.gif) repeat-x;
	}

/* N A V I G A T I O N   2 */

#nav2 {
position: relative;
padding-top: 8px;
margin-bottom: 10px;
text-align: right;
width: 180px;
background: url(../images/green-top.gif) no-repeat top left;
}
	#nav2 ol {
	list-style-type: none;
	padding: 0px 10px 10px 5px;
	background: url(../images/green-bottom.gif) no-repeat bottom left #B8E200;
	}
	#nav2 li {
	padding: 4px 0;
	line-height: 14px;
	}
	#nav2 li a {
	text-decoration: none;
	display: block;
	padding-right: 15px;
	color: #254363;
	height: 1%;
	}
	#nav2 li a.navcurrent {
	background: url(../images/bullet.gif) no-repeat center right;
	}
	#nav2 li a:hover {
	background: url(../images/bullet-mouseover.gif) no-repeat center right;
	}
/* IE needs a dimension for the box for display:block to work */
* html #nav2 li a {
  height: 1%;
  }


/* N A V I G A T I O N   3 */
#nav3 {
clear: both;
list-style-type: none;
float: left;
width: 780px;
background: url(../images/footer-mouseout.gif) repeat-x #666;
	padding: 0;
	margin: 20px 0 0 0;
}

	#nav3 li {
	float: left;
	padding: 0;
	margin: 0;
	}
	#nav3 li a {
	display: block;
	text-decoration: none;
	padding: 7px 8px 2px 8px;
	color: #FFF;
	border-right: 1px solid #FFF;
	}
	#nav3 li a.first {
	margin-left: 16px;
	border-left: 1px solid #FFF;
	}
	#nav3 li a.current {
	background: url(../images/footer-current.gif) repeat-x;
	}
	#nav3 li a:hover {
	background: url(../images/footer-mouseover.gif) repeat-x;
	}
	
/* N E W S L E T T E R   B O X */

#signuppanel {
margin-bottom: 10px;
text-align: left;
width: 180px;
background: url(../images/blue-top.gif) no-repeat top left #5386BD;
}
	#signuppanel h1 {
	font-size: 1.5em;
/*	font-style: italic; */
	padding: 2px 10px;
	text-align: right;
	color: #29486B;
	}
	#signuppanel h1 span {
	font-style: normal;
	color: #FFF;
	}
	#signuppanel fieldset {
	border: 0;
	padding: 10px;
	background: url(../images/blue-bottom.gif) no-repeat bottom left;
	}
	#signuppanel input {
	width: 100%;
	background: #FFF;
	border: none;
	color: #000;
	margin: 2px 0;
	}
	#signuppanel input.submit {
	width: 45%;
	color: #FFF;
	background: #29486B;
	border: 1px solid #29486B;
	float: right;
	}
	#signuppanel input.submit:hover {
	border: 1px solid #FFF;
	}
	#signuppanel p {
	color: #FFF;
	line-height: 14px;
	padding: 2px 10px;
	font-size: 0.9em;
	}

/* A N N O U N C E M E N T   B O X */

	div#announcement {
	margin-bottom: 10px;
	text-align: left;
	width: 180px;
	
	background: url(../images/grey-top.gif) no-repeat top left #666;
	}
	#announcement div {
		margin: 8px 0 0 0;
		background: url(../images/grey-bottom.gif) no-repeat bottom left #666;
	}
	#announcement h1 {
	color: #FFF;
	font-size: 1.1em;
	padding: 2px 10px;
	}
	#announcement p {
	color: #FFF;
	line-height: 16px;
	padding: 2px 10px 8px 10px;
	}
	#announcement a {
	color: #FFF;
	}
	#announcement a:hover {
	color: #B8E200;
	}
	
/* R I G H T   C O L U M N  +  I T E M S */
	
#rightcolumn {
float: left;
display: inline;
width: 545px;
/* margin-right: 16px; */
margin-left: 18px; 
}
	#rightcolumn h1 {
	font-size: 1.7em;
	margin-bottom: 18px;
	color: #30557E;
	border-bottom: 1px solid #30557E;
	}
	#rightcolumn h2 {
	margin: 20px 0 10px 0; 

/*	font-size: 1.3em;
	margin: 10px 0 3px 0; 
	color: #30557E;
	font-weight: normal; */
	}
	#rightcolumn h3 {
	font-size: 1em;
	margin-bottom: 2px;
	color: #000;
	}
	#rightcolumn div h2 {
	margin-top: 10px;
	padding: 5px 0 3px 0;
	border-top: 1px dashed #30557E;
	margin-bottom: 0;
	font-size: 1em;
	color: #30557E;
	}
	#rightcolumn div h2 a {
	color: #30557E;
	text-decoration: none;
	font-weight: bold;
	}
	#rightcolumn p {
	margin-bottom: 10px;
	}
	#rightcolumn div p.link {
	text-align: right;
	}
	#rightcolumn div p.link a, #rightcolumn a, #rightcolumn div a {
	color: #30557E;
	}
	#rightcolumn div p.link a:hover, #rightcolumn a:hover, #rightcolumn div a:hover {
	color: #666;
	}
	#rightcolumn p.nextlink {
	margin: 20px 0;
	border-top: 1px dashed #30557E;
	font-size: 1em;
	color: #666;
	padding: 10px 0 14px 0;
	border-bottom: 1px dashed #30557E;
	}
	#rightcolumn p.nextlink a {
	font-weight: bold;
	color: #30557E;
	text-decoration: none;
	padding-right: 10px;
	background: url(../images/arrows-big.gif) center right no-repeat;
	}
	#rightcolumn p.nextlink a:hover {
	color: #666;
	background: url(../images/arrows-big-mouseover.gif) center right no-repeat;
	}
	#rightcolumn p.backlink {
	text-align: right;
	}
	#rightcolumn p.backlink a {
	margin-bottom: 20px;
	color: #5486BC;
	}
	#rightcolumn p.backlink a:hover {
	color: #333;
	}
	#rightcolumn p.newsdate {
	color: #8D8D8D;
	}
	#rightcolumn ul {
	list-style-position: inside;
	}
	#rightcolumn ul li {
	margin-left: 10px;
	}

/* A N C H O R S */

#anchors {
list-style-type: none;
}
	
/* I N F O   P A N E L */

#info-panel {
margin-bottom: 10px;
}
	#info-panel table {
	width: 500px;
	padding: 0;
	border: none;
	}
	#info-panel table tr td {
	margin: 0;
	padding: 0;
	color: #666;
	}
	#info-panel table tr td.data a, #info-panel table tr td.data {
	width: 400px;
	color: #30557E;
	}
	#info-panel table tr td.data a:hover {
	color: #333;
	}
	
/* V C A R D */
.vcard {
text-align: right;
padding-right: 16px;
padding-top: 6px;
font-size: 0.9em;
clear: both;
height: 58px;
color: #333333;
margin-top: 1px;
background-color: #D9D7D8;
border-bottom: 3px solid #5386BD;
}
	.email {
	display: none;
	}
	.map {
	margin-left: 10px;
	color: #666;
	}
	.map:hover {
	color: #30557E;
	}
	.tel {
	padding-left: 17px;
	background: url(../images/phone-small.gif) no-repeat center left;
	}
	
/* C L I E N T S   B A R */

#clients {
font-size: 0.9em;
margin: 22px 34px;
}
	#clients a {
	color: #333;
	}
	#clients a:hover {
	color: #5486BC;
	}

/* C O N T A C T / N E W S L E T T E R   F O R M   S T Y L I N G */

#standardform { /*background-color: #5386BD;*/ width: 500px; }
	#standardform p { color: #000; margin: 0; padding: 2px 0 10px 0; }
	#standardform form { width: 500px; /*margin: 0 0 10px 0;*/ font-family: arial;  }
	* html #standardform form { height: 1%; }
	#standardform label { padding: 7px 0 2px 0; display: block; color: #FFF; }
	#standardform input, #standardform textarea { /* background-color: #EEEEEE; */ border: 1px solid #3262BD; }
	#standardform div {  background: url(../images/blue-top-large.gif) top no-repeat #5386BD; padding: 5px 10px; }
	#standardform span { color: #990000; margin: 0; }
	#standardform span.error { font-weight: bold; }
	#standardform h2 { background-color: #BCBEC2; color: #000; margin: 0; padding: 3px 10px; border: none; }
	#standardform fieldset { border-width: 0; border-style: solid; margin: 0; padding: 0; width: 480px; }
	#standardform div.submitarea { background: url(../images/blue-bottom-large.gif) bottom no-repeat #5386BD; }
	#standardform div.submitarea input { color: #FFF; background: #29486B; border: 1px solid #29486B; }
	#standardform div.submitarea input:hover { border: 1px solid #FFF; }
	#standardform div.submitarea p { margin: 0; margin-top: 10px; }

/* - - - - - - - - INDEX ONLY STYLES - - - - - - - -  */

/* C O N T E N T */
#contentwrap {
width: 780px;
clear: both;
float: left;
display: inline;
background: url(../images/content-bg.gif) repeat-y;
}
	#content {
	float: left;
	display: inline;
	width: 500px;
	margin-left: 16px;
	}
	#content h1 {
	font-size: 1.7em;
	margin-bottom: 18px;
	color: #30557E;
	border-bottom: 1px solid #30557E;
	}
	#content h3 {
	margin: 0;
	margin-bottom: 3px;
	/*margin-left: 10px;*/
	font-size: 1em;
	color: #5486BC;
	}
	#content a {
	color: #29486B;
	}
	#content a:hover {
	color: #666;
	}
	#content p {
	margin: 0 10px 15px 0;
	}
	#content p.servicetitle {
	border-top: 1px dashed #5486BC;
	padding-top: 10px;
	margin-bottom: 4px;
	font-size: 1.2em;
	}
	#content p.link {
	text-align: right;
	margin-bottom: 20px;
	}
	#content p.link a {
	color: #5486BC;
	}

/* R I G H T   C O N T E N T */
#rightcontent {
float: right;
display: inline;
width: 239px;
padding: 0;
margin: 0;
/*border-left: 1px dashed #5485BC;*/
}



/* S I T E M A P */

#sitemap { 
list-style-type: square;
list-style-position: inside;
margin-left: 15px;
}
	#sitemap ol {
	text-transform: capitalize;
	list-style-position: inside;
	list-style-type: circle;
	padding: 4px 0;
	margin-left: 15px;
	}
	#sitemap ol ol {
	font-style: normal;
	list-style-position: inside;
	list-style-type: disc;
	padding: 6px 0;
	margin-left: 15px;
	}
	#sitemap ol ol li {
	padding: 3px 0;
	}
	
/* Latest News Panel - home page */
#latestnewspanel {
/*	border: 1px solid #F90; */
	width: auto;
	margin: 0 15px;
}
#latestnewspanel h1 {
	text-align: left;
	font-size: 1.4em;
	background: url(../images/title-bg.jpg);
	color: #5486BC;
	margin: 0 0 0.5em 0;
	padding: 0;
}
#latestnewspanel h1 span {
	font-style: normal;
	font-weight: normal;
	color: #fff;
}

#latestnewspanel h2 {
	font-size: 0.9em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#latestnewspanel p.newsdate {
	margin: 0 0 2px 0;
	color: #636563;
	}
#latestnewspanel p.newslink {
	text-align: right; 
}	
#latestnewspanel p.newslink a {
	color: #5486BC;
}
#latestnewspanel p.newslink a:hover {
	color: #8D8D8D;
}
#latestnewspanel p {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}
#latestnewspanel div {
	width: auto;
	margin-bottom: 6px;
}

#latestnewspanel div img {
	float: left;
	border: 1px solid #969393;
	padding: 0;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	}

p.quote {
	color: #718439; 
	padding: 0;
}
p.quotesource {
	color: #718439;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0;
}

#companyinfo {
font-size: 0.9em;
margin: 10px 34px;
}

#homelist { font-size: 1.1em; padding: 0px; margin: 10px 0px 25px 10px; }
#homelist ul { float: left; width: 230px; }
#homelist li { padding: 0px 0px 5px 8px; margin: 0px 15px; }