/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(https://www.carport.com/stylesheets/images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(https://www.carport.com/stylesheets/images/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(https://www.carport.com/stylesheets/images/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(https://www.carport.com/stylesheets/images/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(https://www.carport.com/stylesheets/images/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(https://www.carport.com/stylesheets/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(https://www.carport.com/stylesheets/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(https://www.carport.com/stylesheets/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(https://www.carport.com/stylesheets/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(https://www.carport.com/stylesheets/images/controls.png) no-repeat -75px 0px; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(https://www.carport.com/stylesheets/images/controls.png) no-repeat -50px 0px; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(https://www.carport.com/stylesheets/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(https://www.carport.com/stylesheets/images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(https://www.carport.com/stylesheets/images/controls.png) no-repeat -25px 0px; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=https://www.carport.com/stylesheets/images/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=https://www.carport.com/stylesheets/images/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=https://www.carport.com/stylesheets/images/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=https://www.carport.com/stylesheets/images/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=https://www.carport.com/stylesheets/images/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=https://www.carport.com/stylesheets/images/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=https://www.carport.com/stylesheets/images/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=https://www.carport.com/stylesheets/images/borderMiddleRight.png, sizingMethod='scale');}


<style type="text/css"> 
<!-- 
body  {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: "Trebuchet MS", "Arial", "Helvetica", "sans-serif", "calibri";
	font-size: 12px;
	color: #FFFFFF;
    background: #413e3e url(https://www.carport.com/stylesheets/images/overlay.png) repeat;  

}

.twoColLiqRtHdr {
	font-family: "Trebuchet MS", "Arial", "Helvetica", "sans-serif", "calibri";
	font-size: 12px;
	color: #FFFFFF;
	background: #413e3e url(https://www.carport.com/stylesheets/images/overlay.png) repeat;
} 

.twoColLiqRtHdr #container {
	width: 960px;  /* this will create a container 100% of the browser width */
	background: #DDDDDD;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: right; /* this overrides the text-align: center on the body element. */
} 
.twoColLiqRtHdr #header { 
	width: 960px;
	height: 110px;
	background: #413e3e url(https://www.carport.com/stylesheets/images/overlay.png) repeat;
	
}
	 
.twoColLiqRtHdr #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 */
}

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqRtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/


/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqRtHdr #mainContent { 
	margin: 0 0 0 0px; /* the left margin should mirror the margin on the header and footer for proper alignment. */
} 

.twoColLiqRtHdr #footer { 
	padding: 0 0 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#999999; 
} 
.twoColLiqRtHdr #footer p {
	margin: 0 0 0 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0 0 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.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: 20px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 20px;
}
.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-family: calibri;
	font-size: 1px;
    line-height: 0px;
}
.style1 {
	color: #CCCCCC;
	font-family: calibri;
	font-size: 14px;
	font-weight: bold;
}

.style1a {
	color: #000000;
	font-family: calibri;
	font-size: 14px;
	font-weight: bold;
}

.style2 {
	color: #666666;
	font-family: calibri;
	font-size: 12px;
	margin-right:50px;
	margin-left:50px;
}

.style2a {
	color: #666666;
	font-family: calibri;
	font-size: 12px;
	
}

.style3 {
	color: #CCCCCC;
	font-family: calibri;
	font-size: 16px;
	font-weight: bold;
}

