/***********************************************/
/* Basic Sitewide Elements                     */
/***********************************************/ 

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

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, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

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

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

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

h4{
 font-size: 100%;
 font-style: italic;
 font-weight: normal;
 color: #333333;
}

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

ul{
 list-style-type: square;
}

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

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

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

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

#top{
	width: 790px;
	height: 92px;
}

#top img{
	float: left;
	width: 590px;
	height: 92px;
}

#main {
	min-height: 500px;
	width: 790px;
}

#navbar-top{
	float: left;
	width: 199px;
	height: 92px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
}

#navbar-top img{
	position: relative;
	left: 31px;
	top: 19px;
	width: 137px;
	height: 70px;
}

#navbar{
	float: left;
	padding: 0px;
	padding-top: 15px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 199px;
	height: 500px;
}

#content{
   float: left;
	width: 580px;
	margin: 0;
	padding: 10px 0px 10px 10px;
}

#footer{
	height: 40px;
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 5px 10px 0px 10px;
	margin-top: -1px;
}
/* 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" */

#footer img{
	padding: 4px 8px 4px 0px;
	float: left;
}

#footer p{
	margin-top: 6px;
}


/***********************************************/
/*  Standard Content Elements                  */
/***********************************************/

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

#page_name{
	padding: 0px 0px 0px 0px;
}


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

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 90%;
}

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

.contact h2{
	text-decoration: underline;
}

/**  For Pages with 2 column layout  **/
div.column{
	float: left;
	width: 280px;
	margin-right: 10px;
}

div.column input{
	vertical-align: 
	float: right;
	margin: 0px 0px 0px 0px;
}

#dir_list tr td{
	width: 20em;
	margin: 0px 1em 0px 1em;
}

/***********************************************/
/*  Navbar and Header Elements                 */
/***********************************************/

/********** Photo Credits  ****************/

a#photocredits {
	position: absolute;
	top: 77px;
	left: 580px;
	font-size: 60%;
	color: white;
	padding: 0px;
	margin: 0px;
}

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

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

#advert img{
	display: block;
}

#advert p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
