/****************************************/
/*                                      */
/*	Redmons LLC  Fort Wayne, Indiana    */
/*	File-Name: /site-lib/styles.css     */
/*	Use with www.necong.org             */
/*	CSS File Modified by E. H. Redmon   */
/****************************************/
/*	HTML tag styles                     */
/*	xhtml - Strict                      */ 
/*                                      */
/****************************************/

body{
	margin: 0px;
	font-family: Verdana,sans-serif;
	width: 100%;
	align: center;
	padding-top: 95px;
	padding-left: 2%;
	background: #cccccc url(../site-lib/bg_grad.jpg) fixed;
	}
	

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005fa9;
	text-decoration: none;
	}

a:hover{
	text-decoration: underline;
	}


/************** header tag styles **************/

h1{	
	font: bold 120% Arial,sans-serif;
 	color: #334d55;
 	margin: 0px;
 	padding: 0px;
	}

h2{
 	font: bold 114% Arial,sans-serif;
 	color: #006699;
 	margin: 0px;
 	padding: 0px;
	}

h3{
 	font: bold 100% Arial,sans-serif;
 	color: #334d55;
 	margin: 0px;
 	padding: 0px;
	}

h4{
 	font: bold 125% Arial,sans-serif;
 	color: #000000;
 	margin: 0px;
 	padding: 0px;
	}

h5{
 	font: 100% Arial,sans-serif;
 	color: #334d55;
 	margin: 0px;
 	padding: 0px;
	}


/*************** list tag styles ***************/

ul{
 	list-style-type: square;
	}

ul ul{
 	list-style-type: disc;
	}

ul ul ul{
 	list-style-type: none;
	}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pagewrapper{	
	width:95.6%;
	line-height: 1.2;
	top: 85px;
	left: 2%;
	right: 2%;
	background-color: #ffffff;
	}

#tl {
	position:absolute;
	top: 95px;
	left: 2%;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	}

#tr {
	position:absolute;
	top: 95px;
	right: 2.25%;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	}

#masthead{
	position: absolute;
	top: 5px;
	left: 2%;
	right: 2%;
	width:95.6%;	
	}

#SideBarNav{
	float: right;
	width:16.5%;
	padding-bottom: 100px;
	padding-right: 4px;
	background-color: #f5f7f7;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: 65% Verdana,sans-serif;
	Text-align: center;
	}

#content{
	float: left;
	width: 80.99%;
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 0px;
	}

.boxout{
	float: left;
	width: 225px;
	border-left: none;
	border-right: none;
	padding: 0px 0px 0px 0px;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 20px;
	}
	
#content2{
	width: 755px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 60px;
	margin-right: 10px;
	border-right: none;
	}
	
.boxout2{
	float: left;
	width: 150px;
	border-left: none;
	border-right: none;
	padding: 0px 0px 0px 0px;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 20px;
	}

	
/***********************************************/
/* Component Divs                              */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font: 110% verdana, sans-serif;
	font-weight: 600;
	}


/************** utility styles *****************/

#utility{
	font: bold 65% Verdana,sans-serif;
	position: absolute;
	top: 28px;
	right: 0px;
	color: #919999;
	}

#utility a{
	color: #ffffff;
	}

#utility a:hover{
	text-decoration: underline;
	}


/************** pageName styles ****************/

#pageName{
	padding: 15px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	}

#pageName h2{
	font: bold 150% Arial,sans-serif;
	font-style: italic;
	text-decoration: underline;
	color: #267f26;
	margin:0px;
	padding: 5px;
	}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
	}


/************* Global Menu Styles ****************/

#GlobalMenu{
	width: 100%;
	height: 32px;
	align: center;
	color: #cccccc;
	padding: 0px;
	background-image: url(../site-lib/glbnav_background.gif);
	}
	
ul {
	margin: 0;
	padding: 0;
	}

#GlobalMenu img{
	margin-bottom: -4px;
 	}

#gnl {
	position: absolute;
	top: 48px;
	left:0px;
	}

#gnr {
	position: absolute;
	top: 48px;
	right:0px;
	}

.skipLinks{
	display: none;
	}
	
div#dropdown ul li {   
	font: bold 10px Verdana, san-serif; 
   font-color: #000000;
	list-style-type: none;
	color: #cccccc;
	float: left;
	align: center;
	background-image: url(../site-lib/glbnav_background.gif);	
	}

div#dropdown ul li a {
	top: 18px;
	display: block;
	width: 130px;
	text-align: center;
	text-decoration: none;
	line-height: 32px;
	}

div#dropdown ul li a:hover {
	text-decoration: none;
	color: #000000;
	}


/* The Hidden Dropdown menus ... initially hidden */

div#dropdown ul li ul {
	background-position: top left;
	list-style-type: none;
	position: relative;
	float: left;
	top: 2px;
	left: 0px;
	width: 130px;
	z-index: 9;
	}

div#dropdown ul li ul li {
	margin-top: 0px;
	display: block;
	width: 130px;
	clear: left;
	text-align: center;
	font-weight: 600;
	}

div#dropdown ul li ul li a{
	display: block;
	text-decoration: none;
	color: #b20000;
	}

div#dropdown ul li ul li a:hover{
	text-decoration: none;
	background: #7292b2;
	color: #ffffff;
	}


/* lists nested under hovered list items */

div#dropdown ul li ul {
	display: none;
	}
	
div#dropdown ul li:hover ul {
	display: block;
	}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
	}
	
html>body .feature{
	height: auto;
	}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
	}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	}


/*************** story styles ******************/

.story{
	padding-top: 20px;
	padding-left: 25px;
	font-size: 80%;
	}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
	}

.story p{
	padding: 0px 0px 10px 0px;
	}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
	}

.story a.capsule:hover{
	text-decoration: underline;
	}

td.storyLeft{
	padding-right: 12px;
	padding-bottom: 20px;
	}


/************** siteInfo styles ****************/

#footer{
	clear: both;
	border-top: 1px solid #cccc99;
	font-size: 70%;
	font-weight: 600;
	text-align: center;
	font-color: #ff66cc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	}

#footer img{
	padding: 4px 4px 4px 0px;
	/*vertical-align: middle;*/
	align: center;
	}


/************ sectionLinks styles **************/

#SectionLinks{
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#SectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	}

#SectionLinks a:link, #SectionLinks a:visited{
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(../site-lib/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	}

#SectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #ddeeff;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	}


/**************** advert styles *****************/

#advert{
	padding: 10px;
	align: center;
	}

#advert img{
	display: block;
	}

/********************* end **********************/
