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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
html{
	text-align:center;
	}

body{
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color: #333333;	
	margin: 0 auto;
	text-align:center;
	width: 90%;
	padding: 0px;
}

div {
/* border-bottom:1px solid black;
Turn this on to see divisions better */
}

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

a:visited {
	color:#660000;
	}


a:hover {
	text-decoration: underline;
	color:#000066;
	cursor: auto;
}

a:target {
border:red 1px dotted;
}

.specimg a:hover img {
	width:200px;
	height:160px;
	padding:5px;
	background-color:#fff;
	border:1px solid #333;
	z-index:100;
	}
/* overrides decoration from previous rule for hovered links */

p {
	font-size:1.25em;
	font-style:normal;
	font-weight:bold;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 2.5em;
color: #006699;
}

h2{
 font-size: 2em;
 color: #333366;
}

h3{
 font-size: 1.75em;
 color: #334d55;
}

h4{
 font-size: 1.5em;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 1.25em;
 color: #334d55;
}

h6 {
	font-size:1em;
	}

ul{
	list-style-type: square;
	line-height:normal;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul ul{
 list-style-type: disc;
 font-size: 1em;
}

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

li li {
	font-size: 1em;
	}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
caption {
	font-variant:small-caps;
	font-weight:bold;
	font-size:1em;
	}
	
table {
	text-align:center;
	}
	
title {
	text-decoration:blink;
	font-style:italic;
	}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/* hide from Mac IE5 \*/
* html #mainframe {
	height:1%;
	}
/* END hide from Mac IE5 */

#mainframe {
	margin: 0 auto;
	text-align:left;
	position:relative;
	/*border:2px solid blue;*/
	}

#masthead{
	margin: 0;
	/*padding: 10px 0px 0px 0px;*/
	text-align:center;
	background-color: #FFFFFF;
}

#middle{
	position:relative;
	width:100%;
	max-width:800px;
	
	padding:0 0 0 5px;
	/*border:2px solid green;*/
	}

#content{
	/*float:right;*/
	left:176px;
	top:0px;
	margin:0 0 0 180px;
	list-style-type: decimal;
	/*border: solid black 2px;*/
}

#newInfo{
	clear:both;
	float:right;
	/*border-bottom: 1px solid black;*/
	}
	
#imgReplace {
	width:200px;
	height:200px;
	}

#imgReplace h1 {
	background-image:url(../images/ExhaustedKen.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	}

#imgReplace span {
	display:none;
	}


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

#siteName{
	background: url(../images/WED_Logo.gif) top no-repeat;
	margin: 0px;
	width: 100%;
	height:120px;
}
#siteName span {
	display:none;
	}



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

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


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

#globalNav{
color: #cccccc;
padding: 0px 0px 10px 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 img{
 display: block;
}

#globalNav a {
	font-size: 1em;
	padding: 0px 4px 0px 0px; 
}


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

.breadCrumb{
	font-size: 1em;
	padding: 5px 0px 10px 10px;
}


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

.feature{
	padding: 0px 0px 10px 10px;
}

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

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


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

.story{
	clear:both;
	padding: 10px 0px 0px 10px;
	}

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

/************* General Styles *****************/
/************* General Styles *****************/
.impt{
	font-weight:bold;
	color:#FF0000;
	}
	
.extspeaker{
	font-weight:bold;
	background-color:#FFFF00;
	text-align:center;
	}

.rad{
	color:#FFFFFF;
	background-color:#000000;
	text-align:center;
	font-weight:bold;
	}
	
.otherspec{
	color:#FFFFFF;
	background-color:#0000FF;
	text-align:center;
	font-weight:bold;
	}

.headings{
	color:#FFFFFF;
	background-color:#666666;
	text-align:center;
	font-weight:bold;
	}
	

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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* 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;
}

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

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


/*********** #navBar link styles ***********/
#navBar{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	left:0px;
	top:12px;
	width:175px;
	background-color: #eeeeee;
	/*border:solid red 2px;*/
}

.box {
	background-color:  #eeeeee;
	/*border: 2px solid #eld4co;*/
	padding: 8px;
	}
	
.box:before {
	content: url(../images/top_navbar.gif);
	display: block;
	line-height: 0.1;
	margin:-8px -8px -22px -8px;
	}
	
.box:after {
	clear:both;
	content: url(../images/bottom_navbar.gif);
	display:block;
	line-height:0.1;
	margin:0 -8px -8px -8px;
	}
	
.box h2 {
	background: transparent url(../images/top_navbar.gif) no-repeat top left;
	margin: -8px -8px auto -8px;
	padding: 8px 8px 0 8px;
	}
	
.box > h2 {
	background-image: none;
	margin: 0 0 auto 0;
	padding:0;
	}

#navBar ul a:link, #navBar ul a:visited {display: block;
	background-color: #FFFFFF;
}
#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;}


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

#sectionLinks{
	/*position: relative;*/
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size:1.2em;
}

#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:1.2em;
}

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


/************** #map_buddy styles **************/

#map_buddy{
	/*padding: 10px -10px 0px 10px;*/
	padding-top: 10px;
	margin-right: -10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#advert img{
	display: block;
}


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

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

.p_padded {
	font-size:1.25em;
	font-style:normal;
	font-weight:bold;
	display: block;
	padding: 5px;
}
.journal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #33CC66;
	text-align: center;
}

.topics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFCA;
}
