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


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f1f8fe;
	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: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/HomeBKGD.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr2 #container2 {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/CousinsBKGD.jpg);
}
.oneColFixCtrHdr2 #container3 {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/ServiceBKGD.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr4 #container4 {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/ContactUs-BKGD.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr5 #container5 {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/Financing-BKGD.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr6 #container6 {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/Rebates-BKGD.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 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. */	
}
.oneColFixCtrHdr #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 */
	font-size: 2px;
	color: #FFF;
	text-align:center;
}
.oneColFixCtrHdr #header h2 {
	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 */
	font-size: 2px;
	color: #FFFFFF;
	text-align:left;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFF;
}
.oneColFixCtrHdr #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 */
}
.table1 {
	width: 772px;
		
}
.table2 {
	width:340px;
	background: #ddeffc;
	margin-left: 30px;	
	padding-top: 5px;
}
.table3 {
	width:329px;
	background: #ddeffc;
	margin-left: 30px;	
	padding-top: 5px;
}
.table12 {
	
	background: #ddeffc;
	padding-top: 5px;
	
	margin-left: 35px;	
}
.style1 {
	font-size:24px;
	font-weight: normal;
	text-align:center;
	color: #2db82d;
	font-style: normal;
	text-decoration:none;
	font-family: Tahoma;
	padding-right: 70px;
	padding-left: 70px;
	margin-right: 15px;
	margin-left: 15px;
}
.style2 {
	font-size:22px;
	font-weight: normal;
	text-align:left;
	color: #2db82d;
	font-style: normal;
	text-decoration:none;
	font-family: Tahoma;
	padding-right: 70px;
	padding-left:30px;
	margin-right: 15px;
	margin-left: 15px;
}
.style12 {
	font-size:22px;
	font-weight: normal;
	text-align:left;
	color: #2db82d;
	font-style: normal;
	text-decoration:none;
	font-family: Tahoma;
	padding-right: 50px;
	padding-left:20px;
	margin-right: 15px;
	margin-left: 15px;
}
.style22 {
	font-size:22px;
	font-weight: normal;
	text-align:left;
	color: #2db82d;
	font-style: normal;
	text-decoration:none;
	font-family: Tahoma;
	padding-right: 50px;
	padding-left:5px;
	margin-right: 15px;
	margin-left: 15px;
}
.style3 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	text-align:center;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #2db82d;
	
	
}

.style4
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	color: #666666;
	padding-right: 25px;
	padding-left: 5px;	
}
.style14
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-align:justify;
	color: #666666;	
	padding-right: 14px;
	
}
.style41
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #666666;
	
}
.style24
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-align:justify;
	color: #666666;
	padding-right: 15px;
	padding-left: 35px;
}
.style25
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-align:justify;
	color: #2db82d;
	padding-right: 15px;
	padding-left: 35px;
}
.style34
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-align:justify;
	color: #666666;
	padding-right: 15px;
	padding-left: 45px;
}
.style5 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-align:justify;
	color: #666666;
	padding-right: 45px;
	padding-left: 45px;
	}
	.style8 {
	text-align:left;
	color: #000;
	padding-left: 10px;
	font: normal 12px Tahoma;
	padding-right: 40px;
	}
	.style18 {
	text-align:left;
	color: #666666;
	padding-left: 10px;
	font: normal 12px Tahoma;
	padding-right: 25px;
	
	}
	
	.style28 {
	text-align:left;
	color: #666666;
	padding-right: 25px;
	padding-left: 20px;
	font: normal 12px Tahoma;	
	
	}
	.style38 {
	text-align:left;
	color: #000;
	padding-left: 0px;
	font: normal 12px Tahoma;
	padding-right: 30px;
	}
	.style58 {
	text-align:center;
	color: #000;
	padding-left: 15px;
	font: normal 12px Tahoma;
	padding-right: 15px;
	}
	.style48 {
	text-align:left;
	color: #666666;
	padding-right: 15px;
	padding-left: 25px;
	font: normal 12px Tahoma;	
	}
	.style11 {
	color: #000;
	color: #666666;
	text-decoration: none;
	font-family: Arial;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}
.style6 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	color: #0055a7;
	
	padding-left: 40px;	
	}
	.style16 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	color: #666666;
	padding-right: 40px;
	padding-left: 40px;	
	}
	.style26 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	color: #0055a7;
	padding-right: 40px;
	padding-left: 5px;	
	}
.style7 {
	font-size:22px;
	font-weight: bold;
	text-align:left;
	color: #2db82d;
	font-style: normal;
	text-decoration:none;
	font-family: Tahoma;
	padding-right: 25px;
	padding-left: 25px;
}
.style9 {
	text-align:left;
	color: #2db82d;
	text-decoration:none;
	font: bold normal xx-small Tahoma;
	background: url(../images/Style9.jpg) no-repeat;
	padding: 0px 5px 0px;	
}
.style99 {
	text-align:left;
	color: #2db82d;
	text-decoration:none;
	font: normal xx-small Tahoma;
	background: url(../images/Style99.jpg) no-repeat;
	padding: 0px 0px 0px 5px;
}
.style39 {
	text-align:left;
	color: #2db82d;
	text-decoration:none;
	font: bold normal xx-small Tahoma;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.style29 {
	text-align:left;
	color: #000;
	text-decoration:none;
	font: normal 12px Tahoma;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 25px;
}
.style19 {
	text-align:left;
	color: #666666;
	text-decoration:none;
	font: bold normal xx-small Tahoma;
	
}
.linkTwo
{
	color:#999;
	text-decoration:none;
	font-family: Arial;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


.visited {
	color: #2db82d;
	text-decoration: none;
	font-family: Arial;
	font-size: x-small;
	font-weight: normal;
}	
.hoverTwo{
	color: #0055a7;
	font-family: Arial;
	font-size: x-small;
	font-weight: normal;
}	


a:link {
	color: #666;
	text-decoration:none;
	font-family: Arial;
	font-weight: normal;
	text-align:center;
}
a:hover {
	text-decoration: none;
	font-family: Arial;
	font-weight: normal;
	color: #0055a7;
}
a:active {
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	
}
.Cuadro

{
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -420px;
	width: 350px;
	
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	background-repeat:no-repeat;
	color:#FFFFFF;

}
#ContactForm

{
	border-bottom: 1px solid #ddeffc;
	width: 324px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-left: 10px;
}

#ContactForm input, #ContactForm textarea

{
	background-color: #ddeffc;
	color: #666666;
	border: 1px solid #CCC;
	width: 250px;
	font-family:Helvetica;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 2px;
}

#ContactForm textarea

{

	height: 40px;

}

#ContactForm .ButtonClass

{
	width: 70px;
	text-align: left;
	color: #0055a7;
	font: bold 12px Helvetica;
	padding: 0px 3px 2px 15px;
	margin-left: 10px;
}

