@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(/img/page_background_1px.gif);
	background-repeat: repeat;
}

a { 
	font-size: 14px;
	font-weight:bold;
	color: #666666;
	text-decoration:none;
}

a:hover {
	color:#0066cc;
	text-decoration:none;
}

p {
	color: #666666;
	font-size: 13px;
	line-height:27px;
}

td p {
	line-height:15px;
	margin-top: 0;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	font-weight: bold;
	line-height:27px;
	color:#666666;
	text-align: left;
}

h2 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight: bold;
	line-height:27px;
	color:#666666;
}

.center {
	text-align: center;	
}

.bluebox {
	border: 1px solid #0066cc;
	margin-bottom: 8px;
}

.date {
	font-size: 14px;
	line-height:13px;
	color:#336699;
	padding-bottom:5px;
	vertical-align:top;

}

.title {
	font-family: Arial, Helvetica, sans-serif
	font-size:22px;
	line-height:normal;
	color: #333;
}

#page_header {
	margin-bottom:0px;
}

#page_container {
	background-color: #FFF;
	width: 1012px;
	margin-left: auto;
	margin-right: auto;
}

#mp_logo {
	position: absolute;
	left: 289px;
	top: 53px;
	width: 158px;
	height: 76px;
}

.nav_menu {
	width:1012px; 
	margin-top: 18px; 
	margin-left:auto; 
	margin-right:auto;
	z-index:500;
}

#windmills_bg {
	background-image: url(/img/windmill_bg.jpg);
	background-repeat:no-repeat;
	background-position: bottom right;
}

#top_content .box{

}

#top_left_content {
	float:left;
	width: 455px;
	margin-left: 30px;
	margin-right: 25px;
}

#top_left_content img{
	position: relative; 
	top: 78px; 
	left: 15px;
}

#top_right_content {
	float:left;
	width: 455px;
	margin-left: 15px;
	margin-right: 10px;
}

#top_right_content a {
	font-size: 12px;
	color:#0066cc;
}
#top_right_content a:hover {
	color:#666666;
}

#top_right_content .video_caption {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#666666;
	margin-left: 10px;
	margin-right: 10px;
}

#top_right_content .video_caption .video_title{
	font-weight:bold;
	margin-top: 20px;
	margin-bottom:0;
	
}

#top_right_content .video_caption p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
	line-height:16px;
}

#bottom_content{
	clear: both;
}

#bottom_content .box{
	height: 175px;
}

#bottom_left_content {
	float:left;
	width: 455px;
	margin-left: 30px;
	margin-right: 25px;
}

#bottom_left_content p { 
	line-height:25px;
	padding:0;
	margin:0;
}

#bottom_right_content {
	float:left;
	width: 455px;
	margin-left: 15px;
	margin-right: 10px;
}

#bottom_right_content p {
	margin-top:0;
	padding-top:0;
}

#bottom_right_content a {
	font-size:12px;
	color:#0066cc;
}
#bottom_right_content a:hover {
	color:#666666;
}

/****** Sub-Content Pages **********/
#sub_left_column {
	float: left;
	margin-top: 25px;
	margin-left: 30px;
	width: 260px;
}

#sub_left_column .box{
	width: 260px;
	padding: 20px;
}

#sub_left_column p{ 
	line-height: 27px;
}

#sub_main_content {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;

}

#sub_main_content a { 
	font-size: 14px;
	font-weight:bold;
	color: #0066cc;
}

#sub_main_content a:hover {
	color:#666666;
}

#footer { 
	clear:both;
	padding-top: 30px; 
	font-size:12px;
	text-align:center;
}

#footer p {
	font-size: 10px;
}

#footer a {
	font-size: 10px;	
}

/* Used to hide/show content*/
.contenthidden {display:none}
.contentshown {display:inline}

/* VIDEO SPLASH SCREEN */
/* player container */
div.player {
	height:250px;
	width:345px;
	
	cursor:pointer;
	float:left;
	text-align:center;
	margin-right:0px;
}

div.playermain {
	height:335px;
	width:453px;
	
	cursor:pointer;
	float:left;
	text-align:center;
	margin-right:0px;
}

/* play button */
div.player img {
	margin-top:83px;
}

/* play button */
div.playermain img {
	margin-top:126px;
}

/* info area */
div.player div.info {
	height:40px;
	background:#000 url(/img/h80.png) repeat-x;
	opacity:0;
	color:#fff;
	margin-top:40px;
	text-align:left;
	padding:5px 15px;	
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
	margin-top:30px;
}

/* info area */
div.playermain div.infomain {
	height:40px;
	background:#000 url(/img/h80.png) repeat-x;
	opacity:0;
	color:#fff;
	margin-top:40px;
	text-align:left;
	padding:5px 15px;	
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
	margin-top:65px;
}

/* duration data inside info area */
div.player div.info span {
	color:#99FF99;
	display:block;
	font-weight:bold;
}

/* duration data inside info area */
div.playermain div.infomain span {
	color:#99FF99;
	display:block;
	font-weight:bold;
}

/*Action Plan Page*/

#page_container #full_content #sub_main_content #savings div #actionplanTable .tableheading {
	font-size: 14px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight: bold;
}

#page_container #full_content #sub_main_content #savings div #actionplanTable tr td {
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
}

#page_container #full_content #sub_main_content #savings div #actionplanTable tr td a{
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #09F;
}
.border {
	border-bottom:medium
}
#page_container #full_content #sub_main_content #savings div #actionplanTable .box td {
	color: #C0C0C0;
}
#page_container #full_content #sub_main_content #savings div #actionplanTable2 {
	font-size: 5px;
}
