
/* .... NOTE: this css document is organised into sections 
according to the general use of the css rules contained within the sections
*/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}
table {
	font-size: 10pt;
}
 /* ///////////// this table#main is what keeps the main table centered, otherwise it clashes with the nav tables*/
table#main {
	font-size: 10pt;
    margin-left:auto;
    margin-right:auto;
}

.or_h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #ff7f00;
}
.gr_h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
}
.gr_nor {
	font-size: 10pt;
	color: #ffffff;
	list-style-type: none;}
	
h1.black {color:black;
				 font-size:12px;
}
h2.major-heading {color:#666;
								 font-size:14px;
}
h3.ten-px {font-size:10px;}
span.ten-px {font-size:10px;}

#main-accordion-page-container {
margin-left:21.5%;
margin-right:auto;
}


/*///////////////////// major navigation links (across top of every page/blue bg) ///////////////////////////*/


a.main-nav:link {
	color: #fff;
	margin-bottom: 0px;
	text-decoration: none;
	font-family:helvetica,sans-serif;
}
a.main-nav:visited {
	color: #cccccc;
	margin-bottom: 0px;
	text-decoration: none;
}
a.main-nav:hover {
	color: #ff5500;
	text-decoration: underline;
	margin-bottom: 0px;
}
a.main-nav:active {
	color: #cccc33;
	text-decoration: none;
	margin-bottom: 0px;
}
a.main-nav:focus {
	color: #ff5500;
	text-decoration: underline;
	margin-bottom: 0px;
}

/* ////////////////////////////////// major nav list css properties ////////////////////*/

li.nav {float:left;
			 list-style-type: none;
			 margin-right:17px;
			 font-size:14px;
			 padding-top:2px;
			 }

/* //////////////////// navigation division ////////////////////////// */

div#navigation {height:30px; margin-left:1px; font-weight:bold;}

/*///////////////////////////links////////////////////////////////////*/

a:link {
	color: #555555;
}
a:visited {
	color: #ccccccc;
}
a:hover {
	color: #ff9900;
	text-decoration: none;
}
a:active {
	color: #cccc33;
	text-decoration: none;
}
a:focus {
	color: #ff9900;
	text-decoration: none;
}

/*///////////////////// dark grey links ///////////////////////////*/


a.dk-grey-links:link {
	color: #444444;
	margin-bottom: 0px;
}
a.dk-grey-links:visited {
	color: #888888;
	margin-bottom: 0px;
}
a.dk-grey-links:hover {
	color: #ff9900;
	text-decoration: none;
	margin-bottom: 0px;
}
a.dk-grey-links:active {
	color: #cccc33;
	text-decoration: none;
	margin-bottom: 0px;
}
a.dk-grey-links:focus {
	color: #ff9900;
	text-decoration: none;
	margin-bottom: 0px;
}


/*///////////////////// orange links ///////////////////////////*/


a.orange-links:link {
	color: #ff9900;
	margin-bottom: 0px;
}
a.orange-links:visited {
	color: #cccccc;
	margin-bottom: 0px;
}
a.orange-links:hover {
	color: #ff5500;
	text-decoration: none;
	margin-bottom: 0px;
}
a.orange-links:active {
	color: #cccc33;
	text-decoration: none;
	margin-bottom: 0px;
}
a.orange-links:focus {
	color: #ff5500;
	text-decoration: none;
	margin-bottom: 0px;
}





/*////////////////////////////////Assorted CSS rules//////////////////////////////////*/


.txtsml {
	font-size: 8pt;
}
.footer {
	color: #ffffff;
	background-color: #000000;
	font-size: 9pt;
}
.newshead {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
h2 {font-size:12px;}

li {line-height:20px;
	 list-style-type: circle;}
	 
li.dk-grey-links {list-style-type: none;}
li.no-circle {list-style-type: none;}

img.subset {
					 position: relative;
					 bottom: -20px;
}
div.space {height:9px;}

.large-text {font-size:16px;
						color:red;
						}
						
.resource-lib {font-size:16px;
								color:red;
								margin-left:-40px;
								padding-left:-40px;
								list-style-type: none;
								margin-bottom:10px;
								}
								
.highlighted-li-heading {font-size: 15px;
												font-weight:bold;
												list-style-type: circle;
												}
.highlighted-li-sub-li {font-size: 12px;
												font-weight:normal;
												list-style-type: square;
												}
.highlighted-li-sub2-li {font-size: 11px;
												font-weight:normal;
												list-style-type: disc;
												}

.mail {
  color:#ff9900;
  font-weight:bold;
}

table.seniors {width:460px;}
td.senior-blue {border:dotted 1px blue;}						 
td.senior-bold {border:dotted 1px red; font-weight:bold;}


li.decimal {list-style-type: decimal}