/* Styles for Craig's home page */

td a:link {
	color: #666666; 
	border-bottom: gray 1px dotted;
	text-decoration: none;
}   

td a:visited {
	color: #666666; 
	border-bottom: gray 1px dotted;
	text-decoration: none;
}   


td a:hover {
	border-bottom: red 1px solid;
}

/*  #C11C1C; #FF0000   */

#homepage h1 {
	font-family:Arial, Helvetica, Geneva, sans-serif;
	font-stretch:extra-condensed;
	font-weight: bolder ;
	margin-bottom:  2px;
	margin-right:  0px;
	margin-left:  5px;
	margin-top: 0;
   color: #CC0024  ;
   padding-top: 15px;
   font-size: 18px;
}

/*
#homepage h3 {
	font-size: 15px;
	font-family:Arial, Helvetica, Geneva, sans-serif;
	font-stretch:extra-expanded;
	font-weight: normal;
	margin-bottom:  2px;
	margin-right:  15px;
	margin-left:  5px;
	color: #000000 ;
	}  */

#homepage p {
	font-size: 17px;
	font-family:Arial, Helvetica, Geneva, sans-serif;
	font-stretch:extra-expanded;
	font-weight: normal;
	margin-bottom:  2px;
	margin-right:  15px;
	margin-left:  5px;
	color: #000000 ;

}
	
/*
#homepage2 h3 {
	font-size: 15px;
	font-family:Arial, Helvetica, Geneva, sans-serif;
	font-stretch:extra-expanded;
	font-weight: normal;
	margin-bottom:  2px;
	margin-right:  5px;
	margin-left:  0px;
	color: #000000 ;
	}  */



 
/* Styles for Dorian's word files */

p.NORMAL {
  font-size:12px;
  font-weight: normal;
  color:#666666;
}

P.MYBULLETT {
  font-size:12px;
  font-weight: normal;
  color:#666666;
  margin-left: 6pt;
  list-style-type: square;
  list-style-position: outside;
  margin-bottom: 3pt;
}

P.MYBULLETT_LAST {
  font-size:12px;
  font-weight: normal;
  color:#666666;
  margin-left: 6pt;
  list-style-type: disc;
  list-style-position: outside;
}

P.CHECKLIST {
  font-size:12px;
  font-weight: normal;
  color:#666666;
  margin-left: 6pt;
  list-style-type: square;
  list-style-position: outside;
 
}

p.CAPTION {
  font-size:12px;
  font-weight: bold;
  text-decoration: italic;
  color:#0a286e;
}

p.NUMBERED {
  font-size:12px;
  font-weight: normal;
  color:#666666;
}

p.HEADING_4 {
  font-size:18px;
  font-weight:bold;
  color:#666666;
}

p.HEADING_5 {
  font-size:16px;
  font-weight:bold;
  color:#C11C1C;
}

p.HEADING_6 {
  font-size:14px;
  font-weight:bold;
  color:#666666;
}



/* set overall styles for page */

body {
	margin:0; padding:0; border:0;
	background: url(../_img/gray_gradiant.gif) repeat-x;
	font-family: Arial, Helvetica, Geneva, sans-serif;	
}

/* center all content on page */

#container {
		width: 1000px;
		height: 100%;
		margin: 0 auto;
	
}

#container-matrix {
		width: 100%;
		height: 100%;
		margin: 0;
		
	
}


.searchlink {	
	visibility: hidden;
}

/* remove borders from linked images */

img
{  border-style: none;
}

img.buynowcenter {
	padding-top:  5px;
	padding-left:  45px;
}

/* left side of page */

#leftside {
	float:  left;
	background-color: #fff;
}

/* ad space on right hand side of page */

#adspace {
	float:  left;
	width:  170px;
	height:  620px;
	background-color: #fff;
	padding-left:  10px;
	padding-top:  10px;
}

/* left section header */

#header {
	width:  759px;
	height:  80px;
	margin-bottom: 0px;
	border-right: 1px solid #a5a5a5;
}


#header-matrix {
	width:  759px;
	height:  65px;
	margin-bottom:  0px;
}

