.container 
{	
	width: 830px;
	position:relative;
	margin: 0 auto;	
	text-align:left;
	
}

.blue-bar
{
	width:830px;
	height:1px;
	padding-top:20px;
	background-color:#006a9f;
}
	
	* html .blue-bar
	{
		padding-top:0px;
	}

.bottom-bar
{
	float:left;
	width:830px;
	clear:both;
	background-color:#006a9f;
	padding:5px 0px 5px 0px;
	  /*padding-top:18px;*/ 
}
	.bottom-bar a
	{
		 /* display:none;*/ 
		color:white;
		
	}
		
		.bottom-bar a:hover
		{
			text-decoration:underline;
		}


.indent
{
	padding-left:25px;

}
.header
{
	float:left;
	width: 830px;
	background-color:#00788A;
}

.content-outer
{
	float:left;
	width: 830px;
	
	background-image:url(../images/background-repeat.jpg);
	background-repeat:repeat-y;
	
}

.content
{
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	float:left;
	width: 830px;
}

.nav 
{
	float:left;
	display:inline;
	width:169px;
	margin:20px 0px 0px 24px;
	padding:0px 0px 20px 0px;
}

	.nav a
	{
		font-weight:bold;
		font-size:12px;
		display:block;
		color:#004365;
		padding:5px 15px 5px 20px;
		background-color:#ecedbc;
	}

#printbutton {
	display:none;
	position:absolute;
	left:742px;
	top:177px;
	width:58px;
	height:41px;
	z-index:5;
}

	.print
	{
		display:block;
		background:url(../images/print.gif) center right no-repeat;
		padding:4px 18px 4px 6px;
		white-space:nowrap;
		background-color:white;
	}

.highlight
{
	background-color:white !important;
}
.sub-highlight
{
	background-color:#f9faeb !important;
}
.sub-highlight:hover
{
	background-color:white !important;
}
.nav a:hover
{
	background-color:white;

}

#sample-dropdown
{
	display:none;
	
}

	#sample-dropdown a
	{
		padding:3px 15px 3px 40px;
		background-color:#f7f8e4;
	}

#sample-dropdown a:hover
{
	padding:3px 15px 3px 40px;
	background-color:white !important;
}

.left-logos
{
	
	text-align:center;
	width:169px;
	padding:5px 0px 0px 0px;
	background-color:#BFD5C2;

}

	.left-logos img
	{
		padding:0px;
		margin-top:15px;
		background-color:#BFD5C2;
	}
	
		.left-logos a:hover
		{
			background-color:#BFD5C2 !important;
		
		}

.right-column
{
	float:right;
	display:inline;
	width:550px;
	margin:20px 20px 0px 0px;
	padding:20px;
	background-color:white;
	min-height:410px;
}

.floater
{
	float:right;
	width:180px;
	padding:15px 15px 0px 15px;
	margin: 0px 0px 15px 15px;
	border:1px #006a9f solid;
}

	.right-column a
	{
		text-decoration:underline;
	
	}
	
	* html .right-column
	{
		height:320px;
	}

.splash-page
{	
	
	text-align:center;
	vertical-align:middle;
	background-image:url(../images/splash-background.jpg);
	background-repeat:no-repeat;
	background-position: 20px 20px;	
}
	.splash-page h1
	{
	font-weight:bold;
	padding-top:160px;
	}



.view-samples
{
	float:left;
	font-size:12px;
	font-weight:bold;
	padding:6px 13px 6px 13px;
	background-color:#ecedbc;

}
.next
{
	text-align:right;
	float:right;
	width:200px;
	padding:6px 10px 6px 10px;
}

.samples
{
	border:1px #666666 solid;
}
.padding-right p
{
	font-size:11px;
	line-height:13px;
	padding-bottom:10px;
}

.padding-right
{
	padding: 0px 20px 10px 0px;
}
	.padding-right img
	{
		margin-bottom:13px;
	}

.right-footer
{
	float:right;
	width:590px;
	display:inline;
	margin:0px 20px 0px 0px;
	background-color:#BBE4F7;

}
.padding-right-zero
{
	padding: 0px 0px 0px 0px;
}

.subhead
{
	font-size:18px;
	font-style:italic;
	font-weight:normal;

}

.clearAll
{
	height:1px;
	clear:both;
}
