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

body
{
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	border: none;
	padding: 0;
	margin: 0;
	background: #c0c0c0;
}

#siteWrapper
{
	background: #fff none repeat scroll 0 0;
	margin: 0 auto;
	overflow: hidden;
}

.center-wrapper
{
	width: 975px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.blueText
{
	color: #136382;
	background-color: inherit;
}

.darkGrey
{
	color: #142029;
	font-style: normal;
	font-weight: bold;
}

.warning
{
	color: #F00;
	font-weight: bold;
}

/*/////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////*/
/*                      Header                                 */
/*/////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////*/

#header
{
	background: #73c2e3;
	width: 100%;
	height: 100px;
	padding: 0px;
	margin: 0px;
}

#header a img
{
	margin: 25px 15px;
	padding: 0;
	float: left;
	position: relative;
	border: none;
}

#contactInformation
{
	position: relative;
	float: right;
	margin: 10px 5px 0px 0px;
}

#header p#businessHours a
{
	margin: -8px 5px 0px 0px;
	padding: 0px;
	font-size: 18px;
	color: #fff;
	position: relative;
	float: right;
	background-color: transparent;
	text-decoration: none;
}

#header p#businessHours a:hover
{
	text-decoration: underline;
}

p#tollFreeTele
{
	margin: -5px 0px 0px 0px;
	padding: 0;
	font-size: 60px;
	color: #fff;
	position: relative;
	float: right;
	clear: both;
	background-color: transparent;
	text-shadow: 2px 2px 2px #3F6D7F;
}

/*/////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////*/
/*                      Navigation                             */
/*/////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////*/

#siteNavigation
{
	background: url(../images/navGradient.jpg) 0 100% repeat-x #136280;
	width: 100%;
	height: 25px;
	margin: 0;
	padding: 0;
}

#siteNavigation ul
{
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	float: left;
}

#siteNavigation ul li
{
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#siteNavigation ul li.first a
{
	border: none;
}

#siteNavigation ul li a 
{
	display: block;
	margin: 0 3px;
	padding: 3px 15px;
	color: #fff;
	text-decoration: none;
	line-height: 19px;
	width: 120px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
#siteNavigation ul li a:hover 
{
	text-decoration: underline;
	background: url(../images/navGradient_hover.jpg) 0 0 repeat-x #136280;
	box-shadow: 0 0 10px #000 inset;
	-moz-box-shadow: 0 0 10px #000 inset;
	-webkit-box-shadow: 0 0 10px #000 inset;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#siteNavigation ul li a#currentPage, #siteNavigation ul li a#currentPage:hover
{
	text-decoration: underline;
	background: url(../images/navGradient_hover.jpg) 0 0 repeat-x #136280;
	box-shadow: 0 0 10px #000 inset;
	-moz-box-shadow: 0 0 10px #000 inset;
	-webkit-box-shadow: 0 0 10px #000 inset;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

/*/////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////*/
/*                      Banner                                 */
/*/////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////*/

#banner
{
	background: url(../images/bannerBG.png);
	width: 100%;
	height: 400px;
}

#bannerLeft
{
	position: relative;
	float: left;
	margin: 0;
	padding: 23px 25px 0 80px;
}

#bannerRight
{
	position: relative;
	float: left;
	padding: 65px 0 0 30px;
}

#banner h1
{
	color: #fff;
	font-size: 40px;
	margin: 0;
	padding: 0;
	background-color: inherit;
	text-shadow: 2px 2px 2px #9F6913;
}

#banner p
{
	color: #fff;
	font-size: 24px;
	margin: 0;
	padding: 0;
	background-color: inherit;
	text-shadow: 1px 1px 2px #9F6913;
}

#bannerRight a#freeQuote
{
	height: 114px;
	width: 234px;
	background: url(../images/quoteButton.png) no-repeat 100% 0px;
	margin: 50px 15px 0 0;
	float: left;
	position: relative;
	border: none;
}

#bannerRight a#freeQuote:hover
{
	background: url(../images/quoteButton.png) no-repeat 100% -114px;
}

#bannerRight a#orderTracking
{
	height: 114px;
	width: 234px;
	background: url(../images/trackButton.png) no-repeat 100% 0px;
	margin: 50px 0 0 0;
	float: left;
	position: relative;
	border: none;
}

#bannerRight a#orderTracking:hover
{
	background: url(../images/trackButton.png) no-repeat 100% -114px;
}

#bannerRight blockquote
{
	padding: 0;
	margin: 0;
	float: right;
	position: relative;
	clear: both;
	font-size: 20px;
	font-weight: bold;
}

/*/////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////*/
/*                      Content                                */
/*/////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////*/

#contentWrapper
{
	padding: 0 25px;
	width: 100%;
}

#contentWrapper #leftSide
{
	margin: 0;
	padding: 0;
	width: 369px;
	position: relative;
	float: left;
}

#contentWrapper #leftSide img.testimonialLeft
{
	position: relative;
	float: left;
	margin: 0px 0px 20px 30px;
	padding: 0;
}

#contentWrapper #leftSide .guarantee
{
	clear: both;
	position: relative;
	float: left;
	margin: 0 0 25px 0;
	padding-bottom: 10px;
	background: url(../images/guaranteeGradient2.png) bottom repeat-x #FDF5E8;
	border: 3px solid #F09F1C;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 2px 2px 5px #bbb;
	-moz-box-shadow: 2px 2px 5px #bbb;
	-webkit-box-shadow: 2px 2px 5px #bbb;
	
}

#contentWrapper #leftSide .guarantee p
{
	color: #626664;
	font-style: italic;
	font-size: 20px; 
	margin: 0 0 10px 0;
	padding: 0 10px;
	background-color: transparent;
}

#contentWrapper #leftSide .guarantee h1
{
	text-shadow: 1px 1px 2px #9F6913;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	background-color: inherit;
	padding: 10px 0 10px 10px;
	margin: 0 0 10px 0;
	background: #F09F1C;
	border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
}

#contentWrapper #leftSide .content
{
	clear: both;
	position: relative;
	float: left;
	margin: 0 0 25px 0;
	padding: 0;
	width: 100%;
}

#contentWrapper #leftSide .content img
{
	display: inline;
	float: left;
	margin: 0 10px 0 0;
}

#contentWrapper #leftSide .content p
{
	color: #626664;
	font-style: italic;
	font-size: 18px; 
	margin: 0 0 10px 0;
	padding: 0;
	background-color: transparent;
}

#contentWrapper #leftSide .content h1
{
	color: #136382;
	font-weight: bold;
	font-size: 24px;
	background-color: inherit;
}

#contentWrapper #rightSide
{
	position: relative;
	float: left;
	width: 504px;
	margin: 0 0 0 40px;
	padding: 0;
}

#contentWrapper #rightSide .content a.textLink
{
	font-size: 18px;
	text-decoration: underline;
	color: #136382;
	background-color: inherit;
}

#contentWrapper #rightSide .content a:hover
{
	color: #689baf;
}

#contentWrapper #rightSide hr
{
	clear: both;
	position: relative;
	float: left;
	margin: 10px auto;
	width: 100%;
}

#contentWrapper #rightSide .content
{
	clear: both;
	position: relative;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}

#contentWrapper #rightSide .content h1
{
	color: #626664;
	font-size: 30px;
	font-weight: bold;
	clear: both;
}

#contentWrapper #rightSide .content p
{
	color: #626664;
	font-style: italic;
	font-size: 18px; 
	margin: 0 0 10px 0;
	padding: 0;
	background-color: transparent;
}

#contentWrapper #rightSide .content img
{
	display: inline;
	float: right;
	padding: 0 0 10px 10px;
}

#contentWrapper #rightSide .content .imgContainer
{
	position: relative;
	float: left;
	padding: 0;
	margin: 10px 5px;
}

#contentWrapper #rightSide .content .imgContainer a img
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}

#contentWrapper #rightSide .content h3
{
	float: left;
	margin: 10px 20px;
	padding: 0;
	font-size: 15px;
	font-weight: normal;
	color: #626664;
}

#contentWrapper #rightSide .content p.testimonialSignature
{
	float: right;
}

#contentWrapper #galleryLinks
{
	clear: both;
	float: left;
	margin: 30px 0 0 0;
	padding: 0;
	width: 100%;
	position: relative;
}

.galleryBlurb
{
	position: relative;
	float: left;
	padding: 0 24px 0 24px;
	margin: 0;
	width: 436px;
}

#galleryLinks h1
{
	color: #136382;
	font-size: 24px;
	font-weight: bold;
	background-color: inherit;
}

#galleryLinks p
{
	color: #626664;
	font-size: 14px;
	background-color: transparent;
}

#galleryLinks a.linkMore
{
	clear: none;
}

a.linkMore
{
	clear: both;
	float: right;
	font-size: 14px;
	text-decoration: underline;
	color: #136382;
	background-color: inherit;
}

#galleryLinks a:hover
{
	color: #689baf;
}

#galleryLinks h2
{
	color: #87938b;
	font-size: 22px;
	font-style: italic;
	margin: 25px 0 0 0;
	padding: 0;
	background-color: transparent;
	clear: both;
	position: relative;
	float: left;
}

#galleryLinks .galleryBlurb img
{
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}

#galleryLinks .galleryBlurbEnd img
{
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}

#galleryLinks a img
{
	border: none;
	padding: 0;
	margin: 0 30px 20px 0;
	position: relative;
	float: left;
}

#galleryLinks hr
{
	color: #87938b;
	padding: 0;
	margin: 2px 0 20px 0;
	background-color: transparent;
	position: relative;
	clear: both;
}

caption
{
	text-align: left;
	font-weight: bold;
	margin: 0 0 5px 0;
}

table
{
	border-collapse: collapse;
	width: 504px;
	font-size: 12px;
}

th, td
{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 5px;
}

tr
{
	background: #b0c4d7;
}

tbody tr:hover
{
	background: #658cb1;
	color: #fff;
}

tbody tr.alternate:hover
{
	background: #8aa9c7;
}

tbody td:hover
{
	cursor: default;
	background: #fff;
	color: #000;
}

thead th
{
	background: #036;
	color: #fff;
}

tbody th
{
	font-weight: normal;
	background: #658cb1;
}

tr.alternate
{
	background: #d7e0ea;
}

tr.alternate th
{
	background: #8aa9c7;
}

label 
{
    font-weight: bold;
    color: #036;
    display: block;
	background-color: inherit;
}

#centerForm
{
	margin: 20px auto;
	padding: 0;
	font-size: 10px;
	position: relative;
	clear: both;
	width: 420px;
}

.formboxWide
{
	width: 340px;
}

fieldset
{
	border: 1px solid;
	padding: 10px;
	margin: 0;
	background: url(../images/footerGradient.jpg) repeat-x #a0a9a4;
}

legend
{
	color: #142029;
	border: 1px solid;
	background: #fff;
	padding: 2px 6px;
	font-size: 24px;
	font-weight: bold;
}

#galleryLinks img.inlineLeft
{
	display: inline;
	float: left;
	margin-right: 20px;
}

/*/////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////*/
/*                      Footer                                 */
/*/////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////*/

#ccInfo
{
	margin: 10px 0;
	padding: 0;
	position: relative;
	text-align: center;
	clear: both;
}

#footer
{
	background: url(../images/footerGradient.jpg) repeat-x #a0a9a4;
	width: 100%;
	height: 162px;
	text-align: center;
	margin: 0;
	padding: 10px 0 0 0;
}

#footer p
{
	color: #fff;
	font-size: 12px;
	padding: 0;
	margin: 0 50px 5px 50px;
	background-color: transparent;
}

#footer p a
{
	color: #fff;
	font-size: 12px;
	margin: 0 2px;
	padding: 0;
	background-color: transparent;
}

#footer p a:hover
{
	color: #f09f1c;
}

#footer hr
{
	margin: 10px auto;
	width: 50%;
}

#footer h1
{
	color: #fff;
	font-size: 52px;
	margin: -7px 0 0 0;
	padding: 0;
	background-color: transparent;
}

div.clearboth
{
	clear: both;
	position: relative;
	float: left;
}

