/* CLEARFIX METHOD  START */
.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;	line-height: 0;	height: 0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}
/* CLEARFIX METHOD  END */

* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:974px;
}
body { 
	background:#000; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#363433;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:974px; 
	margin:0 auto;
	font-size:.8125em;
}



/*==== GLOBAL =====*/
#header {
	height:550px;
	background:url(http://www.newwesternenergy.com/images/tail-top.jpg) left top repeat-x;
	
}
#content {
	background:url(http://www.newwesternenergy.com/images/content-tail.gif) left top repeat-x #e6e6e6;
	width:100%;
	padding-bottom:59px;
}
#footer {
	background:#000;
	padding:16px 0 16px 0;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-indent-right { 
	margin:0 0 0 20px; 
	float:right;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}
.extra-wrap-left { 
	overflow:hidden;
	float:left;
}


p {
	margin-bottom:18px;
}
.p1 { 
	margin-bottom:9px;
}
.p2 { 
	margin-bottom:18px;
}
.p3 { 
	margin-bottom:27px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#355a2b; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-size:36px;
	line-height:1.2em;
	color:#1f1d1c;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:30px;
}
	h1 em {
		font-style:normal;
		font-size:30px;
		line-height:1.2em;
		display:block;
		margin-bottom:-10px;
	}
	h1 strong {
		font-weight:normal;
		color:#9b9b9b;
	}
	h1 span {
		font-weight:normal;
		color:#FFF;
	}
	h1 span .grey{
		font-weight:normal;
		color:#1f1d1c;
	}
h2 {
	font-size:22px;
	line-height:1.2em;
	background:#000;
	color:#fff;
	padding:8px 0 9px 19px;
	text-transform:uppercase;
	font-weight:normal;
}
h3 {
	font-size:18px;
	line-height:1.2em;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:14px;
}
h4 {
	font-size:14px;
	line-height:22px;
	font-weight:normal;
	margin-bottom:12px;
}
h5 {
	font-size:1em;
	margin-bottom:16px;
}
	h5 a {
		color:#000;
	}
h6 {
	font-size:.91em;
	/*text-transform:uppercase;*/
}
h6.alt {
	margin-bottom:18px;
}

h7 {
	font-size:16px;
	line-height:1.2em;
	color:#000;
	font-weight:bold;
	margin-bottom:12px;
}

.link1 { color:#363433;}
	

.button { 
	float:left;
	display:block;
	background:url(http://www.newwesternenergy.com/images/arrow3.gif) no-repeat left 7px #000;
	padding:0 9px 1px 16px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:.91em;
}
	.button:hover {
		background:url(http://www.newwesternenergy.com/images/arrow3.gif) no-repeat left 7px #fff;
		color:#000;
	}


.button-wrap {
	background:url(http://www.newwesternenergy.com/images/button-wrap.gif) left top;
	text-align:right;
	border:1px solid #737373;
	padding:8px 7px 7px 19px;
}
	.button-wrap a {
		color:#000;
		font-weight:bold;
		text-decoration:none;
		background:#e7e7e7;
		padding:2px 13px 2px 13px;
	}
	.button-wrap a:hover {
		background:#000;
		color:#e7e7e7;
	}


.line-hor { 
	background:url(http://www.newwesternenergy.com/images/line-hor.gif) left top repeat-x;
	height:3px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:30px 0 25px 0;
}


/*==================boxes====================*/
.box {
	background:#060607;
	width:100%;
}
	.box a{color:#bbd166;}

	.box .inner { 
		padding:12px 19px 15px 19px;
	}

.box1 {
	background:#d1d1d1;
	width:100%;
}
	.box1 .inner { 
		padding:23px 19px 26px 19px;
	}
	
	.box1 .inner2 { 
		padding:23px 19px 26px 15px;
	}


.address { 
	padding-bottom:18px;
}
	.address dt {
		font-weight:bold;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:82px;
		}
		.address dd a {
			color:#363433;
		}
		

.contact-info { 
	float:left;
	width:212px; /*212*/
	margin-right:41px;
	color:#000; /* #355a2b */
	font-size:14px;
	line-height:22px;
}
	.contact-info dd { 
		clear:both;
		text-align:right;
	}
		.contact-info dd span { 
			float:left;
			padding-right:25px;
		}


/*===== header =====*/
#header .bg {
	background:url(http://www.newwesternenergy.com/images/header-bg.jpg) no-repeat center top;
	height:550px;
}
#header .row-1 {
	height:105px;
	overflow:hidden;
}
	#header .row-1 .fleft {
		padding:25px 0 0 9px;
	}
	
	#header .row-1 .top-links {
		float:right;
		font-size:11px;
		text-transform:uppercase;
		line-height:20px;
		padding:55px 4px 10px 0;
		border-bottom:1px solid #aaa;
	}
		#header .row-1 .top-links li {
			display:inline;
			color:#355a2b;
		}
			#header .row-1 .top-links li a {
				color:#000;
				text-decoration:none;
				padding:2px 14px 0 14px;
			}
			#header .row-1 .top-links li a:hover {
				color:#355a2b;
				text-decoration:none;
			}
			#header .row-1 .top-links li a.first {
				padding-left:4px;
			}
			#header .row-1 .top-links li a.rss {
				background:url(http://www.newwesternenergy.com/images/rss.gif) no-repeat right top;
				padding:2px 24px 0 14px;
			}
