/* 
  -----------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Global Styles
  Basic Layouts 1-7
  -----------------------------------
*/
/* Reset all styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	/* list-style: none; */
	padding-left: 10px;
	margin-left: 10px;
}
li {
	font-size: 100%;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	/* content: none; */
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end */
html { 
	height: 100%;
}
body {
	font-family: 'MinionPro_Regular', Times, 'Times New Roman', Georgia, serif;
/*	font-family: Arial, Helvetica, sans-serif; */
	font-size: 120%;
	background-color: #ffffee;
	background-image: url('/assets/backgrounds/b8af8d_940.jpg');
	background-repeat: repeat-y;
	background-position: center;
	color: #758c9e;
	margin: 0;
	padding: 0;
	height: 101%;
}
#wrapper {
	margin: 0 auto;
	width: 940px;

}
#masthead {
	/* background-image: url();
	background-repeat: repeat-x; */
	background-color: #FFFFFF;
}
#logo img {
	border: 0;
	margin: 0 0 4px;
}
/*COLUMNS*/
#columnwrapper {
	margin: 0 auto;
	background-repeat: repeat-y;
}
#columns-top {
	background-repeat: no-repeat;
	height: 12px;
	margin-top: 6px;
}
#c1, #c2, #c3, #c4 {
	float: left;
}
#columns-bottom {
	clear: both;
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0px;
}
.content {
	padding: 4px 20px 12px;
	font-size: 1em;
	line-height: 1.1em;
}
.content p {
	margin: 5px 0;
	font-size: 120%;
	line-height: 120%;
	font-family: 'MinionPro_Regular', Times, 'Times New Roman', Georgia, serif;
}
.content li, .content li li {
	font-size: 80%;
}
h1, h2, h3, h4, h5, h6 {
	color: #758c9e;
	font-family: 'MinionPro_Semibold', Times, 'Times New Roman', Georgia, serif;
}
h1 {
	margin: 0px;
	font-size: 140%;
	line-height: 110%;
	letter-spacing: 0.05em;
}
h2 {
	font-size: 125%;
	margin: 10px 0 0;
}
h3 {
	font-size: 115%;
	margin: 28px 0 0;
}
h4 {
	font-size: 100%;
	padding: 9px 0 18px;
}
h5 {
	font-size: 90%;
	padding: 6px 0 18px;
}
h6 {
	font-family: 'MinionPro_It', Times, 'Times New Roman', Georgia, serif;
	font-style: normal;
	font-size: 85%;
	padding: 2px 0 18px;
	text-align: right;
}
#c1 p {
	font-size: 90%;
	line-height: 125%;
	padding-bottom: 6px;
/*	padding-left: 5px; */
}
#c1 p em, #c2 p em {
	font-family: 'MinionPro_It', Times, 'Times New Roman', Georgia, serif;
	font-style: normal;
}

/*  C2 styles */
#c2 h1 {
	margin: 10px 0 0;
	font-size: 120%;
	letter-spacing: 0.1em;
}
#c2 h2 {
	margin: 10px 0 0;
	font-size: 100%;
	letter-spacing: 0.1em;
}
#c2 p {
	font-size: 75%;
	line-height: 110%;
	padding-left: 5px;
}

/* footer */
#footer {
	margin: 0px auto;
	font-size: .7em;
}
#footercontent {
	padding: 12px 0;
	color: #333;
}
#footercontent a {
	color: #333;
}
#footercontent a:link, #footercontent a:visited {
	text-decoration: underline;
}
#footercontent a:hover {
	text-decoration: none;
	color: #921a1d;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*GLOBALS: Nav Bar*/
#tnav {
	background-color: #2d62ab;
	font-size: 1em;
	background-image: url();
	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 {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #921a1d;
}
a:visited {
	color: #921a1d;/*#6C92FF*/
}
a:hover {
	color: #000000;
/*	border-bottom: 1px dotted #000; */
}
a:active {
	color: #000000;
	border-bottom: 1px dotted #000;
}
/*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;
	padding: 0 0 4px 10px;
}
#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;
}
#footercontent p {
	padding-left: 20px;
	line-height: 111%;
}
.photobox {
	padding: 5px;
	margin: 5px;
	border: 1px solid #000;
}

/* c2 photos */
.photobox0 {
	padding: 5px;
	margin:  0 0 6px;
	border: 1px solid #758c9e;
}
.photobox0div {
	padding: 5px;
	margin:  0 0 6px;
	border: 1px solid #758c9e;
	position: relative;
	top: 0;
	right: 0;
}
.del {
	text-decoration: line-through;
}
blockquote {
	padding: 6px 80px 0;
}
blockquote .right {
	text-align: right;
	font-style: italic;
	padding-bottom: 6px;
}
/* The next six styles (.iconlist - li.mp3) enable us to use icons as bullets for PDF and "Word" download links etc.
.content ul
{
list-style: none;
margin: 0;
padding: 0 0 0;
}
li.pdf, li.doc, li.text, li.htm, li.mp3, ul li
{
background-repeat: no-repeat;
background-position: 0% 0%;
padding: 2px 0 0 20px;
margin: .4em 0;
}
.content ul li {
background-image: url(../../assets/bullet_bluetriangle.gif);
}
li.pdf
{
background-image: url(../../assets/bullet_pdf.gif);
}
li.doc
{
background-image: url(../../assets/bullet_doc.gif);
}
li.text
{
background-image: url(../../assets/bullet_text.gif);
}
li.htm
{
background-image: url(../../assets/bullet_htm.gif);
}
li.mp3
{
background-image: url(../../assets/bullet_speaker.gif);
}
 */
/**************************
p7iq26 styles brought into this stylesheet
**************************/

