/*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 url(../images/body-bg.png) repeat-x fixed;
	font: 12px Arial, sans-serif;
	text-align: left;
/*should be .7 em??*/
}
IMG
{
	border: 0;
}
#header IMG
{
	display: block;
}
/*Page Wrapper
contains #header, #content, and #endbar
---------------------------------------------------*/
#wrapper
{
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 960px;
	background: inherit;
	font-size: 100%;
}
/*Page header
---------------------------------------------------*/
#header
{
	color: #333;
	margin: 0 auto;
	padding: 0;
	border: 0;
	height: 180px;
	background: inherit url(/images/vvcforme-placeholderbanner2.png) no-repeat;
}
/*Breadcrumbs
---------------------------------------------------*/
#breadcrumb
{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	float: left;
	background: #891B0C;
	color: #FFF;
	font-style: normal;
	width: 960px;
	font-family: "Trebuchet MS";
	padding: 0px;
}
/*Inner layout (#contact)
contains #navbar, #main, and #sidebar
---------------------------------------------------*/
#content
{
	width: 960px;
	padding: 0px;
	padding-top: 0px;
	background-color: #171717;
	border: 0;
	background: #FFF;
	/*+border-radius:0px 0px 25px 25px;*/
	-moz-border-radius: 0px 0px 25px 25px;
	-webkit-border-radius: 0px 0px 25px 25px;
	-khtml-border-radius: 0px 0px 25px 25px;
	border-radius: 0px 0px 25px 25px;
	/*+box-shadow:0px 8px 15px #000000;*/
	-moz-box-shadow: 0px 8px 15px #000000;
	-webkit-box-shadow: 0px 8px 15px #000000;
	-o-box-shadow: 0px 8px 15px #000000;
	box-shadow: 0px 8px 15px #000000;
}
#p.bottom
{
	background-image: url(/images/content-bottom.jpg), url(no-repeat);
}
/*#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: #891B0C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
#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-home
{
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #CCC;
	list-style-image: none;
}
#navbar UL.links-home LI
{
/*padding: 0;
border-bottom: none;
height: 1.7em;*/
	border-bottom: 1px solid #CCC;
	height: 100px;
	background: url(../images/links-bg.jpg) repeat-x;
	margin: 0;
	padding: 0 0 0 0px;
}
#navbar UL.links-home LI:hover
{
	background: #FFF;
	color: #999;
}
#navbar UL.links-home LI IMG
{
	padding: 5px;
	float: left;
}
#navbar UL.links-home LI H3
{
	padding: 15px 15px 0 90px;
}
#navbar UL.links-home LI P
{
	padding: 0 15px 0 90px;
	font-size: 12px;
	line-height: 120%;
	color: #333;
}
#navbar UL.links-home LI P:hover
{
	color: #000;
}
#navbar UL.links-home LI A
{
	padding: 0;
	display: block;
	color: #171717;
	text-decoration: none;
}
#navbar UL.links-home LI A:hover
{
	background: #FFF;
	color: #999;
}
#navbar UL.links-home LI.video
{
	height: 260px;
	padding: 0 0 0 35px;
	background-image: none;
	background: #FFF;
}
#navbar
{
	width: 384px;
	float: right;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}
#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: 560px;
	min-height: 643px;
	background: #F2E9C9 url(../images/main-bg.jpg) repeat-x;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	margin: 0 250px 0 0px;
	padding: 5px 5px 0 10px;
	/*+border-radius:0 0 0px 25px;*/
	-moz-border-radius: 0 0 0px 25px;
	-webkit-border-radius: 0 0 0px 25px;
	-khtml-border-radius: 0 0 0px 25px;
	border-radius: 0 0 0px 25px;
}
#main A.article_image, A.article_image:link, A.article_image:visited
{
	margin: 0 0 0 30px;
	width: 464px;
	background: #FFF;
	padding: 10px;
	border: 1px solid #891B0C;
	display: block;
}
#main A.article_image:hover, A.article_image:active
{
	background: #FFD75A;
}
#main A.article_image IMG
{
	display: inline;
	border: none;
	border: 1px solid #D6D6D6;
}
#info
{
	color: #FFF;
	margin: 0px 10px 10px 30px;
	padding: 0;
}
#info H3, #info H3 A
{
	color: #FC0;
	font-size: 1.4em;
	font-weight: 700;
}
#info A IMG
{
	background-color: #BBB;
	padding: 5px;
}
#info A:hover IMG
{
	background-color: #FC0;
	padding: 5px;
}
#info A
{
	color: #FFF;
}
#info A:hover
{
	color: #FC0;
}
#info LI, #info P
{
	font-size: 0.5em;
	color: #000;
}
#info LI
{
	color: #E1C983;
	margin-left: 0px;
	padding: 0;
	margin-right: 0;
}
#info H3
{
	color: #BF9800;
	border-bottom: 2px solid #E1C983;
	font-weight: 700;
}
#info A:link
{
	color: #891B0C;
	text-decoration: none;
}
#info A:visited
{
	color: #891B0C;
	text-decoration: none;
}
#info A:hover
{
	color: #BF9800;
	text-decoration: underline;
}
#info A:active
{
	color: #600;
	text-decoration: underline;
}
/*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;
}
#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: 780px;
	padding: 0px;
	border: 0;
	margin-right: auto;
	margin-left: auto;
}
#footer P A
{
	text-decoration: underline;
}
#footer P A:hover
{
	color: #BF9800;
}
#footer P
{
	text-align: center;
	margin: 8px 0 0;
}
#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: 20em;
	margin: 4px 4px 4px 150px;
	padding: 4px;
	background-color: #FFD75A;
	text-align: center;
	background-repeat: repeat-y;
	background-position: left;
	background-attachment: fixed;
}
/*Default links
---------------------------------------------------*/
A:link, A:visited
{
	font-family: Arial, sans-serif;
	text-decoration: none;
	color: #CC0000;
	background: transparent;
}
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
{
	color: #FFF;
}
#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: 10px Arial, sans-serif;
	font-weight: normal;
	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-weight: normal;
	text-align: left;
}
#main H2
{
	margin-top: 4px;
	margin-bottom: 15px;
	font-size: 1.3em;
	line-height: 1.2em;
	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;
	padding: 0;
}
/*same headings for all divs*/
H3
{
	color: #000;
	font-size: 1.2em;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 120%;
}
#main H3
{
	margin-top: 16px;
}
H4
{
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}
H5
{
	letter-spacing: 2px;
	font-size: 9px;
	text-transform: uppercase;
	color: #BBB;
	font-weight: bold;
}
H6
{
	font-size: 0.85em;
	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;
}
#navbar A IMG
{
	/*+border-radius:0 0 25px;*/
	-moz-border-radius: 0 0 25px;
	-webkit-border-radius: 0 0 25px;
	-khtml-border-radius: 0 0 25px;
	border-radius: 0 0 25px 0;
}