#header .row-2 {
	height:54px;
	position:relative;
	z-index:99;
}
	#header .row-2 .nav {
		float:left;
	}
		#header .row-2 .nav li {
			float:left;
			padding-right:5px;
		}
			#header .row-2 .nav li a {
				display:block;
				float:left;
				font-size:17px;
				color:#fff;
				text-decoration:none;
				background:#000;
				padding:0 0 0 0;
				width:133px;
				line-height:33px;
				text-indent:19px;
			}
			#header .row-2 .nav li.list a {
				background:url(http://www.newwesternenergy.com/images/arrow1.gif) no-repeat right 14px #000;
			}
			#header .row-2 .nav li.list ul li a{background:#000;}
			#header .row-2 .nav li.active ul li a{background:#000;color:#fff;}
			#header .row-2 .nav li a:hover, #header .row-2 .nav li a.current, #header .row-2 .nav li.list ul li a:hover, #header .row-2 .nav li.active a,#header .row-2 .nav li.list ul li.active a {
				background-color:#bbd166;
				color:#000;
			}

#header .row-3 {
	height:391px;
	background:url(http://www.newwesternenergy.com/images/header-bg-bottom.jpg) no-repeat left bottom;
	clear:both;
}
	#header .row-3 .col-1 {
		
	}
	#header .row-3 .col-2 {
		background:#060607;
		height:350px;
		width:289px;
	}
		#header .row-3 .col-2 .indent {
			padding:103px 0 0 52px;
		}


/*===== anythingSlider =====*/
.anythingSlider                         { width: 685px; height: 350px; position: relative; }
.anythingSlider .wrapper                { width: 685px; height: 350px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 350px; width: 685px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#start-stop                             { background: #414141; color: #d1d1d1; padding: 2px 18px; text-align: center; position: absolute; left: 19px; bottom: 17px; font-size:11px; text-transform:uppercase; text-decoration:none;}
#start-stop.playing                     { background-color:#414141 ; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
/*===== anythingSlider =====*/



/*===== content =====*/
#content .bg {
	background:url(http://www.newwesternenergy.com/images/content-bg.jpg) no-repeat center top;
}

#content .indent {
	margin-right:34px;
}

#content .mainContent {
	float:left;
	width:651px;
}
	#content .mainContent h2, #content h2.alt {
		background:none;
		color:#000;
		padding:8px 0 0 0;
		margin-bottom:18px;
		/*margin-bottom:36px;*/
	}
	
	#content .mainContent h3, #content h3.alt {
		background:none;
		color:#000;
		font-size:1.2em;
		padding:8px 0 0 0;
		margin-bottom:12px;
		/*margin-bottom:36px;*/
	}
#content .aside {
	float:left;
	width:289px;
}


.banners {
	width:100%;
	overflow:hidden;
}
	.banners li {
		float:left;
		width:172px;
		padding-left:10px;
		margin-right:36px;
		font-size:18px;
		line-height:1.2em;
		letter-spacing:-1px;
	}
	.banners li.last {
		margin-right:0;
	}
		.banners li img.icon {
			display:block;
			margin-bottom:18px;
		}
		.banners li a {
			color:#1e1d1a;
			text-decoration:none;
		}
			.banners li a img {
				vertical-align:text-bottom;
			}
			
.test {
	background:#d1d1d1;
	width:100%;
	overflow:hidden;
	color:#060607;
}
.test .even {
	background:#e1e1e1;
}
	.test .inner {
		padding:22px 22px 29px 19px;
	}


.test span.date {
			float:left;
			width:45px;
			text-align:center;
			margin-right:19px;
			padding-top:5px;
		}
			.test span.date strong {
				background:#000;
				color:#fff;
				text-align:center;
				display:block;
				font-size:11px;
				text-transform:uppercase;
				line-height:20px;
			}
			.test span.date b {
				font-size:24px;
				line-height:1.2em;
				color:#355a2b;
			}


