@charset "UTF-8";
body  {
	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: #333333;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 100%;
}
.twoColFixRtHdr #outerContainer {
	width: 986px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
} 
.twoColFixRtHdr #innerContainer {
	width: 950px;
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* This is the top of the shadow. You want to make sure your background does not repeat, and the height is exactly the same as the image you cropped for the bg*/
#shadowTop {
	background-image: url(images/shadow_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
	width: 986px;
}
/* This is where your content will go. You apply the "repeat y" style so that your background image repeats down with your content. You can put additional divs for columns or whatever you want in here, just remember to use the clear class on either a div or br element before your footer to avoid gaps in IE */
#shadowContent {
	width: 986px;
	background-image: url(images/shadow_body.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
/* This is the bottom of the shadow. Same with the top, you want the div to be the same height as the image you cropped */
#shadowBottom {
	height: 25px;
	background-image: url(images/shadow_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 986px;
}

.twoColFixRtHdr #header {
	height: 75px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #2A2A2A;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 
.twoColFixRtHdr #requestQuote {
	height: 75px;
	float: right;
	margin: 0px;
	padding: 0px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
} 
.twoColFixRtHdr #topNav {
	height: 75px;
	background-color: #00BBF0;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: auto;
} 
.twoColFixRtHdr #photoBar {
	height: 205px;
	background-color: #7DE435;
	border-top-width: 4px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FEFEFE;
	border-left-color: #FFFFFF;
	margin-bottom: 20px;
} 
.twoColFixRtHdr #photoBarInside {
	height: 150px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FEFEFE;
	border-left-color: #FFFFFF;
	margin-bottom: 20px;
} 
.twoColFixRtHdr #photoBar p {
	font-size: 1.75em;
	color: #374d84;
	font-weight: normal;
	padding-top: 125px;
	padding-left: 21px;
} 
.twoColFixRtHdr #photoBarImage {
	float: right; /* since this element is floated, a width must be given */
	width: 350px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 325px;
	color: #374d84;
	padding-right: 25px;
	margin-bottom: 30px;
	font-size: 0.85em;
	font-weight: normal;
	line-height: 1.4em;
}
.twoColFixRtHdr #sidebar1 h1 {
	font-size: 1.25em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #sidebar1 a {
	color: #417A1C;
	text-decoration: underline;
} 
.twoColFixRtHdr #sidebar1 a:hover {
	color: #417A1C;
	text-decoration: none;
} 
.twoColFixRtHdr #mainContent {
	margin-right: 350px;
	margin-bottom: 30px;
	padding-top: 0;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.45em;
} 
.twoColFixRtHdr #mainContent h1{
	font-size: 1.6em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
} 
.twoColFixRtHdr #mainContent h2{
	font-size: 1.3em;
	font-weight: bold;
} 
.twoColFixRtHdr #mainContent a {
	color: #374d84;
	text-decoration: underline;
} 
.twoColFixRtHdr #mainContent a:hover {
	color: #374d84;
	text-decoration: none;
} 
.twoColFixRtHdr #footer {
	background:#fff;
	text-align: right;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	margin-right: 25px;
	margin-left: 25px;
	padding-bottom: 30px;
	font-size: .7em;
	margin-top: 50px;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #footer a {
	color: #374d84;
	text-decoration: underline;
} 
.twoColFixRtHdr #footer a:hover {
	color: #374d84;
	text-decoration: none;
} 
.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;
}
.quoteTable {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #CCCCCC;
	border-collapse: collapse;
}
.quoteTable th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #CCCCCC;
}
.quoteTable td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #CCCCCC;
}

.whySellTable {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #CCCCCC;
	border-collapse: collapse;
}
.whySellTable th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #CCCCCC;
}
.whySellTable td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #CCCCCC;
}

