body {
	font-size: 10pt;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #eee;
	text-align: center;
	line-height: 160%;
}

a:link, a:visited, a:active {
	color: #0099CB;
}

a:hover {
	color: #f60;
}

.OrangeRowBackground {
	background-image: url('http://www.bounceenergy.com/images/GenericTemp-OrangeBGHeader.jpg');
}


h1, h2, h3, h4 {
	line-height: 125%;
}

h1 {
	color: #ff6600;
	font-size: 24px;
}

h2 {
	color: #0399CD;
	font-size: 20px; 
	line-height: 125%;
}

h3 {
	color: #f60;
	margin: 1.4em 0 0 0;
}


h4 {
	color: #000;
	font-size: 10pt;
	margin-bottom: 0;
}

h1.GenericTempOrangeHeader {
	background-position: left top;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 900;
	color: #FFFFFF;
	background-image: http://www.bounceenergy.com/images/GenericTemp-OrangeBGHeader.jpg;
	background-repeat: no-repeat;
	background-attachment: fixed;
	line-height: 125%;
	vertical-align: middle;
	text-align: left;
}


h2.page-title {
	margin-top: 0;
	color: #f60;
}

a img {
	border: 0;
}

#frame {
	width: 1030px;
	padding: 25px;
	margin: 25px auto;
	border: 3px #aaa solid;
	text-align: left;
	background: #fff;
	color: #333;
}

#main {
	background: url(images/generic-dotted-vert.png) 275px 0 repeat-y;
}

#col-secondary {
	float: left;
	width: 250px;
}

#col-secondary h1 {
	color: #0399cd;
	font-size: 16pt;
	margin: 0 0 10px 0;
}

#col-secondary h3.tag-line {
	font-style: italic;
	font-size: 11pt;
	margin: 0;
}

#nav-primary ul {
	list-style-type: none;
	padding: 0;
	margin: 15px 0 0 0;
}

#nav-primary ul li {
	padding: 0;
	margin: 0;
	border-bottom: 1px #ccc solid;
}

#nav-primary ul li a:link, #nav-primary ul li a:visited, #nav-primary ul li a:active {
	display: block;
	padding: 3px 10px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

#nav-primary ul li a:hover {
	background: #ffc;
}

#col-secondary-content {
	padding-top: 25px;
}

#col-primary {
	float: right;
	width: 725px;
}

#footer {
	clear: both;
	padding: 20px 0 0 0;
	font-size: 9pt;
}


.clear-empty {
	clear: both;
	line-height: 1px;
}

.no-bullets ul {
	padding-left: 0;
	margin-left: 0;
}

.no-bullets ul li {
	list-style-type: none;
	background-image: none;
	padding-left: 0;
	margin: 0 0 1em 0;
	background: transparent;
}
.rss-container {
	background: #d6e7f3 url(images/bg-gradient-blue_01.gif) top repeat-x;
	border: 3px #bcd double;
	padding: 15px;
	margin-top: 10px;
	font-size: 8pt;
}

.rss-container h3 {
	margin: 0 0 10px 0;
	font-size: 11pt;
}

.rss-container h4 {
	font-weight: normal;
	margin: 0;
	font-size: 9pt;
}

ul.rss-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.rss-list li {
	padding: 0;
	margin: 0;
	margin-bottom: 12px;
	background-image: none;
}

.form-table th {
	color: #333;
	text-align: right;
	padding: 0 5px 5px 0;
	font-weight: normal;
	font-size: 12px;
	vertical-align: top;
}

.form-table td {
	padding-bottom: 5px;
	vertical-align: top;
}



#plan-form-wrapper fieldset{
	border: 3px #aaa double;
	padding: 15px;
	margin-bottom: 20px;
}
#plan-form-wrapper legend{
	font-weight: bold;
	color: #f60;
	font-size: 14px;
}
.plan-form-plan {
	clear: both;
	padding: 0 0 12px 0;
	line-height: 130%;
}

.plan-form-plan input {
	margin-top: 7px;
	font-size: 14pt;
}

.plan-form-plan-content {
	width: 95%;
	float: right;
}

.plan-form-plan h3 {
	margin: 0;
	font-size: 14pt;
	color: #09c;
	font-weight: normal;
	line-height: 140%;
}
.box-generic {
	margin-top: 10px;
}

.top-line-small {
	font-size: 85%;
	padding-top: 10px;
	border-top: 1px #333 solid;
}
/* ============== gray gradient box ================== */

.gray-gradient-box {
	background: url(images/gray-box-bottom-left.png) bottom left no-repeat;
}

.gray-gradient-box div {
	background: url(images/gray-box-bottom-right.png) bottom right no-repeat;
}

.gray-gradient-box div div{
	background: url(images/gray-box-top-left.png) top left no-repeat;
}

.gray-gradient-box div div div{
	background: url(images/gray-box-top-right.png) top right no-repeat;
	padding: 12px;
}
.gray-gradient-box div div div div{
	background: transparent;
}

