
/* 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:url(../images/body-bg.png) #891b0c 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: url(/images/vvcforme-placeholderbanner2.png) no-repeat inherit;
}

/* 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";
	font-size: 1.2 ems;
	padding: 0px 0px 0px 0px;
}


/* Inner layout (#contact)
   contains #navbar, #main, and #sidebar
--------------------------------------------------- */
#content {
	width: 960px;
	display:inline-block;
    padding: 0px;
    padding-top: 0px;
	border : 0;
	background:url(../images/content-bg.jpg) repeat-y;
}

#p.bottom {
	background-image:url(/images/content-bottom.jpg) 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: 0;
  margin: 0;
  border-top: 1px solid #ccc;
  list-style-image: none;
}

#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: 1.0em;
    font-size: .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;    
    width: 741px;
	min-height:392px;
	background: #fff;
	margin: 0 200px 0 0;
	padding: 5px 5px 0 10px;
}

#main-advancement {
	background: url(/images/advancement_header.jpg) #fff top left no-repeat;
	border-top: 1px solid #cccccc;    
    width: 741px;
	min-height:392px;
	margin: 0 200px 0 0;
	padding: 55px 5px 0 10px;
}

#main-achievement {
	background: url(/images/achievement_header.jpg) #fff top left no-repeat;
	border-top: 1px solid #cccccc;    
    width: 741px;
	min-height:392px;
	margin: 0 200px 0 0;
	padding: 55px 5px 0 10px;
}

#main-enrichment {
	background: url(/images/enrichment_header.jpg) #fff top left no-repeat;
	border-top: 1px solid #cccccc;    
    width: 741px;
	min-height:392px;
	margin: 0 200px 0 0;
	padding: 55px 5px 0 10px;
}

#main-edutainment {
	background: url(/images/edutainment_header.jpg) #fff top left no-repeat;
	border-top: 1px solid #cccccc;    
    width: 741px;
	min-height:392px;
	margin: 0 200px 0 0;
	padding: 55px 5px 0 10px;
}

#main a.article_image, a.article_image:link, a.article_image:visited {
	margin: 0 0 0 30px;
	width: 464px;
	background: #fff;
	padding: 10px;
	border: solid 1px #891b0c;
	display: block;
}

#main a.article_image:hover, a.article_image:active {
	background: #ffd75a;
}

#main a.article_image img {
	display: inline;
	border: none;
	border: solid 1px #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:.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 0 0 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 0 0 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 0 0 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 0 0 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: .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: 20.0em;
	margin: 4px 4px 4px 150px;
	padding: 4px 4px 4px 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;
    text-decoration: bold;
    color: #ccc;
    background: transparent;
}

a.top:hover {
    text-decoration: underline;
    color: #000;
    background: transparent;
}

#footer {
	color: #fff;
	float:center;
}


#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 black;
    padding-top: 10px;
}






/* Typography
--------------------------------------------------- */
.none {
    display: none;
}

/* for photo credits */
#sidebar p.credit {
    font-size: .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: 1.0em;
    margin-bottom: 0px;
}

#main ul ul ul li {
    font-size: 1.0em;
    margin-bottom: 0px;
}

h2, h3, h4, h5 {
    margin: 20px 0 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: .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 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;
}
