/****************************************
/		Boker's
/		MAIN CSS FILE
/		CREATED: 1-9-08
/		MODIFY:	 
****************************************/
/* DEFAULTS FOR BROWSER COMPATIBILTY */
body {
	text-align: center; /* IE centering */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /* for text re-sizing */
	background: url(/images/pageBkg.jpg) #EBEBEB top left repeat-x;
}

table, font {
	font-size: 12px; /* Override font tags and table styling */
}

* { /* ZERO DEFAULTS */
	margin:0px;
	padding:0px;
}

li { margin-left:30px; }

a img { border:none; } /* remove border from img links */

.clear { /* float clear */
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}


/* PAGE WIDTH AND CENTERING */
#wrapper{
	text-align: left; /* fix for IE centering */
	margin: 0px auto; /* none-IE centering */
	width: 900px;
	background:url(/images/bodyBkg.jpg) top left repeat-y;
}
#wrapper #wrapperForeground
{
	background:url(/images/bodyBkgTop.jpg) top left no-repeat;
	width:900px;
	position:relative;	
}


/*************************
		HEADER
*************************/
#header
{
	/*background:url(/images/headerBkg.jpg) top left no-repeat #1F4CA1;*/
	background-color: #1F4CA1;
	overflow:hidden;
	height:166px;
	width:853px;
	margin-left:23px;
	position:relative;
}
#header #logo
{
	position:absolute;
	top:32px;
	left:19px;
	width:367px;
	height:98px;
}

#header #quickLinks
{
	position:absolute;
	right: 0px;
	float:right;
	font-size:10px;
	color:#FFFFFF;
	top:5px;
}
#header #quickLinks a
{
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 3px 0px 3px;
	
}
#header #quickLinks a:hover { text-decoration: underline; }

/*MAIN NAV CSS CONTENT*/
#banner
{
	margin: 0 0 10px 23px;	
}

#headerFlash {
	position: absolute;
	left: 490px;
	top: 22px;
}

.homeFlashImageReplacement {
	display: none;
}
#columnLeft a {
	color: #666;
}
#columnLeft a:hover {
 	color: #000; 
 }
/*************************
FAST QUOTE -GRAY BOX
*************************/
.grayBox {
	margin-top: 11px;
	width: 193px;
	float:left;
	/*margin-left:14px;*/
}
.grayBox .top {	
	background: url(/images/grayBox_top.jpg) left top no-repeat;
	width: 193px;
	height: 11px;
	margin:0px;
	padding: 0px;
}
.grayBox .text {
	background:url(/images/grayBox_bg.jpg) repeat-y;	
	padding:0px 10px;
	margin:0px;
	width: 173px;	
	font-size: 12px;	
	color: #666;
	height:285px;
	
}
.grayBox .text img {
	margin-bottom:7px;
}
.grayBox .text  h1 {
	font-size:12px;
	color:#000000;
	margin-top:0px !important;
	padding-top:0px;
	text-align:center;
}
.grayBox .grayBoxBottom {
	background: url(/images/grayBox_Bottom.jpg) left bottom no-repeat;
	width: 193px;
	height: 12px;
	margin:0px;
	padding: 0px;

}

/*************************
		FOOTER
*************************/
#footer
{
	width:853px;
	height:35px;
	margin: 0 0 0px 23px;
	font-size:10px;
	color:#FFFFFF;
	clear: both;
	position: relative;
	float: none;
}

#footer .printThisPage
{
	position: absolute;
	right: 43px;
	top: 0px;
	color: #FFF;
	text-decoration:none;
	line-height: 35px;
	display: block;
	padding: 0 10px;
}
#footer a:hover.printThisPage {
	text-decoration: underline;
}

#footer .printThisPageIcon {
	position: absolute;
	right: 10px;
	top: 0px;
	color: #FFF;
	text-decoration:none;
}

#footer .copyright
{
	position: absolute;
	top: 10px;
	left: 15px;
	display:block;
}

#subFooterLinks{
	width:881px;
	letter-spacing:1px;
	background:url(/images/subFooterBkg.gif) top left no-repeat;
	margin-left:0px;
	background-color:#EBEBEB;
	text-align:center;
	clear:both;
	padding: 10px 0px 20px 10px;
	
}

#subFooterLinks a{
	text-decoration:none;
	font-size:10px;
	color:#000000;
	letter-spacing:1px;
}
#subFooterLinks a:hover { text-decoration: underline; }

#cazLink{color:#000000; margin-top:10px;}
#cazLink a{color:#000000; font-size:11px;}

