p {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", arial, verdana, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	line-height:14px;
}
.locations {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", arial, verdana, sans-serif;
	font-size: 9.0px;
	color: #FFFFFF;
	line-height:11px;
}
.header2 {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #FF3333;
	margin: 0 0 0 0;
}

.header3 {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #FF3333;
	line-height:11px;
}

.header4 {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF3333;
}

.header5 {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #FF3333;
	line-height:24px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}


a {font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", arial, verdana, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height:14px;
	text-decoration: none;
	} /* unvisited link */
a:visited {color: #FFFFFF} /* visited link */
a:hover {color: #FF3333} /* mouse over link */
a:active {
	color: #FFFFFF
} /* selected link */
.navbar {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF3333;
	text-decoration: none;
}
a.navbar:visited {color: #FF3333} /* visited link */
a.navbar:hover {color: #B40303} /* mouse over link */
a.navbar:active {color: #FFFFFF} /* selected link */

a.leftnav {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	line-height: 24px;
}

a.leftnav:visited {color: #CCCCCC;}
a.leftnav:hover {color: #FF3333;}
a.leftnav:active {color: #FF3333;}

a.careers {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", arial, verdana, sans-serif;
	font-size: 0.7em;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

a.careers:visited {color: #FFFFFF} /* visited link */
a.careers:hover {color: #FF3333;}
a.careers:active {color: #FF3333} /* selected link */

.footer {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", arial, verdana, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height:20px;
}

li {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", arial, verdana, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	line-height:14px;
	margin:0px;
	padding-left:12px;
	padding-bottom:12px;
}

/* FORM 
***************************************/
label {
    width: 100px;
    display: block;
    float: left;
}

select {
    background: #999;
    border: 1px solid #CCCCCC;
    padding: 1px;
    width: 190px;
    color: #fff;
}

input {
    background: #999;
    border: 1px solid #CCCCCC;
    padding: 1px;
    width: 190px;
    color: #fff;
}

textarea {
    background: #999999;
    border: 1px solid #CCCCCC;
    height: 130px;
    width: 295px;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
}

#submit {
    width: 100px;
}

input#submit:hover {
    background: #333;
    border: 1px solid #ccc;
}

fieldset {
	border: 1px solid #CCCCCC;
	margin: 4px 0px;
	padding-left: 8px;
	width: 320px;
	
}

fieldset legend {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", arial, verdana, sans-serif;
	font-size: .75em;
	font-weight: bold;
	color: #CCCCCC;
}

/* MENU
*********************************/
/*
#menu {
	list-style: none;	
	margin: 20px 0 0 0;
	padding: 0;
	position: relative;
	background: url(../images/top_nav.gif)0 0 no-repeat;
}

#menu li {
	float: left;
	display: block;
	text-align: center;
	margin-right: 20px;
}

#menu li a {
	padding: 0;
	height: 36px;
	overflow: hidden;
	display:block;
	text-indent: -1000px;
	outline: none;
}

#menu #btnMenu a {
	background: url(../images/btnMenu.png) 0 0 no-repeat; width: 60px;
}

#menu #btnAbout a {
	background: url(../images/btnAbout.png) 0 0 no-repeat; width: 90px;
}

#menu #btnLocations a {
	background: url(../images/btnLocation.png) 0 0 no-repeat; width: 85px;
}

#menu #btnNews a {
	background: url(../images/btnNews.png) 0 0 no-repeat; width: 92px;
}

#menu #btnCareers a {
	background: url(../images/btnCareers.png) 0 0 no-repeat; width: 77px;
}

#menu #btnComments a {
	background: url(../images/btnComments.png) 0 0 no-repeat; width: 77px;
}

#menu img {
	padding-right: 10px;
	margin-top: 5px;
}

*********/
/* FOOTER
*****************************************/
.footerLinks {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", arial, verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

a.footerLinks:visited {
	color: #666666
} /* visited link */

.more_1 {
font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", arial, verdana, sans-serif;
	font-size: 11px;
	padding-left:3px; 
color:#FFFFFF; 
font-weight:bold; 
text-decoration:none}

/* 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 h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 15px;
	height: 15px;
}

**************/
