@charset "UTF-8";
/* CSS Document */

body
		{
			margin: 0;
			padding: 0;
			font-family: georgia, times, "times new roman", serif;
			color: #000;
			background: url(images/tiffanyblue2bg.png) repeat;
		}
		
		#container
		{
			margin: 0;
			
			background: url(images/sidebarbg.png) repeat-y #fff;
			
		}
		
		.containertext
		
		{ width: 790px; 
		margin-top: 0px;}
		
		#title
		
		{letter-spacing: .2em;
		 border-bottom: 1px #ccc solid;
		 width:790x;
		 text-align: left;
		 font-size: 120%;
		 font-weight: bold;
		}
		
		#banner
		{
		    background: url('images/tiffanyblue2bg.png') repeat-x;
			height:198px;
			/* background-color: #666;
			border-bottom: 1px solid #333; */
		}
		
		#banner h1
		{
			margin: 0;
			padding: .5em;
		}
		
		
		
		ul {margin-top: 1px;}
		
				
		blockquote
		{margin-top:0px;
		  margin-bottom:0px;}
		
		#nav
		{
			float: left;
			width: 161px;
			margin-left: 0px;
			padding-top: 1em;
			
			
		}
		
		#nav p { margin-top: 0; }
		
		#content
		{
			padding-top: 1em;
			margin: 0 2em 0 200px;
			width: 780px;
		}
		
		#content h2 { margin-top: 0; }
		
		#footer
		{
			clear: both;
			background: url(images/tiffanyblue2bg.png) repeat-x;
			padding: 1em;
			text-align: center;
			font-size: 12px;
			color: #fff;
			border-bottom: 0px solid #fff;}
		

.floatleft {float: left; margin:3px; border:1px solid #ccc; background-color: #fff; padding:3px; }


.floatright {float: right; margin:5px; border:1px solid #ccc; background-color: #fff; padding:3px; }

/*Nav Menu */

.glossymenu{
list-style-type: none;
margin: -20px 0;
padding: 0;
width: 160px;
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: url(images/glossyback.gif) repeat-x bottom left;
font: 20px "georgia", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}

.glossymenu li a#active{
background: url(images/glossyback2.gif) repeat-x bottom left;
font: 20px "georgia", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #a60b06;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}



* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 151px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
}

a.pdf  {
          	padding-right: 20px;
          	background: transparent url('http://www.consultants-unlimited.com/test/images/file_acrobat.gif') no-repeat top right;
          	}

