@charset "UTF-8";
/* CSS Document */



html,body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	min-width: 850px;
}





/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #222; 
  background: #cccccc url('/arts/images/vcu-back2.gif') top center repeat-y;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 2.5em; line-height: 1; margin-bottom: 0.5em; }

h2 { font-size: 1.8em; margin-top: 0.5em; margin-bottom: 0.75em; }

h3 { font-size: 1.8em; margin-top: 0.5em; margin-bottom: 0.75em; padding-bottom: .5em; border-bottom:1px solid #ddd; }

h4 { font-size: 1.1em; line-height: 1.25; margin-bottom: .5em; padding:.5em 0 .25em .75em; height: 1.25em; font-weight: bold; border-top: 1px dotted #ccc; border-bottom:1px solid #333; background-color: #fafafa; color: #444; }

h5 { font-size: 1em; font-weight: bold; margin-bottom: .5em; padding:.75em 0 .25em .75em; height: 1.25em; font-weight: bold; border-top: 1px dotted #999; border-bottom:1px solid #333; background-color: #fafafa; color: #444; }

h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}





/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: none; }
a img 		{border:0;} 

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 







/* Link elements
-------------------------------------------------------------- */
a:link { color:#3399CC; }

a:visited { color:#3399CC; }

a:hover { color:#FF3333; }

a:active { color:#3399CC; }





/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }

li {line-height: 120%;}

ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }




/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

strong 		{font-weight:bold;}




/*  Form Classes
-----------------------------------------------------------------------------*/

form 		{ height:auto; }

input,
textarea 	{ font-size:11px; margin:0; padding:0; }

fieldset	{ border:0; margin:0; padding:2px 0 14px 0; display:block; position:relative; }

option		{ padding:2px 5px;  }

input 		{ padding:2px; }







/*  List Classes
-----------------------------------------------------------------------------*/

#mainContent blockquote {
  display: block;
  margin: 0.25em 0 2em 0;

}


#mainContent ul, #mainContent menu, #mainContent dir {
  display: block;
  list-style-type: disc;
  margin: 1em 0;
  padding-left:20px;
/*  -moz-padding-start: 40px;*/
}

#mainContent ol {
  display: block;
  list-style-type: decimal;
  margin: 1em 0;
    padding-left:20px;
/*  -moz-padding-start: 40px;*/
}

/*
#mainContent li {
  display: list-item;
  text-indent: -5px;
}
*/















/* Miscellaneous classes for reuse 
-----------------------------------------------------------------------------*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
}

img.fltrt  { margin-bottom:10px;}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}

img.fltlft  { margin-bottom:10px;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.clear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.clearall { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}












/* set millions of background images 
-----------------------------------------------------------------------------*/
.rbroundbox { background: url(../images/nt.gif) repeat; }
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
}


.rbheader {	
	padding: 4px 6px 4px 6px;    /* border spacing inside header */
	height: auto;
	background-color: #CCCCCC;
	border-bottom: 1px solid #999999;
}

.rbheader h4 {
	padding-top:2px;	
	color:#000;
	font-family: Helvetica, sans-serif;
	letter-spacing: normal;
	text-transform:uppercase;
	font-weight:bold;
	vertical-align:middle;
}

.rbcontent { 
	margin: 0 6px;    /* left and right margins inside box */
	padding-right:6px;
	text-align:left;
	vertical-align:top; }

.twoColHybRt #mainContent .rbroundbox .rbcontent { margin-left:10px; margin-right:5px; margin-bottom:12px; }  /* spaces out the form*/


.rbroundbox { width: 100%; margin: 0 auto; margin-bottom:20px; }


.rbcontent a:link {
	color: #0099FF;
	text-decoration: none;
}
.rbcontent a:visited {
	color: #0099FF;
	text-decoration: none;
}
.rbcontent a:hover {
	
	color: #CC0033;
	text-decoration: underline;
}
.rbcontent a:active {
	color: #CC0033;
	text-decoration: underline;
}







/*footer stuff
-----------------------------------------------------------------------------*/

#footer {
	border-top: 1px solid #ddd;
	left: 0;
	right:0;
	text-align: left;
}
