/***********************************************/
/* mkgallery.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body {
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	line-height: 2em;
	font-size: 90%;
	color: #000066;
	overflow: auto;
	display: table-cell;
	margin-left: 1em;
	margin-top: 2em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	}
h2 {
	font-size: 1.15em;
	color: #999999
	}
h3 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 1.15em;
	background-color: #FFFFFF;
	color: #999999;
	margin-left: 250px;
	}
h4 {
	background-color: #FFFFFF;
	color: #000066;
	font-size: 1.15em;
	margin-left: 250px;
	}

a:link, a:visited, a:hover {
	color: #000066;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */


ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Verdana,sans-serif;
 color: #334d55;
}
				
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 10px;
	padding: 0px 0px 0px 10px;
}

#content{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;	
	font-size: 95%;
	margin-left: 250px;
	margin-right: 100px;
	background-color: #FFFFFF;  	
	color: #000066;
	}
/************* #globalNav styles **************/

#globalNav{
	color: #999999;
	border-bottom: 5px solid #cccccc; 
	border-top: 5px solid #cccccc;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	margin-top: -36px;
}
/* '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;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-bottom: 5px solid #cccccc;
	border-top: 5px solid #cccccc;
	font-size: 75%;
	color: #000066;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0 auto;
	
}
/* 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: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #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: 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;}

