@charset "utf-8";
@import url(reset.css);

body
{
    text-align:center;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 62.5%;
color:#666666;
background:#5E96E0 url(../images/background.jpg) no-repeat scroll top center;
}

#outer-container
{
width:940px;
text-align:left;
font-size:1.2em;
border:1px solid #6b8985;
margin: 5px auto;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
background:#96CCC5 url(../images/outer-bg.png) repeat-y;
padding:10px;
}
#inner-container
{
background-color:#fff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border:1px solid #879ea2;
}
#header
{
height:70px;
padding: 15px;
padding-bottom: 0px;
}
#header h1 a
{
display: block;
width:226px;
height:52px;
background: url(../images/rockwood-logo.png) no-repeat;
text-indent: -9999px;
float: left;
}
#header h2 a
{
display: block;
width:223px;
height:42px;
background: url(../images/energrade-logo.png) no-repeat;
text-indent: -9999px;
float: right;
margin-top: 5px;
}
#globalNav
{
text-align:center;
height:36px;
line-height:36px;
background: url(../images/globalNav-bg.png) repeat-x;
}
#globalNav ul li
{
display:inline;
padding: 5px;
background: url(../images/globalNav-sep.png) no-repeat center right;
}
.last
{
	background: none !important;
	border: none !important;
}
#globalNav a
{
padding: 5px;
font-size:1.2em;
color: #7290a1;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}
#globalNav a:hover
{
	color: #44687e;
	
}
#globalNav li.URHere
{
padding: 5px;
padding-right:10px;
font-size:1.2em;
color: #44687e;
font-weight: bold;
text-transform: uppercase;
text-decoration: underline;
}
#content-wrapper
{
	overflow: hidden;
	height: 100%;
	background: url(../images/content-wrapper-bg.png) repeat-y top right;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
}
#sidebar
{
	float: right;
	width: 225px;
	background-color: #f3f6f7;
	border-left: 1px dashed #d4dde2;
	padding: 15px;
	line-height: 1.5em;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
}
#main-content
{
width: 655px;
float:left;
padding: 25px 0px 25px 15px;
line-height: 1.5em;
background-color: #fff;
-moz-border-radius-bottomleft: 10px;
-webkit-border-radius-bottomleft: 10px;
-khtml-border-radius-bottomleft: 10px;
}
h2
{
	font-size: 1.6em;
	color: #266b72;
}
h3
{
	color: #00325a;
	text-transform: uppercase;
}
h4
{
	text-decoration: underline;
	color: #666666;
}
#content-wrapper ol ul h4
{
	font-size: 0.7em!important;
}
p
{
	margin: 0.5em 0 1.33em;
}
table
{
	border: 1px solid #b7b7b7;
	margin: 10px;
	margin-left: 0px;
}
th
{
	background-color:#19466a;
	color:#fff;
	font-size: 1.2em;
}
th,td
{
	padding: 5px;
	border-bottom: 1px solid #b7b7b7;
	vertical-align: middle;
}
td
{
	font-size:1.2em;
	vertical-align: middle;
	background: url(../images/gradient.png) repeat-x bottom left;
}
td.savings
{
	font-size: 0.9em;
	color:#909090;
	text-align: right;
}
.new
{
	color: #9d3123;
	font-weight: bold;
}
.highlight
{
	color:#2f7d85;
	font-size: 1.3em;
	font-weight: bold;
}
.floatRight
{
	float: right;
}
.floatLeft
{
	float: left;
}
.column
{
}
.center
{
	text-align: center;
}
.left
{
	text-align: left;
}
.section
{
	border-bottom: 1px dashed #d4dde2;
	padding-bottom: 1em;
	margin-bottom: 2.33em;
}
.section img
{
	margin: 0px 0px 10px 8px;
}
.no-margin
{
	margin-bottom: 0px;
}
#footer
{
line-height: 1.5em;
color:#fff;
}
#content-wrapper a
{
	color: #44687e;
	text-decoration: none;
}
#content-wrapper a:hover
{
	color: #7290a1;
	text-decoration: underline;
}
#content-wrapper ul
{
	list-style-type: disc;
	margin-left: 35px;
	margin-bottom: 1.33em;
}
#content-wrapper ol ul
{
	color: #666666;
	font-weight: normal;
	font-size: 0.7em;
}
#content-wrapper ol
{
	list-style-type: decimal;
	margin-left: 35px;
	color:#2f7d85;
	font-size: 1.3em;
	font-weight: bold;
}
#content-wrapper ol p
{
color:#666666;
font-size: 0.7em;
font-weight: normal;
}
#outerdiv
{
width:667px;
height:971px;
overflow:hidden;
position:relative;
}

#inneriframe
{
position:absolute;
top:-248px;
left:-190px;
width:1280px;
height:1219px;
} 

p.redalert {
	color: red;
}

hr {
	color:#D4DDE2;
	background-color:#D4DDE2;
	height: 1px;
	border: none;
}