/* ================================ Layout ================================ */

div#container {
	padding: 70px 30px 0 30px;
	width:940px;
	background: rgb(255,255,255) url(/images/bg-full.jpg) repeat-x 0 40px; /* white */
	min-height:500px;
	display:block;
	}

div#container div#copy {
	padding: 0;
	margin: 0 0 0 0;
	text-align:left;
	clear:both;
	position:relative;
	width:940px;
	display:block;
	background:none;
	}
	
*html div#container div#copy {	
	width:940px;
	}
	
div#container div#copy div#primary {
	position:absolute;
	top:0px;
	left:0px;
	margin-left:0px;
	width:260px;
	padding:10px 20px 0 20px;	
	background: url(/images/bg-full-primary.jpg) no-repeat;
	}
	
div#container div#copy div#secondary {
	width:560px;
	padding:10px 20px 0 20px;
	margin: 0 0 3.0em 330px;
	float:none;
	position:relative;
	top:auto;
	right:auto;
	background: url(/images/bg-full-secondary.jpg) no-repeat;	
	}	


div#container div#copy ul {
	list-style-type:none;
	}		
		
div#container div#copy ul li {
	padding-left:16px;
	background: url(/images/bullet.gif) no-repeat 5px 4px;
	font-size:0.9em;
	color:rgb(31,82,117); /* cornflower */
	margin-bottom:1.0em;
	}
	
div#container div#copy ul li ul {
	margin-top:1.0em;
	}	
		
div#container div#copy ul li ul li{
	padding-left:16px;
	background: url(/images/bullet.gif) no-repeat 5px 4px;
	font-size:1.0em;
	color:rgb(31,82,117); /* cornflower */
	margin-bottom:1.0em;
	}
				
/* ================================ Search ================================ */	

font {
	font-size:1.0em;
	font-family: Arial, Helvetica, sans-serif;
	}

table {
	margin:0 0 1.0em 0;
	padding:0;
	border:0;
	border-collapse:collapse;
	background:transparent;
	font-family: Arial, Helvetica, sans-serif;
	}

table caption {
	display:none;
	}

table thead th {
	vertical-align:bottom;
	color: rgb(70,154,208); /* bright blue */
	font-size:0.85em;
	padding-bottom:0.5em;
	text-align:center;
	}	
	
table tbody td {
	background: transparent;
	border:0;
	text-align:left;
	}	
	
table tbody th {
	color: rgb(64,107,134); /* cornflower */
	font-size:0.85em;
	text-align:center;
	vertical-align:middle;
	background: rgb(229,229,229); /* light grey */
	}	
	
table tbody tr.alt th, table tbody tr.alt td {
	background: rgb(241,241,241); /* very light grey */
	}				
	
table ol {
	margin-left:2.0em;
	}	
