/* Styles for Ezzo.info*/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333333;
	line-height: 1.8em;	
	margin: 0px;
	padding: 0px;
	font-size: 76%;
}

/*declaring the font-size on the body tag seems to help synch up the font-sizes between IE and Mozilla.*/

p{font-size: 1em;
}

a:link, a:visited, a:hover {
	color: #39557D;
	text-decoration: underline;
}

/*Links are dark blue*/

a:hover {
	color: #d75a20;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */
/* hover is dark pumpkin orange */

h1{
 font: Georgia, "Times New Roman", Times, serif;
 font-size: 1.8em;
 color: #000000;
 line-height: normal;}
 
 h2, h3, h4, h5, h6 {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h2{
 font-size: 1.5em;
 color: #000000;
}

h3{
 font-size: 1.2em;
 color: #000000;
}

h4{
 font-size: 1.0em;
 font-weight: bold;
 color: #333333;
}

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

ul{
	list-style: disc;
}

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

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

label{
 font: bold 100% Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
}
				
hr.hr1 {width: 50%;
color: #719cbf;
      background-color: #719cbf; /*blue*/
      height: 1px;
	  margin: 0 auto;
} 

hr.hr2 {
      color: #f00;
      background-color: #f00; /*red*/
      height: 1px;
	  width: 50%;
	  margin: 0 auto;
    } 
	
blockquote {width: 75%;
font-size: 1em;
}		

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

#masthead{
	margin: 0;
	border-top: 2px solid #39557d;
	border-bottom: 2px solid #39557d;
	width: 100%;
	height: 70px;
	background-image: url(../images/banner/banner_background.jpg);
	background-repeat: repeat-x;
	background-color: #719cbf;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background: #fff9e6;
	border-right: 1px solid #B6CCDE;
	border-bottom: 1px solid #B6CCDE;
}
/*border color matches masthead*/

#content{
	float:right;
	width: 68%;
	margin: 0;
	padding: 0 4% 0 5%;
	background: url(../images/backgrounds/bodybg2.jpg) no-repeat right top;	
}

/*reprint is a buff colored, bordered box for magazine reprints*/

#reprint {
	border: 1px solid #719cbf;
	line-height: 1.6em;
	font-size: .95em;
	margin: 20 auto;
	margin-bottom: 15px;
	padding: 40px;
	width: 83%;
	position: relative;
	left: 2%;
	background-color: #fffef9;
	}


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

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


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

#pageName{
	padding: 5px 0px 10px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/************** #callout & quote box styles **************/


#callout img{
	display: block;
}

.rightBox {
	float: right;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 2px;
	width: 25%;
	padding: 20px;
	background: #f9fbff;
	background-image:url(../images/backgrounds/rightboxbg2.jpg);
	background-repeat:repeat-x; 
	border: 2px dotted #d75a20;
	font-size: 0.94em;
	}
	
.rightBox a {
	text-decoration: underline;
}

.docbox {
	border: 1px solid #B6CCDE;
	line-height: 1.4em;
	font-size: .95em;
	margin: 20 auto;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 15px;
	width: 75%;
	background: #f0f5f9;
	position: relative;
	left: 10%
	}
	
.docboxbuff {
	border: 1px solid #719cbf;
	line-height: 1.6em;
	font-size: .95em;
	margin: 20 auto;
	margin-bottom: 15px;
	padding: 40px;
	width: 83%;
	position: relative;
	left: 2%;
	background-color: fffef9;
	}
	
	#callout {
	float: right;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 20px;
	width: 25%;
	padding: 10px 20px 10px 20px;
	background: #f9fbff;
	border: 2px dotted #d75a20;
	font-size: 0.94em;
	font-color:#666666;
	}
	
	#callout a{ text-decoration:underline;
	color: 666666;}
	
	
/*******this class is handy for making the text in bulleted lists a better size for reading****/
	
.smallertext {
font-size: .97em;
}

.smallesttext {
font-size: .81em;
line-height: normal;
}
		

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

#globalNav{
color: #FFFFFF;
padding: 0px 0px 0px 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;
	color: #ffffff 
}

.left {
  float: left;
  }
  
.right {
  float: right;
  margin-right: 50px;
  margin-top: 40px;
  }
  
 .clear {
	clear: both;
	margin: 0;
	padding: 0; }


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

#breadCrumb{
	font-size: 0.8em;
	padding: 5px 0px 5px 10px;
}


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

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

.feature p{
text-align="left";
}

.feature h2{
font-size:1.4em;
padding: 40px 0px 20px 0px;
text-align: left;
}

.feature h3{
    font-size:1.2em;
	padding: 15px 0px 20px 0px;
	text-align: left;
}

.feature ul a{
background-color: #f9fbff;
font-weight:700;
}

/* adjust margins to change separation between the feature image and text flowing around it */


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

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 0.8em;
}

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


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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 0.8em;
	color: #999999;
	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;
}


/************* #navImage styles ***************/

#navImage{
	padding: 10px 10px 5px 25px;
	border-bottom: 1px solid #B6CCDE;
	
}


/*********** #navBar link styles ***********/

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

/* 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 #B6CCDE;
	font-size: 1em
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #B6CCDE;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #B6CCDE;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #B6CCDE;
	background-color: #ffffff;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 1em;
}

.relatedLinks h3{
	padding: 20px 0px 5px 0px;
}




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

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: .76em;
}

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

/******************* text styles *************/
.darkorange {
color: #d75a20;
}

/******************** collapsible display/hide****************/

   
.disphead{
	font-size: 0.9em;
	font-color: #39557d;
	text-align: left;
	}   
a.dsphead{
   text-decoration:none;
   margin-left:1.5em;
   }
a.dsphead:hover{
   text-decoration:underline;}
a.dsphead span.dspchar{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-color: #39557d;
	font-weight: bold;
	background-color:#f0f5f9;
	text-align: left;
}
.dspcont{
   display:none;
   margin-left:1.5em;
   margin-bottom:1.5em;
}   
   
.answerblock {
	background-color:#f0f5f9;
	padding: 25px;
}
