/****************************************************************/
/*  Rock Energy layout styles                                   */


/* NON-HEADER */
*{
	padding:0; margin:0;
}
 body { font-size:62.5%; background-color:#F9F9F9; font-family:verdana,arial,sans-serif;} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container { width:900px; margin:0px auto; margin-top:10px; margin-bottom:10px; font-size:1.0em; border: 1px solid #969696; }
.main { clear:both; width:900px; padding-bottom:30px; background-color: #FFFFFF; background-image: url(../images/bg_main_withoutnav.jpg); background-repeat: repeat-y;background-position: left top; }
.main-navigation {display:inline; /*Fix IE floating margin bug*/ float:left; width:180px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.main-content {
	display:inline; /*Fix IE floating margin bug*/
	float:left;
	width:460px;
	margin:0 0 0 30px;
	padding: 0px 2px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}
.main-subcontent {display:inline /*Fix IE floating margin bug*/; float:right; width:185px; margin:0 15px 0 0; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.footer {clear:both; width:900px; padding:1.0em 0 1.0em 0; background-color:#EBF9FF; font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}

/********************/
/*  HEADER SECTION  */
/********************/

.header {width:900px; font-family:trebuchet ms,arial,sans-serif; }

.header-top { width:900px; height:70px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/; background-color: #FFFFFF; background-repeat: no-repeat; }
.logo { padding: 0px 0px 0px 7px; }
.sitenav-container {width: 900px; top: 50px; position: absolute; z-index: 9; background: transparent;}
.sitenav {margin: 0px; padding: 0px; font-family: verdana, arial, sans serif; font-size: 1.0em;}
.sitenav ul {float: right; margin: 0px; padding: 0px 20px 0px 0px; border-left: solid 1px #73A2BC; background-color: #FFFFFF; font-weight: bold;}	
.sitenav li {display: inline; list-style: none; margin: 0px; padding: 0px;}
.sitenav li a {display: block; float: left; margin: 0px; padding: 2px 5px 2px 5px; border-right: solid 1px #73A2BC; color: #73A2BC; text-decoration: none; font-size: 10px;}
.sitenav a:hover, .nav2 a.selected {color: #2A5A8A; text-decoration: none;}

.header-middle {width:900px; height:150px; background:#FFFFFF; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}

.header-bottom { width: 900px; background-color: #FFFFFF; }

.header-breadcrumbs {clear:both; width:900px; padding:1.0em 0 1.5em 0; background:#FFFFFF url(../images/bg_head_breadcrumbs.jpg) repeat-y;}

/**********************/
/*  2. DROP-DOWN MENU */
/**********************/

/*Basic Setup*/
.dropnav {
	white-space:nowrap /*IE hack*/;
	float:left;
	width:900px;
	border:none;
	margin-top:0px;
	font-family:trebuchet ms,arial,sans-serif;
	color:#FFFFFF;
	font-size:130%;
	background-color: #FFFFFF;
	background-image: url(../images/tnavhover.gif);
} /*Color navigation bar normal mode*/
.dropnav ul {list-style-type:none;}
.dropnav ul li { float:left; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/; 	border-right-width: 1px; border-right-style: solid; border-right-color: #AFAFAF; }
.dropnav ul li a {float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; height:1.8em; line-height:1.8em; padding:0 16px 0 16px; text-decoration:none; font-weight:bold; color: #FFFFFF;}
.dropnav ul li ul {display:none; border:none;}

/*Non-IE6 hovering*/
.dropnav ul li:hover {position:relative;} /*Sylvain IE hack*/ 
.dropnav ul li:hover a {
	text-decoration:none;
	color:#467AA7;
	font-weight: bold;
	background-color:#EBF9FF;
} /*Color main cells hovering mode*/
.dropnav ul li:hover ul {display:block; width:10.5em; position:absolute; z-index:999; top:1.6em; margin-top:0.1em; left:0;}
.dropnav ul li:hover ul li a {
	white-space:normal;
	display:block;
	width:10.5em;
	height:auto;
	line-height:1.3em;
	margin-left:-1px;
	padding:4px 16px 4px 16px;
	border-left:solid 1px #AFAFAF;
	border-bottom: solid 1px #AFAFAF;
	font-weight:normal;
	color:#2A5A8A;
	background-color:#EBF9FF;
} /*Color subcells normal mode*/
.dropnav ul li:hover ul li a:hover {
	text-decoration:none;
	color:#FFFFFF;
	font-weight: bold;
	background-image: url(../images/tnavreg.gif);
} /*Color subcells hovering mode*/

/*IE6 hovering*/
.dropnav table {position:absolute; top:0; left:0; border-collapse:collapse;}
.dropnav ul li a:hover {
	position:relative /*Sylvain IE hack*/;
	z-index:1000 /*Sylvain IE hack*/; 
	background-color:#EBF9FF;
	text-decoration:none;
	color:#2A5A8A;
	font-weight: bold;
} /*Color main cells hovering mode*/
.dropnav ul li a:hover ul {display:block; width:10.0em; position:absolute; z-index:999; top:1.7em; t\op:1.7em; left:0; marg\in-top:0.1em;}
.dropnav ul li a:hover ul li a {
	white-space:normal;
	display:block;
	w\idth:10.0em;
	height:1px;
	line-height:1.3em;
	padding:4px 16px 4px 16px;
	border-left:solid 1px #AFAFAF;
	border-bottom: solid 1px #AFAFAF; 
	background-color:#EBF9FF;
	font-weight:bold;
	color:#2A5A8A;
} /*Color subcells normal mode*/
.dropnav ul li a:hover ul li a:hover {
	background-image: url(../images/tnavreg.gif);
	text-decoration:none;
	color:#FFFFFF;
	font-weight: bold;
} /*Color subcells hovering mode*/
.buffer {clear: both; width: 900px; height: 30px; margin: 0px; padding: 0px; background-color: #FFFFFF;}

.header-breadcrumbs ul {float:left; width:560px; list-style:none; padding:0 0 0 15px; font-family:verdana,arial,sans-serif;}
.header-breadcrumbs ul li {display:inline; padding:0 0 0 10px; background:transparent url(../images/bg_bullet_arrow.gif) no-repeat 0 50%; font-weight:bold; color:#7d7d7d; font-size:100%;}
.header-breadcrumbs ul a {color:#467AA7; text-decoration:none;}
.header-breadcrumbs ul a:hover {color:#2A5A8A; text-decoration:underline;}

.header-breadcrumbs .searchform {float:right; width:285px; padding:0 17px 0px 0px !important /*Non-IE6*/; padding:0 12px 0px 0px /*IE6*/;}
.header-breadcrumbs .searchform form fieldset {float:right; border:none;}
.header-breadcrumbs .searchform input.field {width:10.0em; padding:0.2em 0 0.2em 0; border:1px solid #c8c8c8; font-family:verdana,arial,sans-serif; font-size:120%; }
.header-breadcrumbs .searchform input.button {width:3.0em; padding:1px !important /*Non-IE6*/; padding:0 /*IE6*/; background:#E6E6E6; border:solid 1px #969696; text-align:center; font-family:verdana,arial,sans-serif; color:#969696; font-size:120%;}
.header-breadcrumbs .searchform input.button:hover {cursor:pointer; border:solid 1px #505050; background:#DCDCDC; color:#505050;}


/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN NAVIGATION */
.main-navigation .round-border-topright { width:10px; height:10px; position:absolute; z-index:100; margin:0 0 0 170px; background-image: url(../images/bg_corner_topright.gif); background-repeat: no-repeat;}

/* MAIN CONTENT */
.column1-unit {width:460px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column2-unit-left {float:left; width:200px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column2-unit-right {float:right; width:200px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column3-unit-left {float:left; width:120px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column3-unit-middle {float:left; width:120px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/; margin-left:40px;}
.column3-unit-right {float:right; width:120px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}

/* MAIN SUBCONTENT */
.subcontent-unit-border {width:183px; margin:0 0 2.0em 0; padding:0 0 5px 0; border:solid 1px #EDF2F8; background:#FFFFFF;}
.subcontent-unit-border-green {
	width:183px;
	margin:0 0 2.5em 0;
	padding:0 0 10px 0;
	border:solid 1px #A0D651;
	background-color:#F1F9E6;
}
.subcontent-unit-border-blue  {
	width:183px;
	margin:0 0 2.5em 0;
	padding:0 0 10px 0;
	border:solid 1px #89AAD6;
	background-color:#EBF9FF;
}
.subcontent-unit-border-orange {width:183px; margin:0 0 2.5em 0px; padding:0 0 10px 0; border:solid 1px #E8B10D; background-color:#FDF4D9;}
.subcontent-unit-border-red {width:183px; margin:0 0 2.5em 0px; padding:0 0 10px 0; border:solid 1px #b30f32; background-color:#FEEDF1;}

.subcontent-unit-noborder {width:185px; margin:0 0 2.5em 0; padding:0 0 10px 0; background:#EBEBEB;}
.subcontent-unit-noborder-green {width:185px; margin:0 0 2.5em 0; padding:0 0 10px 0; background-color:#F1F9E6;}
.subcontent-unit-noborder-blue  {width:185px; margin:0 0 2.5em 0; padding:0 0 10px 0; background-color:#D5E1F0;}
.subcontent-unit-noborder-orange {width:185px; margin:0 0 2.5em 0; padding:0 0 10px 0; background-color:#FDF4D9;}
.subcontent-unit-noborder-red { width:185px; margin:0 0 2.5em 0; padding:0 0 10px 0; background-color:#FEEDF1;}

.round-border-topleft {
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	background:url(../images/bg_corner_topleft.gif) no-repeat;
	margin-top:-1px;
	margin-left:-1px;
}
.round-border-topright { width:10px; height:10px; position:absolute; z-index:100; margin-top:-1px; margin-left:174px; background-image: url(../images/bg_corner_topright.gif); 	background-repeat: no-repeat; }
.round-noborder-topleft {width:10px; height:10px; position:absolute; z-index:100; background:url(../images/bg_corner_topleft.gif) no-repeat; margin-top:0px; margin-left:0px;}
.round-noborder-topright {width:10px; height:10px; position:absolute; z-index:100; background:url(../images/bg_corner_topright.gif) no-repeat; margin-top:0px; margin-left:175px;}

/********************/
/*  FOOTER SECTION  */
/********************/
.footer {
	overflow: hidden;
	clear: both;
	width: 900px;
	height: 6.0em;
	margin: 0px;
	padding: 0.5em 0px 0.5em 0px;
	border-top: solid 1px #7d7d7d; 
	background-color: #EBF9FF;	
	color: #2A5A8A;
	font-size: 1.0em;
	
}

.footer-container {width: 900px; top: 50px; position: absolute; z-index: 9; background: transparent;}
.footer {margin: 0px; padding: 0px; font-size: 1.0em;}
.footer p {text-align: center; line-height: 1.3em; font-size: 110%;}
.footer a {color: #2A5A8A; text-decoration: none;}
.footer a:hover {text-decoration: underline;}


/******************/
/*  CLEAR FLOATS  */
/******************/
.page-container:after, .header:after, .header-bottom:after, .header-breadcrumbs:after, .main:after, .main-navigation:after, .main-content:after, .main-content div:after, .main-subcontent:after {content:"."; display:block; height:0; clear:both; visibility:hidden;	font-weight: bold; 	text-decoration: none;
}
.column1-unit:after, .column2-unit-left:after, .column2-unit-right:after, .column3-unit-left:after, .column3-unit-middle:after, .column3-unit-right:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.subcontent-unit-border:after, .subcontent-unit-noborder:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.subcontent-unit-border-blue:after, .subcontent-unit-border-green:after, .subcontent-unit-border-orange:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.subcontent-unit-noborder-blue:after, .subcontent-unit-noborder-green:after, .subcontent-unit-noborder-orange:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.footer:after, p:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clear-contentunit {clear:both; width:440px; height:0.1em; border:none; background:#d2d2d2; color:#d2d2d2;}

/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/
@media print {.header-top {width:900px; height:80px; background:#F0F0F0; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}
@media print {.header-breadcrumbs {width:900px; background:transparent;}}
@media print {.nav2 {float:left; width:900px; border:none; background:#F0F0F0; color:rgb(75,75,75); font-size:1.0em; font-size:130%;}} /*Color navigation bar normal mode*/
@media print {.main {clear:both; width:900px; padding-bottom:30px; background:transparent;}}
@media print {.main-navigation {display:inline /*Fix IE floating margin bug*/; float:left; width:199px; border-right:solid 1px #c8c8c8; border-bottom:solid 1px #c8c8c8; background-color:#EDF2F8; overflow:visible !important /*Firefox*/; overflow:hidden /*IE*/;}}
@media print {.footer {clear:both; width:900px; height:3.7em; padding:1.1em 0 0; background:#EDF2F8; font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}
