	/* CSS Document */
/*
#############################################################
#######################layout ###############################
#############################################################*/
.workimage {
	margin-top:20px
	}
img {
	border: 0;
	}
/*
#############################################################
#######################layout ###############################
#############################################################*/
body {
	background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container {
	position: absolute; 
	margin: -224px 0 0 -450px; 
	width: 900px; 
	height: 446px; 
	top: 50%; 
	left: 50%;
	background-color:#FFFFFF;
	}
#topstrap {
	height: 20px;
	padding-left: 175px;
	width: 725px
	}
#main {
	height: 405px;
	width: 860px;
	float: left;
	background-color: #e5e5e5;
	margin: 0px 20px 0px 20px;
	}
#leftnav {
	width: 155px;
	margin-top: 50px;
	height: 355px;
	float: left;
	}
#middle {
	width: 563px;
	height: 405px;
	float: left;
	margin-bottom:0;
	}
#topsplash {
	width: 563px;
	height: 50px;
	}
#maintext {
	width: 550px;
	padding-top: 0px;
	height: 340px;
	overflow: hidden;
	margin-bottom:0
		}
#right {
	width: 142px;
	height: 405px;
	float: right;
	}
#logo {
	width:123px;
	height: 130px;
	}
#rightspace {
	width: 123px;
	height: 30px;
	vertical-align:bottom;
	}
#bottomfill {
	width: 100%;
	height: 20px;
	}
/*
#############################################################
########     image layout - work section       #############
#############################################################*/

#imgshell {
	padding-top: 10px;
	height:280px; 
	width: 516px; 
	float: left;
	}
#imgskin {
	float:left; 
	height:280px; 
	width: 497px;
	}
#rightholder {
	height:280px; 
	width: 19px; 
	float: left;
	}
#rightpad {
	width: 19px; 
	height: 257px;
	}
#magimage {
	height:23px; 
	width: 19px;
	margin-top: 257px;
	}
/*
#############################################################
########              MAIN NAV                  #############
#############################################################*/
#mainnav {
	width: 860px;
	height: 20px;
	margin-left: 20px;	
	}
.links	{
width: 19%; 
float:left;
}
/*
#############################################################
########              SUBNAV                    #############
#############################################################*/
.client {
border-top: 1px solid #ffffff;
border-bottom: 0px solid #ffffff;
margin-bottom: 0;
width: 79px;
height:43px;
	}
.clientsub {
border-top: 1px solid #ffffff;
border-bottom: 0px solid #ffffff;
margin-bottom: 0;
width: 79px;
text-align: center;
padding-top: 14px;
padding-bottom: 10px;	
}
.clientsub2 {
border-top: 1px solid #ffffff;
border-bottom: 0px solid #ffffff;
margin-bottom: 0;
width: 79px;
text-align: center;
padding-top: 10px;
padding-bottom: 8px;	
}
/*
#############################################################
########                TEXT                    #############
#############################################################*/
a {
	color: #037cb5;
	text-decoration: none;
	}
a:hover  {
	color: #000000;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00719d;
	font-weight: bold;
	margin-top: 0px;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin-bottom:-10px;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}
.cyan {
	color: #037cb5;
	}
