/*---//    WHAT'S IT WORTH? STYLE SHEET   //---*/



/*------------------------------------------------------------------//    HOMEPAGE GENERAL STYLES    // ---*/

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
		
	}
	
#clear {
	clear: both;
	}
	
#wrapper {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	background: #fff url(images/whatswrapperbg.gif) repeat-y left top;
	height: 100%;
	}
	

	
	
	

/*------------------------------------------------------------------//    HOMEPAGE RUST BOOK STYLES    // ---*/

#rustwrapper {
	float: left;
	position: relative;
	width: 188px;
	background-color: #f4f0d6;
	padding-bottom: 20px;
	}
	
#rustmasthead {
	background: url(images/rustbookbg.gif) repeat;
	width: 188px;
	height: 135px;
	}
	
#rusttopbar {
	background-color: #521b1e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #f4f0d6;
	padding: 3px 0 3px 13px;
	margin: 0;
	}
	
#rustbottombar {
	background-color: #c5b368;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #521b1e;
	padding: 3px 0 3px 13px;
	margin-top: 1px;
	}
	
#rustbottombar a {
	color: #521b1e;
	text-decoration: none;
	}
	
#rustbottombar a:hover {
	color: #f4f0d6;
	text-decoration: none;
	}
	
#rustbottombar a.active {
	color: #f4f0d6;
	text-decoration: none;
	}
	
#rustcontent {
	margin: 13px;
	}
	
#rustcontent #leftcolumn {
	float: left;
	position: relative;
	width: 197px;
	margin-right: 10px;
	}
#rustcontent #rightcolumn {
	float: right;
	position: relative;
	width: 162px;
	text-align: left;
	}

#rustcontent #rightcolumn p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #521b1e;
	}
	
#rustcontent #rightcolumn p.call {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #993333;
	}





/*------------------------------------------------------------//    HOMEPAGE WHAT'S IT WORTH STYLES    //---*/


#whatswrapper {
	float: right;
	position: relative;
	width: 569px;
	background-color: #d1e8ef;
	padding-bottom: 20px;
	}
	
#whatsmasthead {
	background-color: #1d96c6;
	width: 569px;
	height: 135px;
	}
	
#whatstopbar {
	background-color: #14698b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #d1e8ef;
	padding: 3px 0 3px 13px;
	margin: 0;
	}
	
#whatsbottombar {
	background-color: #8cc6d6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #14698b;
	padding: 3px 0 3px 13px;
	margin-top: 1px;
	}
	
#whatsbottombar a {
	color: #1f698b;
	text-decoration: none;
	}
	
#whatsbottombar a:hover {
	color: #d1e8ef;
	text-decoration: none;
	}
	
#whatsbottombar a.active {
	color: #d1e8ef;
	text-decoration: none;
	}
	
#whatscontent {
	margin: 13px;
	}
	
#whatscontent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #0b4158;
	}
	
#whatscontent #leftcolumn {
	float: left;
	position: relative;
	width: 336px;
	margin-right: 10px;
	text-align: left;
	}
	
#whatscontent #rightcolumn {
	float: right;
	position: relative;
	width: 197px;
	text-align: left;
	}
	
#whatscontent #rightcolumn p.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	color: #0b4158;
	}

#whatscontent #leftcolumn p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #0b4158;
	}
	
#whatscontent #leftcolumn p.call {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #0b4158;
	}
	
#whatscontent #leftcolumn p.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	color: #0b4158;
	}
	
	
/*----//    WHAT'S IT WORTH SAMPLE PAGE TABS    //---*/
	
ul.samplenav {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: 1px solid #14698b;
	}
	
ul.samplenav li {
	list-style-type: none;
	display: inline;
	}
	
ul.samplenav li a {
	background: #14698b;
	text-decoration: none;
	padding: 3px;
	margin-right: 5px;
	color: #fff;
	}
	
ul.samplenav li a:hover {
	color: #14698b;
	background: #8cc6d6;
	border-color: #14698b;
}



/*----//    WHAT'S IT WORTH STATE STORE NAVIGATION    //---*/

ul.statenav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0b4158;
	}
	
ul.statenav li {
	list-style-type: square;
	padding-bottom: 5px;
	}
	
ul.statenav li a {
	text-decoration: none;
	color: #0b4158;
	}
	
ul.statenav li a:hover {
	color: #0b4158;
	text-decoration: underline;
}
	



/*------------------------------------------------------------//    HOMEPAGE WHAT'S IT WORTH STYLES    //---*/




