@charset "utf-8";
/* CSS Document */

/*-----reset-----*/

/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles!
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow!
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup
table {
	border-collapse: collapse;
	border-spacing: 0;
}*/
/*-----end_reset-----*/

#vol{
    font-family:Arial;
    color:#555555;
}


#vol h1{
    color: #555555;
    font-size: 2em;
    font-weight:bold;
}

#vol h2{
  color: #555555;
  font-size: 1.2em;
}

#upcomingList h3{
  font-size:1em;
  color:#555555;
  background-color:#ededed;
  padding:1px 3px 1px 3px;

}

#upcomingList h4{
  font-size: 1em;
  color:#082a75;
  background-color:#ededed;
  padding:0px 3px 0px 3px;
  margin-bottom:0px;
}


#upcomingList ul{
  color: #777777;
}

#upcomingList li{
  font-size:0.8em;
  list-style:none;

}

#mainhead{
text-align:;
}

#mainImg{
  /*width:435px;
  position:relative;
  margin-bottom:8px;
  margin-left:auto;
  margin-right:auto;*/
}

.mainImg img{
  border:1px solid #888888;
}


#latestVol h3{
  font-size:1em;
  color:#555555;
  background-color:#dadada;
  padding:1px 3px 1px 3px;
}
#latestVol h4{
  font-size:0.9em;
  color:#082a75;
  margin-bottom: 0;
}

#latestVol p{
    font-size:0.9em;
    margin-top:5px;
}


.volThumbs{
  position:relative;
  width:441px;
  margin-left:auto;
  margin-right:auto;
}

.volThumbs a{
  margin:0 2px 0 2px;
  float:left;

}

.volThumbs a img{
  border:1px solid #888888;

}

.volGallery{
  padding-bottom: 5px;
  border-bottom:1px solid #eeeeee;
}

