/* 
  -----------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Global Styles
  Basic Layouts 1-7
  -----------------------------------
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#masthead {
	
	background-repeat: repeat-x;
	background-color: #ffffff;
}
#logo img {
	border: 0;
}
/*COLUMNS*/
#columnwrapper {
	margin: 0 auto;
	background-repeat: repeat-y;
}
#columns-top {
	background-repeat: no-repeat;
	height: 12px;
}
#c1, #c2, #c3, #c4 {
	float: left;
}
#columns-bottom {
	clear: both;
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0px;
}
.content {
	padding: 8px 20px;
	font-size: 0.75em;
	line-height: 1.5em;
}
.content p {
	margin: 6px 0px 12px;
}
h1 {
	color: #990000;
 	margin: 0px;
	font-size: 1.4em;
	letter-spacing: 0.1em;
}
h2 {
	color: #990000;
	font-size: 1.3em;
	margin: 14px 0px 0px;
}
h3 {
	color: #990000;
	font-size: 1em;
	margin: 14px 0px 0px;
}
h4 {
	color: #990000;
	margin: 0px;
	font-size: .75em;
	letter-spacing: 0.2em;
}
#footer {
	margin: 0px auto;
	font-size: .7em;
}
#footercontent {
	padding: 12px 0;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*GLOBALS: Nav Bar*/
#tnav {
	background-color: #ABCACF;
	font-size: 0.8em;
	background-image: url(/p7iq/img/p7iq_navbg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 12px;
	margin-bottom: 30px;
	background-position: left bottom;
}
#tnav-center {
	margin: 0 auto;
	border-left: 1px solid #333;
}
#tnav ul {
	margin: 0;
	padding: 0;
}
#tnav li {
	list-style-type: none;
	float: left;
}
#tnav #BasicNav a {
	float: left;
	color: #000000;
	padding: 10px;
	text-decoration: none;
	border-right: 1px solid #333333;
}
#tnav #BasicNav a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
#p7PMnav {
	background-image: none !important;
	background-color: transparent !important;
}
/*GLOBALS: Link Styles other than main navigation bar*/
a:link {
	color: #0033CC;
}
a:visited {
	color: #6C92FF;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
/*CUSTOM ELEVATOR STYLES*/
#masthead #epmExternal {
	position: absolute;
	left: 200px;
	z-index: 999999;
	top: 36px;
	font-size: 0.7em;
	border: 0;
}
#iQ-elevator .p7epm_cwrapper,
#iQ-elevator .p7epm_content,
#iQ-elevator .p7EPM02 {
	border: 0;
	font-size: .9em;
}
#masthead #epmExternal .p7epm_trigs li {
	margin-right: 2px;
}
#masthead #epmExternal .p7epm_trigs a {
	color: #999999;
	padding: 4px 10px;
	line-height: 1.5em;
	display: block;
	text-decoration: none;
	background-color: #2A2A2A;
	float: left;
	border-top: 1px solid #3C3C3C;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #3C3C3C;
}
#masthead #epmExternal .p7epm_trigs a:hover {
	color: #FFFFFF;
}
#masthead #epmExternal .p7epm_trigs .p7epm_open {
	color: #FFFFFF !important;
	background-color: #414141;
	border-color: #000000;
}

/*CSS below this line is added*/

.pictureprghr {
	margin: 5px 5px 5px 5px;
	float: right;
	clear: right;
	padding: 1px;
}
.pictureprghl {
	margin: 0px 5px 0px 0px;
	vertical-align: top;
	float: left;
	clear: left;
	padding: 0px;
	}
.bullet2 {
	list-style: url(/images/pageimages/Red Button.jpg) none outside;
	list-style-position: outside;
	list-style-image: url(/images/pageimages/Red%20Button.jpg);
	background-color: #FFF;
	list-style-type: disc;
	margin-left: 120px
}
.bullet {
	list-style: url(/images/pageimages/Red Button.jpg) none outside;
	list-style-position: outside;
	list-style-image: url(/images/pageimages/Red%20Button.jpg);
	background-color: #FFF;
	list-style-type: disc;
	}
#sweden {
  float: left;
  width: 250px;
  padding: 10px 0;
  border: 0px solid #C8CDD2;
  }
