/* GALLUP SOLAR CSS Document */

body {
	background-color: transparent; /* <- transparent removes the background color so you can add a background image */
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:12px;
	color:#444444;
}

html > body {
  font-size: 8.5pt; /* The following styles, 1 to 7 are only used on the homepage. Does not affect the rest of the site */
}

.style1 {
	font-size: medium;
	text-align: center;
}
.style2 {
	text-align: center;
}
.style4 {
	text-decoration: none;
	font-size: medium;
}
.style5 {
	font-size: small;
}
.style6 {
	border: 2px solid #888888;
}
.style7 {
	border: 2px solid #888888;
	text-align: center;
}

#header {
	margin: 0px;
	padding: 0px;
}
#header-container {
	width:865px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#header h1 {
	font-family: "Trebuchet MS";
	color: #666666;
	font-size: 36px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
#header ul {
	float:right;
	padding-bottom: 10px;
	margin-top: -18px;
}
#header li {
	float:left;
	display:block;
	list-style:none;
	color: #666666;
	padding-right: 7px;
	padding-left: 0px;
}
#header li a {
	display:block;
	width:auto;
	text-align:center;
	color:#666666;
	text-decoration:none;
	padding:5px 6px;
	border: 1px solid #000066;
}
#header li a:hover {
	padding:5px 6px 5px 6px;
	color: #666666;
	background-color: #eee;
	border: 1px solid #000066;
}
#container {
	width:765px;
	margin:0 auto;
}
#sidebar {
	float:left;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#777;
	line-height:20px;
	border-bottom:1px #eee;
	margin-top: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eee;
	padding-left: 10px;
}
#sidebar h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
#sidebar ul{
	margin: 0px;
	padding: 0px 0px 20px;
}
#sidebar li{
	list-style:none;
}
#sidebar li a {
	width:70%;
	margin:1px 0 1px 0;
	display:block;
	padding:5px 5px 5px 10px;
	color:#666;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}
#sidebar li a:hover{
	background-image: url(../img/redball.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#sidebar input {
	width:170px;
	background-color:#f6f6f6;
	border-top:1px solid #eee;
	border-right:1px solid #f9f9f9;
	border-bottom:1px solid #f9f9f9;
	border-left:1px solid #eee;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	color:#ccc;
	padding:4px;
	margin:3px;
}
#sidebar input:hover {
	border:1px solid #ccc;
	color:#666;
}
#sidebar input:focus {
	border:1px solid #999;
	color:#333;
}
#content {
	margin:0 0 0 200px;
	padding-top: 20px;
}
#content h1 {
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-left: 30px;
	color: #666666;
}
#content h2 {
	font-size: 14px;
	color: #000066;
	padding-left: 50px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#content h3 {
}
#content p {
	
	padding-left: 45px;
	padding-right: 50px;
	margin-left: 20px;
	padding-bottom: 30px;
	margin-right: 25px;
}
#content a {
	color: #3399CC;
	text-decoration: none;
}
#content a:hover {
	color: #0033FF;
}
#news h3 {
	padding-top: 3px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	padding-left: 3px;
	color: #333333;
	font-weight: bold;
}
#news .by-line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #222222;
	font-weight: bolder;
	line-height: 18px;
}
#news p {
	font-size: 10pt;
	color: #505050;
}

#footer {
	padding:15px;
	margin:50px 0 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	clear:both;
	background: url[parchment.gif];
}
#footer a {
	color:#336699;
	text-decoration: none;
}
#footercontent {
	margin:0 auto 0 auto;
}
#footer a:hover {
	color:#333399;
	text-decoration: none;
}	
