/* Apricot xhtml Stylesheet */


/* Color settings */

body {
	font-size: 12pt;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 110%;
}

img {
	border: 0;
}

img.transparentSpacer {
	height: 1px;
	width: 1px;
}

address {
	margin: 1em 0 1em 1ex;
}

p {
	margin: 2ex 0 2ex 0;
}

ul, ol {

}

li {
	/* margin-left: 4em; */
}

ul.check {
	/* list-style-type: square; */
	/* list-style-image: url("../icons/check.png") */
	list-style: circle outside;
	text-align: left;
}

ul.check li:before {
	margin: -1em;
	content: "\2713\000A0\000A0\000A0\000A0\000A0";
}

.centered {
	text-align: center;
}

.gContainer {
	text-align: left;
}

table.gLayout, table.gLayout td {
	border-width: 2px;
	border-style: solid;
}

table.gLayout tr {
	border-width: 0;
	border-style: solid;
}

#contentHeader {
	height: 130px;	
}

table#contentLayout {
	width: 100%;
}



div.searchBox {
}

#siteSearchContents {
	text-align: left;
	width: 100%;
}

#searchEntryString {
	width: 99%;
}

#goButton {
	float: right;
}

#sideLinkContainer {
	
}

/* 
    Makes a line break element that can help with accessibility
	 for pages, when loaded without stylesheets.  This allows the
	 menu links to be placed on additional lines, but the <br />
	 is ignored when CSS is available.
 */
br.cludge {
	clear: both;
	line-height: 0; 
	display: block;
}

td.left {
}

td.center {
}

td.right {
	text-align: left;
}

#contentContainer {
}

#contentContainer h1, #contentContainer h2, #contentContainer h3, #contentContainer h4, #contentContainer h5, #contentContainer h6 {
	margin: 0.5ex 0 0.5ex 0;
}

#contentContainer table.displayTable {
	border: 0;
}

#contentContainer table.displayTable tr {
	border: 0;
}

#contentContainer table.displayTable tr td {
	border: 0;
	padding-top: 1ex;
}

#contentContainer a, #contentContainer a:link, #contentContainer a:visited, #contentContainer a:active {
	text-decoration: none;	
	font-style: italic;
}

#contentContainer a:hover, #contentContainer a:active {
}


.breadcrumb a, .breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active, .modTime  {
}

.breadcrumb a:hover, .breadcrumb a:active {
}

.newsContainer {
	border-width: 2px;
	border-style: solid;
}

td#sideMenu {
}

#sideLinkContainer a, #sideLinkContainer a:link, #sideLinkContainer a:visited, #sideLinkContainer a:active {
	color: #000000;
}

#sideLinkContainer a:hover, #sideLinkContainer a:active {
	background-color: #884433;
	color: #FFEE66;
	border-color: #000000;
}

#sideLinkContainer a.L1 {
	/* border: 2px solid; */
}

#sideLinkContainer a.L1:before {
	/* content: "\025B6";	*/
	/* display: inline;		*/
}

#sideLinkContainer a.L2:before {
	content: "\000B7 \000A0";
	display: inline;
}

.footer {
	font-size: 80%;
}

.footer, .footer a:link, .footer a:visited, .footer a:active, .footer a:hover, .footer a:active  {
}

.footer a:hover {
}




/* Font formatting only */
.i {
	font-style: italic;
}

.smallNoWrap {
	white-space: nowrap;
	font-size: small;
}

.small {
	font-size: small;
}

.smaller {
	font-size: smaller;
}

.larger {
	font-size: larger;
}

.norm {
	font-weight: normal;
}

.half {
	width: 50%;
}

h1#pageTitle {
	font-size: 200%;
	margin: 0;
	padding: 1ex 0.5em 0 0.5em;
	vertical-align: top;
	clear: both;
}

h1.subheading {
	font-size: 150%;
	line-height: 0.5;
	vertical-align: top;
	margin: 0;
	padding: 0.10em .50em 0.50em 4.0em;
	white-space: nowrap;
}

h2.newsHeader {
	font-size: 125%;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

.topLink {
}

.footer a:link, .footer a:visited, .footer a:active, .footer a:hover, .footer a:active  {
}

.modTime {
}


/* Layout settings */
html {
  width: 100%;
  height: 100%;
  margin-bottom: 1px;
}

body {
	margin: 0;
  	padding: 0;
  	height: 100%;
}

.hideAtOrigin {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
}

/* svendtofte IE max-width hack */
.container {
	position: relative;
}

.gContainer {
  	text-align: left;
}

table.gLayout {
	width: 100%;
}

div.topLink {
	text-decoration: none;
	margin: 1px 0 2px 2px;
	float: right;
	font-weight: bold;
}

.topLinkGroup {
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
	width: 100%;
}

.topLinkGroup, div.topLink {
	height: 3ex;
} 

.topLinkGroup a:link, .topLinkGroup a:visited, .topLinkGroup a:active {
}

.topLinkGroup a:hover, .topLinkGroup a:active {
}

td.left {
	width: 22ex;
	vertical-align: top;
}

td.center {
	vertical-align: top;
}

td.right {
	width: 15ex;
	vertical-align: top;
}

#sideLinkContainer {
}

#sideLinkContainer a, #sideLinkContainer a:link, #sideLinkContainer a:visited, #sideLinkContainer a:active {
}

#sideLinkContainer a {
}

#sideLinkContainer a.L1 {
}

#sideLinkContainer a.L2 {
}

#sideLinkContainer a:hover, #sideLinkContainer a:active {
}

td#contentCell {
	background-color: #FFFFFF;
	margin: 20px;
}

#contentContainer {
	height: 98%;
	text-align: justify;
	padding: 0 3ex 3ex 6ex;
	position: relative;
}



td.breadcrumb {
	vertical-align: bottom;
}

div.breadcrumb {
	font-style: italic;
	position: alsolute;
	bottom: 0;
	left: 0;
}

.breadcrumb a {
	text-decoration: none;
}

div.paragraph {
	margin: 1.12em 0;
}

form.searchBox {
	margin: 0;
	padding: 0;
}

.imgFrame {
	margin: 1em;
}

.imgCaption {
	font-size: 75%;
	font-weight: bold;
	text-align: center;
}

.newsContainer {
	text-align: left;
	margin: 0 0 2px 0;
	padding: 0.3em;
}

.newsStory {
	text-align: justify;
}

div.headContainer {
	height: 100px;
	width: 100%;
	vertical-align: top;
}

div.heading {
	text-align: Center;
}

div.footer {
	margin-top: 0.5em;
}

div.footerLeft {
	text-align: left;
}

div.footerRight {
	text-align: right;
	float: right;
}

.gContainer {
	min-width: 750px;
  	max-width: 1000px;
  	width: auto;
  	width: expression( (document.body.clientWidth > 1000) ? "1000px" : "auto" );
  	margin: 1em 1em 1em 1em;
}

.emptyBottom {
	height: 1em;
	width: 100%;
}

#headerImage {
	height: 150px;
}
