/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;
	line-height: 1.4em;
	color: #FFFFFF;
	background-color: #005a8b;
	background-image: url(http://www.umb.edu/uploads/Image/vdc/interface/backblu2.gif);
	background-repeat: repeat;
    margin: 0px;
}
#container{
	width:748px;
	background-image:url(http://www.umb.edu/uploads/Image/vdc/interface/bkgdvert_strip.jpg);
	background-repeat:repeat-y;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
}

#headerstrip {
	background-image:url(http://www.umb.edu/uploads/Image/vdc/interface/headerbak2.jpg);
	background-repeat:repeat-x;
	margin-top:20px;
	width:100%;
	height:110px;
}

#header {
	background-image:url(http://www.umb.edu/uploads/Image/vdc/interface/header2.jpg);
	background-repeat:no-repeat;
	margin:auto;
	width:748px;
	height:110px;
}

#content {
	width: 500px;
	height:inherit;
	color:#FFFFFF;
	margin:25px 24px 0px 0px;
	padding: 0px;
	float:right;
	display: inline; /* fixes IE6 double margin problems on floating objects*/
	font-size:0.9em;
}

#content a{
      color:#ffffff;
      }

#innercontent {
	/*background-image:url(http://www.umb.edu/uploads/Image/vdc/interface/raytransp.gif);*/
	
	margin: 0px;
	padding: 0px;
	/*margin-left:auto;
	margin-right:auto;*/
}

#photo {
	width:200px;
	height:100px;
	background-color:#CC6633;
	float:right;
	margin:50px 0px 20px 0px;
}

/* .bold {
	font-size:1.0em;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#69C;
	padding:0px 5px 0px 5px;
} 
*/



/* ===================================
          Footer Styles
=====================================*/
#footer {
	width:100%;
	margin:0px;
	text-align:center;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#footer a {
	list-style-type:none;
	display:inline;
	font-weight: bold;

	}
	
#footer_top{
	background-color:#005a8b;
	width:100%;
	font-size:.8em;
	height:36px;
	padding-top:1em;
	padding-bottom:;
	margin: 0px;
	color:#ffffff;	
	background-image: url(http://www.umb.edu/uploads/Image/vdc/interface/footer_topstrip.gif) ; 
	background-repeat: repeat-x;
	/*border-top: solid 2px #C59517;

	*/
	}
	
#footer_top a {
	text-decoration:none;
	color:#ffffff;
	}
	
#footer_bottom {
	width:100%;
	background-image: url(/images/footer_khaki.gif) ; 
	background-repeat: repeat-x;
	font-size:.8em;
	height: 1em;
	padding-top:.5em;
	padding-bottom:1em;
	color: #ffffff;
	}

#footer_bottom a{
	text-decoration:none;
	color: #ffffff;
	}
	
.footer_text {
	width:100%;
	text-align:center;
	}	
/* ===================================
          Header Styles 
====================================*/

h1, h2, h3, h4, h5 {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
}
h1 {font-size:1.8em; margin:0 0 0.9em;}
h2 {font-size:1.6em; margin:0 0 0.8em;}
h3 {font-size:1.4em; margin:0 0 0.7em;}
h4 {font-size:1.2em; margin:0 0 0.6em;}
h5 {font-size:1.0em; margin:0 0 0.5em;}


/* ===================================
         Navigation - Homepage 
====================================*/
#homecontainer{
	width:748px;
	background-image:url(http://www.umb.edu/uploads/Image/vdc/interface/bkgdvert_homestrip.jpg);
	background-repeat:no-repeat;
	margin-top:0px;
	top: 0px;
	margin-left:auto;
	margin-right:auto;
}

#homenav { 
	width:160px;
	float: left;
	display: inline; /* fixes IE6 double margin problems on floating objects*/
	margin: 80px 0px 0 30px; 
	padding: 0;
	border:#999999 1px solid;
	/*border:#ffffff 1px solid;*/
	color:#999999;
	font-size:.9em;
	font-weight: bold;
}
#homenav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
}
#homenav li { 
	margin: 0 0 2px 0; 
}
#homenav a {
	display: block;
	padding: 4px 10px;
	width: 140px;
	color: #fff;
	text-decoration: none;
}
#homenav a:hover {
	color: #fff;
	background-color: #69C;
	text-decoration: none;
}

