/****************************************
/		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:136px;
	width:853px;
	margin-left:23px;
	position:relative;
}
#header h1
{
	position:absolute;
	top:85px;
	left:19px;
	width:800px;
	height:50px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-transform:capitalize;

}
#header h1 span
{
	font-size:22px;
	font-weight:bold;
}
/*MAIN NAV CSS CONTENT*/
#banner
{
	margin: 0 0 10px 23px;	
}

#headerFlash {
	position: absolute;
	left: 490px;
	top: 22px;
}

#contentHolder	{
	float: left;
	width: 813px;
	display: inline;
	font-size:12px;
	color: #666666;
	padding: 0px 25px 10px 25px;
	margin-left: 10px;
}

#columnLeft a {
	color: #666;
}
#columnLeft a:hover {
 	color: #000; 
 }
	

/*************************
		FOOTER
*************************/
#footer
{
	width:853px;
	height:35px;
	margin: 0 0 0px 23px;
	font-size:10px;
	color:#FFFFFF;
	clear: both;
	position: relative;
	float: 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;}

