/* Synergy Energy 2008 Stylesheet
   
   Three Primary Page Styles:
   
	   Home (About) page:
	   Larger graphical body, secondary footer stacked on top
	   
	   Our Company Page:
	   Split evenly vertically, content on either side
	   
	   Remaining pages:
	   Main content area with right-aligned sidebar
   
   
*/


/* COMMON STYLES (Headers, etc) */




body {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #000843 url('img/bg.png') repeat-y top center;
}

body a {
	color: #0000FF;
	text-decoration: none;
	font-size: 9pt;
}

body a:hover {
	color: #020f90;
}

.wrapper {
	background: url('img/topGradient.png') top center no-repeat;
}

.content {
	width: 960px;
	clear: both;
	height: auto;
	vertical-align: top;
	margin: 0px auto;
	text-align: left;
}

img {
	border: 0px;
}


h1, h2, h3, h4 {
	padding: 0px;
	margin: 0px;
	border: 0px solid #ff00ff;
}

.listTitle {
	color: #004c73;
	font-size: 12pt;
	font-weight: bold;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	padding-bottom: 8px;
}

.contentHeader {
	color: #004c73;
	font-size: 12pt;
	font-weight: bold;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	padding: 0px
	margin: 0px;
	margin-bottom: -5px;
}

.dateline {
	font-family: inherit;
	font-size: 8pt;
	color: #c0c0c0;
	padding: 0px;
}

.copy {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 10pt;
	color: #504f4f;
	margin-top: 15px;
}

.copyIndent {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 10pt;
	color: #504f4f;
	margin-top: 15px;
	text-indent: 7px;
}






/* HEADER */

#header {
	height: 59px;
	width: 960px;
	margin: 0px auto;
	background: url('img/navLogo.jpg') #ffffff 0 -3px no-repeat;
	clear: both;
}

#header h1 {
	width: 210px;
	float: left;
}

#header h1 a {
	display: block;
	height: 59px;
	width: 220px;
	padding: 0px;
	margin: 0px;
	text-indent: -5000px;
}

#header ul {
	list-style: none;
	padding-top: 20px;
	margin-right: 10px;
}

#header #nav li {
	float: right;
}

#header #nav li a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-size: 15px;
	color: #959595;
}

#header #nav li a:hover {
	color: #020f90 !important;
}

#about .about a, #company .company, #clients .clients, #news .news, #careers .careers, #contact .contact  {
	color: #020f90 !important;
	font-weight: bold;
}


/* HOME (ABOUT) PAGE */


#about #onecolumn {
	background: url('img/aboutBG.jpg') top center no-repeat;
	height: 500px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 80px;
}

#missState {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #504f4f;
	font-size: 10pt;
	width: 500px;
	margin-bottom: 270px;
}

.aboutHeader {
	font-weight: bold;
	font-size: 11pt;
	color: #504f4f;
}



#about #newsContainer {
	width: 284px;

	background: url('img/aboutVert.jpg') top right no-repeat;
	margin-left: 69px;
	_margin-left: 45px;
}


#about #companyContainer {
	margin-left: 50px;
 	width: 500px;
}



/* TWO COLUMN PAGES (Clients, News, Careers, Contact Us) */

#twocolumn #main {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	width: 620px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

#twocolumn #sidebar {
	width: 260px;
	padding-right: 20px;
	padding-left: 20px;
	float: right;
	background: url('img/twoVert.jpg') top left no-repeat;
	height: 400px;
}

#twocolumn #sidebar ul {
	list-style: none;
	margin-top: 0px
}

#twocolumn #sidebar .listTitle {
	font-size: 12pt;
	padding-bottom: 5px;
}

#twocolumn {
	background: url('img/innerBG.jpg') top center no-repeat !important;
	padding-top: 80px;
	width: 960px;
	margin: 0px auto;
	text-align: left;
	clear: both;
}

#twocolumn #main ul {
	margin-left: 0; 
	padding-left: 40px;
}

/* COMPANY PAGE */

#company #twocolumn #main {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

#company #twocolumn #energy, #company #twocolumn #service {
	padding: 0px 10px 0px 10px;
	width: 455px;
}

.companyBox {
	height: 100px;
	width: 450px;
	margin-top: 20px;
	margin-bottom: 40px;
	display: block;
}

.companyBox p {
	display: block;
	font-size: 9pt;
	color: #504f4f;
	float: right;
	padding: 0px;
	margin: 0px;
	width: 280px;
}


.companyBox a {
	display: block;
	clear: both;
	margin-top: 5px;
}

.companyBox .image {
	float: left;
	width: 160px;
	height: 100px;
}


#company #twocolumn #service {
	float: left;
}

#company #twocolumn #energy {
	float: right;
	padding-left: 17px;
	background: url('img/twoVert.jpg') top left no-repeat;
}


/**** FOOTER ****/






* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
	width: 100%;
}
.wrapper, .nonfooter {
	position: relative;
	min-height: 100%;
	z-index: 10;
}
* html .wrapper, .nonfooter {
	height: 100%;
}

.content {
	clear: both;
	height: auto;
	width: 960px;
	margin: 0px auto;
	margin-bottom: 70px !important;
	font-size: 11px;
	vertical-align: top;
}

.footer {
	position: relative;
	height: 20px;
	margin: 25px auto 0 auto;
	padding: 0px;
	clear: both;
	vertical-align: middle;
	xz-index: 101;
	text-align: center;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 9pt;
	background: url('img/footerBG.jpg') top center no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #909090;
}