/* 
  ----------------------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Layout 26: 2 column 940 Sidebar Right EPM + PMM
  ----------------------------------------------
*/
	body {
		min-width: 940px; 
	}
	#aboveHeader p { 
		text-align: right; 
		border: 0;
		margin-right: 20px;
		font-size: .8em;
	}
	#tnav-center {
		width: 940px;
	/*	border-left: 0 !important; */
	}
	#columnwrapper {
		width: 940px;
		background-image: url(/scripts/p7iq/img/p7iq_2colSBR940.jpg);
		color: #000000;
	}
	#columns-top {
		background-image: url(/scripts/p7iq/img/p7iq_2colSBR940Top.jpg);
	}
	
	h1, h2, h3, h4, h5, h6 {
		color: #921a1d;
}
	h1, h2, h3, h4, h5, h6, p {
	  /* format: feature-tag=[0,1] with 0 to disable, 1 to enable */
	  /* dlig = discretionary ligatures, ss01 = stylistic set 1, smcp = small caps, 
	  	 liga = standard ligatures, clig = contextual ligatures, onum = old-style figures
		 cf. http://www.microsoft.com/typography/otspec/featurelist.htm
		  */
  		-moz-font-feature-settings: "dlig=0,ss01=1, smcp=0, liga=1, onum=1";
	}
	/* #758c9e */
	
	h2 {
		margin: 20px 0;

	}
	h2 a:link, h2 a:visited {
		color: #921a1d;
		text-decoration: none;
	}
	h2 a:hover, h2 a:focus {
		color: #758c9e;
		border-bottom: 1px solid #333;;
	}
	h3 {
		line-height: 120%;
	}
	#c1 {
		width: 700px;
		margin-right: 20px;
	}
	#c2 {
		width: 180px;
		margin-right: 0;
		padding: 0 20px;
	}
	#columns-bottom {
		background-image: url(/scripts/p7iq/img/p7iq_2colSBR940Bottom.jpg);
	}
	#footer {
		width: 940px;
	}
	/*#primaryNav {
		background-color: #758c9e;
		margin: 3px 0 7px;
		line-height: 130%;
	}*/
	#servicesTriptych {
		margin: 17px 0 18px; /*62px; */
		float: left;
	}
	/* .triptych1, .triptych2, .triptych3 {
		float: left;
		width: 140px;
		margin-right: 20px;
		background-color: #CCC;
	} */
	.triptych1, .triptych2, .triptych3 {
		float: left;
		width: 206px;
		margin: 0 20px 8px 0;
		background-color: #CCC;
	}
	.triptych1 a:link, .triptych2 a:link, .triptych3 a:link,
	.triptych1 a:visited, .triptych2 a:visited, .triptych3 a:visited {
		text-decoration: none;
		color: #000;
		display: block;
	}
	.triptych1 a:hover, .triptych2 a:hover, .triptych3 a:hover {
		text-decoration: none;
		color: #000;
	}
	.triptych12 {
		float: left;
		width: 432px;
		margin: 0 20px 7px 0;
		background-color: #758c9e;
	}
	.triptych3 {
		margin-right: 0;
	}
	.triptych1 h2, .triptych1 p, .triptych2 h2, .triptych2 p, .triptych3 h2, .triptych3 p {
		padding: 5px 10px;
		color: #000000;
	}
	.triptych1 h2, .triptych2 h2, .triptych3 h2 {
		text-transform: uppercase;
		font-size: 90%;
		text-align: center;
	}
	.triptych2 a:link, .triptych2 a:hover, .triptych2 a:visited {
		color: #fff;
	}
	.triptych1 {
		background-color: #758c9e;
	}
	.triptych2 {
		background-color: #921a1d;
	}
	.triptych3 {
		background-color: #758c9e;
	}
	#mastfoot {
		padding-bottom: 12px;
	}
	.margin_top { margin-top: 10px; }
	#socialMedia {
		margin-bottom: 10px;
		padding-bottom: 40px;
	}
	#ads1 {
		margin-top: 10px;
	}
	#ads1 h2 {
		border-top: 1px dashed silver;
		margin-top: 12px;
		padding-top: 12px;
	}
	#ads1 a {
		color: #921a1d;	
	}
	#ads1 a:link, #ads1 a:visited {
		color: #921a1d;	
		text-decoration: none;
		display: block;
	}
	#ads1 a:hover, #ads1 a:active {
		color: #758c9e;
		text-decoration: underline;
	}
	#ads1 p {
		padding-top: 6px;
	}
	.adPic {
		padding-top: 10px;
		text-align: center;	
	}
	.adPic1 {
		padding-bottom: 0;
		font-size: 80%;
	}
/* FaceBook Like button - needs top padding */
	#FacebookLike {
		clear: both;
		padding-top: 18px;
		margin: 0;
	}
	#footercontent {
		float: left;
		width: 650px;
	}
	#icons {
		float: right;
		width: 200px;
	}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.pd12_ad { width: 108px; }


.imgRightNew_outer {
	float:right;
	clear: both;
}
.imgRightNew {
	border: 1px solid #990000;
	padding: 4px;
	width: 132px;
	background: #fff;
	float: right;
	margin-top: 12px;
	margin-bottom: 0;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 0 0 rgba(72,72,72,1);
	-moz-box-shadow: 2px 2px 0 0 rgba(72,72,72,1);
	box-shadow: 2px 2px 0 0 rgba(72,72,72,1);
}
.align-right {
	float: right;
	width: 180px;
	padding-top: 6px;
}
.align-right-inner {
	float: right;
}
.altstyles {
  /* format: feature-tag=[0,1] with 0 to disable, 1 to enable */
  /* dlig = discretionary ligatures, ss01 = stylistic set 1 */
  -moz-font-feature-settings: "dlig=1,ss01=1, smcp=1";
}