#sweden dl {
      float: left;
	  Width: 220px;
	  margin: 10px 20px;
      padding: 0;
	  display: inline; /* fixes IE/Win double margin bug */
      }
#sweden dt {
      float: right;
	  width: 100px;
	  margin: 0;
      padding: 0;
      font-size: 105%;
      line-height: 1.2em;
	  letter-spacing: 1px;
      color: #990000;
	  font-weight:bold;
      }

#sweden dd {
  margin: 0 0 0 automargin: 0;
  padding: 0;
  font-size: 96%;
  line-height: 1.2em;
  color: #000000;
  }
  #sweden dl dd.img {
  margin: 0;
  }
#sweden dd.img img {
  float: left;
  margin: 0 8px 0 0;
  padding: 4px;
  border: 1px solid #ff0000;
  border color:#C8CDD2;
 
  background: #fff;
  }
/* reverse float */

#sweden .alt dt {
  float: left;
  }
#sweden .alt dd {
   margin: 0 88px 0 0;
}
#sweden .alt dd.img img {
  float: right;
  margin: 0 0 0 8px;
  }
  
 pullquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	color: #cccccc;
	text-align: center;
	padding: 10px;
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffc300;
	border-bottom-color: #ffc300;
}
 
.floatright
{
float: right;
width: 340px;
margin: 0 0 10px 10px;
padding: 10px;
}
.floatright500
{
float: right;
width: 500px;
margin: 0 0 10px 10px;
padding: 10px;

}
.floatright400
{
float: right;
width: 400px;
margin: 0 0 10px 10px;
padding: 10px;

}
.floatright300
{
float: right;
width: 300px;
margin: 0 0 10px 10px;
padding: 10px;

}
.floatleft
{
float: left;
width: 200px;
margin: 10px 10px 0 10;
padding: 20px;
align: center;

}
.floatleft300
{
float: left;
width: 340px;
margin: 0px 10px 10px; 10px;
padding: 20px;
align: center;
 border: thin red solid;
}	
div.figure {
  
  width: 560px;
  border: thin red solid;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: medium;
  text-indent: 0;
}
img.scaled {
  width: 100%;
}
div.figure p {
    display: table-cell;
  width: 100%;
}
div.figure p + p {
  display: table-caption;
  caption-side: top;
}
div.imagecaption
	{
		float: right;
		width: 531px;
		margin: 1em 1em 1em 1em;
		display: inline;
		padding: 10px;
		background: #036;
		color: #fff;
	}
	
	div.imagecaption img
	{
		float: right;
		margin-left: 1em;
		border: 1px solid #fff;
		margin: 1em 1em 1em 1em;
		display: inline;
		padding: 10px;
	}

