/* 
  -----------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Global Styles
  Basic Layouts 1-7
  -----------------------------------
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#masthead {
	background: #FFFFFF url(img/p7iq_masthead.gif) repeat;
}
/*TAKE THIS OUT TO MAKE THE MASTHEAD FIXED*/
#masthead {
	margin: 0 auto;
	width:994px;
	height:118px;
}
#logo {
	height: 118px;
	width: 362px;
	background: #FFFFFF url(img/corstone_logo.gif) repeat;
	color: #FFFFFF;
	font-size: 1px;
	text-indent: -20px;
}
#columnwrapper #width700 {
	width: 710px;
}
#logo img {
	border: 0;
}
#logo a {
	font-size: 0px;
	color: #FFFFFF;
	display: block;
	height: 118px;
	width: 362px;
	text-decoration:none;
}
/*COLUMNS*/
#columnwrapper {
	margin: 0 auto;
	background-repeat: repeat-y;
}
#headwrapper {
	margin: 0 auto;
	background-repeat: repeat-y;
}
#columns-top {
	background-repeat: no-repeat;
	height: 12px;
}
#c1, #c2, #c3, #c4 {
	float: left;
}
br {
	line-height: 100%;
}
#columns-bottom {
	clear: both;
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0px;
}
.content {
	font-size: 0.8em;
	line-height: 120%;
	margin-left: 15px;
	float: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
}
.content p {
	margin: 10px 0px;
}
h1 {
	margin: 0px;
	font-size: 130%;
	color: #000000;
}
h2 {
	font-size: 100%;
	margin: 15px 0px 2px;
	color: #000000;
}
#indexlisting div {
	margin-top: 2px;
	margin-bottom: 2px;
}

h3 {
	font-size: 100%;
	margin: 5px 0px 0px;
}
h4 {
	font-size: 110%;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 3px;
}
#footer {
	margin: 0px auto;
	font-size: 0.72em;
}
#footercontent {
	padding: 12px 0;
	margin-left: 7px;
}
#footer #footercontent #footerlinks {
	float: left;
	height: 12px;
	width: 400px;
}
#footer #footercontent #copyright {
	text-align: right;
	font-weight: normal;
	font-size: 0.75em;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*GLOBALS: Nav Bar*/
#tnav {
	background-color: #A48B80;
	font-size: 16px;
	background-image: url(img/p7iq_navbg.gif);
	background-repeat: repeat-x;
	padding-bottom: 12px;
	margin-bottom: 10px;
	background-position: left bottom;
	font-weight: 100;
}
#tnav-center {
	margin: 0 auto;
}
#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: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
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;
}
/*USE FOR PRODUCTION ONLY*/
.pagestatus {
	width:100%;
	color:#FFFFFF;
	font-weight:normal;
	font-size:12px;
	margin:0px;
	background: #333333;
	padding: 5px;
}
#pagestatuswrap {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#pagestatuswrap #pagestatus0 {
	background: #FF0000;
}
#pagestatuswrap #pagestatus1 {
	background: #D7AD02;
}
#pagestatuswrap #pagestatus2 {
	background: #00CC00 url(../images/status2.gif) repeat-y;
}
#pagestatuswrap #pagestatus3 {
	background: #00CC00;
}
.pagestatus a:link, .pagestatus a:visited {
	color: #990000;
}
.pagestatus a:hover {
	color: #FF6600;
	text-decoration: underline;
}
/*THESE ARE USED FOR TESTIMONIALS*/
#photowrap {
	margin: 0px;
	padding: 0px;
	font: 1px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-indent: -2000px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#photowrap img {
	margin: 0px!important;
	padding: 0px!important;
	clear:both;
}
/*SPACING FOR CALENDARS*/
#calendarwrap {
	margin: 20px 0px 0px;
	padding: 0px;
}
#calendarwrap h2 {
	color: #000000;
	margin: 10px 0px 0px;
}
#calendarwrap h3 {
	color: #000000;
	margin: 5px 0px 0px 0px;
}
#calendarwrap p {
	margin: 5px 0px 0px 0px;
}
#iconbar {
	z-index: 200;
	width: 135px;
	height:auto;
	/*margin-right: 16px;*/
	float: right;
	padding: 0px;
	margin: 5px 35px 0 0;
}
#iconbar ul {
	margin: 0;
	padding: 0;
}
#iconbar li {
	float: none;
	list-style-type: none;
	padding: 0 0 1px 0!important;
	margin: 0;
	height: 25px;
	width: 137px;
}
#iconbar a {
	height: 25px;
	width: 137px;
	display: block;
	color: #FFFFFF;
	font-size: 1px;
	text-indent:-2000px;
	margin:0;
	padding:0;
}
a#icondonate {
	background: url(../images/header_nav/donate.gif) left bottom;
}
a#icondonate:hover {
	background-position: left top;
}
a#iconvolunteer {
	background: url(../images/header_nav/volunteer.gif) left bottom;
}
a#iconvolunteer:hover {
	background-position: left top;
}
a#iconmail {
	background: url(../images/header_nav/contactus.gif) left bottom;
}
a#iconmail:hover {
	background-position: left top;
}
a#iconnewsletter {
	background: url(../images/header_nav/newsletter.gif) left bottom;
}
a#iconnewsletter:hover {
	background-position: left top;
}
#masthead #iconbarwrap {
	float: right;
	height: auto;
	width: 594px;
}
h5 {
	font-size: 1em;
	margin-top: 3px;
	margin-bottom: 3px;
}
#footer hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	width: 100%;
	border-style: none;
	margin-bottom: 10px;
	padding:0px;
}
hr {
	color: #666666;
	background-color: #666666;
	height: 1px;
	width: 100%;
	border-style: none;
	margin-bottom: 10px;
	padding:0px;
}#indexlisting h2 {
	font-size: 1.2em;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 0px;
}
#indexlisting h1 {
	color: #000000;
}
#newsImage {
	margin: 0px 5px 10px 5px;
	padding: 0px 0px 10px 10px;
	float: right;
	display: block;
	text-align:center;
	background-color:#FFFFFF;
	width: auto;
}
#newsImage img {
	padding: 0px 0px 10px 0px;
}
#caption {
	text-align:center;
	font-style:italic;
	font-size:11px;
}
#newsimage #caption {
	padding: 3px 10px;
}
#newsImageTop {
	margin: 0;
	padding: 10px 0px;
}
#newsImageTop img {
	padding: 0px 0px 5px 0px;
}
#newsImageTop #caption {
	padding: 0px;
}#leftphoto {
	padding-top: 5px;
	padding-left: 8px;
}
#testimonial {
	margin: 20px 0px 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
