@charset "UTF-8";
body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-size: small;  /*Font size value for IE4/5 on Windows*/
	voice-family: "\"}\"";  /*IE4/5 in Windows will not understand this and believe the rule is over. */
	voice-family:inherit;  /*Allows the rest of browsers to get on with rule*/
	font-size: medium; /*proper value for browsers that implement keywords correctly*/
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	}
	#container { 
	width: 1080px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
		border:0;
	} 
	#header { 
	background: #FFF; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom:0;
	} 
	#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}
	#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	height: 400px;
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 30px 15px 30px; /* padding keeps the content of the div away from the edges */
	}
	#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	}
	#mainContent {  
		margin-left:250px;
		margin-right:250px;
		margin-bottom:0;
		padding:0 20px 0 20px; 
	    border-left:1px dotted #A05C0F;
	    border-right:1px dotted #A05C0F;
	    border-top:0;
	    border-bottom:0;
	    }
}

/* Footer */ 
	#footer { 
		clear:both;
		margin-bottom: 20px;
	    width:1180px;
	    padding:20px; 
	    border-left:0;
	    border-right:0;
	    border-bottom:4px #A05C0F;
	    background-color:#FFF; 
}

/* Style for footer text */
	p.footer {
		font-family: Verdana, Arial, sanserif;
		padding:0 0 0 200px;
		font-size:70%;
		text-align: right;
		margin-right:20px;
    	line-height:150%;
    	color: #000;
    	}
    	
   #footer p {
	border-top:1px solid #A05C0F;
	margin: 0 20px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Rules for headings */ 
  	h1 { 
    	font-size:180%;
    	color:#00CC99;
    	} 
	h2 { 
  		font-size:140%;
  		color:#036;
  		} 
	h3 { 
  		color:#fff;
  		font-size:110%;
  		} 
  	h4 {
  		color:#B71234;
  		font-size:120%;
  		padding:0 0 0.5em 0;
  		border-left:0;
	    border-top:0;
	    border-right:0;
	    border-bottom:0;
  		}
  	h5 {
  		color:#D52B1E;
  		font-size:100%;
  		padding:0;
  		border:0;
  		}
  	h6 {
  		font-family: Georgia, "Times New Roman", serif;
  		font-size: 90%;
  		}

/* Default paragraph styles */ 
  p { 
    color:#000;
    font-size:90%;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height:150%; 
     } 
     
   .frontpage {
    font-size:100%;
    font-family: Georgia, "Times New Roman", Times, serif;
  	font-weight:normal;
  	color:#000;
  	}
  	
  	.clientaddress {
  	font-size:70%; 
  	font-family: Verdana, Arial, sans-serif;
	font-weight:normal;
  	color:#666;
  	}
  	
  	.sidepanel-left {
  	font-size:80%;
  	padding:0 20px 0 0;
  	font-family: Verdana, Arial, sans-serif;
  	color: #949698;
	}
  	
  	 /* style for news byline */
 
 	p.byline {
 		font-family: verdana,arial,sans-serif;
 		font-size:70%;
		color:#666;
		}
  	
  	/* Default table styles */      
  table { 
    border:0;
	border-collapse:collapse;
  	font: 12px Verdana, Arial, sans-serif;
  	font-weight: normal;
  	background-color: #A05C0F;
  	} 
  th, td {
  	border:0;
  	padding:5px;
  	font: 12px Verdana, Arial, sans-serif;
  	font-weight: normal;
  	} 
  	
  th {
  	text-align: left;
  	border-bottom: 1px dotted #fff;
  	border-left: 1px dotted #fff;
  	color:#fff;
  	}
  	
  .currentcasestudy {
  	font-weight:bold;
  	color:#fff;
  	background-color:#D52B1E;
  	}
     

/* Images */
		img
		{
   		border:0;
		} 


	.image_float {
		float:left;
		padding:0 10px 10px 0;
		}
	.image_float_clear {
		clear:both;
		padding:0 10px 10px 0;
		}
	.image_float_right {
		float:right;
		padding:0 0 0 10px;
		}
		
	.spacer {
		clear:both;
		}
		
/* style for rules */

	hr.red {
		color:#002F5F;
		style: dotted;
		}
		
.navbackground {
		background-color:#FFF;
		background-image:/images/sidepanel1.gif;
		background-position: left;
		background-repeat:no-repeat;
		}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Styles for all default lists */

	ul {
		list-style-type:none;
		color:#fff;
		margin:0;
		padding:0 0 0 0px;
		line-height:150%;
		}
	li {
		background: #003366;
		margin:0;
		padding:0;
		border-left:0;
	    border-top:0;
	    border-right:0;
	    border-bottom:1px solid #FFF;
		}
		
	ul a:link, ul a:visited, ul a:hover, ul a:active {
		display:block;
		padding:2px 5px;
		text-decoration:none;
		}
		
	ul a:link {
		color:#fff;
		}
	ul a:visited {
		color:#00CC99;
		}
	ul a:hover {
		color:#000;
		background:#00CC99;
		}
	ul a:active {
		color:#FFF;
		}

	#current a {
		color:#fff;
		font-weight: bolder;
		background-color:#00CC99;
		}

	p a:link {
		color:#B71234;
		text-decoration:none;
		border-bottom:1px dotted #002F5F;
		line-height:150%;
		}
	p a:visited {
		color:#999;
		border-bottom:1px dotted #FC0;
		text-decoration:none;
		}
	p a:hover {
		color:#00985F;
		text-decoration:none;
		}
	p a:active {
		color:#fff;
		text-decoration:none;
		}
		
	th a:link {
		color:#fff;
		text-decoration:none;
		line-height:150%;
		}
	th a:visited {
		color:#FC0;
		text-decoration:none;
		}
	th a:hover {
		color:#00CC99;
		text-decoration:none;
		}
	th a:active {
		color:#000;
		text-decoration:none;
		}
		