
/*-------------------------------------------------------------------------
	Styles (styles.css)
//-------------------------------------------------------------------------

//-------------------------------------------------------------------------
	These styles are used by the front end of the site, what the users see.
	infrontcms.css has all of the content related styles, THESE SHOULD NOT
	BE REPEATED IN infrontcms.css!
//-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------
	Body - Define base font formatting. This can be different from the body
	in infrontcms.css as long as you specify an ID in the header that
	matches the id specified here. (body#tier01). Specifying a different body
	ID for interior pages can simplify changing styles on those pages.
//-------------------------------------------------------------------------*/

body
{
	background-color: #ffffff;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}



/*-------------------------------------------------------------------------
	Page Layout Link Styles
//-------------------------------------------------------------------------*/

a.footer
{
	color: #333333;
	text-decoration: none;
}

a.footer:visited
{
	color: #333333;
	text-decoration: none;
}

a.footer:active
{
	color: #0033FF;
	text-decoration: underline;
}

a.footer:hover
{
	color: #0033FF;
	text-decoration: underline;
}
/*-------------------------------------------------------------------------
	Input Boxes
//-------------------------------------------------------------------------*/
form {
	margin:0;
	padding:0;
}

/*-------------------------------------------------------------------------
	List Items - NOT CONTENT FORMATTING, USUALLY JUST NAVIGATION
//-------------------------------------------------------------------------*/
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}


/*-------------------------------------------------------------------------
	Layout Styles - for custom ID's and classes
//-------------------------------------------------------------------------*/
#container {
	margin: 0 auto;
	width:750px;
	}

/* 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;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* 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 {
	visibility: hidden;
	height:30px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 20px;
	height:26px;
}

.sIFR-hasFlash h3 {
	visibility: visible;
	

}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}


/*--- nav tabs ---*/

#tabs {
    background-color: #F7F7F7;
    border: 1px solid #000000;
    margin-top: 2px;
    height:31px; }

.tab {
    width:90px;
    height:17px;
    position:relative;
    float:left;
    z-index:2;
    text-align:center;
    padding: 5px 0px 4px 0px;
    margin:4px 2px -1px 2px;
    border: 1px solid #000000;
    font: bold 12px Verdana, sans-serif; }

.tab.active {
    background-color:#ffffff;
    border-bottom: 1px solid #ffffff; }

/*--- end nav tabs ---*/