/*
-----------------------------------------------------------------------------
Null Browser Defaults
-----------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
/*
-----------------------------------------------------------------------------
Global Default Elements
-----------------------------------------------------------------------------*/
* {
	font-family:Arial, Helvetica, sans-serif;
}
p {
	padding:8px;
}
h1 {
	padding:8px;
	font-size:22px;
}
h2 {
	padding:8px;
	font-size:17px;
}
body {
	text-align:center;
	font-size:13px;
	background-color:#FFF;
}
#content a {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
/*
-----------------------------------------------------------------------------
Container
-----------------------------------------------------------------------------*/
#container {
	position:relative;
	width:802px;
	min-height:675px;
	text-align:left;
	margin:0px auto;
}
/*
-----------------------------------------------------------------------------
Container/Header
-----------------------------------------------------------------------------*/
#header {
	position:relative;
	width:802px;
	height:275px;
}
/*
-----------------------------------------------------------------------------
Container/Header/Banner
-----------------------------------------------------------------------------*/
#banner {
	position:relative;
	width:802px;
	height:73px;
	margin-bottom:7px;
	background-image:url(../images/banner.png);
}
/*
-----------------------------------------------------------------------------
Container/Header/Menu
-----------------------------------------------------------------------------*/
#menu {
	position:relative;
	width:802px;
	height:30px;
	margin-bottom:7px;
	background-image:url(../images/menusliver.png);
	background-repeat:repeat-x;
	color:#FFF;
}
#menu ul {
	list-style:none;
	padding-left:6px;
	padding-top:5px;
}
#menu ul li {
	display:inline;
}
#menu ul li a {
	text-decoration:none;
	color:#FFF;
	font-size:13px;
	padding:5px;
}
#menuleftend {
	position:absolute;
	left:0px;
	top:0px;
	width:7px;
	height:29px;
	background-image:url(../images/menuleftend.png);
	background-repeat:no-repeat;
}
#menurightend {
	position:absolute;
	right:0px;
	top:0px;
	width:7px;
	height:29px;
	background-image:url(../images/menurightend.png);
	background-repeat:no-repeat;
}
/*
-----------------------------------------------------------------------------
Container/Header/Testimonials
-----------------------------------------------------------------------------*/
#testimonials {
	position:relative;
	width:802px;
	height:151px;
	margin-bottom:7px;
	background-image:url(../images/testimonial2.png);
	background-position:top;
	background-repeat:no-repeat;
}
/*
-----------------------------------------------------------------------------
Container/Page
-----------------------------------------------------------------------------*/
#page {
	position:relative;
	width:802px;
	min-height:400px;
}
.listpage ul {
	margin-left:10px;
}
.listpage ul li {
	background-image:url(../images/arrow.png);
	background-position:top left;
	background-repeat:no-repeat;
	list-style:none;
	padding-left:15px;
	display:block;
}
.listpage ul li a {
	padding-left:15px;
	display:block;
}
/*
-----------------------------------------------------------------------------
Container/Page/Leftcolumn
-----------------------------------------------------------------------------*/
#leftcolumn {
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
        height:100%;
    	background-color:#BBD63A;
	color:#FFF;
}
#leftcolumn a {
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
}
#leftmenu, #devcomplete {
	width:200px;
	height:100%;
	background-image:url(../images/leftmenusliver.png);
	background-position:top;
	background-repeat:repeat-x;
}
#leftmenu ul, #devcomplete ul {
	list-style:none;
	padding-top:10px;
	padding-left:15px;
}
#leftmenu ul li, #devcomplete ul li {
	padding-left:15px;
}
#devcomplete ul li a {
	color:#FFF;
	text-decoration:none;
	font-size:14px;
}
#devcomplete ul li {
	margin-bottom:12px;
}
#devcomplete h1 {
	font-size:17px;
}
#devcomplete h2 {
	font-size:16px;
}
#devcomplete h2 a {
	color:#FFF;
}
.devcompletestage {
	margin-left:20px;
}
.devcompletestage li {
	margin-bottom:6px;
}
#leftmenu ul li a {
	text-decoration:none;
	color:#FFF;
	font-size:13px;
	padding:3px;
	display:block;
}
#leftmenu ul li:hover, #devcomplete ul li:hover {
	background-image:url(../images/leftmenuselection.png);
	background-position:left;
	background-repeat:no-repeat;
}
#leftmenuleftsliver {
	position:absolute;
	width:5px;
	height:241px;
	left:0px;
	background-image:url(../images/leftmenuleftsliver.png);
}
#leftmenurightsliver {
	position:absolute;
	width:5px;
	height:241px;
	right:0px;
	top:0px;
	background-image:url(../images/leftmenurightsliver.png);
}
#leftmenutopsliver {
	position:absolute;
	top:0px;
	width:200px;
	height:5px;
	background-image:url(../images/leftmenutopsliver.png);
    background-repeat:no-repeat;
}
#leftmenubottomsliver {
	position:absolute;
	bottom:0px !important;
    bottom:-16px;
	width:200px;
	height:4px;
	background-image:url(../images/leftmenubottomsliver.png);
    background-repeat:no-repeat;
}
/*
-----------------------------------------------------------------------------
Container/Page/Middlecolumn
-----------------------------------------------------------------------------*/
#middlecolumn {
	position:relative;
	margin-left:210px;
	width:589px;
	min-height:400px;
	background-image:url(../images/contentsliver.png);
	background-repeat:repeat-x;
	background-color:#FFF;
	border-left:#EDEDED 1px solid;
	border-right:#EDEDED 1px solid;
}
#contenttopsliver {
	position:absolute;
	width:592px;
	height:7px;
    top:0px !important;
	top:-5px;
	left:-1px;
	background-image:url(../images/contenttopsliver.png);
	background-repeat:no-repeat;
	background-position:left;
}
/*
-----------------------------------------------------------------------------
Container/Page/Middlecolumn/Content
-----------------------------------------------------------------------------*/
#content {
	position:absolute;
	top:15px;
	left:15px;
	width:330px;
	min-height:360px;
}
#content ul {
	margin-left:25px;
}
.bio {
	background-color:#DEEB9F;
    margin-top:8px;
    margin-bottom:4px;
    min-height:200px;
	border:1px solid #BCC07D;
}
.bio img {
	float:left;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
    margin-bottom:5px;
    margin-right:6px;
}
.bio h1 {
	font-size:14px;
}
#talenttoolbox {
	color:#B9D536;
	float:right;
	font-size:11px;
	margin-right:12px;
}
.label {
	color:#999;
	padding:3px;
}
/*
-----------------------------------------------------------------------------
Container/Page/Middlecolumn/Rightcolumn
-----------------------------------------------------------------------------*/
#rightcolumn {
	position:relative;
	margin-top:5px;
    top:10px;
	margin-left:360px;
}
#callback-request, #about-us-right-column, .bullets-right-column {
	position:relative;
	width:220px;
	min-height:140px;
	background-color:#B9D536;
	color:#FFF;
	background-image:url(../images/rightboxtopsliver.png);
	background-position:top;
	background-repeat:no-repeat;
}
#about-us-right-column ul, .bullets-right-column ul {
	margin-left:20px;
	color:#FFF;
}
#callback-request table {
	color:#FFF;
	font-size:11px;
	padding:3px;
}
#callback-request h2 {
	padding-left:25px;
	font-size:15px;
	color:#FFF;
}
#callback-request .label {
	color:#000;
}
#callback-request table .error {
	font-weight:bold;
}
.error {
	color:#F00;
}
#award-winning-service {
	position:relative;
	margin-top:10px;
	width:220px;
	height:223px;
}
.rightboxbottomsliver {
	position:absolute;
	width:220px;
	height:5px;
	bottom:0px !important;
    bottom:-16px;
	background-image:url(../images/rightboxbottomsliver.png);
	background-repeat:no-repeat;
}
#newsletter-signup {
	margin-top:85px;
	margin-left:9px;
}
/*
-----------------------------------------------------------------------------
Container/Footer
-----------------------------------------------------------------------------*/
#brightsite {
	position:absolute;
    right:10px;
    margin-top:10px;
    color:#CCC;
}
#brightsite a {
	color:#BBB;
    text-decoration:none;
}
/*
-----------------------------------------------------------------------------
Accordion
-----------------------------------------------------------------------------*/
.clicktoexpand a {
	cursor:hand;
}
.clients