/* CSS Document */

body { 
text-align: center; /*ie5 hack */
margin: 0px; 
padding: 0px; 
	font: 11px Verdana, Arial, sans-serif;
	
}

.table {
		position:relative;
        width:775px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align: left;    
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:775px;
	height:75px;
	z-index:1;
	border: 1px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}
#nav {
	position:absolute;
	left:0px;
	top:174px;
	width:775px;
	height:31px;
	z-index:1;
	border: 1px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	background-image: url(images/nav.jpg);
}
#banner {
	position:absolute;
	left:0px;
	top:116px;
	width:374px;
	height:231px;
	z-index:1;
	border: 1px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}
#content-main {
	position:absolute;
	left:379px;
	top:116px;
	width:291px;
	height:231px;
	z-index:1;
	border: 1px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	padding-left: 9px;
}
#award {
	position:absolute;
	left:680px;
	top:116px;
	width:94px;
	height:231px;
	z-index:1;
	border: 1px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}
#Layer1 {
	position:absolute;
	left:64px;
	top:340px;
	width:7px;
	height:589px;
	z-index:1;
}

#left-content {
	position:absolute;
	left:2px;
	top:32px;
	width:223px;
	height:342px;
	z-index:2;
}
#middle-content {
	position:absolute;
	left:225px;
	top:30px;
	width:550px;
	height:278px;
	z-index:2;
}
#right-content {
	position:absolute;
	left:573px;
	top:30px;
	width:199px;
	height:275px;
	z-index:1;
}

#ServiceSubNav
{
	border-bottom:1px solid #a4a0a6;
	padding-left:5px;
	padding-right:5px;
	height:25px;
	background-color:#e7e0ea;
	background-image:url(images/ServiceNavBG.jpg);
	background-repeat:repeat-x;
	
}

#ServiceSubNav table td
{
	padding-left:10px;
	padding-right:10px;
	height:25px;
	white-space:nowrap;
	
}

#ServiceSubNav a:link
{
	color:#514d59;
	text-decoration:underline;
	display:block;
	padding:5px;
	padding-bottom:6px;
}

#ServiceSubNav a:active
{
	color:#514d59;
	text-decoration:underline;
	padding:5px;
	padding-bottom:6px;
	display:block;
	
	
}
#ServiceSubNav a:visited
{
	color:#514d59;
	text-decoration:underline;
	padding:5px;
	padding-bottom:6px;
	display:block;
	
	
}
#ServiceSubNav a:hover
{
	color:#514d59;
	text-decoration:underline;
	padding:5px;
	padding-bottom:6px;
	background-color:#edeced;
	display:block;
	
	
}

h1
{
	font-size:12px;
	color:#000000;
	margin:0px;
}

.floatRight
{
	float:right;
	margin:8px;
}

/* to make it longer modify this: height:2950px; */
#content {
	position:absolute;
	left:0px;
	top:212px;
	width:775px;
	height:2950px;
	z-index:2;
	border: 1px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	background-image:url(images/back-content.png);
	background-color: #D1CBD4;
	background-position:bottom center;
}
/* to make it longer modify this:  top:3162px; */
#foot {
	position:absolute;
	left:0px;
	top:3162px;
	width:775px;
	height:24px;
	z-index:900;
	border: 1px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
}