@import url("2col-print.css") print;
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,700,400italic|Open+Sans:400italic,700italic,300,400,700|Ubuntu:300,400,700,400italic,700italic);
/*reset declaration - IMPORTANT
----------------------------------------------------*/
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/*Primary layout
---------------------------------------------------*/
BODY
{
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	letter-spacing: 0.02em;
	background: #891B0C repeat-x fixed;
	font-family: Ubuntu, sans-serif;
	font-size: 0.8em;
	font-weight: 400;
	text-align: left;
	/*should be .7 em??*/
}
IMG
{
	border: 0;
}
#header IMG
{
	display: block;
	width: 960px;
}
/*Page Wrapper
contains #header, #content, and #endbar
---------------------------------------------------*/
#wrapper
{
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border: 1px solid #000;
	width: 960px;
	background: #FFFFFF;
	font-size: 100%;
	/*+box-shadow:0px 5px 15px #120F0E;*/
	-moz-box-shadow: 0px 5px 15px #120F0E;
	-webkit-box-shadow: 0px 5px 15px #120F0E;
	-o-box-shadow: 0px 5px 15px #120F0E;
	box-shadow: 0px 5px 15px #120F0E;
	/*+border-radius:0px 0px 20px 20px;*/
	-moz-border-radius: 0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px;
	-khtml-border-radius: 0px 0px 20px 20px;
	border-radius: 0px 0px 20px 20px;
}
/*Page header
---------------------------------------------------*/
#header
{
	color: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #000;
}
/*Breadcrumbs
---------------------------------------------------*/
#breadcrumb
{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	float: left;
	background: #891B0C;
	color: #FFF;
	font-style: normal;
	width: 780px;
	font-family: "Trebuchet MS";
	padding: 0px;
}
/*Inner layout (#contact)
contains #navbar, #main, and #sidebar
---------------------------------------------------*/
#content
{
	width: 960px;
	padding: 0px;
	padding-top: 0px;
}
/*#navbar
{
margin: 10px 0 0 5px !important;
margin: 10px 0 0 25px;
width: 170px;
float: left;
font-size: 1.2em;
color: #465052;
}*/
#navbar H3
{
	color: #090909;
}
#navbar .content
{
	margin: 0px 0 0px 0px !important;
	padding: 0;
	width: auto;
	float: none;
	color: #465052;
}
#navbar SELECT
{
	border: 1px solid #465052;
	background: #E0EDF7;
	color: #465052;
	width: 100%;
}
#navbar UL.links
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Ubuntu, sans-serif;
	border: none;
	list-style-image: none;
}
#navbar UL.links LI
{
	/*padding: 0;
border-bottom: none;
height: 1.7em;*/
	border-bottom: 1px dotted #CCC;
	font-family: Ubuntu, sans-serif;
	margin: 0;
	padding: 0 0 0 0px;
}
#navbar UL.links LI A
{
	padding: 3px 6px;
	font-family: Ubuntu, sans-serif;
	display: block;
	color: #891B02;
	text-decoration: none;
}
#navbar UL.links LI A:hover
{
	background: #891B02;
	color: #FFD75A;
}
#navbar
{
	width: 170px;
	float: left;
	padding-left: 14px;
	font-family: Ubuntu, sans-serif;
	padding-right: 14px;
	padding-top: 6px;
	padding-bottom: 0px;
	margin-top: 2px;
}
#contact
{
	line-height: 125%;
	padding-top: 10px;
	padding-bottom: 14px;
}
#contact ADDRESS, #content P
{
	line-height: 1em;
	font-size: 0.95em;
	margin: 0;
	padding: 0;
	line-height: 100%;
}
#search
{
	margin-top: 20px;
}
#search INPUT
{
	padding: 0 0.3em;
}
/*make the second column wider*/
#main
{
	width: 740px;
	border-right: 0px solid #000000;
	font-family: "Open Sans", sans-serif;
	border-left: 1px dotted #000;
	margin: 5px 4px 0px 204px;
	padding: 0 0 0 5px;
}
/*for faculty listings only*/
#main TABLE.facultyListing TR TD P.facultyname
{
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-transform: none;
}
#main TABLE.facultyListing TR TD P.facultytitle
{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#main TABLE.facultyListing TR TD P.facultycontact
{
	padding-top: 0;
	margin-top: 0px;
	margin-bottom: 16px;
	font-size: 11px;
}
/*Main Section Navbar roll-over effect
---------------------------------------------------*/
#main UL.links
{
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
	list-style-image: none;
}
#main UL.links LI
{
	padding: 1px;
	height: 1.2em;
}
#main UL.links LI A
{
	padding: 0;
	display: block;
	color: #891B02;
	text-decoration: none;
	font-family: Ubuntu, sans-serif;
}
#main UL LI A
{
	font-family: "Open Sans", sans-serif;
}
#main A
{
	font-family: Ubuntu, sans-serif;
}
#main H2
{
	color: #555;
	text-shadow: 2px 2px 2px #999;
	display: block;
	border-bottom: 1px solid #E5E5E5;
}
#main #gold-back H2
{
	color: #171717;
	border-bottom: none;
}
#main UL.links LI A:hover
{
	background: #891B0C;
	color: #FFD75A;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
/*"Jump To:" Section Navbar roll-over effect
---------------------------------------------------*/
#main UL.jumpto
{
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
	list-style-image: none;
}
#main UL.jumpto LI
{
	padding: 1px;
	height: 1.2em;
}
#main UL.jumpto LI A
{
	padding: 0;
	background: #FFFFFF;
	display: block;
	color: #891B02;
	text-decoration: none;
}
#main UL.jumpto LI A:hover
{
	background: #891B0C;
	color: #FFD75A;
}
/*Bottom layout
---------------------------------------------------*/
#endbar
{
	clear: left;
	width: 740px;
	margin: 0;
	padding: 0 20px;
	border: 0;
	text-align: left;
	/*background-color: #FFF;*/
}
#endbar P
{
	margin: 1em 0;
}
#footer
{
	clear: left;
	width: 960px;
	padding: 0px;
	border: 0;
	margin-right: auto;
	margin-left: auto;
	color: #999;
}
#footer P
{
	text-align: center;
}
#footer A
{
	font-family: Ubuntu, sans-serif;
}
#copyright
{
	clear: left;
	width: 780px;
	padding: 0px;
	border: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#copyright P
{
	padding-left: 16px;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 0.85em;
	background-color: transparent;
	color: #000;
}
/*some text stuff
--------------------------------------*/
P.grey-back
{
	width: auto;
	font-weight: bold;
	background-color: #E5E5E5;
	background-repeat: repeat-y;
	background-position: left;
	background-attachment: fixed;
}
#gold-back
{
	width: 95%;
	margin: 4px 4px 4px 10px;
	padding: 4px;
	background-color: #FFD75A;
	border: 1px double #999;
	text-align: left;
	background-repeat: repeat-y;
	background-position: left;
	background-attachment: fixed;
}
.gold-back
{
	width: 95%;
	margin: 4px 4px 4px 10px;
	padding: 4px;
	background-color: #FFD75A;
	border: 1px double #999;
	text-align: left;
	background-repeat: repeat-y;
	background-position: left;
	background-attachment: fixed;
}
/*Default links
---------------------------------------------------*/
A:link, A:visited
{
	font-family: Ubuntu, sans-serif;
	text-decoration: none;
	color: #CC0000;
	background: transparent;
	left: auto;
}
A:hover
{
	text-decoration: underline;
	color: #CC0000;
	background: transparent;
}
/*'Back to Top' links
---------------------------------------------------*/
A.top:link, A.top:visited
{
	font-family: Arial, sans-serif;
	color: #CCC;
	background: transparent;
}
A.top:hover
{
	text-decoration: underline;
	color: #000;
	background: transparent;
}
#footer A:link, #footer A:visited
{
	color: #FFF;
	margin: 0;
}
#footer P IMG
{
	display: inline;
}
/*Navigation styles
---------------------------------------------------
First level navigation
#navbar ul {
list-style: none;
margin: 0;
padding: 0;
}
#navbar ul li,
#navbar ul#servicelink li {
margin: 0;
font: 11px Arial, sans-serif;
margin-top: 10px;
margin-bottom: 10px;
font-weight: bold;
text-transform: uppercase;
line-height: 105%;
}
Second level navigation*/
#navbar UL UL
{
	margin-top: 10px;
	margin-bottom: 10px;
}
#navbar UL UL LI
{
	margin-top: 0;
	list-style: none;
	margin-left: 14px;
	padding-left: 0;
	font: 11px Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 6px;
	text-transform: none;
	line-height: 100%;
}
/*Third level navigation*/
#navbar UL UL UL
{
	margin-top: 10px;
	margin-bottom: 10px;
}
#navbar UL UL UL LI
{
	list-style: none;
	margin-left: 28px;
	padding-left: 0;
	font: 11px Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 6px;
	text-transform: none;
	line-height: 100%;
}
UL#servicelink
{
	margin-top: 20px;
	border-top: 1px solid #000000;
	padding-top: 10px;
}
/*Typography
---------------------------------------------------*/
.none
{
	display: none;
}
/*for photo credits*/
#sidebar P.credit
{
	font-size: 0.85em;
	background-color: transparent;
	color: #000;
	font-style: oblique;
}
#main P, #farbar P
{
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 1em;
}
#quicklinks
{
	width: 150px;
}
/*paragraph font style for 80-word intro*/
#main #HomePage P
{
	font-size: 1.45em;
	line-height: 1.4em;
}
/*default paragraph font style*/
#main P
{
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: left;
}
#main H1
{
	margin-top: 4px;
	margin-bottom: 6px;
	font-size: 1.7em;
	line-height: 1.3em;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	text-align: left;
}
#main H2
{
	margin-top: 4px;
	margin-bottom: 15px;
	font-size: 1.3em;
	line-height: 1.2em;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	letter-spacing: normal;
	text-align: left;
}
/*for tables in the main area*/
#main TABLE TD P, #main TABLE TD
{
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: normal;
}
#main TABLE.facultyListing TR TD
{
	vertical-align: top;
}
/*General list items*/
#main UL LI, #main OL LI
{
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: normal;
	margin-bottom: 4px;
}
#main UL UL LI
{
	font-size: 1em;
	margin-bottom: 0px;
}
#main UL UL UL LI
{
	font-size: 1em;
	margin-bottom: 0px;
}
H2, H3, H4, H5
{
	margin: 20px 0 0;
	font-family: "Open Sans", sans-serif;
	padding: 0;
}
/*same headings for all divs*/
H3
{
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	color: #000;
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 120%;
}
#main H3
{
	margin-top: 16px;
	font-family: "Open Sans", sans-serif;
}
H4
{
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}
H5
{
	letter-spacing: 2px;
	font-size: 9px;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	color: #BBB;
	font-weight: bold;
}
H6
{
	font-size: 0.85em;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
}
/*hide the third column*/
#sidebar
{
	display: none;
}
/*de-italicize address*/
ADDRESS
{
	font-style: normal;
}
#main UL
{
	margin-bottom: 10px;
}
/*
ul ul {
margin-bottom: 4px;
}
***********Feedburner styling overrides********************/
DIV.feedburnerFeedBlock UL
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
DIV.feedburnerFeedBlock UL LI SPAN.headline
{
	font-weight: bold;
	display: block;
	margin: 12px 0 0;
}
DIV.feedburnerFeedBlock
{
	padding: 2px;
}
DIV.feedburnerFeedBlock UL LI P.date
{
	font-size: 12px;
}
DIV.feedburnerFeedBlock UL LI SPAN.headline
{
	font-weight: bold;
	font-size: 14px;
}
#creditfooter
{
	display: none;
}
#gas_searchForm
{
	font-size: 12px;
	min-width: 800px;
	border: 1px solid #CCC;
	padding: 3px;
	overflow: hidden;
	background: #FFF;
}
/*Formstack styling overrides*/
.fsEmbed .fsForm
{
	display: inline-block;
}
/*inline link styling*/
.inline-link-1
{
	display: inline-block;
	margin: 0px;
	padding: 3px;
	background: #891B0C;
	border-radius: 2px;
	transition: all 0.3s ease-out;
	/*Font styles*/
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.inline-link-1:hover
{
	background: #FFD75A;
	color: #000;
	text-decoration: none;
}
A.inline-link-1
{
	background: #891B0C;
	color: #FFF;
}
.summernav A:hover
{
	color: #FFFFFF;
}

.ui-widget-content A { color: #891b0c; }