@charset "utf-8";
/*
psvrr.org interior stylesheet
Development: Russ Newberg, Lobster Computing
www.lobstercomputing.com
*/

/* **** BODY CONTENT STYLES **** */
#cLeft {
	width:75%;
	/*float:left;*/
	/*border:1px solid #F00;*/
}
.subjectDiv {
	width:98%;
	margin:10px auto;
	padding:20px 0 10px;
	/*border:1px solid #F00;*/
	border-top:1px dashed #930;
	vertical-align:top;
}
.subjectDiv h2 {
	margin-top:0px;
}
.imgLeft {
	margin:0 10px 10px 0;
	border:none;
	float:left;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
.imgRight {
	margin:0 0 10px 10px;
	border:none;
	float:right;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
.imgLeftBox {
	width:140px;
	margin:0 10px 10px 0;
	border:none;
	float:left;
	text-align:center;
}
.imgLeftNS {
	margin:0 10px 10px 0;
	border:none;
	float:left;
}
.imgRight2 {
	margin:10px;
	border:none;
	float:right;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
.imgMid {
	margin:10px;
	border:none;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
.headerFlourish {
	margin-left:10px;
	vertical-align:middle;
}
.center {
	text-align:center;
}
.captionLeft {
	float:left;
	font-size:small;
	text-align:center;
}
.captionRight {
	float:right;
	font-size:small;
	text-align:center;
}
.littleText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	color:#330;
}
.dashedHR {
	width:99%;
	/*color:#930;*/
	border:1px dashed #930;
	border-bottom:none;
}
p.floatUp {
	margin-top:-20px;
}
.redText {
	color:#C00;
}
/* **** END BODY CONTENT STYLES **** */

/* **** SIDEBAR STYLES **** */
#cRight {
	width:23%;
	padding-top:84px;
	float:right;
	/*border:1px solid #00F;*/
}
#buyB1 {
	width:175px;
	height:48px;
	padding:0;
	display:block;
	margin:0 auto;
	background-image:url(../images/buybutton1.png);background-repeat:no-repeat;
}
#buyB1:hover {
	background-position:0 -48px;
}
.buttonHText {
	display:none;
}
.salesText1 {
	width:100%;
	margin-top:6px;
	padding:6px 0;
	display:block;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	color:#993300;
}
.salesText2 {
	width:100%;
	padding:6px 0;
	display:block;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#990000;
}
.salesText3 {
	width:100%;
	margin-top:40px;
	display:block;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#3366FF;
}
.salesText3 img {
	border:none;
	vertical-align:middle;
}
.salesText3 a {
	padding:10px;
	text-decoration:none;
	color:#06F;
}
.salesText3 a:hover {
	text-decoration:underline;
	background-color:#FFFFCC;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
.salesText4 {
	width:100%;
	padding:0 0 4px 0;
	display:block;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#990000;
}
.sideGroup {
	/*border-left:1px dashed #930;*/
	/*border-bottom:1px dashed #930;*/
	/*border-right:1px dashed #930;*/
	border:1px dashed #930;
	border-top:1px solid #930;
	/*-moz-border-bottom-left-radius:5px;*/
	/*-moz-border-bottom-right-radius:5px;*/
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	text-align:left;
}
.sideHeading {
	width:100%;
	margin-top:40px;
	padding:6px 0;
	display:block;
	background-color:#993300;
	color:#FFCC00;
	/*font-size:1.1em;*/
	font-size:18px;
	font-weight:bold;
	text-align:center;
	/*-moz-border-top-left-radius:5px;*/
	/*-moz-border-top-right-radius:5px;*/
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.sideMenu li, .sideMenu li a {
	list-style-type:square;
	list-style-position:outside;
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
	color:#930;
}
.sideMenuBig li, .sideMenuBig li a {
	list-style-type:square;
	list-style-position:outside;
	font-family:"Times New Roman", Times, serif;
	font-size:1.1em;
	color:#930;
}
/* **** END SIDEBAR STYLES **** */
