/* 
  -----------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Global Styles
  Basic Layouts 1-7
  -----------------------------------
*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../graphics/chamois_tile.jpg);
}
#masthead {
	background-image: url(../graphics/blanketborder700.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}
#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;
}
#c1 {
border-right:
	border-right-style: dashed
	background-color: #F4E7CF;
	background-color: #FBF5E7;
}
.content {
	padding: 8px 20px;
	font-size: 0.75em;
	line-height: 1.5em;
}
.content p {
	margin: 6px 0px 12px;
}
#cds {
	padding-top: 1em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-color: #BD3B22;
}
.bigcap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	padding-top: 10px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #090A04;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

h1 {
	margin: 0px;
	font-size: 1em;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 1.1em;
	margin: 28px 0px 0px;
}
h3 {
	font-size: 1em;
	margin: 28px 0px 0px;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*GLOBALS: Nav Bar*/
#tnav {
	background-color: #FFFFFF;
	font-size: 0.8em;
	background-image: url(img/p7iq_navbg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 12px;
	margin-bottom: 0px;
	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: #445D33;
}
#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;
}
.imageleft {
	padding: 10px;
	float: left;
}
.imageright {
	padding: 10px;
	float: left;
}
#footer {

}
.quote {
	font-size: .8em;
	font-style: italic;
	font-weight: bold;
	color: #88230D;
	line-height: 1.1em;
}
.title {
	font-style: italic;
	font-weight: bold;
}
.intro {
	font-size: 1.1em;
}
