/***********************************************/
/* 2col_leftNav.css   --Kai HMOA site           */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 95%;
	max-width: 1200px;
	min-width: 750px;
	margin: 0 auto;
	border:solid 1px white;
	list-style: arabic;
	}
.color {
	background-color: #CCCCCC;
}

	
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #999999;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #666666;
}

h5{
 font-size: 100%;
 color: #334d55;
}
h6 {
	font-size: 100%;
	color: #006699;
}

ul{
	list-style-type: square;
	text-align:left;
}
.align-left {
	text-align: left;
}


ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

ol{
 list-style-type: upper-alpha;
}
.ol-numeric {
	list-style-position: outside;
	list-style-type: decimal;
}


ol ol{
 list-style-type: decimal;
}

ol ol ol{
 list-style-type: lower-alpha;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	max-width: 1200px;
}
#masthead-logo {
	border: 4px groove #CC9966;
}


#masthead img{
	border: 4px groove #CC9966;
	overflow: hidden;
}
#navBar{
	margin: 0 75% 0 0;
	padding: 3px 0 0 0;
	background-color: #eeeeee;
	border: 1px solid #ccc;
}

#navBar img {
	float: left;
}

*navBar ol{
	list-style-position: outside;
	list-style-type: disc;
}
#content{
	float:right;
	margin: 0;
	padding: 0 3% 0 2%;
	font-size: medium;
	width: 70%;
}

#content span {
	margin-left: 20%;
}
#content span2 {
	margin-left: 10%;
}
#content ul{
	list-style-position: outside;
}
#content ul li {
list-style-position:}
.center-div {
	margin-left: 15%;
}

#content ul ul {
	list-style-type: circle;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 15px 0px 10px 25px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 20px 0px 20px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 85%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 20px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	border: 2px solid #660000;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10%;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	background-image: url(images/leaf5b.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.story img {
	float: right;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #333333;
	padding: 30px 10px 10px 2%;
	text-align: center;
	background-color: #eeeeee;
	margin-top: 0px;
	vertical-align: middle;
}
.siteinfo p {
	vertical-align: middle;
	text-align: center;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 1px;
	vertical-align: middle;
	border: 2px solid #660000;
	float: left;
	margin: 0;
}

.siteinfotext {
	text-align: center;
	vertical-align: middle;
	padding-right: 60px;
}
.clearboth {
	clear: both;
}



/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
	
}


/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEE;
	}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	list-style-position: inside;
	}

#sectionLinks ol {
	list-style-position: outside;
	list-style-type: disc;
}

#sectionLinks ul ul {
	list-style-type: disc;
	list-style-position: inside;
}
#sectionLinks li li {
	list-style-type: disc;
	list-style-position: inside;
}
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 15px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 20px;
}
.bluefont {
	color: #0033CC;
}


/* gallery elements */


.gallerycontainer{
	height: 700px;
	margin-left: 200px;
	position: relative;
	margin-bottom: 20px;
	padding-top: 20px;
	/*Add a height attribute and set to largest image's height to prevent overlaying*/
}


.thumbnail img{
float:left;
border: 1px solid #663333;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #678989;
}

.thumbnail span, 
.thumbnail span2
{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #CCCCCC;
	padding: 5px;
	border: 1px ridge gray;
	visibility: hidden;
	color: #663333;
	text-decoration: none;
	margin: 460px 0 0 150px;
	left: -1000px;
}
.bdr-groove {
	border: 4px groove #CCCCCC;
	float: left;
	margin: 0 10px 5px 20px;
}
.border-dark {
	border: 2px solid #003333;
}


.thumbnail span img, 
.thumbnail span-2 img 
{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 260px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.thumbnail:hover span2{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 330px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.marginleft10 {
		margin-left: 10px;
}

.marginleft20 {
	margin-left: 20px;
}
.marginleft25 {

	margin-left: 25px;
}

.marginleft40 {
	margin-left: 40px;
}
.marginleft60 {
	margin-left: 60px;
}
.marginleft-10percent {
	margin-left: 5%;
}
.marginleft-20percent {
	margin-left: 20%;
}
/*Gallery Page larger thumbs*/
.thumbs {
	float: left;
	width: 33%;
	margin: 0 auto;
	font-size: 90%;
	text-align: center;
	}
.thumbs img {
	border:3px solid #CCCCCC;
}
.thumbs a {
	text-align:center;
	color: #3286A2;
}
.thumbs img:hover
{
	border: 3px solid #FFFFCC;
}

/*****************************/

.bold-centr {
	font-weight: bold;
	text-align: center;
}
.box {
	margin: 10px;
	float: left;
	width: 70%;
	border: 4px double #993333;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
}
.box-black {

	margin: 10px;
	float: left;
	width: 70%;
	border: 4px solid #333333;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
}

/*table styles*/

table.simple
{
    background-color:#FFFFFF;
    border: none #000 3px;
    width: auto;
}
table.simple td
{
	padding:0 20px 0 0;
	border: none #000 1px;
	height:auto;
	vertical-align:top;
} 

td.narrow {
	min-width: 500px;
}
td.narrow2 {
	min-width: 250px;
}

.data {
    color: #000000;
    text-align: left;
    background-color: #CCCCCC;

}
.toprow {
    font-weight: bold;
    text-align: center;
    background-color: #FFFFCC;
}
.toprow td{
min-width:150px;
}
.leftcol {
    font-weight: bold;
    text-align: left;
    width: 150px;
    background-color: #CCCCCC;

}