a.nav, a.nav:link, a.nav:visited, .chosen {display:block; width:270px; height:25px; background:#dca; border:1px solid #000; margin-top:2px; text-align:center; text-decoration:none; font-family:verdana, arial, sans-serif; font-size:12px; color:#000; line-height:25px; overflow:hidden;}
a.nav:hover {color:#fff; background:#764;}
a.nav:active, .chosen {color:#fff; background:#c00;}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
div.figure400 {
  float: right;
  width: 440px;
 
  margin: 0.5em;
  padding: 0.5em;
}
div.figure400 p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div.figure540 {
  float: right;
  width: 540px;
 border: thin red solid;
 
  margin: 0.5em;
  padding: 0.5em;
}
div.figure540 p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div.figure200 {
  float: right;
  width: 200px;
 border: thin red solid;
 
  margin: 0.5em;
  padding: 0.5em;
}
div.figure200 p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div#pullquote
	{
		background: #09f url(/images/DCC%20Page/lesson17f.gif) no-repeat 0 100%;
		width: 300px;
		padding-bottom: 20px;
		padding-left: 0px;
		margin: 20px 0 0 20px
	}
	
	div#pullquote p { padding: 0 20px; }
	
	div#pullquote h3
	{
		margin: 0;
		padding: 20px 20px 20px 20px;
		background: url(/images/DCC%20Page/lesson17e.gif) no-repeat 100% 0;
		color: white;
	}
	
	div#pullquote p.furtherinfo { text-align: right; }
	.bullet2 {
	list-style: url(/images/pageimages/Red Button.jpg) none outside;
	list-style-position: outside;
	list-style-image: url(/images/pageimages/Red%20Button.jpg);
		list-style-type: disc;
}
blockquote
	{
		width: 300px;
		margin: 10px 0 0 10px
		border: 1px solid #ddd;
		background:  url(/images/DCC%20Page/lesson13.gif) 5px 5px no-repeat;
		padding-top: 10px;
		padding-left: 10px;
		font-size: 12px;
	line-height: 1.5em;
		color: darkred;	}
	
	blockquote p { 
	padding: 0 20px;
	color: #000}
	
	blockquote p.source
	{
		background:  url(/images/DCC%20Page/lesson13a.gif) no-repeat 100% 100%;
		padding-bottom: 10px;
		margin: 0 5px 5px 0;
		text-align: right;
		font-style: italic;
		color: black;
	}
div.imagecaption300
	{
		float: right;
		width: 120px;
		margin: 1em 1em 1em 1em;
		display: inline;
		padding: 10px;
		background: #036;
		color: #fff;
	}
	
	div.imagecaption300 img
	{
		float: right;
		clear: right;
		margin-left: 1em;
		border: 1px solid #fff;
		margin: 1em 1em 1em 1em;
		display: inline;
		padding: 10px;
			}	
div.imagecaption300 p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div.imagecaption200
	{
		float: right;
		width: 100px;
		margin: 1em 1em 1em 0em;
		display: inline;
		padding: 20px;
		background: #fff;
		color: #666;
	}
	
	div.imagecaption200 img
	{
		float: right;
		clear: right;
		margin-left: 1em;
		border: 1px solid #666;
		margin: 1em 0em 1em 1em;
		display: inline;
		padding: 20px;
			}	
div.imagecaption200 p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto }
blockquote.style3 {
  width:auto
  font: 18px/30px normal Tahoma, sans-serif;
  padding-top: 22px;
  margin: 5px;
  background-image: url(/images/blockquotes/images/openquote3.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 65px;
  }
  blockquote.style3 span {
      
	display: block;
    background-image: url(/images/blockquotes/images/closequote3.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
} 
blockquote.style1 {
  font: 14px/20px italic Times, serif;
  padding: 8px;
  background-color: #faebbc;
  border-top: 1px solid #e1cc89;
  border-bottom: 1px solid #e1cc89;
  margin: 5px;
  background-image: url(/images/blockquotes/images/openquote1.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
  }
  blockquote.style1 span {
     display: block;
     background-image: url(/images/blockquotes/images/closequote1.gif);
     background-repeat: no-repeat;
     background-position: bottom right;
   }
DIV.footer
{
    BORDER-RIGHT: #4169e1 1px solid;
    PADDING-RIGHT: 20px;
    BORDER-TOP: #4169e1 1px solid;
    PADDING-LEFT:20px;
    FONT-WEIGHT: bolder;
    FONT-SIZE: x-medium;
    PADDING-BOTTOM: 2px;
    MARGIN: 6px 1px 10px;
    TEXT-TRANSFORM: none;
    BORDER-LEFT: #4169e1 1px solid;
    COLOR: #dcdcdc;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #4169e1 1px solid;
    FONT-STYLE: bold;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #ff4500;
    TEXT-ALIGN: left;
    FONT-VARIANT: normal;
    TEXT-DECORATION: none
}
DIV.footera
{
    BORDER-RIGHT: #4169e1 1px solid;
    PADDING-RIGHT: 20px;
    BORDER-TOP: #4169e1 1px solid;
    PADDING-LEFT:20px;
    FONT-WEIGHT: bolder;
    FONT-SIZE: x-medium;
    PADDING-BOTTOM: 2px;
    MARGIN: 6px 1px 321px 10px;
    TEXT-TRANSFORM: none;
    BORDER-LEFT: #4169e1 1px solid;
    COLOR: #dcdcdc;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #4169e1 1px solid;
    FONT-STYLE: bold;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #ff4500;
    TEXT-ALIGN: left;
    FONT-VARIANT: normal;
    	TEXT-DECORATION: none
	
}
blockquote.1 {
	colour: #000000
	font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
	width: 500px;
	
	padding-left: 18px;
	text-indent: -18px;
}
blockquote.1:first-letter {
	padding-left: 18px;
	font: italic 1.4em Georgia, "Times New Roman", Times, serif;
}
div.quote {
	font-size: medium;
	width: 500px;
	margin: auto;
}