/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  01: 2Col_Fixed_Sidebar_Right
  modified by TP, 2010
  ------------------------------------------------
*/
@font-face {
	font-family: DaxWebSCR;
	    src: url('../Font/DaxScWeb.eot?') format('eot'),
         url('../Font/DaxScWeb.woff') format('woff'),
         url('../Font/DaxScComp.ttf') format('truetype');
	font-weight: bold;
} 

body {
	font-family:'DaxWeb',verdana,arial,helvetica,geneva,sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 80px;
}
#masthead {
	background-image: url(../p7mirage/images/masthead.jpg);
	background-repeat: repeat-x;
}
#tagline h1 {
	padding: 0px 0px 0px 50px;
	color:333;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin: -6px 0 36px 0;
	font-weight:normal;
}
#sub_mast{
	overflow: hidden;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/clm01_middle.gif);
	background-repeat: repeat-y;
	border-top: 1px solid #000;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 570px;
	float: left;
}
#right {
	width: 200px;
	float: left;
}
#left .content {
	padding: 24px 36px;
	font-size: 0.95em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px 20px;
	font-size: .70em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 12px 20px;
}
#footer .content {
	padding: 12px 36px;
}
#footer {
	color: #cccccc;
	background-color: #000000;
	background-image: url(img/p7iq_masthead.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #9B7C00;
	text-decoration:none;
}
#left a:visited {
	color: #333333;
	text-decoration:none;
}
#left a:hover {
	color: #000000;
	text-decoration:underline;
}
#right a:link {
	color: #755E00;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #000000;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {
	color: #cccccc;
	text-decoration:none;
}
#footer a:visited {
	color: #999999;
	text-decoration:none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
h1 {
	font-size: 1.8em;
	margin: 0;
	line-height: 1.1em;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
	line-height: 1.1em;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
.note {
	color: #003090;
	padding: 6px;
	border: 1px dotted #000;
	font-size: 0.8em;
	line-height: 1.35em;
	letter-spacing: .05em;
	/*font-variant: small-caps;*/
	font-family:'DaxWebSCR',verdana,arial,helvetica,geneva,sans-serif;
}
.shadow {
    -moz-box-shadow: 3px 3px 4px #666666;
    -webkit-box-shadow: 3px 3px 4px #666666;
    box-shadow: 3px 3px 4px #666666;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
}
.highlight {
	color: #000;
	background: #FFFF40;
}
.quotebox {
	margin: 20px 50px 20px 50px !important;
	padding: 14px 24px 10px 24px !important;
	border-top: 2px solid #C3C3C3;
	border-right: 2px solid #909090;
	border-bottom: 2px solid #909090;
	border-left: 2px solid #C3C3C3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	background-color: #949494;
	color: #FFFFFF;
}
span.dropcap {
	font-family: Georgia, "Times New Roman", Times, serif; 
	float:left;
	font-size:5.75em; /* 5.75em; */
	margin: 0 10px 0 0;
	padding: 0 .1em 0 0;
	display: block;
	line-height: .76em; /* .775em; */
	color: #000000;
	border-right: 1px solid #000000;
}
.jslink {
	border-bottom:1px dotted #000;
	color:#000 !important;
	cursor:pointer;
	font-style:normal;
	font-weight:normal;
	font-variant:small-caps;
	text-decoration:none !important;
}
img {border: 0;}

