/*
    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:#fafafa;}
#colorbox{
    width: 100% !important;
    height: 100% !important;
}
    #cboxTopLeft{width:21px; height:21px; background:url(//www.carport.com/stylesheets/images/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(//www.carport.com/stylesheets/images/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(//www.carport.com/stylesheets/images/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(//www.carport.com/stylesheets/images/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(//www.carport.com/stylesheets/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(//www.carport.com/stylesheets/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(//www.carport.com/stylesheets/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(//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(//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(//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(//www.carport.com/stylesheets/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(//www.carport.com/stylesheets/images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(//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=//www.carport.com/stylesheets/images/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=//www.carport.com/stylesheets/images/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=//www.carport.com/stylesheets/images/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=//www.carport.com/stylesheets/images/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=//www.carport.com/stylesheets/images/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=//www.carport.com/stylesheets/images/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=//www.carport.com/stylesheets/images/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=//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: #fafafa !important;

}

.twoColLiqRtHdr {
	font-family: "Trebuchet MS", "Arial", "Helvetica", "sans-serif", "calibri";
	font-size: 12px;
	color: #FFFFFF;
	background: #fafafa !important;
} 

.twoColLiqRtHdr #container {
	width: 960px;  /* this will create a container 100% of the browser width */
	background: #fafafa;
	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: #fafafa !important;
	
}
	 
.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 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;
}


.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: open sans;
    font-size: 12px;
    font-weight: bolder;
    color: #454545;
}
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(//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(//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(//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(//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(//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(//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(//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(//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(//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_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(//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(//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]-->
