/*
-----------------------------------------------
Cooper Design
Author:   Jason Cooper
Version:  April 1 2008
----------------------------------------------- */


/* Global
----------------------------------------------- */


/* Remove border around linked images */
img {
	border: 0;
	padding: 0;
	margin: 0;
	}
	
	
/* Pseudo Links
----------------------------------------------- */
a:link, a:visited, a:active  {
	color: #0072bb;
    text-decoration: underline;
	}    

a:hover {
	color: #0072bb;
    text-decoration: none;
	}  
  
	
/* Header 
----------------------------------------------- */	
#logo {
	margin: 0px;
  	padding: 0px 0px 0px 50px;
  	text-align: left;
	}	

	
/* Navigation
----------------------------------------------- */

#cNav {
	margin: 0px;
  	padding: 0px;
  	text-align: right;
  	font-size: 12px;
	}	

#cNav a:link, #cNav a:visited, #cNav a:active  {
	color: #fff;
    text-decoration: none;
	}    

#cNav a:hover {
	color: #fff;
    text-decoration: underline;
	}  

#navcontainer { 
	padding: 0px;
	margin: 0px;
	width: 300px; 
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	}
	
#navcontainer ul
	{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	}

#navcontainer a
	{
	display: block;
	padding: 12px;
	width: 160px;
	background-color: #001595;
	border-bottom: 1px solid #eee;

	}

#navcontainer #active a
	{
	display: block;
	padding: 12px;
	width: 160px;
	background-color: #de0039;
	border-bottom: 1px solid #eee;
	}	
	

#navcontainer a:link, #navlist a:visited
	{
	color: #EEE;
	text-decoration: none;
	}

#navcontainer a:hover
	{
	background-color: #de0039;
	color:#fff;
	}	


/* Body 
----------------------------------------------- */
body {
  	background-color: #efefef;
  	background-image: url("media/bgBody.gif");
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 11px;
  	line-height: 15px;
  	color: #363e7e;
  	text-align: center;
	}

#container {
	margin: 0 auto;
	width: 1037px;
	}
	
#header {
	margin: 0px;
  	padding: 0px;
	background-color: #fff;
	}	
	
#main {
	margin: 0px;
  	padding: 10px 20px 0px 50px;
  	background-color: #fff;
  	background-image: url("media/bgSub.jpg");
  	background-position: top left;
  	background-repeat: repeat-x;
  	text-align: left;
  	font-size: 13px;
  	line-height: 18px;
  	color: #252525;
  	height: 620px;
	}	
	
#mainBio {
	margin: 0px;
  	padding: 10px 20px 0px 50px;
  	background-color: #fff;
  	background-image: url("media/bgSub.jpg");
  	background-position: top left;
  	background-repeat: repeat-x;
  	text-align: left;
  	font-size: 13px;
  	line-height: 18px;
  	color: #252525;
  	  	height: 620px;

	}	
	
#mainHome {
	margin: 0px;
  	padding: 0px;
  	background-color: #fff;
  	height: 490px;
  	background-image: url("images/home_001.jpg");
  	background-position: top left;
  	background-repeat: no-repeat;
	}	
	
#mainClients{
	margin: 0px;
  	padding: 10px 20px 0px 50px;
  	background-color: #fff;
  	background-image: url("media/client-logos.jpg");
  	background-position: top left;
  	background-repeat: no-repeat;
  	text-align: left;
  	font-size: 13px;
  	line-height: 18px;
  	color: #252525;
  	height: 456px;
	}		
	
	
.mainHeader {
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 28px;
  	line-height: 15px;
  	color: #001595;
  	}
  	
.testimonial {
	margin: 0px 10px 10px 10px;
  	padding: 0 20px 20px 20px;
  	float: right;
	width: 280px;
	color: #001595;
	text-align: right;
	/*border: solid 1px #89a4ec;
	background-color: #f4f6fc;*/
	}
	
.testimonial2 {
	margin: 0px 10px 10px 10px;
  	padding: 0 0 20px 20px;
  	float: right;
	width: 280px;
	color: #001595;
	text-align: right;
	/*border: solid 1px #89a4ec;
	background-color: #f4f6fc;*/
	}	
	
#testNull {
	margin:0px;
  	padding: 0px;
	}
		


/* Footer 
----------------------------------------------- */
#footer {
	background-color: #001595; 
	}	

#foot-a {
	color: #fff;
	font-size:11px;
	padding-left:15px;
	text-align:left;
	}	

#foot-b {
	color: #fff;
	font-size:11px;
	padding-right:16px;
	text-align:right;
	}
		
#foot-b a {
	color: #fff;
    text-decoration: none;
	}
		
#foot-b a:hover {
	color: #fff;
    text-decoration: underline;
	}
	
	
	/* SiteBy css */ 
#siteby { 
	width:10px; 
	height:10px;
	float: right;
	background:url('../media/cooper.gif') no-repeat top left; 
	display:inline-block;
	} 
#siteby span { display:none; } 
#siteby a:link, #siteby a:visited { display:block; border-bottom:none; width:10px; height: 10px;  }



	
	
	
