/*
-----------------------------------------------
Cooper Design
Author:   Jason Cooper
Version:  Jan 1 2008
----------------------------------------------- */


/* Global
----------------------------------------------- */


/* Remove border around linked images */
img {
	border: 0;
	padding: 0;
	margin: 0;
	}


h1 {
	margin: 0px;
  	padding: 0px;
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 20px;
  	line-height: 15px;	
  	font-weight: normal;
	line-height: 60px
  	}
	
/* div {border: solid 1px silver;} */


	
/* Links
----------------------------------------------- */
a:link, a:visited, a:active {
	color: #8e9a0a;
	text-decoration: none;
	background-color: transparent;
	border-color: #8e9a0a;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	}    

a:hover {
	color: #3b80a3;
	text-decoration: none;
	background-color: transparent;
	border-color: #3b80a3;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: solid;
	}    
	 
	
/* Navigation
----------------------------------------------- */

/* BEGIN DROPDOWN NAVAGATION */

#nav a:hover {
	text-decoration: none;
	}

.nav-bar {
	height: 29px;
	font-family: helvetica, tahoma, sans-serif;
	font-size: 18px;
	float: right;
	width: 365px;
	line-height: 25px;
	position: relative;
	top: 18px;
	}
	
#nav a:link, #nav a:visited, #nav a:active, #nav a:hover {
  	border-style: none;
	}	

.nav-wrapper  {
	width: 365px; 
	height: inherit; 
	margin: auto;
	}

.nav-wrapper ul {
  	padding: 0;
  	margin: 0;
  	list-style: none;
	text-align: left;
	}

.nav-wrapper li {
  	float: left;
  	position: relative;

	}

.nav-wrapper li.sub {
	border-top: 1px solid #575757;
	clear: left;
	}

.nav-wrapper li img {
	display: block; /* IE5, 5.5 */
	}

.nav-wrapper li ul {
  	display: none;
  	position: absolute; 
  	top: 1em;
  	left: 0;
	padding-top: 18px;
	}

.nav-wrapper li>ul {
	top: auto;
	left: auto;
	padding-top: 0; 
	}

.nav-wrapper li:hover ul, 
.nav-wrapper li.over ul{ 
	display: block;  
	}

.nav-wrapper li.sub a {
	display: block;
	width: 125px;	
	padding: 5px 10px;
	background: #404041;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	}

.nav-wrapper li.sub a:hover {
	color: #fff;
	background-color: #a7bb3b;
	}
	
	
/* END DROPDOWN NAVAGATION */		

.navSep {
	padding: 0 15px 0 15px;
  	background-image: url('../media/navSep.gif');
	background-repeat: no-repeat;
	background-position: center;
	}

	
/*-------------------------------------------------------*/	
	
/* Body 
----------------------------------------------- */
body {
  	background-color: #f1f6f6;
  	background-image: url('../media/mainBackground.gif');
	background-repeat: repeat-x;
	font-family: verdana, arial, sans-serif;
  	font-size: 11px;
  	line-height: 15px;
  	color: #404041;
	}

#container {
	margin: 0 auto;
	width: 800px;
	}
	
#header {
	margin: 20px 0 0 0;
  	padding: 0px ; 
    width:800px;
	height: 59px;
 	background-image: url('../media/headerBackground.gif');
	background-repeat: no-repeat;
	}	
	
#title {
	margin: 0px;
  	padding: 0px;
  	width:800px;
	height: 59px;
	}		
	
#main {
	margin: 0px;
  	padding: 10px 20px 20px 20px;
    width:760px;
  	background-color: white;
  	text-align: left;
  	color: #404041;
  	font-size: 11px;
	}	
	
#homeLeft {
	margin: 10px 10px 20px 0px;
  	padding: 0px; 
  	width: 360px;
	}
	#homeLeftHeader {
		padding: 0px;	
		width: 360px;	
		float: left;
  		}	
  	#homeLeftTitle {
		float: left;  
		padding: 0px;	
  		width: 190px;		
  		}
	#homeLeftLink {
		float: right;
		padding: 0px;	
  		width: 160px;	
  		text-align: right;
		}
	#homeLeftBox {
		margin: 0px; 
		padding: 15px 20px 10px 20px;
  		background-color:#fbfbfb;
  		border: solid 1px #e8e8e8;
  		float: left;
		width: 320px;	
  		}
	
#homeRight {
	margin: 0px 10px 10px 0px;
  	padding:0px;
  	width: 352px;
  	float: right;
	}	
	#homeRightTitle {
		float: left; 		
		margin: 0px;
		padding: 0px;	
		width: 120px;
		}
	#homeRightLink {
		float: right;
		margin: 0px;
		padding: 0px;	
		width: 170px;
		text-align: right;
		}
	#homeRightBox {
		margin: 0px;
		padding: 20px;
  		background-color:#fbfbfb;
  		border: solid 1px #e8e8e8;		
  		}	
  		
#quote {
 	padding: 20px 0 0 0;
 	clear: both
 	}
	