.list1 li {
	background:#d1d1d1;
	width:100%;
	overflow:hidden;
	color:#060607;
}
.list1 li.even {
	background:#e1e1e1;
}
	.list1 li .inner {
		padding:22px 22px 29px 19px;
	}
		.list1 li span.date {
			float:left;
			width:45px;
			text-align:center;
			margin-right:19px;
			padding-top:5px;
		}
			.list1 li span.date strong {
				background:#000;
				color:#fff;
				text-align:center;
				display:block;
				font-size:11px;
				text-transform:uppercase;
				line-height:20px;
			}
			.list1 li span.date b {
				font-size:24px;
				line-height:1.2em;
				color:#355a2b;
			}
		
		.list1 li .extra-wrap {
			float:left;
			width:178px;
		}

.list2 li {
	background:url(http://www.newwesternenergy.com/images/arrow4.gif) no-repeat left 6px;
	padding:0 0 8px 18px;
}
	.list2 li a {
		text-decoration:none;
	}
	.list2 li a:hover {
		color:#000;
	}

/*===== footer =====*/
#footer {
	font-size:.91em;
	color:#fff;
	text-align:center;
}
	#footer a {
		color:#fff;
	}


/*----- forms -----*/
#search-form {
	float:right;
	padding:7px 0 0 0;
	width:251px;
}
	#search-form fieldset {
		border:none;
	}
	#search-form input.text {
		width:190px;
		border:1px solid #aeaeae;
		font-size:11px;
		color:#9d9d9d;
		padding:2px 0 2px 6px;
		margin-right:9px;
		float:left;
	}
	#search-form input.submit {
		width:42px;
		height:20px;
		border:none;
		background:#000;
		color:#bbd166;
		font-weight:bold;
		text-align:center;
		font-size:1.17em;
		cursor:pointer;
	}
	

#newsletter-form fieldset {
	border:none;
	padding-bottom:8px;
}
#newsletter-form input.text {
	width:190px;
	border:none;
	font-size:11px;
	color:#c9c9ca;
	padding:2px 0 2px 6px;
	margin-right:9px;
	background:#676768;
}
#newsletter-form input.submit {
	width:42px;
	height:20px;
	border:none;
	background:#e7e7e7;
	color:#355a2b;
	font-weight:bold;
	text-align:center;
	font-size:1.17em;
	cursor:pointer;
}

#contacts-form  {
	float:left;
	width:367px;
}
#contacts-form fieldset {
	border:none;
}
	#contacts-form label { 
		display:block;
		height:30px;
	} 
		#contacts-form label input { 
			width:360px;
			padding:2px 0 2px 3px;
			color:#9d9d9d;
			border:1px solid #aeaeae;
			background:#fff;
			font-size:11px;
		}
		#contacts-form textarea {
			width:360px;
			height:65px;
			padding:2px 0 2px 3px;
			margin-bottom:16px;
			color:#9d9d9d;
			overflow:auto;
			border:1px solid #aeaeae;
			background:#fff;
			font-size:11px;
		}
		#contacts-form .button {
			float:right;
			margin-left:17px;
		}

/*==========================================*/

/*---:[ tab styles ]:---*/
	
#navcontainer
{
height: 24px;
}

#navlist
{
list-style-type: none;
padding: 0 0 23px 6px;
border-bottom: 1px solid #636467;
margin: 0;
font: 12px Arial, sans-serif;
}

#navlist li
{
display: inline;
margin: 0 4px;
padding: 0;
float: left;
}

#navlist li a
{
margin: 0;
padding: 4px 20px 0 20px;
color: #636467;
text-decoration: none;
border-width: 1px 1px 0px 1px;
border-color: #636467;
border-style: solid;
background: #E7E8E9;
height: 18px;
display: block;
float: left;
white-space: nowrap;
}

#navlist li a:hover
{
color: #066CB4;
background: #d4d4d4;
border-color: #666;
}

#navlist li#current a
{
background: #fff;
border-bottom: 1px solid #fff;
color: #066CB4;
}

#content .post{color:#000;padding:10px 0px;}
#content .post  a{text-decoration:none;}
#content .post  a:hover, #content .post span a:focus, #content .post span a:active{text-decoration:underline;}
#content .post .post-date{float:left;width:45px;}
#content .post .entry{float:right;width:590px;}
#content .post .entry h2{padding-top:0;margin-bottom:0px;padding-bottom:3px;border-bottom:1px dotted black;}
#content .post .post-content{clear:both;padding-top:6px;}
#content .post .post-author{float:left;font-size:10px;}
#content .post .post-comments{float:right;font-size:10px;}
#content .post span.date {
			float:left;
			width:45px;
			text-align:center;
			padding-top:5px;
		}
#content .post span.date strong {
	background:#000;
	color:#fff;
	text-align:center;
	display:block;
	font-size:11px;
	text-transform:uppercase;
	line-height:20px;
}
#content .post span.date b {
	font-size:24px;
	line-height:1.2em;
	color:#355a2b;
}




