/* ********************* INEWS STORY DISPLAY ********************* */

.storyContent, #homePageStory {
	font-size:0.8em;
	padding:0 0.5em;
	line-height:1.5em;
}

#iNews h2, #contentColumn h3, #contentColumn h4,
#iNews h5, #contentColumn h6 {
	font-family:"arial narrow",arial,helvetica,sans-serif;
	margin:1em 0;
}
#iNews h2 {
	background-color:	#F60000;
	margin: 			0.7em 0 1.2em 0;
	padding:			0.3em 0.6em;
	font-size:  		1em;
	color:  			#FFF;
	font-weight:		bold;
}
#iNews h3 {
	font-size:1.2em;
	color:#F60000;
}
#iNews ul li {
	margin-top:1em;
}

/* *** VIEW STORY NAVIGATION *** */

#storyNavTop {
	margin:2px 0;
	padding:0;
	list-style:none;
	text-align:right;
	font-size:0.8em;
	color:#F00;
	font-family:Verdana !important;
}
#storyNavTop li {
	margin:0;
	padding:0 4px 0 4px;
	list-style:none;
	display:inline;
	border-right:1px solid #F00;
	line-height:1.2em;
	height:1.2em;
	color:#F00;
}
/* Holly Hack \*/
* html #storyNavTop li {padding:0 2px 0 4px;}
/* End Hack */

#storyNavTop li.current   {text-decoration:underline;color:#000;}
#storyNavTop li a:link    {color:#C00;}
#storyNavTop li a:visited {color:#A00;}
#storyNavTop li a:hover   {color:#F00;text-decoration:underline !important;}
#storyNavTop li a:focus   {color:#F00;}
#storyNavTop li a:active  {color:#F00;}



#storyNavBottom {
	margin:2px 0;
	padding:0;
	list-style:none;
	text-align:left;
	font-size:0.9em;
	height:3em;
}
#storyNavBottom li {
	margin:0;
	padding:0 2em 0 0;
	list-style:none;
	float:left;
	display:inline;
	width:7em;
}
#storyNavBottom li a {
	display:block;
	margin:0;
	padding:2px 6px;
	background-color:#C00;
	border:1px solid #A00;
	color:#FFF;
	text-decoration:none;
	width:7em;
	text-align:center;
	font-weight:bold;
}
#storyNavBottom li a:hover {
	background-color:#F00;
}




/* *** LIST STORY PAGE *** */

#iNews #storyList {
	margin:0 0 0 1.5em;
	padding:0;
	list-style:none;
}
#iNews #storyList li {
	margin:1.5em 0;
	padding:0;
	list-style:none;
}
#iNews #storyList li h3 {
	margin:0 0 0.4em 0;
	font-size:1.1em;
}
#iNews #storyList li .date {
	margin:0 0 0.4em 0.5em;
	font-style:italic;
}
#iNews #storyList li .summary {
	margin:0 0 0 0.5em;
}
#iNews #storyList li .storyLink {
	margin:0.3em 0 0 1em;
	font-size:0.9em;
}

#rememberme {
    padding:                5px 0px 0px 0px !important; 
    margin:                 1px 0px 0px 5px !important;
    float:                  left;
    vertical-align:         middle;
    height:                 11px;
    line-height:            11px;
    font-size:10px;
}

#remembertext {
    padding:                0px 0px 0px 0px !important; 
    margin:                 0px 0px 0px 0px !important;
    vertical-align:         middle;
    height:                 11px;
    line-height:            11px;
    font-size:              0.8em;
	float:left;

}

.textBlock {

	width:180px;
}

#customerCheckLogin {
	font-size:0.8em;
	margin:0 auto;
	padding:4px;
	width:400px;
}

#customerCheckLogin h3 {
	border-bottom:1px solid #000;
	padding-bottom:2px;
}

#customerCheckLogin input {
	margin-left:0px !important;
}