#header-matrix img.buy {
     margin-top:  30px;
	margin-left:  25px;
}

#logo
{
	float: left;
	margin-left: 5px;
	margin-top:  5px;
}

#search {
	float: left;
	margin-left:  450px;
	margin-top:  20px;
	font: bold 12px Arial, Helvetica, Geneva, sans-serif;
	
}

.searchbutton {padding:0;margin:0;border:none;background:none;cursor:pointer;}
  * html .searchbutton {cursor:hand;} /* alternate cursor style for ie */

#search input {
	vertical-align: top;
	background-color: #c8c8c8;
	border-style: none;
	width:  125px;
	height: 17px;
}

#search label {
	padding-right: 5px;
	vertical-align: 4px;
}

/* top nav */

#topnav {
	clear: both;
	margin-left: -40px;
	margin-top:  0px;
}


#topnav li{
	float:left;
	display: block;
	height:  23px;
	padding-right:  22px;
	padding-left: 22px;
	padding-top: 10px;
	padding-bottom: 0px;
	background: url(../_img/navbar_gray.gif) repeat-x;
	border-right: 2px solid silver;
}

#topnav li.lastnav {
	border-right:  0px; /* Remove border from last menu item */
	padding-right:  23px;
	padding-left: 23px;
}

#topnav li a {
	font: bold 11px Arial, Helvetica, Geneva, sans-serif;
	color:  #fff;
	text-decoration: none;
}

#topnav li:hover {
	background: url(../_img/navbar_red.gif) repeat-x;
}

#topnav a.active2 {
	color:  black;
	}

/* large graphic on index page */

#statement
{
margin-left: 0px;
margin-right: 0px;
}

/* titlebar for sub-pages */

#titlebar
{
	background-image: url(../_img/titlebar.jpg);
	height: 100%;
	padding-bottom: 1px;
	width:  760px;
	color:  #fff;
}

#titlebar-matrix {
	background-image: url(../_img/titlebar.jpg);
	height: 30px;
	width:  760px;
	color:  #fff;
	margin-bottom:  10px;
}

#titlebar p {
	color:  #fff;
	padding-top:  28px;
	padding-left:  13px;
}

#titlebar-matrix p {
	color:  #fff;
	padding-top:  6px;
	padding-left:  13px;
}


/* main content section */

#content
{
	width:  758px;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	float:  left;
}


/* home page content - 3 column layout */

#col1, #col2, #col3 {
display:  inline;
float: left;
width:  215px;
padding-top:  10px;
}
	
#col1 {
padding-left:  38px;
}

#col1, #col2 {
	padding-right:  35px;
}

#col1 h2 , #col2 h2, #col3 h2, #entry h2, #content h2 {
	color: #be2025;
	font-size: 12pt;
	text-align: left;
}

h2.bump {
	margin-left:  10px;
}


#col1 p, #col2 p, #col3 p {
	font-size: 8.5pt;
	color: #000;
	font-weight: normal;
	font-style: normal;
}



#col2 ul {
	margin-top: 0px;
	list-style-type: none;
	line-height: 11px;
}


#col2 li {
	margin-left:  -40px;
	margin-bottom: 8px;
}


#col1 a, #col2 a, #col3 a  {
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	color: #f00;
	text-decoration: none;
}

#col2 a.bigger  {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #be2025;
	text-decoration: none;
	font-weight: bold;
}
#entry p {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

.asset-body
 {
		font: 12px Arial, Helvetica, Geneva, sans-serif;

}


/* CI comment */

#entry a
{
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #666666 ; 
	border-bottom: gray 1px dotted;
	text-decoration: none;

}

/* CI comment */

#entrywide a
{
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #666666 ;
/*	border-bottom: gray 1px dotted; */
	text-decoration: none;

}

.ff_Nav
{
	margin-top:  10px;	
}

.ff_Nav b
{
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #f00;
	text-decoration: none;
	padding-right:  5px;;

}

#entry img.rightpad {
	margin-right:  15px;
}


#viewhtml a {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #f00;
	text-decoration: none;
}

