/*
-----------------------------------------------
Hanley Center
Author:   Mark McGhie
----------------------------
CHANGES:

------------------- */
/* =Start with these
----------------------------------------------- */
body {
	background:white;
	margin:0;
	padding:10px;
	color:#000;
	font-size: small;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-style: normal;
	font-variant: normal;
	line-height: normal; }
h1, h2, h3, h4, ul, li, form {
  margin:0;
  padding:0;
  }
ul, li {
  list-style:none;
  }
/* =Page
----------------------------------------------- */
body {
	 }
#page {
  margin:0 auto;
  }
#page2 {
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	padding:10px; }
/* =Headings
----------------------------------------------- */


h1 {
	color: #000;
	font-size: 125%;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-transform: capitalize;
	text-align: center;
	letter-spacing: 0.1em;
	vertical-align: middle; }
h2 {
	color: #000;
	font-size: 125%;
	text-transform: capitalize;
	text-align: center;
	letter-spacing: 0.1em;
	vertical-align: middle;
	margin:0;
	padding-top: 5px;
	padding-bottom: 5px; }
  
h3 {
  font-size:110%;
  margin:0.75em 0 0;
  color:#000;
  }
h4.Red {
	color: #7a0127;
	margin-bottom: 4px; }
h4.Green{
	color: #660;
	margin-bottom: 4px; }
/* =Lists
----------------------------------------------- */

/* =Misc
----------------------------------------------- */
p {
  margin:0.75em 0;
  }

p.btn img {
  display:block;
  margin:0 auto;
  }
  
 .ctr {
	text-align: center; }
img.ctr {
    display: block;
    margin-left: auto;
    margin-right: auto }
img.lt {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px; }
img.rt {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px; }
/* = a href
----------------------------------------------- */
a {
  color:#36a;
  }
a img {
  border-width:0;
  }
#content-subColL a{
	color: #7a0227;
	font-weight: bold;
	font-style: italic; 
	text-decoration: underline; }

#content-subColR a {
	color: #660;
	font-weight: bold;
	font-style: italic; 
	text-decoration: underline; 
	}	
	

/* =Header
----------------------------------------------- */
#header {
	background-color: #790127;
	background-repeat: no-repeat;
	background-position: left top;
	width:730px;
	padding-top: 5px;
	padding-bottom: 5px; }

/* =Nav
----------------------------------------------- */
.nav ul{
	visibility: hidden;
	list-style-type: none;
	list-style-image: none;
	display: none; }
.nav li {
	background-image: none;
	display: none; }
.nav li a  {
	visibility: hidden;
	display: none; }
.nav li a:hover  {
	color: #903;
	font-weight: bold;
	text-decoration: underline;
	visibility: hidden;
	padding: 5px;
	display: block; }
	
#logo img {
	display:block; }	
	
/* =Content
----------------------------------------------- */
.italic {
	font-style: italic; }
.bold {
	font-weight: bold; }
.underline {
	text-decoration: underline; }
.boldRed {
	color: #903;
	font-weight: bold; }
.italicRed {
	color: #903;
	
	font-style: italic; }	
	
.italicBoldRed {
	color: #903;
	font-weight: bold;
	font-style: italic; }	
.boldTan {
	color: #660;
	font-weight: bold; }
#content {
  margin:0 0 10px;
  }
#content-side {
	float:left;
	visibility: visible; }
#content-main {
	padding-left: 10px; }

#content-subHolder {
	clear: both;
	margin-top: 20px; }
  
#content-subColL {
	background-color: #c9b2b3;
	width:202px;
	float: left;
	padding: 4px;
	border: solid 1px #7a0127; }
#content-subHolderCTR {
	width:499px;
	float: right;
}
#content-subColM {
	width:230px;
	float: left;
	padding: 4px;
	border: solid 1px #999966; } 
#content-subColR {
	background-color: #cccc99;
	background-image: url(../img/tourch.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width:243px;
	float: right;
	padding: 4px;
	border: solid 1px #666600; } 
/* =lists
----------------------------------------------- */
ul.dot{
	margin-left: 5px;
	padding-left: 10px;
	display: list-item; }

li.dot {
	margin-left: 5px;
	list-style-type: disc;
	list-style-position: inside;
	display: list-item; }

ul.pdf{
	margin-left: 5px;
	padding-left: 10px;
	display: list-item; }

li.pdf {
	margin-left: 5px;
	padding-left: 5px;
	list-style-type: square; }
ul.doc{
	margin-left: 5px;
	padding-left: 10px;
	display: list-item; }

li.doc {
	list-style-type: disc; }	 
ol.num {
	
	 }
li.num {
	
	list-style-type: decimal; }
/* =table
----------------------------------------------- */
td.Tan {
	color: #fff;
	font-weight: bold;
	background-color: #cc9; }	


/* =Footer
----------------------------------------------- */
#footer {
  float:left;
  border-top:6px solid #990033;
  }
#footer hr {
  display:none;
  }
#footer p {
	margin:0;
	padding:10px;
	text-align:center;
	color:#999966;
	}
