/* 
  -------------------------------------
  Curvitude by Project Seven Development
  www.projectseven.com
  Layout 06: 2 column basic nav
  -------------------------------------
*/
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 1.3em;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 5px 0 15px;
}

	#frontAnnouncement h1 {
		font-size:18px;
		font-weight:bold;
		margin:0px;
		padding:0px;
	}

	#frontAnnouncement .subtitle {
		font-weight: bold;
		text-align: center;
	}
	#frontAnnouncement #boxSubtitle {
		font-size: 1.4em;
		line-height: 1.5em;
		color: #4D5838;
		border: thin solid #3B542A;
		padding: 10px;
		margin-top: 10px;
			letter-spacing: 0.1em;
		font-weight: bold;
		text-align: center;
	}
	#frontAnnouncement .emphasisBorder {
		border: 1px solid #000;
		padding: 5px;
		font-weight: bold;
	}

h2 {
	font-size: 1.1em;
	letter-spacing: 0.1em;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
}
#FlashID {
	margin-left: 161px;
}
.listHeading {
	margin-bottom: 6px;
}
.centerText {
	text-align: center;
}
#main_book_title {
	color: #4d5838;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
}
#book_info {
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
}
.notice   {
	border: thin dotted #153333;
	padding: 10px;
}
#boxPrimaryNotice {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #4D5838;
	letter-spacing: 0.1em;
	font-style: italic;
	list-style-type: none;
	border: thin solid #3B542A;
	padding: 10px;
	background-color: #FDFEC9;
	margin-top: 10px;
}
#PrimaryNoticeNoBorder {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #4D5838;
	letter-spacing: 0.1em;
	font-style: italic;
	list-style-type: none;
	/* padding: 10px;
	margin-top: 10px; */
}
/*Default Links - Applies to the Main Content Column and footer*/
a:link, a:visited {
	color: #8B302E;
	text-decoration: none;
}
/*
a:visited {
	color: #3B542A;
	text-decoration: none;
}
*/
a:hover, a:active {
	text-decoration: underline;
}

#masthead {
	background-color: #FFFFFF;
	margin: 12px auto 0 auto;
	width: 982px;
}
.announcements {
	font-size: 1.5em;
	color: #2B4D00;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 8px;
}
.listNoBullets {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
.listNoBullets li {
	margin-bottom: 10px;
}
.sublistNoBullets {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
}
.sublistNoBullets li {
	margin-bottom: 0px;
}
#logo {
	padding: 0 12px;
}
#columntop {
	clear: both;
	background-image: url(img/p7CRVCol2_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(img/p7CRVCol2_middle.jpg);
	background-repeat: repeat-y;
}

#c1, #c2 {
	float: left;
}
#c1 {
	width: 234px;
}
#c1 .content {
	font-size: 0.75em;
	padding: 10px 28px 16px 34px;
}

#c1 .content img {
	border: medium solid #033;
	margin: 10px 0 10px 0;
}
#c1 .content h2 {
	font-size: 1.3em;
}
#c1 .content p {
	font-size: 1.2em;
	margin-bottom: 0px;
}
#c2 {
	width: 736px;
}
#c2 .content {
	font-size: 0.9em;
	padding: 0 32px 16px 32px;
	line-height: 1.4em;
}
#c2 .content ul {
	margin-top: 0px;
}
.underline {
	text-decoration: underline;
}
.extraBottomMargin {
	margin-bottom: 10px;
}
.headingBelowFlash {
	margin-top: 11px;
}
.sublistBullet {
	list-style: square;
}
#c2 .content ol {
	margin-top: 0px;
}

#columnbottom {
	clear: both;
	background-image: url(img/p7CRVCol2_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#footer {
	margin: 0px auto;
	width: 982px;
}
#footercontent {
	padding: 14px;
	font-size: .9em;
}
.personPhoto {
	float: right;
	margin-left: 5px;
	border: 3px solid #9BB15E;
}
.centeredimage {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}
.quoteBy {
	font-style: italic;
	margin-left: 30px;
}
.poemIndent {
	margin-top: 0px;
	margin-left: 30px;
}
.formLabel {
	text-align: right;
}
.lineAbove {
	background: url(../images/line.png) no-repeat left top;
	padding-top: 7px;
}
