@charset "utf-8";
/* CSS Document */

* { padding:0; margin:0; }

body { 
	background-color:#f5f5f5;
	background-image:url('bg.gif');
	background-repeat:repeat-y;
	background-position:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size:11pt;
}
#banner { 
	margin:0 auto 0 auto; 
	width:939px;
	height:100px;
}
#content {
	width:850px;
	margin:30px auto 50px auto;
	overflow:hidden;
	background-color:#FFF;
}
#menu {
	width:939px;
	margin:auto;
	background-color:#f6f6f6;
/*	border-bottom:1px solid #CCC; */
	text-align:center;
	overflow:hidden;


}
#menu a { 
	color:#333; 
	text-decoration:none; 
}
#menu td {
	height:35px;
}
#menu td:hover {
	background-color:#e8e8e8;
}
.menuItem {
	display:inline;
	padding:15px;
	border:1px solid red;
}
.menuItem:hover {
	background-color:#ededed;
}
#video {
	/*float:right;*/
	margin:0 0 15px 15px;
	overflow:hidden;
}
#bulletPoints {
	margin:0 auto 0 auto;
	width:600px;
	text-align:left;
}
#bulletPoints p {
	margin-bottom:25px;
}
.opt-in {
	width:60%;
	margin:40px auto 50px auto;
	padding:15px;
	background-color:#feffc7;
	border:1px solid #CCC;
	overflow:hidden;
}





.quote {
	background-image:url('http://theprrt.com/images/quote-box.gif');
	width:751px;
	height:198px;
	overflow:hidden;
	text-align:center;
	margin:0 auto 25px auto;
}
.quote td {
		padding:25px 35px 25px 35px;
}
.quote p {
	margin-bottom:10px;
}







H1 {
	TEXT-ALIGN: center;
	LINE-HEIGHT: 1.5em;
	MARGIN: 25px 0px 60px 0px;
	COLOR: #469dd7;
	FONT-SIZE: 14pt;
	FONT-WEIGHT: bold;
}
H2 {
	MARGIN: 40px 0px 10px;
	FONT-SIZE: 11pt;
	font-style:italic;
	font-weight:bold;
}
td {

}
input {
	padding:3px;
	width:250px;
	border:1px solid #CCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	color:#333;
	margin-bottom:12px;
}
textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	color:#333;
	padding:3px;
	border:1px solid #CCC;
}
