@charset "UTF-8";
/* CSS Document */

body  {
	margin: 5 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #47723D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #7DAFD2;
	background-image: url(images/Dun-Law-Windfarm-23.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.thrColFixHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #EBEBEB;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: .85em;
} 

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}

p {
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px; /* padding keeps the content of the div away from the edges */
	background-color: #DCE3EC;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 130px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	font-size: 12px;
}

.newsHeadline {
	font-size: 16px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

.newsSource {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

.newsDescription {
	font-size: 12px;
	color: #000000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 120%;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
} 

#headerAds {
	float: right;
	height: 90px;
	width: 728px;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.slideBarNavNug {
	font-size: 11px;
	background-color: #ADCBDF;
	padding: 5px;
	margin: 0px;
	border: 1px solid #ADCBDF;
}
.slideBarNavNugOver {
	font-size: 11px;
	background-color: #D7E7EF;
	padding: 5px;
	margin: 0px;
	border: 1px solid #5B9528;
	cursor: pointer;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link, a:visited {
	text-decoration:none;
	color:#1C4F1B;
	font-weight: bold;
}
a:hover, a:active {
	text-decoration:underline;
	color:#52930D;
	font-weight: bold;
}
.slideBarNavNug a:link, a:visited {
	text-decoration:none;
	color:#00346C;
	font-weight: bold;
}
.slideBarNavNug a:hover, a:active {
	text-decoration:underline;
	color:#FFFFFF;
	font-weight: bold;
}

.newsLink {
	font-size: 10px;
	margin: 5px;
}



#leftSideAds {
	float: left;
	height: 600px;
	width: 160px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: -5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#headerAds {
	margin: 5px;
	padding: 5px;
}