/* ==================================
       Nested Side Nav - LEVEL2 
===================================*/
#navcontainer { 
	width:160px;
	float: left;
	display: inline; /* fixes IE6 double margin problems on floating objects*/
	margin: 30px 6px 30px 30px;
    padding: 0px;
	border:#999999 solid 1px;
	color:#999999;
	font-size:.8em;
}
#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
}
#navcontainer li { 
	margin: 0 0 1px 0;
	line-height:24px;
}
#navcontainer a
{
	display: block;
	padding: 0px 10px;
	width: 140px;
	color: #fff;
	text-decoration: none;
}
#navcontainer a:hover
{
	color: #fff;
	background-color: #69C;
	text-decoration: none;
}
#navcontainer a:active
{
	color: #000000;
	background-color: #FF9933;
	text-decoration: none;
}
#navcontainer ul ul li { margin: 0 0 1px 0; }
#navcontainer ul ul a
{
	display: block;
	padding: 0px 5px 0px 30px;
	width: 125px;
	color: #fff;
	text-decoration: none;
}
#navcontainer ul ul a:hover
{
	color: #fff;
	background-color: #999999;
	text-decoration: none;
/*	border-top:#69C thin dotted;
	border-bottom:#69C thin dotted;
*/}

.clear {clear:both;}

/* ==================================
         News Box on Homepage 
===================================*/

.vdcnews {
	color:#333333;
	font-size:0.7em;
	font-weight:bold;
	text-decoration:underline;
}
a.vdcnews:link {
	color:#333333;
	font-size:0.7em;
	font-weight:bold;
	text-decoration:none;
}
a.vdcnews:visited {
	color:#333333;
	font-size:0.7em;
	font-weight:bold;
	text-decoration:none;
}
a.vdcnews:hover {
		color:#333333;
	font-size:0.7em;
	font-weight:bold;
	text-decoration:underline;
}

/* ==================================
         Content Text Links 
===================================*/

a.content:link {
	color:#FFFFFF;
	font-size:1.0em;
	font-weight:bold;
	text-decoration:underline;
}
a.content:visited {
	color:#FFFFFF;
	font-size:1.0em;
	font-weight:bold;
	text-decoration:underline;
}
a.content:hover {
	color:#FFFFFF;
	font-size:1.0em;
	font-weight:bold;
	text-decoration:none;
	background-color:#69C;
}

/* ==================================
         FAQ Questions
===================================*/

.question {
	color:#FFFFFF;
	font-size:1.0em;
	font-weight:bold;
	text-decoration:none;
	padding:2px 2px 2px 2px;
	background-color: #69C;
	text-indent:8px;
}


/* ==================================
         FAQ Question Links 
===================================*/

a.faquest:link {
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	padding-bottom:2px;
}
a.faquest:visited {
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	padding-bottom:2px;
}
a.faquest:hover {
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:underline;
	background-color:#69C;
	padding-bottom:2px;
}

/* ================================
      FAQ Back to Top Links
==================================*/

a.faq:link {
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:underline;
}
a.faq:visited {
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:underline;
}
a.faq:hover {
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	background-color:#69C;
}

/* ================================
      		Other Stuff
==================================*/

.homepageli {
	line-height:15px;
	padding: 2px 0 2px 0;
}

/* ===================================
          Homepage layout
====================================*/
/*#homewrap {
	float:left;
	width:400px;
}
*/#homecontent {
	width:250px;
	height:inherit;
	color:#FFFFFF;
	margin:75px 20px 0px 5px;
	padding: 0 0 15px 0;
	float:right;
	font-size:.9em;
}

#homeray {
	width: 748px;
	/*background-image:url(http://www.umb.edu/uploads/Image/vdc/interface/raytransp2.gif);*/
	/*background-repeat:no-repeat;*/
}


#homenews {
	width:239px;
	height:inherit;
	color:#FFFFFF;
	margin: 30px 30px 30px 0px;
	padding: 0 6px 6px 12px;
	float:right;
	font-size:1em;
	display: inline; /* fixes IE6 double margin problems on floating objects*/
	/*border:#ffffff solid 1px;*/
	border:#999999 1px solid;
	font-family: verdana, arial, Helvetica, sans-serif;
}

#homenews a:link {
    color: #ffffff;
	}
	 
#homenews a:visited {
    color: #ffffff;
	}
	
#homenews a:active {
    color: #ffffff;
	}
	
#homenews a:hover {
    color: #ffffff;
	}

#homephoto {
	width:200px;
	height:350px;
	float:left;
	display: inline; /* fixes IE6 double margin problems on floating objects*/
	margin:30px 0px 30px 36px;
	padding: 0;
	border:#999999 1px solid;
	}
	
#homephoto_alt {
	width:200px;
	height:350px;
	float:left;
	display: inline; /* fixes IE6 double margin problems on floating objects*/
	margin:30px 0px 30px 36px;
	padding: 0;
	border:#999999 1px solid;
	/*border:#504e4f 1px solid;*/
	}
	
p.newshead {
	height:1%; /*IE6 hack for line heights*/
	font-size: .9em;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 6px;
	margin: 0;
	}
}
#tagline {
	margin: 0px 0px 0px 150px;
}
