/*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;
	/*[disabled]display:block;*/
	padding: 0px;
	padding-top: 0px;
	border: 0;
	background: url(../images/content-bg.jpg) repeat-y;
	/*+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 10px 15px #000000;*/
	-moz-box-shadow: 0px 10px 15px #000000;
	-webkit-box-shadow: 0px 10px 15px #000000;
	-o-box-shadow: 0px 10px 15px #000000;
	box-shadow: 0px 10px 15px #000000;
}
#p.bottom
{
	background-image: url(/images/content-bottom.jpg), url(no-repeat);
}
/*\*/
* HTML .gainlayout
{
	height: 1%;
}
/* */
.gainlayout
{
	-height: 0;
}
.gainlayout
{
	min-height: 0;
}
.gainlayout
{
	zoom: 1;
}
/*navbar styling for sub-pages*/
#navbar
{
	background: #EDE8E8;
	float: right;
	width: 203px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}
#navbar UL.links-sub
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #CCC;
	list-style-image: none;
	border: 0px solid #000000;
}
#navbar UL.links-sub LI
{
	border-bottom: 1px solid #CCC;
	min-height: 30px;
	margin: 0;
	padding: 0 0 0 0px;
}
#navbar UL.links-sub LI A
{
	padding: 7px 6px;
	display: block;
	color: #891B0C;
	text-decoration: none;
}
#navbar UL.links-sub LI A:hover
{
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #000000;
}
#navbar H3
{
	padding: 0 6px;
	color: #555;
}
/*end navbar sub-pages styling*/
#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
{
	border-top: 1px solid #CCCCCC;
	/*[disabled]width:741px;*/
	min-height: 750px;
	background: #FFF;
	padding: 17px;
	/*[disabled]border-right:1px solid #CCCCCC;*/
	/*+border-radius:0px 0px 0px 25px;*/
	-moz-border-radius: 0px 0px 0px 25px;
	-webkit-border-radius: 0px 0px 0px 25px;
	-khtml-border-radius: 0px 0px 0px 25px;
	border-radius: 0px 0px 0px 25px;
	border-top: 1px solid #CCC;
}
#main P.banner
{
	min-height: 150px;
	background: inherit;
}
#main-advancement
{
	background: #FFF url(/images/advancement_header.jpg) no-repeat top left;
	border-top: 1px solid #CCCCCC;
	width: 741px;
	min-height: 700px;
	margin: 0 200px 0 0;
	padding: 55px 5px 0 10px;
	border-right: 1px solid #CCCCCC;
	/*+border-radius:0px 0px 0px 25px;*/
	-moz-border-radius: 0px 0px 0px 25px;
	-webkit-border-radius: 0px 0px 0px 25px;
	-khtml-border-radius: 0px 0px 0px 25px;
	border-radius: 0px 0px 0px 25px;
}
#main-achievement
{
	background: #FFF url(/images/achievement_header.jpg) no-repeat top left;
	border-top: 1px solid #CCCCCC;
	width: 741px;
	min-height: 500px;
	margin: 0 200px 0 0;
	padding: 55px 5px 0 10px;
	border-right: 1px solid #CCCCCC;
	/*+border-radius:0px 0px 0px 25px;*/
	-moz-border-radius: 0px 0px 0px 25px;
	-webkit-border-radius: 0px 0px 0px 25px;
	-khtml-border-radius: 0px 0px 0px 25px;
	border-radius: 0px 0px 0px 25px;
}
#main-enrichment
{
	background: #FFF url(/images/enrichment_header.jpg) no-repeat top left;
	border-top: 1px solid #CCCCCC;
	width: 741px;
	min-height: 526px;
	margin: 0 200px 0 0;
	padding: 55px 5px 0 10px;
	border-right: 1px solid #CCCCCC;
	/*+border-radius:0px 0px 0px 25px;*/
	-moz-border-radius: 0px 0px 0px 25px;
	-webkit-border-radius: 0px 0px 0px 25px;
	-khtml-border-radius: 0px 0px 0px 25px;
	border-radius: 0px 0px 0px 25px;
}
#main-edutainment
{
	background: #FFF url(/images/edutainment_header.jpg) no-repeat top left;
	border-top: 1px solid #CCCCCC;
	width: 741px;
	min-height: 500px;
	margin: 0 200px 0 0;
	padding: 55px 5px 0 10px;
	border-right: 1px solid #CCCCCC;
	/*+border-radius:0px 0px 0px 25px;*/
	-moz-border-radius: 0px 0px 0px 25px;
	-webkit-border-radius: 0px 0px 0px 25px;
	-khtml-border-radius: 0px 0px 0px 25px;
	border-radius: 0px 0px 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;
}
#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;
}
#main-advancement P
{
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: left;
}
#main-advancement P, #farbar P
{
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 1em;
}
#main-advancement H1
{
	margin-top: 4px;
	margin-bottom: 6px;
	font-size: 1.7em;
	line-height: 1.3em;
	font-weight: normal;
	text-align: left;
}
#main-advancement H2
{
	margin-top: 4px;
	margin-bottom: 15px;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: normal;
	text-align: left;
}
#main-achievement P
{
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: left;
}
#main-achievement P, #farbar P
{
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 1em;
}
#main-achievement H1
{
	margin-top: 4px;
	margin-bottom: 6px;
	font-size: 1.7em;
	line-height: 1.3em;
	font-weight: normal;
	text-align: left;
}
#main-achievement H2
{
	margin-top: 4px;
	margin-bottom: 15px;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: normal;
	text-align: left;
}
#main-enrichment P
{
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: left;
}
#main-enrichment P, #farbar P
{
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 1em;
}
#main-enrichment H1
{
	margin-top: 4px;
	margin-bottom: 6px;
	font-size: 1.7em;
	line-height: 1.3em;
	font-weight: normal;
	text-align: left;
}
#main-enrichment H2
{
	margin-top: 4px;
	margin-bottom: 15px;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: normal;
	text-align: left;
}
#main-edutainment P
{
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: left;
}
#main-edutainment P, #farbar P
{
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 1em;
}
#main-edutainment H1
{
	margin-top: 4px;
	margin-bottom: 6px;
	font-size: 1.7em;
	line-height: 1.3em;
	font-weight: normal;
	text-align: left;
}
#main-edutainment 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;
}
.fsPage
{
	max-width: 700px;
}

