/* 
  -------------------------------------
  Curvitude by Project Seven Development
  Heavily modified by Jim Coe for Art Head Start
  Layout 01: 3 column for home page
  -------------------------------------
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#masthead {
	background-color: #FFFFFF;
	color: #999999;
	margin: 12px auto 0 auto;
	width: 982px;
}
#mastheadBox {
	height: 73px;
	width: 300px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	/* border: 1px #ff0000 solid; */
}
.mastheadText {
	position:absolute;
	top: 24px;
	left: 525px;
	font-size: 2.5em;
	font-weight: bold;
	color: #338899;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 0.025em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* white-space: nowrap; */
}
#createPix {
position:absolute;
	top: 420px;
	left: 730px;
	margin: 0px 0px 0px 0px;
}
/* this is inside masthead and full width */
#logo {
	padding: 0px; /* was 12px all around */
	height: 73px; /* jc added */
}
#searchBox {
	margin: 0px 0px -10px 0px;
	padding: 0px;
	text-align: center;
}
#columntop {
	clear: both;
	background-image: url(img/p7CRVCol3_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(img/p7CRVCol3_middle.jpg);
	background-repeat: repeat-y;
}
#pmm_wrapper {
	font-size: 0.8em;
	margin: 10px 0px 0px 15px;
	width: 210px;
}
#c1, #c2, #c3 {
	float: left;
}
#c1 {
	width: 234px;
}
#c2 {
	width: 514px;
	background-image: url(../images/layout/sol-jc1.jpg);
	background-repeat: no-repeat;
	padding-top: 140px;
	background-position: 22px -78px;
}
#c3 {
	width: 234px;
}
#c1 .content {
	font-size: 0.75em;
	line-height: 1.2em;
	padding: 16px 28px 16px 34px;
}
#c2 .content {
	color: #DDDDDD; /* was #CCCCCC */
	font-size: 0.85em; /* was 0.8 */
	padding: 16px 32px 16px 32px;
	line-height: 1.6em;
}
#c3 .content {
	font-size: 0.75em;
	padding: 16px 34px 16px 26px;
}
#jcPix {
	Clear: left;
	float: left;
	width: 120px;
	height: 120px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