.style4 {
	color: #333333;
	font-family: calibri;
	font-size: 20px;
	font-weight: bold;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.stylesignup {
	color: #FF6600;
	font-family: calibri;
	font-size: 28px;
	font-weight: bold;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}


.stylecontent {
	color: #333333;
	font-family: calibri;
	font-size: 14px;
	margin-right:50px;
	margin-left:50px;
	margin-top:50px;
	margin-bottom:50px;
}

.styletitle {
	color: #666666;
	font-family: calibri;
	font-size: 12px;
	margin-right:100px;
	margin-left:100px;
	
}

.style14black {
	color: #000000;
	font-family: calibri;
	font-size: 14px;
	
}

.style14white {
	color: #FFFFFF;
	font-family: calibri;
	font-size: 14px;
	
}

.style24black {
	color: #000000;
	font-family: calibri;
	font-size: 24px;
	
}

.style24white {
	color: #FFFFFF;
	font-family: calibri;
	font-size: 24px;
	
}

.style36orange {
	color: #FF6600;
	font-family: calibri;
	font-size: 36px;
	font-weight: bold;
	
}

.stylelinks {
	font-family: calibri;
	font-size: 12px;
	color: #CCCCCC;
}

td,th {
	font-family: calibri;
	font-size: 12px;
	color: #333333;
}
a {
	font-family: calibri;
	font-size: 12px;
	color: #CCCCCC;
}
a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.next a {
	display: block;
	width: 80px;
	height: 23px;
	padding: 3px 0 0 0;
	background: url(https://www.carport.com/stylesheets/images/template_button.png) no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.next a:hover {
	background: url(images/template_button_hover.png) no-repeat;
}
.nextbig a {
	display: block;
	width: 130px;
	height: 50px;
	padding: 6px 0 0 0;
	background: url(https://www.carport.com/stylesheets/images/template_buttonbig.png) no-repeat;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.nextbig a:hover {
	font-color: #ffffff;
	background: url(https://www.carport.com/stylesheets/images/template_button_hoverbig.png) no-repeat;
}

.financelink02 a {
	display: block;
	width: 300px;
	height: 75px;
	padding: 0 0 0 0;
	background: url(https://www.carport.com/images/links-finance-a-carport-02.png) no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.financelink02 a:hover {
	background: url(https://www.carport.com/images/links-finance-a-carport-02hover.png) no-repeat;
}

.financelink03 a {
	display: block;
	width: 300px;
	height: 75px;
	padding: 0 0 0 0;
	background: url(https://www.carport.com/images/links-finance-a-carport-03.png) no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.financelink03 a:hover {
	background: url(https://www.carport.com/images/links-finance-a-carport-03hover.png) no-repeat;
}

.financepayment a {
	display: block;
	width: 180px;
	height: 50px;
	padding: 0 0 0 0;
	background: url(https://www.carport.com/images/filler-finance-a-carport2.png) no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.financepayment a:hover {
	background: url(https://www.carport.com/images/filler-finance-a-carport2hover.png) no-repeat;
}

#template_content_wrapper {
	font: 100% Verdana, Arial, Helvetica, sans-serif, calibri;
	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: #FFFFFF;
	background-color: #666666;
}

#template_content_wrapper2 	{
	font: 100% Verdana, Arial, Helvetica, sans-serif, calibri;
	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: #FFFFFF;
	background-color: #333333;
}

#template_orangedivide {
	font: 100% Verdana, Arial, Helvetica, sans-serif, calibri;
	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: #FF6600;
	background-color: #FF6600;
}

#template_blackdivide {
	font: 100% Verdana, Arial, Helvetica, sans-serif, calibri;
	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;
	background-color: #000000;
}

/* menu */

#template_menu {
	width: 960px;
	height: 48px;
	margin: 0 auto;
	background: url(https://www.carport.com/stylesheets/images/template_menu.png) no-repeat;
}

#template_menu ul {
	width: 756px;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
}

#template_menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#template_menu ul li a {
	position: relative;
	float: right;
	width: 130px;
	display: block;
	height: 48px;
	padding: 22px 0 0 0;
	margin-right: 1px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;	
	font-weight: bold;
	outline: none;
}

#template_menu li a:hover, #template_menu li .current {
	background: url(https://www.carport.com/stylesheets/images/template_menu_hover.png) repeat-x top;
}

/* end of menu */

--> 
</style>
<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColLiqRtHdr #sidebar1 { padding-top: 0px; }
.twoColLiqRtHdr #mainContent { zoom: 1; padding-top: 0px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->


.buttongrad {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.buttongrad:hover {
	text-decoration: none;
}
.buttongrad:active {
	position: relative;
	top: 1px;
}

.bigroundedbtn {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.mediumbtn {
	font-size: 36px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */
/* green */
.greenbtn {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
	font-size:36px;
	padding:10px 15px 10px 15px;
}
.greenbtn:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.greenbtn:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* red */
.redbtn {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
	font-size:26px;
	padding:5px 10px 5px 10px;
}
.redbtn:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.redbtn:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.bluebtn {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
	font-size:26px;
	padding:5px 10px 5px 10px;
}
.bluebtn:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.bluebtn:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
