@charset "UTF-8";
body  {
	font: 12pt Georgia, "Times New Roman", Times, serif;
	background: #FFFFFF;
	background-image : url('http://www.paramountequity.com/solar/images/top-bg.gif');
	background-repeat : repeat-x;
	background-position: top-left;
	margin: 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: #666666;
}
.twoColFixLtHdr #container { 
	width: 1006px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background-image : url('http://www.paramountequity.com/solar/images/header-bg.jpg');
	background-repeat : no-repeat;
	background-position: top-left;
	height: 154px;
	padding: 0 0 0 0;  /* 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. */
} 
.twoColFixLtHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	min-height:334px;
	background-image : url('http://www.paramountequity.com/solar/images/left-side-bg.gif');
	background-repeat : no-repeat;
	background-position: top-left;
	background-color: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0px;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	min-height:334px;
	background-image: : url('http://www.paramountequity.com/solar/images/bg_wh.jpg');
	background-repeat : no-repeat;
	background-position: top-left;
	background-color: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0px;
}
.twoColFixLtHdr #rays {
	background-image: : url('http://www.paramountequity.com/solar/images/rays.bmp');
	width:334px;
	height:300px;
	background-repeat : no-repeat;
	background-position: center;
	background-color: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 2 2 2 2px;
	!important;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent2 { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 



#header .search {
	position:absolute;
	background: transparent url(images/search-bkgd.gif) no-repeat 0 0;
	left:398px;
	width:225px;
	height:39px;
	top:16px;
}

#header .search-field {
	position:absolute;
	left:36px;
	width:182px;
	height:16px;
	top:10px;
}

#header .search input {
	border:0px;
	color:#105175;
	width:188px;
}

#header .search-button {
	position:absolute;
	left:531px;
	width:35px;
	height:35px;
	top:50px;
}


















.footer {
	background-image : url('http://www.paramountequity.com/solar/images/bottom-bg.gif');
	background-repeat : repeat-x;
	background-position: top-left;
	height:80px;
	padding-top:36px;
}
.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;
}
.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;
}
input {
	color:#888888;
	font-size:10px;
	line-height:14px;
}
select {
	color:#888888;
	font-size:10px;
	line-height:14px;
}
h1{
	color:#e58e1a;
	font-size:22px;
	font-weight:bold;
	margin-bottom:16px;
	margin-top:4px;
}
b.orange {
	font-family:Arial, Helvetica, sans-serif;
	color: #e89b35;
	font-size: 28px;
}
b.blueSm {
	font-family:Arial, Helvetica, sans-serif;
	color:#4e84c4;
	font-weight:normal;
	font-size:14px;
}
b.blueBig {
	color:#025cc7;
	font-size:24px;
	font-weight:normal;
}
b.graySm {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
}
b.grayMed {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
}
b.breadCrumb {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
}
b.whiteMed {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
}
b.white16 {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
b.whiteStage {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
}
b.orangeStage {
	color:#e89b35;
	font-weight:normal;
	font-size:13px;
	font-style:italic;
}
b.blueStage {
	color:#025cc7;
	font-weight:normal;
	font-size:13px;
	font-style:italic;
}
a {
	text-decoration:none;
	color:#4184d5;
}
a:HOVER {
	text-decoration:underline;
	color:#4184d5;
}
a.mainstage {
	text-decoration:none;
}
a.mainstage:HOVER{
	text-decoration:none;
}
div.bottom {
	padding-right:20px;
	padding-left:20px;
	border-right-color:#e89b35;
	border-right-width:1px;
	border-right-style:solid;
}
div.energybill{
	font: 12pt Georgia, "Times New Roman", Times, serif;
	background: #FFFFFF;
	color: #666666;
}
table.border {
	border-right-color:#efefef;
	border-right-width:1px;
	border-right-style:solid;
	border-left-color:#efefef;
	border-left-width:1px;
	border-left-style:solid;
	border-top-color:#efefef;
	border-top-width:1px;
	border-top-style:solid;
	border-bottom-color:#efefef;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
#sddm
{	margin: 0;
	padding: 0;
	z-index: 50;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	background: transparent;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

#sddm li a:hover
{	
	background: transparent;
	color:#EFEFEF;
}

#sddm div
{	position: absolute;
	z-index: 51;
	visibility: hidden;
	margin: 0 0 0 20px;
	padding: 0;
	background: #56759a;
	border: 0px solid #5970B2;
}
	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 10px 10px 10px 10px;
		border-bottom-color:#EFEFEF;
		border-bottom-width:1px;
		border-bottom-style:dotted;
		width: 140px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #56759a;
		color: #FFFFFF;
		letter-spacing: 0px;
		font: 12px arial}

	#sddm div a:hover
	{	background: #8cafd9;
		color: #FFF}

#aboutus {
	float:right;
	width:200px;
	height:141px;
	padding:0 10px 5px 10px;
}

#aboutus table {
	background-color:#8EB1D9;
	width:200px;
}

#aboutus td {
	padding: 5px;
	border-bottom:1px solid #fff;
}

#aboutus a, #aboutus a:hover, #aboutus a:visited {
	color:#fff;
	text-decoration:none;
}

#aboutus a:hover {
	color:#fff;
	text-decoration:underline;
}

img {
	border:0px none;
}

/* Loan Officer Styles */
#loan-officer {
	font-size: 12px;
	position:relative;
	width:1000px;
}

#loan-officer h1 {
	color:#0A4B71;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}

#loan-officer h2 {
	color:#660000;
	font-size:16px;
	font-weight:bold;
	margin:0 10px 10px;
}

#loan-officer h3 {
	color:#0A4B71;
	font-size:14px;
	font-weight:bold;
	margin:0px 10px 5px;
}
	
#loan-officer p {
	/* color:purple; */
	line-height:20px;
	margin:0px 10px;
}

#g-lead-form {
	background-color: #D1DFF0;
	font-size:12px;
	position:relative;
	top:137px;
	right:10px;
	height:264px;
	width:291px;
}

#g-lead-form input {
	width:185px;
	height:18px;
}

#g-lead-form select {
	width:191px;
	height:22px;
}

#g-lead-form .fname-label {
	position:absolute;
	top:68px;
	left:10px;
}

#g-lead-form .lname-label {
	position:absolute;
	top:98px;
	left:10px;
}

#g-lead-form .phone-label {
	position:absolute;
	top:128px;
	left:10px;
}

#g-lead-form .email-label {
	position:absolute;
	top:158px;
	left:10px;
}

#g-lead-form .office-label {
	position:absolute;
	top:188px;
	left:10px;
}

#g-lead-form .fname {
	position:absolute;
	top:65px;
	left:85px;
	height:30px;
	width:150px;
}

#g-lead-form .lname {
	position:absolute;
	top:95px;
	left:85px;
	height:30px;
	width:150px;
}
#g-lead-form .phone {
	position:absolute;
	top:125px;
	left:85px;
	height:30px;
	width:150px;
}
#g-lead-form .email {
	position:absolute;
	top:155px;
	left:85px;
	height:30px;
	width:150px;
}

#g-lead-form .office {
	position:absolute;
	top:185px;
	left:85px;
	height:30px;
	width:150px;
}

#g-lead-form .sf-button {
	position:absolute;
	top:200px;
	left:45px;
	height:40px;
	width:207px;
}