/* CI edit*/

#col1 a:hover, #col2 a:hover, #col3 a:hover, #entry a:hover, #viewhtml a:hover, #entrywide a:hover {
color: #990033; 
border-bottom:  grey 1px solid;

	}

/* blog entry pages - 1 column layout */

#entry {
	width: 552px;
	padding-left:  12px;
	margin-right:  5px;
	float:  left;
	margin-bottom:  30px;
	margin-top: 5px;
    border-left: 1px solid #990033;
	
}


#entry .first

{
	font-size: 12px;
}


#entry p {
	font-size: 12px;
	top-margin: 0px;
}

#entry p.first {
	padding-left:  -10px;
}

#entry h3 {
	font-size: 14px;
}

#entry .right {
	margin-left:  12px;
	margin-bottom:  2px;
	float:  right;
	margin-top:  13px;
	}

#entry li
{
	font-size: 12px;
}

#entry ul.indent
{
	padding-left:  150px;
}

/* callout boxes for impact zone pages */

#sample img
{
	margin-left:  15px;
}

#options
{
	margin-top: 5px;
	margin-left:  15px;
	width: 272px;
	clear:  right;
	float:  right;
	background-color: #d4d4d4;
}

#viewhtml {
	
	float:  right;
	width: 136px;
	clear: right;
	
}

#viewhtml p
{
	font-weight: bold;
	padding-left:  10px;
}

#buynow {

	float:  right;
	width:  136px;

}


#buynow p {
	font-weight: bold;
	padding-top:  -2px;
	text-align: center;
}




#buynow img {
	margin-top: -5px;
	padding-left:  20px;
	padding-bottom: 5px;		
}

/* CI edit */
#buynow a.link {
	padding-left:  20px;  
	border-bottom: none; border-bottom-style: none;		
}




#options2 {
	
	padding-bottom:  15px;
	margin-bottom: 10px;
	margin-left:  15px;
	margin-top: 5px;
	width: 272px;
	clear:  right;
	float:  right;
	background-color: #d4d4d4;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}

#subscribe {
	width:  150px;
	float: right;
}

#subscribe p {
	padding-left:  2px;
	font-weight: bold;
}

#subscribe label.name {
	text-align: left;
	margin-top: 10px;
	padding-right:  1px;
}

#subscribe label.email {
	text-align: left;
	margin-top: 10px;
}


#subscribe input 
{
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	margin-left: 4px;
	margin-top:  2px;
	margin-bottom: 4px;
	vertical-align: middle;
	background-color: #fff;
	border-style: none;
	width:  105px;
	height: 13px;
}

#button {
	float:  right;
	margin:  0;
	padding:  0;
	width:  105px;
	padding-left:  5px;
	padding-top:  60px;
	padding-right:  5px;
}
/* ads sidebar */

#sidebar {
	width: 160px;
	float:  left;
	margin-left:  10px;
	margin-bottom: 20px;
	margin-right:  0px;
	margin-top: 18px;
	
}

/* bottom nav */

#bottomnav {
	clear:  both;
	margin-left:  -40px;
	padding-top:  5px;
	}
	
#bottomnav li{
	display: inline;
	
}

#bottomnav li a {
	font: 10px Arial, Helvetica, Geneva, sans-serif;
	color:  #f00;
	text-decoration: none;
	border-right: 1px solid #f00;
	padding-right:  7px;
	padding-left:  7px;
}

#bottomnav li a.lastnav {
	border-right:  0px; /* Remove border from last menu item */
	}

#bottomnav li a:hover {
	color: #a3b8cc;
}

/* Left sub-nav */


#subnavcol {
	width: 170px;
	float:  left; 
	padding-right:  5px;
}

#subnav-iz {
	float:  left; 
	width: 170px;
	margin-top:  20px;
	padding-left:  0px;
	padding-bottom:  3px;
}

#subnav-iz li {
	line-height: 14px;
	list-style-type: none;
	padding-left:  5px;
	padding-bottom:  8px;
}



#subnav-iz li.level2 {
	line-height: 16px;
	padding-left:  16px;
}

