/* Start of CMSMS style sheet 'Burbage Main' */
/* element styles */

body{
	margin-top: 0px;
	background-color: #373742;
}

body,p,td,h1,h2,h3{
	font-family: Arial, Helvetica, sans-serif;
}

h4{
  margin-bottom:0px;
  padding-bottom: 0px;
}

h4 + p{
  margin-top:5px;
  padding-top: 0px;

}

p,li,#content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: white;
}

p a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: white;
}

p.menu_top_right_text a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #8586a1;
}

textarea {
  width: 200px;
}

/* id styles */

#main_panel{
	background-color: #8586a1;
	background-image: url(images/main_panel_bg.jpg);
	background-repeat: repeat-x;
	width: 900px;
	min-height: 600px;
	margin: 0px auto;
	border: solid 1px white;
	border-top: 0px;
}

#header_panel{
	width: 900px;
	height: 122px;
	position: relative;
	top: 0px;
	margin: 0px auto;
	background-color: #FFFFFF;
	background-image:url(images/energy_header_bg.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#logo{
	width: 211px;
	height: 101px;
	position: relative;
	top: 10px;
	left: 15px;
	background-image:url(images/bcw_logo.gif);
	background-repeat: no-repeat;
}

#menu_bar{
	width: 900px;
	height: 35px;
	background-color: #80809a;
	background-image:url(images/menu_bar_bg.gif);
	background-repeat: repeat-x;
	position: relative;
	top: 0px;
	margin: 0px auto;
}

#content_wrapper{
	width: 730px;
	margin: 0px auto;
	margin-top: 10px;
}

#product_line_top_nav_container{
	float: right;
	height: 108px;
	width: 480px;
}

#content_container{
	background-color: #373742;
	border: solid 2px white;
	/*display: none;*/
	width: 730px;
	min-height: 450px;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 20px;
                z-index: 1;
}

#content_container_home{
	background-color: #373742;
	border: solid 2px white;
	display: none;
	width: 730px;
	min-height: 150px;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

#content{
	width: 680px;
	margin: 25px;
	position: relative;
	top: 0px;
}

/* text classes */

.page_header_text{
	font-family: Arial, Helvetica, sans-serif;
	color: #80809a;
	font-size: xx-large;
	float: left;
                width: 250px;
}

.menu_top_right_text{
	color: #80809a;
	font-size: small;
}

.dark_blue_text{
	color: #80809a;
}

.light_blue_text{
	color: #bbc0cd;
}

.logo_blue_text{
	color: #204d9f;
}

/* classes */

.imageLink{
  border: solid 1px white;
}

.imageMenuContainer{
  margin: 0px auto; 
  width: 580px;
}
/* End of 'Burbage Main' */

