@charset "utf-8";
/* CSS Document */
@import url('reset.css');
@import url('typography.css');


body{
	background-color:#f4f4f4;
	margin:auto;
	width:100%;
}
#sidetext {
position: relative;
width: 180px;
margin: auto;
margin-top: 150px;

}

div#status-bar {
	background:url(../images/actionbar/status-bar-bg.png) repeat-x;
	border-bottom: 2px groove #f4f4f4;
	height:40px;
	width:100%;
}
div#status-bar-content {
	margin: 10px auto 0px auto;
	width: 800px;
	word-wrap: break-word;
}
div#status-bar-commands {
	width: 400px;
}
form#search-form {
	float: right;
	width: 200px;
}
p#action-bar {
	background: url(../images/actionbar/actionbar.png) no-repeat; 
	height: 14px;
	float:left;
	padding: 8px 10px;
	width: 200px;
}
p#action-bar a:before {
	content:'| ';
}
p#action-bar a[title="Employees"]:after {
	content:' |';
}
form#search-form input[type="text"]{
	background:url(../images/actionbar/search-field.png) no-repeat;
	border:none;
	height:20px;
	padding: 5px 0px 0px 30px;
	width:203px;
}
form#search-form input[type="submit"]{
	display:none;
}
div#logo {
	background: url(../images/Header/header-bg.png);
	width:100%;
	position:relative;
	height:126px;
	border-bottom:2px groove #f4f4f4;
}

div#header {
	width:801px;
	top:0;
	margin-left:auto;
	margin-right:auto;
	height: 89px;
	
}

div#nav {
	height:36px;
	text-align:center;
}
#navigation {
	  width: 800px;
	  height: 36px;
	  position: relative;
	  background:url(../images/Navigation/nav_main.png) no-repeat;
	  top:-1px;
	  margin-right:auto;
	  margin-left:auto;
}

#navigation li {
	  float:left
}

#navigation li a {
	display: block;
	height: 36px;
	background:url(../images/Navigation/nav_main.png);
	text-indent: -9999px;
}
/*start here*/
/*up state*/
li#nav_services a {
	left: 0px;
	width: 114px;
	background-position: 0 0;
}

li#nav_methods a {
left: 114px;
width: 114px;
background-position: -114px 0;
}

li#nav_experience a {
left: 228px;
width: 114px;
background-position: -228px 0;
}

li#nav_personnel a {
left: 342px;
width: 114px;
background-position: -342px 0;
}

li#nav_media a {
	left: 456px;
	width: 114px;
	background-position: -456px 0;
}

li#nav_about a {
	left: 570px;
	width: 114px;
	background-position: -570px 0;
}

li#nav_contact a {
	left: 684px;
	width: 114px;
	background-position: -684px 0;
}

/*hover state*/
li#nav_services a:hover {
background-position: 0 -36px;
}

li#nav_methods a:hover {
background-position: -114px -36px;
}

li#nav_experience a:hover {
background-position: -228px -36px;
}

li#nav_personnel a:hover {
background-position: -342px -36px;
}

li#nav_media a:hover {
background-position: -456px -36px;
}

li#nav_about a:hover {
background-position: -570px -36px;
}

li#nav_contact a:hover {
background-position: -684px -36px;
}

/*active state*/
li#nav_services a:active {
background-position: 0 -72px;
}

li#nav_methods a:active {
background-position: -114px -72px;
}

li#nav_experience a:active {
background-position: -228px -72px;
}

li#nav_personnel a:active {
background-position: -342px -72px;
}

li#nav_media a:active {
background-position: -456px -72px;
}

li#nav_about a:active {
background-position: -570px -72px;
}

li#nav_contact a:active {
background-position: -684px -72px;
}


/*current state*/
#body_services li#nav_services a {
background-position: 0 -108px;
}

#body_methods li#nav_methods a {
background-position: -114px -108px;
}

#body_experience li#nav_experience a {
background-position: -228px -108px;
}

#body_personnel li#nav_personnel a {
background-position: -342px -108px;
}

#body_media li#nav_media a {
background-position: -456px -108px;
}

#body_about li#nav_about a {
background-position: -570px -108px;
}

#body_contact li#nav_contact a {
background-position: -684px -108px;
}

div#content {
	margin:auto;
	padding-bottom:20px;
	position:relative;
	width: 800px;
	word-wrap: break-word;
}
div#content-top-shadow{
	background:url(../images/bckg/content-top-shadow.png) repeat-x;
	height:50px;
	width:100%;
}
div#content-bottom-shadow{
	background:url(../images/bckg/content-bottom-shadow.png) repeat-x;
	clear:both;
	height:50px;
	width:100%;
}
div#page-wrapper {
	background-color:#ffffff;
	border:1px solid #bababa;
	clear:both;
	height:auto;
	margin-top: 15px;
	overflow:hidden;
	padding:0px 0 15px 15px;
	width:800px;
}
div#sidebar {
	float: right; 
	width: 180px; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
}
div#tickerContainer {
	float:right;
	width: 180px; /* since this element is floated, a width must be given */
	padding: 15px 0 0 0;
}
dl#ticker {
	float:right;
	width: 180px; /* since this element is floated, a width must be given */
}
div#main {
	float:left;
	width:605px;
}
div#main-blank {
	float:left;
	width:800px;
}

div#footer-image {
	background: url(../images/bckg/footer-img.png) repeat-x ;
	border-top: 2px groove #c0c0c0;
	border-bottom: 2px ridge #c0c0c0;
	height:30px;
	width:100%;
}
p#footer-text {
	background:url(../images/bckg/content-top-shadow.png) repeat-x;
	height: 37px;
	padding-top:13px;
	width:100%
}
div#myGallery {
	width:550px;
	height:300px;
}

#myGallery
{
	text-align: left;
	margin: 15px auto;
}	
div#servicelist {
	padding:40px 20px 0 40px;
}
div#Text {
	padding:5px 20px 0 20px;
	font-family: calibri, helvetica, arial;
}
.imageLeft {
	float:left;
	padding-right: 30px;
}
.imageRight {
	float:right;
	padding-left:10px;
}
sitemap.html{
	padding-top:5px;
	list-style: none;
	line-height:20px;
	font-size: 12px;
	color: #306090;
	list-style-position: inside;
	list-style-type: none;
}