#subnav-iz li.level3 {
	line-height: 16px;
	padding-left:  28px;
}

#subnav-iz li.last {
	padding-bottom:  0px;
}


#subnav-iz a {
font-size: 12px;
color: #000000;
border-bottom: gray 1px dotted;
text-decoration: none;
}


#subnav-iz a:hover {
	border-bottom: red 1px solid;
}

#subnav-iz a.active{
  font-weight: bold;
  color: #000000;
  border-bottom: red 1px solid;
  text-decoration: none;

}

/* Search results page */

 h1.search-results-header {
		font-size: 14px;
		padding-left:  10px;
}

.search-results-container {
	padding-left:  10px;
	font-size: 14px;
	padding-bottom:  30px;
}

.search-results-container h2 {
	font-size: 14px;
	}
	
.search-results-container a {	
color: #f00;	
text-decoration: none;	
}

.search-results-container a:hover {	
color: #a3b8cc;		
text-decoration: none;
}

.search-results-container br {	
	margin-top: -15px;
}

/* Entry section with no side-nav */
#entrywide {
	float:  left;
	width: 740px;
	padding-left:  10px;
	font-size: 12px;
	padding-bottom:  15px;
}


/* Sitemap */

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

#sitemap ul li {
	padding-top:  5px;
}

#sitemap ul li.level2 {
	padding-top:  5px;
	padding-left:  30px;
}

#sitemap ul li.level3 {
	padding-top:  5px;
	padding-left:  50px;
}
	
/* Vendor Pages */

#vendor-logo img {
   padding-top:  10px;
   padding-right:  8px;
}

#vendor-requestinfo  input {
	margin-bottom:  5px;
}

#vendor-body p.first{
	padding-top:  5px;
}


#vendor-requestinfo {
	padding-right:  8px;
	padding-left:  8px;
	padding-bottom: 8px;
	background-color: #d4d4d4;
	height:  245px;
	
}

#vendor-whitepaper {
	float:  right;
	width:  140px;
	height:  100px;
	margin-left:  15px;
	padding-left: 7px;
	background-color: #d4d4d4;	
	padding-top:  7px;
}

#vendor-requestinfo-left {
	float:  left;
	width: 280px;
}

#vendor-requestinfo-right {
	float:  left;
	padding-left:  40px;
	width: 200px;
	height:  180px;
}

#vendor-requestinfo-left-2col {
	float:  left;
	width: 255px;
	height:  180px;
}

#vendor-requestinfo-right-2col {
	float:  left;
	padding-left:  10px;
	width: 255px;
	margin-top:  2px;
	height:  180px;
}




#vendor-requestinfo-right img {
	padding-top:  8px;
	text-align: left;
	float: left;
	padding-right: 5px;
}

#vendor-requestinfo td {
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

#vendor-requestinfo td.morespacing {
	padding-top:  5px;
	padding-bottom: 5px;
}

#vendor-requestinfo-header {
	background-color: #747474;
	padding-left:  8px;
	padding-right:  8px;
	padding-top:  6px;
	padding-bottom: 4px;
	height:  20px;
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-weight: normal;
	font-size: 14px;

}

#vendor-requestinfo input.submit {
	margin-top:  5px;
	margin-bottom:  5px;
	float: left;
}

#vendor-promo {
	float:  right;
}

/* Field editor signup */


#fieldeditor {
	padding-right:  8px;
	padding-left:  8px;
	padding-bottom: 8px;
	background-color: #d4d4d4;
	height:  330px;
	width: 480px;
	
}


#fieldeditor-left {
	float:  left;
	width: 480px;
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	padding-top:  8px;
}


#fieldeditor-header {
	background-color: #747474;
    width: 480px;
	padding-left:  8px;
	padding-right:  8px;
	padding-top:  6px;
	padding-bottom: 4px;
	height:  20px;
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-weight: normal;
	font-size: 14px;

}

#fieldeditor input.submit {
	margin-top:  5px;
	margin-bottom:  5px;
	float: left;
}


/* Buy now page */
	
.buynowtable h4 {
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
}