h1 {
	font-size: 1.3em;
	letter-spacing: 0.05em; /* was 0.2em */
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
h2 {
	font-size: 1.0em;
	letter-spacing: 0.03em;
	line-height: 1.3em;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
h3 {
	font-size: 0.85em;
	letter-spacing: 0.02em;
	color: #EFEFEF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#c1 h1 {
	font-size: 1.20em;
	color: #338899;
	letter-spacing: 0.01em; /* was 0.2em */
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#c3 h1 {
	font-size: 1.3em;
	letter-spacing: 0.03em; /* was 0.2em */
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#c3 h2 {
	font-size: 0.88em;
	line-height: 1.3em;
	letter-spacing: 0.01em; /* was 0.2em */
	color: #393939;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#c3 h3 {
	font-size: 0.8em;
	letter-spacing: 0.01em; /* was 0.2em */
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#c2 ol {
	margin: 0;
	padding: 0;
}
#c2 ul {
	margin: -2px 0px 10px 40px;
	padding: 0;
	font-weight: bold;
	font-size: 0.85em;
}
.topZero {
	margin-top: 0;
}
#columnbottom {
	clear: both;
	background-image: url(img/p7CRVCol3_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#bannerBox {
	margin: 0px;
	padding: 0px;
}	
#bannerBox	a:link {
	color: #99CCFF;
}
#bannerBox	a:visited {
	color: #CC99CC;
}
#bannerBox	a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #FFCC66;
}
#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 982px;
}
#footercontent {
	margin: 0px 14px 0px 14px;
	padding: 0px;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #99CCFF;
	text-decoration: none;
}
.content a:visited {
	color: #CC99CC;
	text-decoration: none;
}
.content a:hover, .content a:focus, .content a:active {
	color: #FFCC66;
}
/*
Left Sidebar Links - We add .content to the selector name to 
make it more specific and to eliminate conflicts with the main navigation bar
*/
#c1 .content a:link {
	color: #003399;
}
#c1 .content a:visited {
	color: #663366;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #3366FF;
}
/* search link (above content section */
#c1 a:link {
	color: #000000;
	text-decoration: none;
}
#c1 a:visited {
	color: #000000;
	text-decoration: none;
}
#c1 a:hover, #c1 a:focus, #c1 a:active {
	color: #FF0000;
	text-decoration: underline;
}
/*Right Sidebar Links*/
#c3 a:link {
	color: #FFFFFF;
}
#c3 a:visited {
	color: #2F4F53;
}
#c3 a:hover, #c3 a:focus, #c3 a:active {
	color: #000000;
}
/*Footer Links*/
#footer a:link {
	color: #99CCFF;
}
#footer a:visited {
	color: #CC99CC;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #3366FF;
}
/* ++++++++++++++++++++++++ JC Stuff ++++++++++++++++++++++++++++++++++ */
.content hr{
	margin: 0px 160px 0px 160px;
	padding: 0px;
	background-color: #666666;
}
#c3 .content hr{
	margin: 5px 40px 0px 40px;
	padding: 0px;
	color: #666666;
	background-color: #666666;
}
hr {
	padding: 0px;
	margin: 5px 0px 8px 0px;
	color: #555555;
	background-color: #555555;	
}
p {
	padding: 0px;
	margin: 0px 0px 12px 0px;
}
.artQuoteSigs {
	padding: 0px;
	margin: 5px 0px 0px 15px;
	font-size: 0.9em;
	font-style: italic;
}
.artQuotes {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 1.0em;
}
.topCopy {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	line-height: 1.3em;
}
.bookBrand {
	font-style: italic;
	font-weight: bold;
}	
.minlineShort {
	line-height: 0.3em;
}
.smallBody {
	font-size: 0.80em;
}
.smallBodyBld {
	font-size: 0.80em;
	font-weight: bold;
}
.smallBodyWhite {
	font-size: 0.80em;
	color: #CCCCCC
}
.minlineVeryShort {
	line-height: 0.05em;
}
/* ============== From home_images1.css ========================= */
/*
Combining 3 .css files into one speeds page load time */

/*Sidebar Left Section Boxes*/
.c3_982 #c1 .section_boxtop {
	background-image: url(img/p7CRV_Leftbox_top.jpg);
	background-repeat: no-repeat;
}
.c3_982 #c1 .section_boxbottom {
	background-image: url(img/p7CRV_Leftbox_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*Main Column Section Boxes*/
.c3_982 #c2 .section_boxtop {
	background-image: url(img/p7CRV_box_top.jpg);
	background-repeat: no-repeat;
}
.c3_982 #c2 .section_boxbottom {
	background-image: url(img/p7CRV_box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*Main Column Section Boxes Color 2*/
.c3_982 #c2 .section_box2 {
	background-image: url(img/p7CRV_box2_mid.jpg);
	background-repeat: repeat-y;
	color: #000000 !important;
}
.c3_982 #c2 .section_boxtop2 {
	background-image: url(img/p7CRV_box2_top.jpg);
	background-repeat: no-repeat;
}
.c3_982 #c2 .section_boxbottom2 {
	background-image: url(img/p7CRV_box2_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*Sidebar Right Section Boxes*/
.c3_982 #c3 .section_boxtop {
	background-image: url(img/p7CRV_rightbox_top.jpg);
	background-repeat: no-repeat;
}
.c3_982 #c3 .section_boxbottom {
	background-image: url(img/p7CRV_rightbox_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* ============== From p7pmm/p7PMMv13.css ========================= */
/*
Combining 3 .css files into one speeds page load time. But was unable to comnine this one */
