@import url(debug.css);
@import url(reset.css);
@import url(footer.css);
@import url(main.css);
@import url(services.css);
@import url(person.css);
@import url(side.css);
@import url(font-styles.css);

body, html
	{
/*  	background: #555C68 url(../images/backgrounds/WebLogo.00013.jpg) no-repeat center center;  */
/* 	background: #555C68; */
	
	font-family: arial, helvetica, verdana, sans-serif;
	background-attachment: fixed;
	height: 100%;
	}

#background
	{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	background: #555C68;
	}
/*
	
#background-image
	{
	width: 100%;
	height: 100%;
	}
*/

#background-image
	{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -600px 0 0 -960px;
	}

#wrapper
	{
	position: relative;
	width: 985px;
	margin: 0 auto 0 auto;
	}
	
.screen-reader-only /* hides from GUI without hiding from screen readers */
	{
	position:absolute;
 	left:-5000px;
 	top:-5000px;
 	overflow:hidden;
	}
	
#side
	{
	position: absolute;
	top: 0;
	right: 0;
	width: 335px;
	overflow: hidden;
/* 	background: yellow; */
	}
	
#content-wrapper
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 670px;
	}
	
img
	{
	border: none;
	}
	
	
a:link, a:visited
	{
	outline: none;
	}
	
	
	
	
/* buttons */

a.button:link, a.button:visited
	{
	display: block;
	width: 95px;
	height: 31px;
	background: url(../images/buttons.png) no-repeat top left;
	line-height: 28px;
	text-align: center;
	}	
	
a.button:hover
	{
	background-position: 0 -31px;
	}

a.button:active
	{
	background-position: 0 -62px;
	padding: 1px 0 0 1px;
	width: 94px;
	height: 30px;
	}
		
a.get-more-info:link, a.get-more-info:visited, a.get-more-info:hover, a.get-more-info:active
	{
	position: absolute;
/* 	top: 367px; */
	right: 10px;
	
/* 	top: auto; */
	left: 560px;
	}
	
.services-button
	{
	float: left;
	}
		
		
a.back:link, a.back:visited
	{
	width: 112px;
	background-position: -95px 0;
	padding-left: 5px;
	}

a.back:hover
	{
	background-position: -95px -31px;
	}
	
a.back:active
	{
	padding-left: 7px;
	width: 111px;
	background-position: -95px -62px;
	}
	
	
a.rss:link, a.rss:visited
	{
	display: inline-block;
	width: 33px;
	background-position: -212px 0;
	text-indent: -5000px;
	}

a.rss:hover
	{
	background-position: -212px -31px;
	}
	
a.rss:active
	{
	padding: 0;
	width: 33px;
	height: 31px;
	background-position: -212px -62px;
	}
	
	
	
	
	
	
	
	
	
/* nav */

#nav
	{
	display: block;
	background: url(../images/side/nav-bg.png) no-repeat top left;
	height: 44px;
	padding: 0 0 0 20px;
	}

#nav li
	{
	display: block;
	float: left;
	}
	
#nav li a:link, #nav li a:visited
	{
	height: 44px;
	text-align: center;
	line-height: 33px;
	display: block;
	margin: 0 14px 0 0;
	
	height: 34px;
	}
	
	
#nav li a.nav-home:link, #nav li a.nav-home:visited
	{
	text-indent: -5000px;
	width: 33px;
	background: url(../images/side/nav-home.gif) no-repeat top left;
	margin: 0 5px 0 3px;
	}
	
#nav li a.nav-home:hover, #nav li a.nav-home:active
	{
	background-position: 0 -44px;
	}

#nav li.selected a:link, #nav li.selected a:visited
	{
	cursor: default;
	}
	
#nav li.selected a.nav-home:link, #nav li.selected a.nav-home:visited
	{
	background-position: 0 -88px;
	}



















#side .prev-news a:link, #side .prev-news a:visited
	{
	left: 155px;
	}






#loading
	{
	position: fixed;
	top: 50%;
	left: 50%;
	display: block;
	margin: -31px 0 0 -31px;
	padding: 0;
	width: 62px;
	height: 62px;
	background: url(../images/loading-box.png) no-repeat top left;
	}

#loading span
	{
	position: absolute;
	top: 15px;
	left: 15px;
	display: block;
	width: 32px;
	height: 32px;	
	text-indent: -5000px;
	background: url(../images/loading-box-wheel.gif) no-repeat top left;
	}


/*
#loading
	{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -5000px;
	background: url(../images/loading.gif) no-repeat top left;
	
	display: none;
	}
*/
	
	
	
	
	
	
	