table.buynowtable {
	border: 1px solid #bdbdbd;
}

td.firstrow {
	font-size:  13px;
	font-weight: bold;
	background-color: #e6e6e6;
}

/* Request Box */

#request_box input {
	margin-bottom:  7px;
}


#request_box {
	padding-right:  8px;
	padding-left:  8px;
	padding-bottom: 8px;
	background-color: #d4d4d4;
	height:  220px;
	
}


#request_box-left-2col {
	float:  left;
	width: 225px;
	height:  180px;
}

#request_box-right-2col {
	float:  left;
	padding-left: 10px;
	width: 255px;
	margin-top:  2px;
	height:  180px;
}




#request_box td {
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

#request_box td.morespacing {
	padding-top:  5px;
	padding-bottom: 5px;
}

#request_box-header {
	background-color: #747474;
	padding-left:  8px;
	padding-right:  8px;
	padding-top:  6px;
	padding-bottom: 4px;
	height:  20px;
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-weight: normal;
	font-size: 14px;

}

#request_box-header2 {
	width: 480px;
	padding-top:  5px;
	padding-bottom:  5px;
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #000;
	text-decoration: none
}

#request_box input.submit {
	margin-top:  5px;
	margin-bottom:  5px;
	float: left;
}


/* Buy now page */
	
.buynowtable h4 {
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
}

table.buynowtable {
	border: 1px solid #bdbdbd;
}

td.firstrow {
	font-size:  13px;
	font-weight: bold;
	background-color: #e6e6e6;
}

/* Classification table  */

table.classification td {
		font-size:  12px;
}

	
/* legacy styles */	

/* Base Weblog (base-weblog.css) */

/* basic elements */

.entry-body
{
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
}

form, input { margin: 0; padding: 0; }


/* CI edit */
a img { border: 0; 
border-bottom:  none;

}

/***** body text classes *****/
.head
{
  color: #C11C1C;
  font-family: arial, helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.text
{
  color: #666666;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
}

/***** header classes *****/
td.padLeftRight 
{
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}
	
td.padBottom
{
  padding-bottom: 5px;
}

/***** rightNav classes *****/
td.rightNav
{
  padding-left: 5px;
}

td.coverRightNav
{
  padding-left: 14px;
}

td.searchBox
{
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
}

td.dottedBottomBorder
{
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  border-bottom: 2px dotted #959595;
}

a.rightNav
{
  color: #C11B1B;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.rightNavList
{
  padding-top: 2px;
  padding-left: 5px;
  padding-bottom: 2px;
}

.rightNavSubList
{
  padding-top: 2px;
  padding-left: 15px;
  padding-bottom: 2px;
}

.rightNavSubList2
{
  padding-top: 2px;
  padding-left: 25px;
  padding-bottom: 2px;
}


/***** recent updates/posts classes *****/
.headRecentPosts
{
  background-color: #C11C1C;
  font-family: arial, helvetica, sans-serif;
  font-size: 18px;
  color: #fff;
  padding: 3px 0 3px 5px;
}

a.readMore
{
  color: #666666;
  font-size: 10px;
  text-decoration: none;
}

td.arrow
{
  padding-bottom: 3px;
}

/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */


#banner { position: relative; }
#banner-inner { position: static; }

#alpha, #beta, #gamma, #delta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
   position: static;
}


/* banner user/photo */

.banner-user
{
   float: left;
   overflow: hidden;
   width: 64px;
   margin: 0 15px 0 0;
   border: 0;
   padding: 0;
   text-align: center;
}

.banner-user-photo
{
   display: block;
   margin: 0 0 2px 0;
   border: 0;
   padding: 0;
   background-position: center center;
   background-repeat: no-repeat;
   text-decoration: none !important;
}

.banner-user-photo img
{
   width: 64px;
   height: auto;
   margin: 0;
   border: 0;
   padding: 0;
}


/* content */

.content-nav
{
   margin: 10px;
   text-align: center;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}


/* modules */

.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
}

