
/* This is the "Perfect 'Right Menu' 2 Column Liquid Layout" by Matthew James Taylor. */ 
/* http://matthewjamestaylor.com/blog/perfect-2-column-right-menu.htm */


body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#a7a09a;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	font-family:"Georgia",serif;
}





/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
}

#header {
	background:#e5d9be;
	border-bottom:1px solid #000;
}

#header p, h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}

#header h1 {
	padding: 25px 0px 5px 25px;
	margin: 0px;
	font-size: 1.5em;
}
#header h1 a, #header h1 a:visited, #header h1 a:hover
{
  text-decoration:none;
  color: Black;
}
#header h1 a:hover
{
  color:#b11203;
}
#header a.home:link {
	color:black;
	text-decoration:none;
}

#header a.home:visited {
	color:black;
	text-decoration:none;
}

#header a.home:hover {
	color:#b11203;
	text-decoration:none;
}

#header img {
	padding: 10px 80px 10px 15px;
	margin: 0px;
	float: right;
} 





/* navigation menu */
#layoutdims {
	clear:both;
	background:#b11203;
	border-top:1px solid #000;
	margin:0px;
	padding:6px 5px !important;
	text-align:left;
	color:white;
}

#layoutdims a:link, #layoutdims a:visited {
	color:white;
}
	
#layoutdims a:hover, #layoutdims a:active {
	color:#d0f4df;
	text-decoration:none;
}

.rightnav a:link, .rightnav a:visited{
	color:white;
}
	
.rightnav a:hover .rightnav a:active{
	color:#d0f4df;
	text-decoration:none;
}

span.leftnav { 
	width:80%; 
	display:inline-block;
}

span.rightnav {
	width:15%; 
	display:inline-block; 
	text-align:right; 
	color:white;
}

span a { 
	font-size:1em; 
	margin-left:20px;
}





/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}

.col1 h2 {
margin:10px 0;
padding:0;
}





/* 2 Column (right menu) settings */
.rightmenu .colleft {
	right:0%;			/* right column width */
	background:#f7f4cf;		/* left column background colour */
}
.rightmenu {
	background:#d2d6af;		/* right column background colour */
}
.rightmenu .col1 {
	width:90%;			/* left column content width (left column width minus left and right padding) */
	left:5%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:0%;			/* right column content width (right column width minus left and right padding) */
	left:10%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

.col2 ul {
	list-style-type:circle;
}

.col1 ul {
	list-style-type:disc;
}

.col1 ul ul {
	list-style-type:circle;
}
	
.rightmenu a:link, .rightmenu a:visited {
	color: black;
}

.rightmenu a:hover, .rightmenu a:active {
	color:#b11203;
	text-decoration:none;
}

a.printlink:link,  a.printlink:visited {
	color: blue;
}

a.printlink:hover,  a.printlink:active {
	color:#b11203;
	text-decoration:none;
}



/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	background:#e5d9be;
	border-top:1px solid #000;
}
#footer p {
	padding:10px;
	margin:0;
}

#footer ul {
	margin:15px;
	padding:0;
	list-style:none;
}

#footer li {
	display:inline;
	margin:10px;
	padding:0;
}
	
#footer a:link, #footer a:visited {
	color:black;
}
	
#footer a:hover, #footer a:active {
	color:#b11203;
	text-decoration:none;
}








/* stuff for program finder */


#pageContent {
  width: 75%;
  background-color: white;
  color: #444444;
  border: 2px ridge #888888;
  float:left;
  margin: 10px 0;
  padding: 8px 32px;
}


br.clear {
clear:both;
} 


fieldset,legend {
  border: 2px ridge silver;
}

fieldset {
  padding-top: 12px;
}

legend {
  padding: 8px 12px;
  background-color: white;
  font-weight: bold;
}

	
#filterPane {
  margin-bottom: 16px;
}

.filterItem * {
  margin-right: 4px;
  margin-bottom: 4px;
}

#resultsPane {
  margin-top: 14px;
}

#resultsPane span.none{
  color: silver;
  font-style: italic;
}


#resultsPane table, table.sortable thead {
    font-weight: normal;
	text-align:left;
    margin-top: 12px;
}


#resultsPane th {
  font-weight: normal;
  text-align:left;
  background-color: silver;
  border: 2px outset silver;
  font-size: 0.9em;
 }

#resultsPane td {
  background-color: white;
  padding: 1px 12px;
  font-size: 0.8em;
}

.numnum {
  text-align: right;
}

#resultsPane td:first-child {
  text-align: left;
}

input.numeric {
  width: 100px;
}

input.dateValue {
  width: 64px;
}

p {
margin:0;}


/* end */
