/*-----------------------------------------------------------
 Typographic, Images 
 
 Version: 1.2
 author: paul schuster
 email: pdschuster@yahoo.com
 website: http:www.creativedelegates.com
 
 -------------------------------------------------------------*/
body {  /* Global text formatting */
	font-family:Verdana, Geneva, sans-serif;
	font-size: 90%;
	line-height: 1.5;
}
body p { /* reduces width of copy when browser window is maxed */
	/*max-width:50%;*/
	margin-right:40%;
}
	

h1 {
	font-size: 1.6em;
	font-weight: 900;
	color: #B51032;
	margin-bottom:3px;
	background-color: transparent;
	font-family: Tahoma, Helvetica, Arial, sans-serif; 
}

h2 {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-style:italic;
	font-weight: 900;
	color: #6D7B8D;
	background-color: transparent;
	margin-bottom: 3px;
}	
h3 {
	font: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: 900;
	color: #B51032;
	background-color: transparent;
	margin-bottom: 4px;
}
h4 {
	font: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: 800;
	color: #000000;
	background-color: transparent;
	margin-bottom: 4px;
}
	
h1, h2, h3, h4, h5, h6
{ 
	line-height: 1.2;  /* headings line-height adjusted back from body declaration*/
}

a {
    font-family: "Lucinda Grande", Arial, Sans-serif;
    text-decoration: none;
}

a img {
	border:0;
}

#content a /*Default link styles for parent div for content*/
{
    font-family: "Lucinda Grande", Arial, sans-serif;
    text-decoration: none;
    border-bottom: 1px dashed;
}



/*--The below paragraph styles within the primary divs are set up as classes. Couldn't this be accomplished in by inheriting styles from the parent #content div? --*/

.topicbox p {
	/*margin : 0px 6px -6px 21px;*/
	background-color:transparent;
	line-height: 1.6em;
	/*margin-top: 12px;
	padding-bottom: .5em;*/
}

#content #flowgallery li a {
	text-decoration:none;
	border-bottom: none;
}

#content #flowgroup li a {
}

.pic_cap_right p
{
	font: sans-serif;
	font-style:italic;
	line-height: 10px;
	font-size: .8em;
	width: 275px;
}
.boldbody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: 900;
	color: #333;
}
.Call2Action {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: 900;
	color: #366;
	font-style: normal;
	letter-spacing: normal;
	text-indent: 1em;
}



/* the caption class below had no effect on the nested div inside topicbox
.caption {      
	font: sans-serif;
	font-style:italic;
	line-height: 10px;
	font-size: 8px;
	width: 300px;------------------------------------------------------------------------
}*/

.caption {
	font-size: 80%;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 12px;
}
.emphasis {
	font-size: 1em;
	font-style: oblique;
	font-weight:600;
	font-family:Verdana, Geneva, sans-serif;
	color: #699;
	line-height: 16px;
	white-space: normal;
	word-spacing: .4em;
}
/*neither of the styles below affect the text in the footer when called in the markup------------*/

.copyright {
	display:inline; /* fix from memory */
	color:#fff;
	line-height: 5px;
	margin-bottom: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
   /* text-align: center;*/
	margin:auto; /* fix from memory */
}

	
.fineprint {
	color:#FFF;
	line-height: 9px;
	margin-bottom: 3px;
	font: .5em Verdana, Geneva, sans-serif;
}
/*--------------------------------------------------------------------------------*/
.legal {
position : relative;
font-size:9px;
color : #cfcfcf; 
text-align : center;
margin-top : 12px;
bottom : 4px;
}


.listlevel_2 {
	list-style-type: disc;  /* Unsuppported value --Affects: Internet Explorer 6.0; Internet Explorer for Macintosh 5.2 */
	margin-left: 0.5em;
	padding-left: 2em;
	/*display: inline-block;*/
	padding-bottom: 18px;
}
.nestlist {
	list-style-type: none;
	margin-left: 0;
  padding-left: 0;
}


/* ----------------------------- TESTING ------------------
.image  /* <-- This table class is for an image container which puts an image with caption in the normal flow in order to avoid specific positioning when sharing a box with floated images ------
{
  border:1px solid #999;
  padding: 0 0 0 0; 
  }

table.image caption  /* <-- Styles the image table caption itself -- 
{
  caption-side: bottom;
  font-size:1em;
  margin-top:0px;
}
.default_img
{
	border: dotted;
	caption-side:bottom;
	clear:right;
}
img.default_img caption  /* <-- Styles the image table caption itself 
{
  caption-side: bottom;
  font-size:1em;
  margin-top:0px;
  border: dashed #FF0000;
}	
-- */