.module-content
{
   position: relative;
   margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item
{
   margin-top: 5px;
   margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
   border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
   width: 14%;
   text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
   display: block;
   clear: both;
   margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}

.typelist-thumbnail
{
   float: left;
   min-width: 60px;
   width: 60px;
   /* no ie mac \*/width: auto;/* */
   margin: 0 5px 0 0;
   text-align: center;
   vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
   margin: 0;
   padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
   margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
   display: block;
   height: 1%;
   margin: 0;
   border: 0;
   padding: 0;
   list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
   display: block;
   float: left;
   /* ie win fix \*/ height: 1%; /**/
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item a
{
   display: block;
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item img
{
   width: 60px;
   height: 60px;
   margin: 0;
   padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
   width: 14%;
   height: 75px;
   text-align: left;
   vertical-align: top;
}

.day-photo
{
   width: 54px;
   height: 54px;
}

.day-photo a
{
   display: block;
}

.day-photo a img
{
   width: 50px;
   height: 50px;
}




/* Vicksburg (theme-vicksburg.css) */

/* basic page elements */

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

/* CI edit */

.module-content a { color: #36414d; font-size: 10px; 
   line-height: 1.2;
}

.module-content a:hover { color: #a3b8cc; }

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   border-left: 5px solid #999999;
   padding: 5px;
   color: #fff;
   background: #C11B1B;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
   color: #fff;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 11px;
}

.commenter-profile img { vertical-align: middle; }


/* page layout */

#banner
{
   width: 710px; /* necessary for ie win */
   background: #a3b8cc;
}

#banner-inner
{
   padding: 15px 13px;
   border-width: 2px 2px 0 2px;
   border-style: solid;
   border-color: #fff;
}

.banner-user
{
   width: 70px;
   margin-top: 5px;
   font-size: 10px;
}

.banner-user-photo { border: 1px solid #fff; }

#banner-header
{
   margin: 0;
   color: #fff;
   font-size: 30px;
   font-weight: bold;
   line-height: 1;
   text-shadow: #36414d 0 2px 3px;
}

#banner-description
{
   margin-top: 5px;
   margin-bottom: 0;
   color: #fff;
   background: none;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.125;
   text-shadow: #36414d 0 1px 2px;
}

#alpha { margin: 15px 15px 0 15px; width: 480px; }
#beta { width: 200px; background: #e6ecf2; }
#gamma, #delta { width: 180px; background: #e6ecf2; }

#beta-inner,
#gamma-inner,
#delta-inner
{
   padding: 10px 10px 0 10px;
   border-width: 2px 2px 2px 0;
   border-style: solid;
   border-color: #fff;
}

.date-header
{
   margin-top: 0;
   font-family: arial, helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
}

.entry-header
{
   margin-top: 0;
   color: #C11C1C;
   padding-top: 5px;
   padding-left: 0px;
   font-size: 18px;
}

.entry-content,
.comment-content,
.trackback-content
{
   margin: 0;
   line-height: 1.5;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{


   margin-left: 10px;
}

.content-nav { margin-top: 0; }

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #a3b8cc;
   padding: 0 10px;
   color: #292e33;
   font-size: 11px;
   text-align: center;
   background: #e2e2e2;
}

.comments-open-footer
{
   margin: 10px 0;
}


/* modules */

.module
{
   margin: 0 0 10px 0;
   border-bottom: 1px solid #f3f6f9;
   background: #dae0e6;
}

.module-content
{
   margin: 0 0 10px 0;
   border-top: 1px solid #cfd4d9;
   padding: 10px 10px 0 10px;
   font-size: 10px;
   line-height: 1.2;
}

.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 10px; }

.module-powered { border-width: 0; }
.module-powered .module-content
{
   margin-bottom: 0;
   border: 1px dashed #a3b8cc;
   padding-bottom: 10px;
   color: #292e33;
   background: #fff;
}

.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }

.module-list
{
   margin: 0 15px 10px 15px;
   list-style: disc;
}

.module-list .module-list
{
   margin: 5px 0 0 0;
   padding-left: 15px;
   list-style: circle;
}

.module-list-item
{
   margin-top: 0;
   color: #666;
   line-height: 1.2;
}

.typelist-thumbnailed .module-list
{
   margin: 0 0 10px 0;
   list-style: none;
}

.typelist-thumbnailed .module-list-item
{
   margin: 1px 0;
   padding: 0;
   background: #f3f6f9;
}

.typelist-thumbnail
{
   background: #fff;
}

.module-photo img { border: 1px solid #fff; }

.module-featured-photo { width: 398px; }
.module-featured-photo .module-content
{
   margin: 0;
   border-width: 0;
   padding: 0;
}
.module-featured-photo img { width: 398px; }

.module-recent-photos .module-content { padding: 10px 0 0 19px; }
.module-recent-photos .module-list { margin: 0; }
.module-recent-photos .module-list-item
{
   width: 64px; /* mac ie fix */
   margin: 0 10px 10px 0;
   padding: 0;
   background: none;
}

.module-recent-photos .module-list-item a
{
   border: #cfd4d9 1px solid;
   padding: 1px;
   background: #fff;
}

.module-recent-photos .module-list-item a:hover
{
   border-color: #36414d;
   background: #fff;
}


/* calendar tweaks */

   .layout-calendar #alpha { width: 260px; }
   .layout-calendar #beta { width: 420px; }

   .layout-calendar #gamma,
   .layout-calendar #delta
   {
      width: 190px;
   }

   .layout-calendar #gamma-inner,
   .layout-calendar #delta-inner
   {
      border: 0;
      padding: 0;
   }

   .module-mmt-calendar { width: 398px; }
   .module-mmt-calendar .module-content
   {
      margin: 0;
      border-width: 0;
      padding: 10px;
   }

   .module-mmt-calendar table
   {
      width: 378px;
      background: #a3b8cc;
   }

   .module-mmt-calendar th
   {
      color: #fff;
      border-top: 1px solid #fff;
      border-right: 1px solid #f3f6f9;
      border-bottom: 1px solid #cfd4d9;
      padding: 2px;
      text-align: right;
      font-weight: bold;
   }

   .module-mmt-calendar td
   {
      border-top: 1px solid #fff;
      border-right: 1px solid #f3f6f9;
      border-bottom: 1px solid #cfd4d9;
      padding: 2px;
      text-align: right;
      font-weight: normal;
      background: #e6ecf2;
   }

   th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42
   {
      border-right: none;
   }

   .module-mmt-calendar td { height: 70px; }

   .day-photo
   {
      width: 49px;
      height: 49px;
   }
	
   .day-photo a
   {
      border: #cfd4d9 1px solid;
      padding: 1px;
      background: #fff;
   }

   .day-photo a:hover
   {
      border-color: #36414d;
      background: #fff;
   }

   .day-photo a img
   {
      width: 45px;
      height: 45px;
   }


/* artistic tweaks */

   .layout-artistic #alpha { width: 260px; }
   .layout-artistic #beta { width: 420px; }

   .layout-artistic #gamma,
   .layout-artistic #delta
   {
      width: 190px;
   }

   .layout-artistic #gamma-inner,
   .layout-artistic #delta-inner
   {
      border: 0;
      padding: 0;
   }


/* moblog1 tweaks */

   .layout-moblog1 #alpha
   {
      margin: 0;
      width: 180px;
      background: #e6ecf2;
   }

   .layout-moblog1 #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-moblog1 #beta
   {
      margin: 15px 15px 0 15px;
      width: 320px;
      background: none;
   }

   .layout-moblog1 #beta-inner
   {
      padding: 0;
      border-width: 0;
   }

   .layout-moblog1 .module-recent-photos .module-content { padding: 10px 0 0 10px; }


/* moblog2 tweaks */

   .layout-moblog2 #alpha
   {
      margin: 0;
      width: 86px;
      background: #e6ecf2;
   }

   .layout-moblog2 #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-moblog2 #beta
   {
      margin: 15px 15px 0 15px;
      width: 260px;
      background: none;
   }

   .layout-moblog2 #beta-inner
   {
      padding: 0;
      border-width: 0;
   }

   .layout-moblog2 #delta
   {
      width: 154px;
   }

   .layout-moblog2 .module-recent-photos
   {
      border: 0;
      background: none;
   }

   .layout-moblog2 .module-recent-photos .module-content
   {
      padding: 0;
      border: 0;
   }

   .layout-moblog2 .module-recent-photos .module-list-item { margin: 0 0 10px 0; }


/* timeline tweaks */

   .layout-timeline #alpha { width: 260px; }
   .layout-timeline #beta { width: 420px; }

   .layout-timeline #gamma,
   .layout-timeline #delta
   {
      width: 190px;
   }

   .layout-timeline #gamma-inner,
   .layout-timeline #delta-inner
   {
      border: 0;
      padding: 0;
   }


/* one-column tweaks */

   .layout-one-column body { min-width: 520px; }
   .layout-one-column #container { width: 520px; }
   .layout-one-column #banner { width: 510px; } /* necessary for ie win */


/* two-column-left tweaks */

   .layout-two-column-left #alpha
   {
      margin: 0;
      width: 200px;
      background: #e6ecf2;
   }

   .layout-two-column-left #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-two-column-left #beta
   {
      margin: 15px 15px 0 15px;
      width: 480px;
      background: none;
   }

   .layout-two-column-left #beta-inner
   {
      padding: 0;
      border-width: 0;
   }


/* three-column tweaks */

   .layout-three-column #alpha
   {
      margin: 0;
      width: 180px;
      background: #e6ecf2;
   }

   .layout-three-column #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-three-column #beta
   {
      margin: 15px 15px 0 15px;
      width: 320px;
      background: none;
   }

   .layout-three-column #beta-inner
   {
      padding: 0;
      border-width: 0;
   }
   
/***** custom NFI classes *****/


h4 {
  font-size:18px;
  font-weight:bold;
  color:#666666;
}

h5 {
  font-size:16px;
  font-weight:bold;
  color:#C11C1C;
}

h6 {
  font-size:14px;
  font-weight:bold;
  color:#666666;
}

My2 {
  font-size:14px;
  font-weight: normal;
  color:#666666;
}

My3 {
  font-size:12px;
  font-weight: normal;
  text-decoration: italic;
  color:#666666;
}

caption {
  font-size:12px;
  font-weight: bold;
  text-decoration: italic;
  color:#0a286e;
}

p.MsoCaption, li.MsoCaption, div.MsoCaption {
  font-size:12px;
  font-weight: bold;
  text-decoration: italic;
  color:#0a286e;
}

newterm1 {
  font-size:38px;
  font-weight: bold;
  color:#C11C1C;
}

normal {
  font-size:12px;
  font-weight: normal;
  color:#666666;
}

normal body copy {
  font-size:11px;
  font-weight: normal;
  color:#666666;
}

p.MsoNormal {
  font-size:12px;
  font-weight: normal;
  color:#666666;
}

p.SubRegulation {
  font-size:16px;
  font-weight:bold;
  color:#666666;
}


numbered {
  font-size:12px;
  font-weight: normal;
  color:#666666;
}

p.Authoritylist, li.Authoritylist, div.Authoritylist {
  font-size:10px;
  color:#666666;
  font-style:italic;
  margin-left:.25in;
}

p.TermTitle, li.TermTitle, div.TermTitle {
  font-size:16px;
  color:#C11C1C;
}

Footnote text {
  font-size:11px;
  font-weight: normal;
  color:#666666;
}

p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText {
  font-size:11px;
  font-weight: normal;
  color:#666666;
}

p.Description, li.Description, div.Description {
  font-size: 12px;
  margin-left:.25in;
}

p.BodyText, li.BodyText, div.BodyText {
  font-size: 12px;
  margin-left:.25in;
}

p.PageBreak {
  page-break-after:always;
}

	
p.GreyBox, li.GreyBox, div.GreyBox
	{margin-top:9.0pt;
	margin-right:.25in;
	margin-bottom:12.0pt;
	margin-left:.25in;
	text-align:justify;
	line-height:13.0pt;
	background:#E6E6E6;
	font-size:12px;}




