/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  10: 1Col_Fixed
  ------------------------------------------------
*/

html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #CDE3AE;
	background-image: url(../images/roseBgTile.gif);
	background-repeat: repeat;
	margin: 10px;
	padding: 0;
}
#masthead {
	background-color: #FFF;
	padding: 0px;
	margin: 0;
	height: 185px;
	width: 760px;
}
#wrapper {
	width: 760px;
	margin: 0 auto;	
	background-color: #FFFFFF;
	
}
#center {
	width: 760px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C03D07;
}
#center .content {
	padding: 20px 24px 20px 24px;
	font-size: 0.8em;
	line-height: 1.65em;
	background-color: #FFFFFF;
	text-align: left;
	margin-bottom: 0;
}
#center .content li {
	margin-bottom: 10px;
}

#footer .content {
	padding: 12px 20px;
	margin: 0;
}
#footer {
	color: #000000;
	background-color: #FFF;
	background-image:url(../images/footerRose.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	text-align: left;
	clear: both;
}

#footer a, #footer p {
	margin-top: 0;
}

#center .content a:link {
	color: #BD463E;
}
#center .content a:visited {
	color: #333333;
}
#center .content a:hover {
	color: #000000;
}
#footer a {
	margin-top: 0;
}
#footer a:link {
	color: #000000;
}
#footer a:visited {
	color: #000000;
}
#footer a:hover {
	color: #FF0000;
}
h1 {
	font-size: 1.8em;
	margin: 0;
	padding-bottom: 10px;
}
h2 {
	font-size: 1.5em;
	margin: 30px 0 0 0;
	padding-bottom: 5px;

}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0 !important;
	padding-top: 0;
}
.nomarginbottom {
	margin-bottom: 0 !important;
}
.content p {
	margin: 0 0 10px 0;
	
}
.floatLeft {
	float: left;
	padding: 5px;
	border: 1px solid #688650;
	margin: 0 10px 10px 0;
}
.floatRight {
	float: right;
	padding: 5px;
	border: 1px solid #688650;
	margin: 0 0 10px 10px;
}
#bottomLinks {
	text-align: center;
	padding: 20px 10px 10px 10px;
	line-height: 2;
	margin: 0;
}
#bottomLinks a:link {
	padding: 5px;
}
#bottomLinks a:visited {
	padding: 5px;
}
#bottomLinks a:hover {
		background-color: #E2EFD1;
	text-decoration: none;
	padding: 5px;
}
#bottomLinks a {
		padding: 5px;
}

#boardTable {
	margin: 20px 0;
}
#boardTable td {
	vertical-align: top;
	padding: 10px;
}
	
.errorMessage {
	color: #FF0000;
}
#donate {
	position: relative;
	display: block;
	height: 35px;
	background: white;
}
#footerDonate {
	position: relative;
	display: block;
	height: 25px;
	background: white;
}
#donateLink {
	position: absolute;
	top: 0;
	right: 15px;
	border-bottom: 1px solid #000;;
	border-right: 1px solid #000;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	height: 25px;
	padding: 0;
}
#newsletterLink {
	position: absolute;
	top: 0;
	left: 15px;
	border-bottom: 1px solid #000;;
	border-right: 1px solid #000;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	height: 25px;
	padding: 0;
}
#footerDonateLink {
	position: absolute;
	top: 0;
	right: 0;
	border-bottom: 1px solid #000;;
	border-right: 1px solid #000;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	height: 25px;
	padding: 0;
}
#logout {
	text-align: right;
	padding:  10px 15px 10px 0;
	background: white;
	font-size: 90%;
	font-weight: bold;

}
#logout a:link {
	color: #C82931;
	background: #DBF1B1;
	padding: 2px;
	text-decoration: none;
	border-bottom: 1px solid #000;;
	border-right: 1px solid #000;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	
}
#logout a:visited {
	color: #C82931;
	background: #DBF1B1;
	padding: 5px;
	text-decoration: none;
	border-bottom: 1px solid #000;;
	border-right: 1px solid #000;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
#logout a:hover {
	color: #000000;
	background: #DBF1B1;
	padding: 5px;
	text-decoration: none;
	border-bottom: 1px solid #000;;
	border-right: 1px solid #000;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
#trustWave {
	padding: 10px 0 0 20px;
	float:left;
}
#AuthorizeNetSeal {
	float: right;
	padding: 10px 20px 0 0;
	text-align: center;
}
.flowerDisplay td{
	padding: 10px;
	text-align: center;
	border: 1px solid black;
	border-collapse: collapse;
	vertical-align: top;
}
table.flowerDisplay {
	border: 1px solid black;
	border-collapse: collapse;
	width: 100%;
}
.flowerDisplay  img {
	border: 0;
}
.flowerDisplay .cardImage {
	border: 1px solid black;
}
.errorMessage {
	color: #FF0000;
	font-weight: bold;
}
.photoText {
	clear: both;
	border: 1px solid #006600;
	margin-bottom: 10px;
	position: relative;
}
.photoText h2 {
	padding: 10px;
	margin:0;
}
.logo {
	clear: both;
}
.contrastBox {
	border: 1px solid #8B2B03;
	background-color: #DCF0B7;
	padding: 10px;
	margin-bottom: 10px;
}
.contrastBox h1 {
	font-size: 1.5em;
}
.sponsor {
	clear: left;
	margin: 10px 0 10px 73px;
}
#goal {
	text-align: left;
	font-weight: bold;
	color: #BD463E;
	border: 1px solid #BD463E;
	margin: 5px;
	padding: 5px;
	float: right;
}
.indentLink {
	padding-left: 4px;
}
.rightPhotoDiv {
	float: right;
	width: 200px;
	border: 1px solid #8B2B03;
	background-color: #DCF0B7;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
	z-index: 0;
}
.rightPhotoDiv img {
	padding: 0 28px;
}
#center ul {
	margin-top: 10px;
}

	