#topBar, #bottomBar{
	margin: 0px;
  	padding: 0px;
  	width:800px;
  	}
  	
 .icon {
 	position: relative;
 	top: 1px;
 	}
 	
span.subHeader, .subHeader  {
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 15px;
  	font-weight: normal;
  	color: #2a6373;
  	line-height: 20px;
  	}

.newsitem {
	margin: 0px;
	padding: 0 0 9px 0;	
 	background-image: url('../media/newsArrow.gif');
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 4px;
	}
	
.required {
	color: #a71212;
	}
	
#workNav {
	width: 300px;
	}
	#workNav a:link, #workNav a:visited, #workNav a:active, #workNav a:hover {
  	border-style: none;
	}	
	#workNav ul {
	font-size: 18px;
	line-height: 28px;
    list-style-type: none;
	}
	#workNav ul li{
	font-size: 19px;
	line-height: 35px;
    list-style-type: none; 	
    padding-left: 24px;
	font-family: helvetica, tahoma, sans-serif;
 	}
 	.workNavSep {
 	background-image: url('../media/workNavDot.gif');
 	background-repeat: repeat-x;
 	width: 220px;
 	height: 2px;
 	}
 	#workSelect {
 	background-image: url('../media/workArrow.gif');
	background-repeat: no-repeat;
	background-position: -3px 8px;
	}

#workDisplay {
	width: 370px;
	float: right;
	padding: 0px 30px 0 0;
	}
	
#workDisplay a:link, #workDisplay a:visited, #workDisplay a:active, #workDisplay a:hover {
	border-style: none;
	}	
	
	
	
#clientMatrix td{
	border-right: solid 1px #b3b3b3;
	}
	
	
.matrix {
	background-color:#f2f2f2;
	}
	
.imgLeft {
	float: left;
	padding: 0 10px 10px 0;
	}
	
	
#sitemapLinks {
	list-style-type: square;
	line-height: 26px;
	}

#sitemapLinks li{
	}
	
#sitemapLinks .sub{
	list-style-type: square;
	}
	

.round { 
	-moz-border-radius-topleft:  3px;  /* Firefox */
	-moz-border-radius-topright:  3px;  /* Firefox */
	-moz-border-radius-bottomleft:  3px;  /* Firefox */
	-moz-border-radius-bottomright:  3px;  /* Firefox */

   	-webkit-border-top-left-radius: 3px;  /* Safari/WebKit */
   	-webkit-border-top-right-radius: 3px;  /* Safari/WebKit */
   	-webkit-border-bottom-left-radius: 3px;  /* Safari/WebKit */
   	-webkit-border-bottom-right-radius: 3px;  /* Safari/WebKit */

    border-top-left-radius: 3px;  /* future browsers with CSS3 support */
    border-top-right-radius: 3px;  /* future browsers with CSS3 support */
    border-bottom-left-radius: 3px;  /* future browsers with CSS3 support */
    border-bottom-right-radius: 3px;  /* future browsers with CSS3 support */

    background-color: #fdfff3;
    border: solid 1px #919191;
    padding: 4px 2px 4px 2px;
}	

#contactCol {
	float: right;
	width: 320px;
	margin: 0 10px 0 0;
	} 


/* Footer 
----------------------------------------------- */
#footer {
	margin: 0px;
  	padding: 0px;
  	width:800px;
	height: 67px;
	background-color: #404041;	
	}	
	
	#foot-a {
		margin: 0px;
		padding: 20px 0 0 20px;
		color: #fff;
		text-align:left;
		width: 400px;
		float:left;
		font-family: helvetica, tahoma, sans-serif;
		font-size:13px;
		line-height: 20px;
		border-style: none;
		}	
	
	#foot-b {
		margin: 0px;
		padding: 20px;
		color: #fff;
		font-size:11px;
		line-height: 38px;
		text-align:right;
		font-family: helvetica, tahoma, sans-serif;
		font-size:13px;
		}
			
	#foot-a a, #foot-b a {
		color: #fff;
		text-decoration: none;
		border-style: none;
		}
			
	#foot-a a:hover, #foot-b a:hover {
		color: #a7bb3b;
		text-decoration: none;
		border-style: none;
		}
	
#copyright {
	margin: 0px;
  	padding: 20px 0 0 0 ;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	color: #96999a;
	font-family: helvetica, tahoma, sans-serif;
	font-size:13px;
  	width:800px;
	}
	
.footersep {
	color: #707070;
	}
	
#sitemap {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
	
	
#support {
	color: #96999a;
	text-align: center;
	margin: 0;
	padding: 20px 0 20px 0;
	}
		
	
	#support a:link, #support a:visited, #support a:active {
	color: #8e9a0a;
	text-decoration: none;
	background-color: transparent;
	border-color: #8e9a0a;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: none;
	}    

	#support a:hover {
	color: #3b80a3;
	text-decoration: none;
	background-color: transparent;
	border-color: #3b80a3;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: solid;
	}    
	 