/*+----------------------------------------------------- +
/*|														 |
/*|               BLUFF CITY JAGUAR    					 |     
/*+------------------------------------------------------+*/
/* NOTE: INTERIOR PAGE STYLES, NAMLEY CONTAINERS ARE A
/*       APPENDED WITH AN 'i'                             */


body {
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Verdana, Helvetica;
	font-size: .7em;
	color: #5F7176;
	background-color: #0099FF;
	}
	
a {
	color: #CC0000;
	text-decoration: none;
	}

/*+----------------------------------------------------- +
/*|														 |
/*|               BLOCK LEVEL CONTAINERS   				 |     
/*+------------------------------------------------------+*/
#main {
	margin: 0 auto;
	text-align: left;
	}

#content {
	background: url('../images/bg_repeat.gif');
	 }
	
#cell {
	margin-left: 30px;
	position: relative;
	text-align: left;
	color: #003399;
	}
	
#boxes {
	margin-left: -6px;
	}
	
#rightside {
	position: absolute;
	left: 430px;
	top: 316px;
	width: 150px;
	height: 1px;
	}
	
#irightside {
	position: relative;
	left: 240px;
	top: 10px;
	width: 395px;
	margin-bottom: 10px;
	padding-bottom:5px;
	}

#footer_cell {
	text-align: center;
	margin-top: 5px;
	}

/*+----------------------------------------------------- +
/*|														 |
/*|               ROUNDED BOXES         				 |     
/*+------------------------------------------------------+*/

 /* set background images for corners */
.rbroundbox { background: #E9EBDF; }
.rbtop div  { background: url('../images/rbox-tl.gif') no-repeat top left; }
.rbtop      { background: url('../images/rbox-tr.gif') no-repeat top right; }
.rbbot div  { background: url('../images/rbox-bl.gif') no-repeat bottom left; }
.rbbot      { background: url('../images/rbox-br.gif') no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
}
.rbcontent  { margin: 0 2px; }
.rbroundbox { width: 425px; margin-top: 5px; }


/* Interior Page Round Boxes */

.irbroundbox {
	width: 231px;
	margin-top: 15px;
	margin-left: 10px;
	background: #E9EBDF;
	position: absolute;
	left: -7px;
	top: -18px;
	height: 107px;
		
		}
.irbcontent { margin: 0 4px; }

/*+----------------------------------------------------- +
/*|														 |
/*|               HEADINGS, H1, TITLES   				 |     
/*+------------------------------------------------------+*/

h1.head {
	margin: 0 5px;
	padding: 2px;
	border-bottom: 1px solid #BBBAB9;
	}

h1#pagehead {
	color: #9C5101;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	}

/*+----------------------------------------------------- +
/*|														 |
/*|               MISC ITEMS            				 |     
/*+------------------------------------------------------+*/

#feature_pic {
	float: left;
	margin-bottom: 10px;
	}
	
#rightside img { border: 0; }

.vdots { margin: 0 5px; vertical-align:middle; }

p.first { margin-top: 1px; }

.center { text-align:center; }

.emp {
	font-family: Arial, Verdana, Helvetica;
	font-size: 1em;
	font-weight: bolder;
	padding: 0;
	margin-top: 2px;
	}


/*+----------------------------------------------------- +
/*|														 |
/*|               sIFR STYLES            				 |     
/*+------------------------------------------------------+*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1#pagehead {
	visibility: hidden;
	line-height: 2em;
}
	
.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
