/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template gallery_main.html         */
/***********************************************/

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

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

a:link {
	color: #669900;
	text-decoration: none;
}

a:visited {
	color: #666600;
	text-decoration: none;
}

a:hover {
	color: #66CC00;
	text-decoration: underline;
}
/* end of generic link rules */

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

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 200%;
	color: #666666;
	font-style: oblique;
	font-weight: bold;
}

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

h3{
	font-size: 110%;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

}

ul{
	list-style-type: square;
}

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

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

#masthead{
	clear: both;
	width: 100%;
	padding: 15px 0px 75px 0px;
	border-bottom: 6px ridge #999999;
}

#navBar{
	margin: 0 71% 0 0;
	padding: 0px;
	background-color: #333333;
/*	border-right: 1px ridge #333333;
	border-bottom: 1px ridge #333333; */
}

#content{
	float:right;
	width: 68%;
	padding: 10px 20px 0px 20px;
}

#siteInfo{
	clear: both;
	padding: 4px 20px 26px 20px;
	border-top: 3px ridge #cccccc;
	border-bottom: 3px ridge #cccccc;
}

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

#mastheadImg{
	float: left;
	padding: 0px 0px 0px 20px;
}

#mastheadNav{
	float: right;
	padding: 45px 20px 0px 0px;
	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 a {
	font-size: 90%;
	font-weight: bold;
	padding: 0px; 
}

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

#navBar ul a:link, #navBar ul a:hover, #navBar ul a:visited {
	display: block;
	border: #333333;
}

#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 #333333;}

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

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

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 20px 20px 0px 20px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 0px;
}

#sectionLinks a:link{
	padding: 4px 0px 0px 9px;
	width: auto;
}

#sectionLinks a:visited{
	padding: 4px 0px 0px 9px;
}

#sectionLinks a:hover{
	padding: 4px 0px 0px 9px;
}

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

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

/************** .feature classes ***************/

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

.feature img{
	float: left;
	margin: 0px 40px 20px 0px; 
}
/* adjust margins to change separation between the feature image and text flowing around it */

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

#siteNav a{
	float: left;
	padding: 0px;
	font-size: 80%;
	font-weight: bold;
}

#siteCopyright{
	float: right;
	padding: 2px 0px;
	font-size: 80%;
	white-space: nowrap;
}

/************** .border styles ***************/

.logoBorder{
	border: thin solid #CCCCCC;
}

.imageBorder{
	border: 9px ridge #999999;
}
