/*
* CSS for Warranty Processing Company
*/

body{
 background-image: url('/images/bodybg.jpg');
 background-repeat: repeat-x;
 background-color: #a6a6a4;
}

.clearingDiv{
	clear: both;
}

/* Container for logo and global navigation */
#headerContainer{
	width: 848px;
	height: 100px;
	margin: 15px auto 0px auto;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-color: #000000;
	position: relative;
	background-image: url('/images/headerlogo.gif');
	background-position: 30px 10px;
	background-repeat: no-repeat;
}

#headerContainer #globalNavContainer{
	position: absolute;
	top: 10px;
	right: 10px;
	width: auto;
	height: auto;
}

#headerContainer #globalNavContainer ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#headerContainer #globalNavContainer ul li{
	float: left;
	border-right: 1px solid #ffffff;
	padding: 0px 10px;
}

#headerContainer #globalNavContainer ul li.last{
	border-right: none;
}
#headerContainer #globalNavContainer ul li a{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

#headerContainer #globalNavContainer ul li a:hover{
	text-decoration: underline;
}
/* End of styles for the page header and global navigation */

/* Container for the banner image at the top of the home page */
#bannerContainerHome{
	background-image: url('/images/homebanner.jpg');
	background-repeat: no-repeat;
	width: 848px;
	height: 269px;
	margin: 0px auto;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-color: #000000;
}

/* Container for the banner image at the top of interior site pages */
#bannerContainerInterior{
	background-image: url('/images/interiorbanner.gif');
	width: 848px;
	height: 135px;
	margin: 0px auto;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-color: #000000; 
}

/* Container and list styles for the main site navigation */
#mainNavContainer{
	background-color: #350634;
	width: 848px;
	height: 30px;
	border: 1px solid #ffffff;
	margin: 0px auto;
	padding: 0px;
}

#mainNavContainer ul{
	list-style: none;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 11px;
}

#mainNavContainer ul li{
	float: left;
	border-right: 1px solid #ffffff;
	padding: 0px 10px;
}

#mainNavContainer ul li.last{
	border-right: none;
}

#mainNavContainer ul li a{
	font-family: arial, helvetica, sans-serif;
	font-size: 15.5px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#mainNavContainer ul li a:hover{
	text-decoration: underline;
}

/* End of styles for the main site navigation */

/* Container for the sites body content - the main content areas */
#contentContainer{
	background-color: #ffffff;
	background-image: url('/images/contentbg.jpg');
	background-repeat: repeat-x;
	margin: 0px auto;
	width: 848px;
	height: auto;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

#contentContainer #leftColContainer{
	float: left;
	width: 210px;
	margin: 20px 10px 0px 0px;
	height: auto;
}

#contentContainer #leftColContainer ul{
	list-style: none;
	margin: 0px 0px 20px 20px;
	padding: 0px;
}

#contentContainer #leftColContainer ul li{
	padding: 0px;
	border-bottom: 1px dotted #744b73;
	width: 150px;
}

#contentContainer #leftColContainer ul li a{
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #744b73;
	text-decoration: none;
}

#contentContainer #leftColContainer ul li a:hover{
}

#contentContainer #leftColContainer #imageContainer{
	width: 206px;
	height: 142px;
	border-bottom: 1px solid #ffffff;
	background-image: url('/images/money.jpg');
}

#contentContainer #leftColContainer #leftColContentBox{
	width: 186px;
	height: auto;
	padding: 10px;
	background-color: #dbd1db;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #350634;
}

#contentContainer #leftColContainer #leftColContentBox h1{
	width: 100%;
	border-bottom: 1px dotted #350634;
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #350634;
	margin: 1px 0px;
}

#contentContainer #rightColContainer{
	float: right;
	width: 598px;
	margin: 20px 0px 0px 0px;
	height: auto;
	padding: 15px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/* End of styles for the sites body area content containers */


/* Container for the footer and list styles for footer navigation */
#footerContainer{
	background-color: #744b73;
	width: 848px;
	height: 50px;
	margin: 0px auto;
	border: 1px solid #ffffff;
}

#footerContainer ul{
	list-style: none;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 11px;
}

#footerContainer ul li{
	float: left;
	padding: 0px 10px;
	border-right: 1px solid #ffffff;
}

#footerContainer ul li.last{
	border-right: none;
}

#footerContainer ul li a{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

#footerContainer ul li a:hover{
	text-decoration: underline;
}
/* End of styles for the footer and navigation */

/* Container for the copyright information at the bottom of the page. */
#copyContainer{
	width: 848px;
	height: 50px;
	margin: 0px auto;
	padding: 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

