.monthsdisplayodd {
	background: #FFFFFF;
	height: auto;
	width: auto;
	margin-top: 7px;
	padding: 5px;
}
.monthsdisplayeven {
	background: #FCEEDF;
	height: auto;
	width: 100%;
	margin-top: 7px;
	padding: 5px;
}
#monthwrap {
	margin: 0px 0px 5px;
	padding: 0px;
	height: auto;
	width: 200px;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}
#columnwrapper #c2 .calwrap {
	padding: 0px;
	margin-left: 180px;
	color: #000000;
}
#columnwrapper #c2 .date {
	float: left;
	height: auto;
	width: 180px;
}
#columnwrapper #c2 .evwrap {
	height: auto;
	width: auto;
	margin-bottom: 8px;
	padding-right: 10px;
}
.evdesc {
	color: #666666;
}
#indexlisting #bottomspacer {
	margin-bottom: 10px;
}
#videowrap {
	margin: 0 0 20px;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 100;
}
#videowrap #video {
	margin: 0px;
	width: 555px;
	left: 0px;
	top: 0px;
	position: relative;
}
#videowrap #video #qtlogo {
	position: absolute;
	top: 190px;
	font-size: 10px;
	color: #ADADAD;
	right: 70px;
	height: auto;
	width: 150px;
	float: right;
}
#videowrap #video #qtlogo1 {
	position: absolute;
	top: 25px;
	font-size: 10px;
	color: #ADADAD;
	right: 70px;
	height: auto;
	width: 150px;
	float: right;
}
#photobox img {
	border: 1px solid #CCCCCC;
}
#photoboxnb img {
	border: 0;
}

#photoboxleft img {
	border: 1px solid #CCCCCC;
}
#photoboxright {
	padding: 0px 0px 10px 15px;
	vertical-align: middle;
	float: right;
	display: block;
}
#photoboxleft {
	padding: 0px 15px 10px 0px;
	vertical-align: middle;
	float: left;
	display: block;
}
#credits {
	font-size: 75%;
	font-style: italic;
	color: #999999;
}
.content li {
	list-style: square;
}
.orangelink {
	color:#F15A24!important;	
	}

.newsboxinner {
	margin:0 0 8px;
}
#facebook a {
	height:32px;
	width:32px;
	float:left;
	background-image:url(../images/home_new/facebook.gif);
	background-repeat:no-repeat;
	font-size:1px;
	color:#FFF;
	text-indent:-2000px;
}
#rss a {
	height:32px;
	width:32px;
	float:left;
	background-image:url(../images/home_new/rss.gif);
	background-repeat:no-repeat;
	font-size:1px;
	color:#FFF;
	text-indent:-2000px;
}
#testimonialwrap {
	display:block;
	float:left;
}
#headergraphic {
	margin-bottom:20px;
}

